:root {
--primary: #2563eb;
--accent: #337ab7;
--accent-h: #059669;
--danger: #ef4444;
--code: #38bdf8;
--bg: rgba(255,255,255,0.03);
--bg_wrap: #ffffff;
--bg_button: #16003c;
--c_bg_price: #16003c;
--bg-dark: #000000;
--glass: rgba(255,255,255,0.03);
--glass-border: rgba(255,255,255,0.05);
--border-glass: rgba(255,255,255,0.12);
--border-soft: rgba(255,255,255,0.08);
--border: rgba(255,255,255,0.08);
--text_title: #0f172a;
--text_desc: #64748b;
--text: #f8fafc;
--muted: $(textMuted);
--text-muted: rgba(255,255,255,0.7);
--text-soft: rgba(255,255,255,0.6);
--text-white: #ffffff;
--text-dark: #111111;
--text_button: #ffffff;
--text_span: #2563eb;
--surface: rgba(188,188,188,0.3);
--surface2: #111111;
--r: 16px;
--glow: 0 0 40px rgba(106,175,226,0.3);
--shadow-dark: rgba(0,0,0,0.55);
--bg-glass: rgba(0,0,0,0.8);
--bg-glass-strong: rgba(0,0,0,0.85);
}

.header-glass-dark {position: sticky;top: 16px;z-index: 9999;padding: 16px 0;color: var(--text-white);transition: transform 0.35s ease, opacity 0.35s ease;}.header-glass-dark.hide {transform: translateY(-120%);opacity: 0;pointer-events: none;}.header-glass-dark__wrap {max-width: 1180px;margin: auto;padding: 14px 22px;display: flex;align-items: center;justify-content: space-between;background-color: var(--bg-glass);backdrop-filter: blur(22px);-webkit-backdrop-filter: blur(22px);border: 1px solid var(--border-glass);border-radius: 20px;box-shadow: 0 25px 70px var(--shadow-dark), inset 0 1px 0 rgba(255,255,255,0.08);transition: all 0.3s ease;}.header-glass-dark:not(.hide) .header-glass-dark__wrap {box-shadow: 0 30px 80px rgba(0,0,0,0.6);}.header-logo {display: flex;align-items: center;}.header-logo a {display: inline-flex;align-items: center;max-width: 180px;}.header-logo img {max-width: 100%;max-height: 42px;object-fit: contain;display: block;}@media (max-width: 768px) {.header-logo a {max-width: 140px;}.header-logo img {max-height: 36px;}}.header-menu ul {display: flex;gap: 32px;list-style: none;margin: 0;padding: 0;}.header-menu a {color: var(--text-white);text-decoration: none;font-size: 14px;opacity: 0.8;position: relative;transition: 0.3s ease;}.header-menu a:hover {opacity: 1;}.header-menu a::after {content: "";position: absolute;left: 0;bottom: -6px;width: 0%;height: 2px;background: rgba(255,255,255,0.8);transition: 0.3s ease;}.header-menu a:hover::after {width: 100%;}.header-actions {display: flex;align-items: center;gap: 12px;}.header-cart {display: flex;align-items: center;gap: 8px;padding: 10px 14px;border-radius: 14px;background: rgba(255,255,255,0.08);border: 1px solid var(--border-glass);color: var(--text-white);text-decoration: none;transition: 0.3s ease;}.header-cart:hover {background: rgba(255,255,255,0.15);transform: translateY(-2px);}.header-login {padding: 10px 16px;border-radius: 14px;background: #fff;color: var(--text-dark);font-weight: 600;text-decoration: none;transition: 0.3s ease;}.header-login:hover {transform: translateY(-2px);box-shadow: 0 12px 28px rgba(255,255,255,0.12);}.header-burger {display: none;flex-direction: column;gap: 5px;cursor: pointer;}.header-burger span {width: 24px;height: 2px;background: #fff;border-radius: 10px;}.header-overlay {position: fixed;inset: 0;background: rgba(0,0,0,0.45);opacity: 0;visibility: hidden;transition: 0.3s ease;z-index: 999;}.header-mobile {position: fixed;top: 130px;left: 50%;transform: translateX(-50%) translateY(-10px);width: calc(100% - 50px);max-width: 1180px;background: var(--bg-glass-strong);backdrop-filter: blur(22px);border: 1px solid var(--border-glass);border-radius: 16px;padding: 16px;opacity: 0;visibility: hidden;pointer-events: none;transition: 0.3s ease;z-index: 1000;display: flex;flex-direction: column;gap: 6px;}.header-mobile.show {opacity: 1;visibility: visible;pointer-events: auto;transform: translateX(-50%) translateY(0);}.header-mobile a {display: block;padding: 14px 16px;border-radius: 12px;color: var(--text-white);text-decoration: none;background: rgba(255,255,255,0.04);border: 1px solid rgba(255,255,255,0.06);font-size: 14px;transition: 0.25s ease;}.header-mobile a:hover {background: rgba(255,255,255,0.08);transform: translateX(4px);}.header-overlay {position: fixed;inset: 0;background: rgba(0,0,0,0.45);opacity: 0;visibility: hidden;pointer-events: none;transition: 0.3s ease;z-index: 999;}.header-overlay.show {opacity: 1;visibility: visible;pointer-events: auto;}body.menu-open {overflow: hidden;}@media (max-width: 992px) {.header-menu {display: none;}.header-burger {display: flex;}}@media (max-width: 600px) {.header-login {display: none;}}.glass-footer {position: relative;padding-bottom: 3rem;z-index: 1;background: transparent;}header nav a {color: var(--text-white)!important;font-weight: 900;}.glass-footer__wrap {max-width: 1180px;margin: auto;padding: 32px 28px;display: flex;gap: 50px;align-items: flex-start;background-color: var(--bg-glass);backdrop-filter: blur(22px);-webkit-backdrop-filter: blur(22px);border: 1px solid var(--border-glass);border-radius: 22px;box-shadow: 0 25px 60px var(--shadow-dark), inset 0 1px 0 rgba(255,255,255,0.01);}.footer-left {flex: 1;color: var(--text-white);max-width: 320px;}.footer-left img {height: 42px;margin-bottom: 12px;}.footer-left p {font-size: 14px;color: var(--text-muted);line-height: 1.6;margin: 0;}.footer-right {flex: 2;display: grid;grid-template-columns: repeat(3, minmax(140px, 1fr));gap: 30px;}footer .widget h4 {color: var(--text-white);}.widget {display: flex;flex-direction: column;}.widget h4 {margin-bottom: 12px;font-size: 15px;letter-spacing: 0.3px;font-weight: 900;}.widget a {display: block;color: var(--text-muted);text-decoration: none;font-size: 14px;margin-bottom: 8px;transition: 0.25s ease;font-weight: 900;}.widget a:hover {color: var(--text-white);transform: translateX(4px);}.footer-bottom {margin: 16px auto 0;font-size: 13px;color: var(--text-soft);}@media (max-width: 992px) {.glass-footer__wrap {flex-direction: column;gap: 30px;}.footer-right {grid-template-columns: repeat(2, 1fr);}}@media (max-width: 600px) {.footer-right {grid-template-columns: 1fr;}}.hero-boxed {padding: 20px;}.hero-boxed__wrap {max-width: 1160px;margin: auto;padding: 60px 40px;text-align: center;border-radius: 24px;background: var(--bg_wrap);border: 1px solid #e5e7eb;box-shadow: 0 10px 30px rgba(0,0,0,0.06), 0 40px 80px rgba(0,0,0,0.08);position: relative;overflow: hidden;}.hero-boxed h1 {font-size: 48px;line-height: 1.1;margin: 0 0 18px;font-weight: 700;}.hero-boxed h1 span {color: var(--text_span);font-weight: 900;}.hero-boxed p {margin: 0 auto 28px;font-size: 16px;line-height: 1.7;color: var(--text_desc);}.hero-boxed__action {display: flex;justify-content: center;gap: 14px;flex-wrap: wrap;margin-top: 20px;padding: 14px;background: rgba(255,255,255,0.85);backdrop-filter: blur(16px);-webkit-backdrop-filter: blur(16px);border: 1px solid rgba(0,0,0,0.06);border-radius: 16px;max-width: 520px;margin-left: auto;margin-right: auto;box-shadow: 0 10px 30px rgba(0,0,0,0.08);}.btn-primari2 {padding: 12px 18px;background: var(--bg_button);color: var(--text_button);border-radius: 12px;text-decoration: none;font-weight: 900;transition: 0.3s ease;display: inline-flex;align-items: center;justify-content: center;min-width: 150px;}.widget a.btn-primari {padding: 12px 18px;background: var(--bg_button);color: var(--text_button);border-radius: 12px;text-decoration: none;font-weight: 900;transition: 0.3s ease;display: flex;align-items: center;justify-content: center;}.widget a.btn-primari:hover {transform: translateY(-2px);background: #000;color: var(--text_button);}.widget a.btn-ghost {padding: 12px 18px;background: transparent;color: #111;border: 1px solid rgba(0,0,0,0.15);border-radius: 12px;text-decoration: none;font-weight: 600;transition: 0.3s ease;display: flex;align-items: center;justify-content: center;}.widget a.btn-ghost:hover {background: rgba(0,0,0,0.05);}@media (max-width: 480px) {.hero-boxed__action {max-width: 100%;}.btn-primari, .btn-ghost {width: 100%;}}@media (max-width: 768px) {.hero-boxed h1 {font-size: 32px;}.hero-boxed__wrap {padding: 40px 20px;}}.hero-title {font-size: 48px;font-weight: 700;line-height: 1.1;color: var(--text_title);}.underline-svg {position: relative;display: inline-block;}.underline-line {position: absolute;left: 0;bottom: -10px;width: 100%;height: 16px;}.underline-line path {fill: none;stroke: var(--text_span);stroke-width: 4;stroke-linecap: round;}.path-b {opacity: 0;}.featured-v2 {padding: 20px;}.featured-v2__wrap {max-width: 1130px;margin: auto;display: grid;grid-template-columns: 1.1fr 1fr;gap: 60px;align-items: center;padding: 50px;border-radius: 28px;background: var(--bg_wrap);backdrop-filter: blur(18px);-webkit-backdrop-filter: blur(18px);border: 1px solid rgba(255,255,255,0.08);box-shadow: 0 25px 60px rgba(0,0,0,0.1);}.badge-v2 {display: inline-block;padding: 6px 14px;border-radius: 999px;background: #111;color: #ffd36b;font-size: 12px;font-weight: 700;margin-bottom: 18px;}.featured-v2__content h2 {font-size: 46px;line-height: 1.1;margin: 0 0 20px;color: #111;}.featured-v2__content h2 span {color: var(--text_span);}.featured-v2__content p {color: #666;line-height: 1.7;margin-bottom: 25px;font-size: 16px;}.stats {display: flex;gap: 14px;margin-bottom: 30px;}.stats div {padding: 14px 16px;border-radius: 14px;background: #f8f9fb;text-align: center;flex: 1;border: 1px solid #eee;}.stats strong {display: block;font-size: 20px;color: #111;}.stats span {font-size: 12px;color: #777;}.cta {display: flex;gap: 12px;}.btn-dark {padding: 12px 18px;background: #111;color: var(--text_button);border-radius: 12px;font-weight: 700;text-decoration: none;transition: 0.3s;}.btn-dark:hover {transform: translateY(-2px);background: #000;}.btn-light {padding: 12px 18px;border: 1px solid #ddd;color: #111;border-radius: 12px;text-decoration: none;transition: 0.3s;}.btn-light:hover {background: #f5f5f5;}.featured-v2__mockup {position: relative;transform: perspective(1000px) rotateY(-20deg) rotateX(5deg);transition: 0.5s;}.featured-v2__mockup:hover {transform: perspective(1000px) rotateY(0deg) rotateX(0deg) scale(1.02);}.featured-v2__mockup img {width: 100%;border-radius: 20px;}.mockup-price-badge {position: absolute;top: 40px;left: 60px;z-index: 10;display: inline-flex;align-items: center;gap: 10px;padding: 12px 22px;border-radius: 999px;background: rgba(255, 255, 255, 0.95);border: 1px solid rgba(255, 255, 255, 0.85);color: var(--text_title);font-size: 14px;font-weight: 700;line-height: 1;box-shadow: 0 14px 35px rgba(15, 23, 42, 0.08), 0 4px 12px rgba(15, 23, 42, 0.04);backdrop-filter: blur(14px);-webkit-backdrop-filter: blur(14px);transform: rotate(90deg);transform-origin: center;transition: all 0.35s ease;}.mockup-price-badge::before {content: "";width: 10px;height: 10px;border-radius: 50%;background: linear-gradient( 135deg, #22c55e, #16a34a );box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.12), 0 0 18px rgba(34, 197, 94, 0.22);flex-shrink: 0;}.featured-v2__mockup:hover .mockup-price-badge {transform: rotate(0deg) translateY(-4px);box-shadow: 0 20px 45px rgba(15, 23, 42, 0.12), 0 8px 18px rgba(15, 23, 42, 0.06);}@media (max-width: 768px) {.mockup-price-badge {top: 16px;left: 16px;padding: 10px 16px;font-size: 13px;gap: 8px;transform: unset;}.mockup-price-badge::before {width: 8px;height: 8px;}}@media (max-width: 900px) {.featured-v2__wrap {grid-template-columns: 1fr;text-align: center;padding: 30px;}.stats {flex-direction: column;}.cta {justify-content: center;flex-wrap: wrap;}.featured-v2__content h2 {font-size: 34px;}}.featured-v2__content .badge {display: inline-block;font-size: 12px;font-weight: 700;letter-spacing: 2px;color: var(--text_span);background: #eff6ff;padding: 6px 12px;border-radius: 999px;margin-bottom: 15px;}.featured-v2__content h2 {font-size: 40px;font-weight: 900;color: var(--text_title);line-height: 1.2;}.featured-v2__content h2 span {color: var(--text_span);}.featured-v2__content p {margin-top: 12px;color: var(--text_desc);line-height: 1.7;font-size: 15px;}.featured-v2__content ul {margin-top: 20px;padding: 0;list-style: none;}.featured-v2__content ul li {margin-bottom: 10px;font-weight: 600;color: var(--text_title);padding-left: 22px;position: relative;}.featured-v2__content ul li::before {content: "\2713";position: absolute;left: 0;color: var(--text_span);font-weight: 900;}.featured-v2__box {display: flex;flex-direction: column;gap: 16px;}.mini-card {display: flex;gap: 12px;align-items: center;background: #f8fafc;border: 1px solid #e5e7eb;padding: 16px;border-radius: 18px;transition: 0.3s ease;}.mini-card:hover {transform: translateY(-3px);background: var(--bg_wrap);box-shadow: 0 10px 25px rgba(0,0,0,0.06);}.icon {width: 44px;height: 44px;display: flex;align-items: center;justify-content: center;background: #eff6ff;color: var(--text_span);border-radius: 14px;margin-bottom: 12px;}.mini-card h4 {font-size: 15px;font-weight: 800;color: var(--text_title);}.mini-card p {font-size: 13px;color: var(--text_desc);}@media (max-width:900px) {.featured-v2__wrap {grid-template-columns: 1fr;padding: 30px;text-align: left;}.featured-v2__content h2 {font-size: 32px;}}#themes {padding: 20px;background: #f8fafc;}.themes-wrap {max-width: 1140px;margin: auto;padding: 60px 40px;background: var(--bg_wrap);border: 1px solid rgba(15, 23, 42, 0.06);border-radius: 24px;box-shadow: 0 20px 60px rgba(0,0,0,0.06), 0 60px 120px rgba(0,0,0,0.08);backdrop-filter: blur(10px);}.themes-header {text-align: center;margin-bottom: 60px;}.themes-badge {display: inline-flex;align-items: center;padding: 6px 14px;font-size: 12px;font-weight: 700;border-radius: 999px;background: #e0f2fe;color: var(--text_span);border: 1px solid rgba(37, 99, 235, 0.2);margin-bottom: 14px;}.themes-title {font-size: 42px;font-weight: 800;color: var(--text_title);line-height: 1.2;margin-bottom: 12px;}.themes-title span {color: var(--text_span);}.themes-desc {max-width: 600px;margin: auto;font-size: 16px;color: var(--text_desc);line-height: 1.7;}.themes-grid {display: grid;grid-template-columns: repeat(3, 1fr);gap: 26px;}.theme-card {background: #fff;border: 1px solid rgba(15, 23, 42, 0.06);border-radius: 18px;overflow: hidden;box-shadow: 0 10px 30px rgba(0,0,0,0.05);transition: 0.3s ease;display: flex;flex-direction: column;}.theme-card:hover {transform: translateY(-6px);box-shadow: 0 20px 50px rgba(0,0,0,0.10);border-color: rgba(37, 99, 235, 0.25);}.theme-thumb {position: relative;aspect-ratio: 16 / 9;overflow: hidden;background: transparent;}.theme-thumb img {width: 100%;height: 100%;object-fit: cover;transition: 0.6s ease;}.theme-card:hover .theme-thumb img {transform: scale(1.06);}.theme-price {position: absolute;bottom: 10px;right: 10px;background: rgba(255,255,255,0.95);padding: 6px 10px;border-radius: 10px;font-size: 12px;font-weight: 800;color: var(--text_title);border: 1px solid rgba(0,0,0,0.06);backdrop-filter: blur(5px);}.theme-overlay {position: absolute;inset: 0;background: rgba(255, 255, 255, 0.2);backdrop-filter: blur(5px);-webkit-backdrop-filter: blur(5px);opacity: 0;display: flex;align-items: center;justify-content: center;transition: 0.3s ease;}.theme-card:hover .theme-overlay {opacity: 1;}.theme-preview-btn {padding: 10px 16px;background: var(--bg_wrap);color: var(--text_title);border-radius: 12px;font-weight: 700;font-size: 13px;text-decoration: none;transition: 0.3s ease;}.theme-preview-btn:hover {transform: scale(1.05);}.theme-content {padding: 18px;display: flex;flex-direction: column;gap: 12px;}.theme-title {font-size: 18px;font-weight: 800;color: var(--text_title);line-height: 1.3;}.theme-meta {display: flex;gap: 8px;flex-wrap: wrap;}.theme-tag {font-size: 11px;font-weight: 700;padding: 4px 10px;border-radius: 999px;background: #f1f5f9;color: #475569;border: 1px solid #e2e8f0;}.theme-btn {margin-top: auto;display: flex;justify-content: center;padding: 10px 14px;border-radius: 12px;background: var(--c_bg_price);color: #fff;font-size: 14px;font-weight: 700;text-decoration: none;transition: 0.3s ease;}.theme-btn:hover {background: #1d4ed8;transform: translateY(-2px);}@media (max-width: 1024px) {.themes-grid {grid-template-columns: repeat(2, 1fr);}}@media (max-width: 640px) {.themes-grid {grid-template-columns: 1fr;}.themes-title {font-size: 32px;}.themes-wrap {padding: 30px 20px;}}.pricing-section {padding: 40px 20px;background: #f1f5f9;}.pricing-wrap {max-width: 1140px;margin: auto;padding: 60px 40px;background: var(--bg_wrap);border: 1px solid rgba(15, 23, 42, 0.06);border-radius: 24px;box-shadow: 0 20px 60px rgba(0,0,0,0.06), 0 60px 120px rgba(0,0,0,0.08);backdrop-filter: blur(10px);}.pricing-head {text-align: center;margin-bottom: 60px;}.badge {display: inline-block;padding: 6px 14px;font-size: 12px;font-weight: 700;border-radius: 999px;background: #e0f2fe;color: var(--text_span);border: 1px solid rgba(37, 99, 235, 0.15);margin-bottom: 12px;}.pricing-head h2 {font-size: 44px;font-weight: 800;color: var(--text_title);margin-bottom: 10px;}.pricing-head p {color: var(--text_desc);}.pricing-row {display: grid;grid-template-columns: repeat(4, 1fr);gap: 24px;}.glass-card {background: #ffffff;border: 1px solid rgba(15, 23, 42, 0.08);border-radius: 20px;padding: 28px;box-shadow: 0 10px 25px rgba(0,0,0,0.05);transition: 0.25s ease;position: relative;}.glass-card:hover {transform: translateY(-6px);box-shadow: 0 25px 60px rgba(0,0,0,0.10);border-color: var(--c_bg_price);}.popular {border: 2px solid var(--c_bg_price);box-shadow: 0 25px 70px rgba(37, 99, 235, 0.12);}.tag {position: absolute;top: -12px;left: 50%;transform: translateX(-50%);background: var(--c_bg_price);color: var(--text_button);font-size: 11px;padding: 5px 12px;border-radius: 999px;font-weight: 700;}.glass-card h3 {font-size: 22px;margin-bottom: 6px;color: var(--text_title);font-weight: 800;}.sub {font-size: 14px;color: var(--text_desc);margin-bottom: 16px;}.price {display: flex;align-items: baseline;gap: 6px;}.price {margin-bottom: 18px;border-bottom: 1px solid #e2e8f0;padding-bottom: 16px;}.price del {color: #94a3b8;}.price strong {font-size: 34px;display: block;color: var(--text_title);}.price span {font-size: 12px;color: var(--text_desc);}.price {display: flex;align-items: baseline;gap: 8px;}.price strong {font-size: 34px;font-weight: 800;color: var(--text_title);}.price span {font-size: 13px;color: var(--text_desc);}.glass-card ul {list-style: none;padding: 0;margin: 0 0 20px;}.glass-card li {font-size: 14px;margin-bottom: 10px;color: #334155;}.off {color: #cbd5e1;}.btn {display: block;text-align: center;padding: 12px;border-radius: 12px;font-weight: 700;text-decoration: none;transition: 0.3s;}.ghost {background: #f1f5f9;color: var(--text_title);}.ghost:hover {background: #e2e8f0;}.note {text-align: center;margin-top: 25px;font-size: 13px;color: var(--text_desc);}@media (max-width: 900px) {.pricing-row {grid-template-columns: 1fr;}.pricing-head h2 {font-size: 32px;}.pricing-wrap {padding: 40px 20px;}}.saas-testimonial-section {padding: 100px 20px;background: var(--bg_wrap);overflow: hidden;}.saas-container {max-width: 1280px;margin: 0 auto;background: var(--bg_wrap);}.section-heading {text-align: center;margin-bottom: 60px;}.section-label {display: inline-block;font-size: 13px;font-weight: 700;letter-spacing: 2px;text-transform: uppercase;color: var(--text_span);margin-bottom: 18px;position: relative;}.section-heading h2 {font-size: 48px;font-weight: 800;line-height: 1.2;margin-bottom: 18px;color: var(--text_title);}.section-heading p {max-width: 700px;margin: auto;font-size: 17px;line-height: 1.8;color: var(--text_desc);}.testimonial-grid {display: grid;grid-template-columns: repeat(3, 1fr);gap: 30px;}.testimonial-card {background: var(--bg_wrap);border: 1px solid #e5e7eb;border-radius: 28px;padding: 32px;box-shadow: 0 15px 40px rgba(0,0,0,0.04);transition: 0.35s;display: flex;flex-direction: column;height: 100%;}.testimonial-card:hover {transform: translateY(-8px);box-shadow: 0 25px 60px rgba(0,0,0,0.08);}.card-top {display: flex;justify-content: space-between;align-items: center;margin-bottom: 20px;}.quote-icon {width: 52px;height: 52px;border-radius: 18px;background: #eff6ff;display: flex;align-items: center;justify-content: center;font-size: 22px;color: var(--text_span);font-weight: bold;}.stars {color: #f59e0b;font-size: 18px;letter-spacing: 2px;}.badge {display: inline-block;align-self: flex-start;background: #f0fdf4;color: #15803d;border: 1px solid #dcfce7;padding: 10px 18px;border-radius: 14px;font-size: 12px;font-weight: 700;text-transform: uppercase;margin-bottom: 24px;}.review-box {position: relative;}.review-text {font-size: 16px;line-height: 1.7;color: #334155;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}.review-toggle {display: inline-block;cursor: pointer;font-size: 13px;}.review-box.show .review-text {-webkit-line-clamp: unset;display: block;overflow: visible;}.card-user {display: flex;align-items: center;gap: 16px;padding-top: 24px;border-top: 1px solid #f1f5f9;}.avatar {width: 52px;height: 52px;border-radius: 50%;background: var(--text_title);color: #ffffff;font-size: 14px;font-weight: 700;display: flex;align-items: center;justify-content: center;}.avatar.primary {background: var(--c_bg_price);}.card-user h4 {font-size: 17px;font-weight: 700;margin-bottom: 4px;}.card-user span {font-size: 14px;color: var(--text_desc);}@media (max-width: 991px) {.testimonial-grid {grid-template-columns: repeat(2, 1fr);}.section-heading h2 {font-size: 38px;}}@media (max-width: 767px) {.testimonial-grid {grid-template-columns: 1fr;}.section-heading h2 {font-size: 30px;}.testimonial-card {padding: 24px;}.saas-testimonial-section {padding: 70px 16px;}}.platform-section {padding: 20px;background: var(--bg_wrap);overflow: hidden;}.platform-heading {max-width: 1140px;margin: auto;padding: 32px;text-align: center;background: var(--bg_wrap);border: 1px solid rgba(15, 23, 42, 0.06);border-radius: 24px;box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06), 0 60px 120px rgba(0, 0, 0, 0.08);position: relative;overflow: hidden;}.platform-heading::before, .platform-heading::after {content: "";position: absolute;top: 0;width: 80px;height: 100%;z-index: 2;pointer-events: none;}.platform-heading::before {left: 0;background: linear-gradient( to right, #ffffff 0%, rgba(255,255,255,0) 100% );}.platform-heading::after {right: 0;background: linear-gradient( to left, #ffffff 0%, rgba(255,255,255,0) 100% );}.platform-badge {display: inline-block;padding: 8px 18px;border-radius: 999px;background: #f8fbff;border: 1px solid #e6eefc;color: var(--text_span);font-size: 13px;font-weight: 700;margin-bottom: 18px;}.platform-heading h2 {font-size: 42px;line-height: 1.2;font-weight: 800;color: var(--text_title);margin-bottom: 18px;letter-spacing: -0.02em;}.platform-heading p {font-size: 17px;line-height: 1.8;color: var(--text_desc);max-width: 680px;margin: 0 auto 36px;}.platform-marquee {width: 100%;overflow: hidden;padding: 40px 0 100px;position: relative;}.platform-marquee::before, .platform-marquee::after {content: '';position: absolute;top: 0;width: 150px;height: 100%;z-index: 2;}.platform-marquee::before {left: 0;background: linear-gradient(to right, var(--bg), transparent);}.platform-marquee::after {right: 0;background: linear-gradient(to left, var(--bg), transparent);}.marquee-content {display: flex;gap: 24px;animation: scroll 40s linear infinite;width: max-content;}.marquee-content {display: flex;width: max-content;animation: scroll 25s linear infinite;}.marquee:hover .marquee-content {animation-play-state: paused;}@keyframes scroll {0% {transform: translateX(0);}100% {transform: translateX(-50%);}}.marquee-content:hover {animation-play-state: paused;}@keyframes scroll {0% {transform: translateX(0);}100% {transform: translateX(-50%);}}.marquee-item {background: var(--surface);border: 1px solid var(--border);border-radius: 20px;padding: 16px 20px;display: flex;align-items: center;gap: 16px;min-width: 200px;transition: all .3s;}.marquee-item:hover {border-color: var(--accent);background: rgba(106, 175, 226,.05);}.marquee-item img {width: 48px;height: 48px;border-radius: 12px;}.marquee-item span {font-weight: 600;font-size: 15px;}@media (max-width: 992px) {.platform-heading h2 {font-size: 34px;}.platform-heading p {font-size: 16px;}.marquee-item {min-width: 200px;padding: 16px 18px;}}@media (max-width: 576px) {.platform-section {padding: 16px;}.platform-heading {padding: 24px 18px;border-radius: 20px;}.platform-heading h2 {font-size: 28px;}.platform-heading p {font-size: 15px;line-height: 1.7;}.platform-badge {font-size: 12px;padding: 7px 14px;}.marquee-content {gap: 16px;animation-duration: 25s;}.marquee-item {min-width: 180px;padding: 14px 16px;border-radius: 18px;}.marquee-item img {width: 40px;height: 40px;}.marquee-item span {font-size: 14px;}}.theme-thumb {position: relative;overflow: hidden;}.theme-badge-new {position: absolute;top: 55px;left: 46px;background: #ff0000;color: #fff;font-size: 11px;font-weight: 900;padding: 6px 14px;z-index: 5;transform: skew(-12deg);border-radius: 4px;box-shadow: 0 10px 25px rgba(0,0,0,.25);}.theme-badge-new::after {content: "";position: absolute;left: 0;bottom: -6px;width: 0;height: 0;border-left: 8px solid transparent;border-top: 6px solid var(--text_title);}.theme-badge-sales {position: absolute;top: 20px;left: 46px;background: var(--text_span);color: #fff;font-size: 11px;font-weight: 900;padding: 6px 14px;z-index: 5;transform: skew(-12deg);border-radius: 4px;box-shadow: 0 10px 25px rgba(0,0,0,.25);}.theme-badge-sales::after {content: "";position: absolute;left: 0;bottom: -6px;width: 0;height: 0;border-left: 8px solid transparent;border-top: 6px solid var(--text_title);}.theme-badge-price {position: absolute;top: 20px;right: 46px;background: #fff;color: #000;font-size: 11px;font-weight: 900;padding: 6px 14px;z-index: 5;transform: skew(12deg);border-radius: 4px;box-shadow: 0 10px 25px rgba(0,0,0,.25);}.theme-badge-price::after {content: "";position: absolute;right: 0;bottom: -6px;width: 0;height: 0;border-right: 8px solid transparent;border-top: 6px solid var(--text_title);}.widget .btn-group {display: flex;gap: 10px;align-items: center;}.widget .btn-group .btn-primari {flex: 1;text-align: center;}.widget .btn-group .btn-live {flex: 1;text-align: center;}@media (max-width: 768px) {.widget .btn-group {flex-direction: column;align-items: stretch;}.widget .btn-group a {width: 100%;}..widget btn-group .btn-primari, .widget .btn-group .btn-live {flex: none;}}.widget .btn-live {position: relative;padding: 12px 12px 12px 30px;background: rgba(245,245,245,.73);color: #000;border: 1px solid rgba(0,0,0,0.15);border-radius: 12px;text-decoration: none;font-weight: 600;transition: 0.3s ease;display: inline-flex;align-items: center;justify-content: center;min-width: 150px;}.widget .btn-live::before {content: "";position: absolute;left: 25px;top: 50%;transform: translateY(-50%);width: 8px;height: 8px;background: #ff3b30;border-radius: 50%;box-shadow: 0 0 0 3px rgba(255, 59, 48, 0.2);animation: pulseDot 1.5s infinite;}@keyframes pulseDot {0% {transform: translateY(-50%) scale(1);opacity: 1;}50% {transform: translateY(-50%) scale(1.3);opacity: 0.6;}100% {transform: translateY(-50%) scale(1);opacity: 1;}}.theme-title-row {display: flex;align-items: center;justify-content: space-between;gap: 12px;}.theme-title {margin: 0;font-size: 16px;font-weight: 700;flex: 1;}.theme-title a,.theme-title a:hover {color: var(--text_span);text-decoration: none;}.theme-prices {font-size: 14px;font-weight: 900;color: var(--text_span);white-space: nowrap;}.theme-prices {background: rgba(255,255,255,0.08);padding: 4px 10px;border-radius: 999px;}@media (max-width: 768px) {.theme-badge-sales, .theme-badge-new, .theme-badge-price {display: none !important;}.hilang-mb {display: none !important;}}.theme-overlay {display: flex;flex-direction: column;gap: 10px;align-items: center;padding: 12px;}.theme-overlay a {width: auto !important;display: inline-flex;}.widget .btn-checkout2, .widget .btn-live2 {width: auto;display: inline-flex;justify-content: center;align-items: center;border-radius: 12px;text-decoration: none;font-weight: 800;font-size: 13px;transition: 0.3s ease;}.widget .btn-checkout2 {background: var(--text_span)!important;color: #fff !important;font-weight: 900!important;font-size: 14px;box-shadow: 0 10px 25px rgba(34, 197, 94, 0.35)!important;border: 1px solid rgba(0,0,0,0.15)!important;}.widget .btn-checkout2:hover {transform: translateY(-2px);box-shadow: 0 14px 30px rgba(34, 197, 94, 0.45);}.widget .btn-live2 {padding: 12px 12px 12px 30px;background: rgba(245,245,245,.73);color: #000;border: 1px solid rgba(0,0,0,0.15);border-radius: 12px;text-decoration: none;font-weight: 600;}.widget .btn-live2:hover {background: rgba(255, 255, 255, 0.15);}.underline-svg1 {position: relative;display: inline-block;font-weight: 800;line-height: 1.4;cursor: pointer;padding-bottom: 18px;}.underline-line1 {position: absolute;left: 0;bottom: 0;width: 100%;height: 20px;overflow: visible;}.path-a1 {fill: none;stroke: var(--text_span, #7c3aed);stroke-width: 3;stroke-linecap: round;stroke-linejoin: round;stroke-dasharray: 400;stroke-dashoffset: 400;animation: drawLine 1.2s ease forwards infinite;}.underline-svg1:hover .path-a1 {animation: waveLine 0.6s ease forwards;}@keyframes drawLine {to {stroke-dashoffset: 0;}}@keyframes waveLine {0% {d: path("M5 12 C60 2, 120 22, 180 10 C230 2, 260 18, 295 12");}50% {d: path("M5 10 C40 18, 90 2, 140 14 C190 22, 240 0, 295 10");}100% {d: path("M5 12 C60 2, 120 22, 180 10 C230 2, 260 18, 295 12");}}.underline-svg2 {position: relative;display: inline-block;padding-bottom: 18px;cursor: pointer;font-weight: 800;}.underline-line2 {position: absolute;left: 0;bottom: 0;width: 100%;height: 20px;overflow: visible;}.path-a2, .path-b2 {fill: none;stroke: var(--text_span, #7c3aed);stroke-width: 3;stroke-linecap: round;stroke-linejoin: round;transition: all 0.5s ease;}.path-a2 {stroke-dasharray: 400;stroke-dashoffset: 400;animation: drawLine 1.2s ease forwards;}.path-b2 {opacity: 0;transform: translateY(4px) scaleX(0.96);}.underline-svg2:hover .path-a2 {opacity: 0;transform: translateY(-4px) scaleX(1.02);}.underline-svg2:hover .path-b2 {opacity: 1;transform: translateY(0) scaleX(1);}@keyframes drawLine {to {stroke-dashoffset: 0;}}.h1 span {font-size: 1.5rem;color: var(--text_span);}.h2 span {font-size: 1.1rem;color: var(--text_span);}.widget a.btn-ghost {padding: 12px 18px;background: transparent;color: #111;border: 1px solid rgba(0,0,0,0.15);border-radius: 12px;text-decoration: none;font-weight: 600;transition: 0.3s ease;display: flex;align-items: center;justify-content: center;}.widget .btn-group .btn-live {flex: 1;text-align: center;}a:hover, a:active, a:focus, a:visited {outline: 0 !important;}.widget a.btn-live {position: relative;padding: 12px 12px 12px 30px;background: rgba(245,245,245,.73);color: #000;border: 1px solid rgba(0,0,0,0.15);border-radius: 12px;text-decoration: none;font-weight: 600;transition: 0.3s ease;display: inline-flex;align-items: center;justify-content: center;min-width: 150px;}@media (max-width: 480px) {.widget a.btn-primari, .widget a.btn-ghost {width: 100%;padding: 12px 1px;}}.header-logo a{text-decoration: none;}#logoText{font-size: 1.2rem;font-weight: 900;letter-spacing: 1px;text-transform: capitalize;color: #ffffff;text-shadow: 0 2px 10px rgba(255,255,255,0.15);display: inline-block;position: relative;transition: all .3s ease;}.header-logo a:hover #logoText{letter-spacing: 2px;text-shadow: 0 0 15px rgba(255,255,255,0.6);transform: translateY(-1px);}#logoText::after{content: '';position: absolute;left: 0;bottom: -6px;width: 100%;height: 2px;opacity: 0.5;}@media (max-width: 768px) {#logoText {font-size: 1.1rem;font-weight: 800;letter-spacing: 0.4px;text-shadow: 0 1px 6px rgba(255,255,255,0.12);}}#LinkList1 .title, #LinkList1 h2 {display: none;}#LinkList1 .widget-content {padding: 0;margin: 0;border: 0;background: transparent;}#LinkList2 .title, #LinkList2 h2 {display: none;}#LinkList2 .widget-content {padding: 0;margin: 0;border: 0;background: transparent;}.header-mobile ul {list-style: none;margin: 0;padding: 0;}.header-mobile li {display: block;margin: 10px 0;}.header-mobile li a {display: block;text-decoration: none;}.header-search {position: relative;display: inline-block;margin-left: 10px;}.search-box {position: absolute;top: 55px;right: 0;width: 220px;background: var(--bg-glass);backdrop-filter: blur(10px);padding: 10px;display: none;border: 1px solid var(--glass-border);box-shadow: 0 10px 30px rgba(0,0,0,0.4);border-radius: 10px;z-index: 999;}.search-box input {width: 90%;padding: 8px 10px;background: var(--bg-glass);color: var(--text-white);border: 1px solid var(--glass-border);outline: none;border-radius: 6px;}.search-box input::placeholder {color: var(--text-soft);}.header-search.active .search-box {display: block;}.search-toggle {background: none;border: none;cursor: pointer;padding: 6px;display: flex;align-items: center;justify-content: center;color: var(--text-white);opacity: 0.8;}.search-toggle:hover {opacity: 1;}.search-toggle svg {width: 20px;height: 20px;transition: 0.2s ease;}.search-toggle:hover svg {transform: scale(1.1);}.search-toggle {opacity: 0.85;}.search-toggle:hover {opacity: 1;}@media screen and (max-width: 768px) {.search-box {position: fixed;top: 70px;left: 10px;right: 10px;width: auto;border-radius: 12px;}}.footer-left a{text-decoration: none;display: inline-block;margin-bottom: 1rem;}#footerLogoText{font-size: 2rem;font-weight: 700;letter-spacing: 1px;text-transform: lowercase;color: #ffffff;transition: all .3s ease;}.footer-left a:hover #footerLogoText{letter-spacing: 2px;opacity: 0.85;}.footer-left .title {display: none;}.footer-right .title {color: white;margin-bottom: 12px;font-size: 15px;letter-spacing: 0.3px;color: var(--text-white);}.footer-right ul {list-style: none;margin: 0;padding: 0;}.footer-right li {margin: 6px 0;}.footer-right li a {display: block;text-decoration: none;}footer .footer-left .widget {margin: unset;}.footer-widget {display: flex;flex-direction: column;}.footer-widget h4 {color: var(--text-white);margin-bottom: 12px;font-size: 15px;letter-spacing: 0.3px;}.footer-widget a {display: block;color: var(--text-muted);text-decoration: none;font-size: 14px;margin-bottom: 8px;transition: 0.25s ease;}.footer-widget .widget {background: none;border: 0;padding: 0;margin: 0;box-shadow: none;}.widget a.btn-primari, .widget a.btn-primary {padding: 12px 18px;background: var(--bg_button);color: var(--text_button);border-radius: 12px;text-decoration: none;font-weight: 900;transition: 0.3s ease;display: flex;align-items: center;justify-content: center;}.comment-button a.btn.btn-default {position: relative;padding: 12px 12px 12px 30px;background: #fff!important;color: #000!important;border: 1px solid rgba(0,0,0,0.15)!important;border-radius: 12px;text-decoration: none;font-weight: 600;transition: 0.3s ease;display: inline-flex;align-items: center;justify-content: center;min-width: 150px;}.comment-button a.btn.btn-default::before {content: "";position: absolute;left: 25px;top: 50%;transform: translateY(-50%);width: 8px;height: 8px;background: #ff3b30;border-radius: 50%;box-shadow: 0 0 0 3px rgba(255, 59, 48, 0.2);animation: pulseDot 1.5s infinite;}@keyframes pulseDot {0% {transform: translateY(-50%) scale(1);opacity: 1;}50% {transform: translateY(-50%) scale(1.3);opacity: 0.6;}100% {transform: translateY(-50%) scale(1);opacity: 1;}}.default-product-template.product-main-header {padding: 20px 0 !important;background: transparent;}.default-product-template .container {max-width: 1140px;}.productflexfix {background: var(--bg-glass);border: 1px solid rgba(255,255,255,0.06);border-radius: 28px;padding: 34px;backdrop-filter: blur(14px);-webkit-backdrop-filter: blur(14px);align-items: center;overflow: hidden;}.post-thumb-single {position: relative;}.post-thumb-single img.featured-img {width: 100%;height: auto;display: block;border-radius: 22px;border: 1px solid rgba(255,255,255,0.06);box-shadow: 0 20px 50px rgba(0,0,0,0.30);transition: all 0.4s ease;}.post-thumb-single img.featured-img:hover {transform: translateY(-4px);box-shadow: 0 30px 70px rgba(0,0,0,0.40);}.single_main_header_products {padding-left: 20px;}.single--post--content {color: #ffffff;}.breadcrumb {display: flex;flex-wrap: wrap;gap: 8px;margin-bottom: 18px;font-size: 14px;color: #94a3b8;}.breadcrumb a {color: #94a3b8;text-decoration: none;transition: 0.3s;}.breadcrumb a:hover {color: #60a5fa;}.bredcrumb-separator {opacity: 0.5;}.single-post-title {font-size: 42px;line-height: 1.2;font-weight: 700;margin-bottom: 18px;color: #ffffff;letter-spacing: -0.5px;}.toolspan {color: #64748b;margin-right: 6px;margin-left: 8px;}.single--post--content span, .single--post--content a {font-size: 15px;}.single--post--content a {color: #f2cd13 !important;text-decoration: none;transition: 0.3s;}.single--post--content a:hover {color: #93c5fd;}.product-main-header .breadcrumb a, .product-main-header .breadcrumb span {opacity: 1!important;}.single-product-buttons {margin-top: 32px;}.single-product-buttons .btn {width: 100%;height: 58px;border-radius: 16px;border: 0;font-size: 15px;font-weight: 600;display: flex;align-items: center;justify-content: center;transition: all 0.3s ease;text-decoration: none;}.multiple_button_v, .btn.btn-primary {background: linear-gradient( 135deg, #2563eb, #3b82f6 );color: #ffffff !important;box-shadow: 0 14px 35px rgba(37,99,235,0.20);}.multiple_button_v:hover, .btn.btn-primary:hover {transform: translateY(-2px);box-shadow: 0 20px 45px rgba(37,99,235,0.30);}.btn.btn-default {background: rgba(255,255,255,0.04);border: 1px solid rgba(255,255,255,0.08);color: #ffffff !important;}.btn.btn-default:hover {background: rgba(255,255,255,0.08);transform: translateY(-2px);}@media (max-width: 991px) {.default-product-template.product-main-header {padding: 50px 0;}.productflexfix {padding: 24px;border-radius: 22px;}.single_main_header_products {padding-left: 0;padding-top: 28px;}.single-post-title {font-size: 32px;}}@media (max-width: 768px) {.productflexfix {padding: 18px;border-radius: 18px;}.single-post-title {font-size: 28px;}.single-product-buttons .btn {height: 52px;border-radius: 14px;font-size: 14px;}.breadcrumb {font-size: 13px;}}@media (max-width: 768px) {.default-product-template.product-main-header {padding: 20px 0 !important;}.default-product-template .container {width: 100%;max-width: 100%;padding-left: 14px;padding-right: 14px;}.productflexfix {width: 100%;max-width: 100%;padding: 16px !important;border-radius: 18px;overflow: hidden;box-sizing: border-box;}.productflexfix.row {margin-left: 0 !important;margin-right: 0 !important;}.productflexfix >div {padding-left: 0 !important;padding-right: 0 !important;}.post-thumb-single {width: 100%;margin-bottom: 20px;}.post-thumb-single img.featured-img {width: 100%;max-width: 100%;border-radius: 16px;display: block;}.single_main_header_products {padding-left: 0 !important;padding-top: 0 !important;width: 100%;}.single-post-title {font-size: 26px;line-height: 1.3;margin-bottom: 14px;}.breadcrumb {gap: 5px;font-size: 13px;margin-bottom: 14px;}.single-product-buttons {margin-top: 24px;}.single-product-buttons .btn {height: 50px;border-radius: 14px;font-size: 14px;width: 100%;}}.type-download .bottom-post-footer-widget {background: transparent;padding: 20px 0;position: relative;overflow: hidden;}.type-download .bottom-post-footer-widget::before {content: "";position: absolute;top: -180px;left: -120px;width: 420px;height: 420px;background: transparent;pointer-events: none;}.type-download .bottom-post-footer-widget::after {content: "";position: absolute;right: -150px;bottom: -180px;width: 460px;height: 460px;background: transparent;pointer-events: none;}.type-download .bottom-product-sidebar {position: relative;z-index: 2;}@media (min-width: 768px) {.type-download .bottom-product-sidebar {padding: 44px 0 55px!important;}}.type-download .bottom-post-footer-widget .row {display: flex;flex-wrap: wrap;gap: 24px;}.type-download .bottom-post-footer-widget .bottom--post--block {flex: 0 0 calc(33.333% - 16px);max-width: calc(33.333% - 16px);background: var(--bg-glass)!important;border: 1px solid var(--bg-glass)!important;border-radius: 30px;padding: 30px;backdrop-filter: blur(18px);-webkit-backdrop-filter: blur(18px);box-shadow: 0 20px 70px rgba(0,0,0,0.20);height: 100%;transition: all 0.35s ease;margin-bottom: 30px;position: relative;margin-right: 0 !important;}@media (max-width: 991px) {.type-download .bottom-post-footer-widget .bottom--post--block {flex: 0 0 calc(50% - 12px);max-width: calc(50% - 12px);}}@media (max-width: 767px) {.type-download .bottom-post-footer-widget .bottom--post--block {flex: 0 0 100%;max-width: 100%;}}.type-download .bottom--post--block:hover {transform: translateY(-8px);border-color: rgba(255,255,255,0.14);box-shadow: 0 30px 90px rgba(0,0,0,0.28);}.type-download .bottom--post--block h4 {color: #ffffff;font-size: 20px;font-weight: 700;margin-bottom: 30px;position: relative;padding-bottom: 18px;letter-spacing: -0.3px;}.type-download .bottom--post--block h4::after {content: "";position: absolute;left: 0;bottom: 0;width: 65px;height: 4px;border-radius: 30px;background: #fff;}.type-download .bottom-widget-product {display: flex !important;align-items: center;flex-direction: row-reverse;gap: 18px;padding: 18px;border-radius: 20px;background: rgba(255,255,255,0.03);border: 1px solid rgba(255,255,255,0.05);margin-bottom: 18px;}.type-download .bottom-widget-product .sidebar-thumbnail {flex: 0 0 130px;max-width: 130px;width: 130px;}.type-download .bottom-widget-product .sidebar-thumbnail img {width: 100%;height: 85px;object-fit: cover;border-radius: 14px;display: block;}.type-download .bottom-widget-product .sidebar-details {flex: 1;max-width: 100%;text-align: left;display: flex;flex-direction: column;justify-content: center;}.type-download .bottom-widget-product .sidebar-details h3 {margin: 0 0 10px;font-size: 16px;font-weight: 700;line-height: 1.4;}.type-download .bottom-widget-product .sidebar-details h3 a {color: #fff;text-decoration: none;}.type-download .bottom-widget-product .product-price {margin: 0;}.type-download .bottom-widget-product .edd_price {font-size: 15px!important;font-weight: 900!important;color: #fff!important;}.type-download .bottom-widget-product .col-6 {width: auto !important;padding: 0 !important;}@media (max-width: 768px) {.type-download .bottom-widget-product {gap: 14px;padding: 14px;}.type-download .bottom-widget-product .sidebar-thumbnail {flex: 0 0 100px;max-width: 100px;}.type-download .bottom-widget-product .sidebar-thumbnail img {height: 70px;}.type-download .bottom-widget-product .sidebar-details h3 {font-size: 14px;}}.type-download .clearfix {display: none;}@media (max-width: 991px) {.type-download .bottom-post-footer-widget {padding: 80px 0;}.type-download .bottom--post--block {padding: 24px;}}@media (max-width: 768px) {.type-download .bottom-post-footer-widget {padding: 60px 0;}.type-download .bottom--post--block {padding: 20px;border-radius: 22px;}.type-download .bottom--post--block h4 {font-size: 18px;margin-bottom: 22px;}.type-download .bottom-widget-product {padding: 12px;border-radius: 18px;}.type-download .sidebar-details h3 {font-size: 14px;}.type-download .product-price .edd_price {font-size: 13px;padding: 7px 12px;}}.type-download .productflexfix .post-thumb-single {position: relative;transform: perspective(1000px) rotateY(-20deg) rotateX(5deg);transition: all 0.5s ease;transform-style: preserve-3d;}.type-download .productflexfix .post-thumb-single:hover {transform: perspective(1000px) rotateY(0deg) rotateX(0deg);}.type-download .product-thumb.grid_dm {position: relative;transform: perspective(1000px) rotateY(-30deg) rotateX(5deg);transition: all 0.5s ease;transform-style: preserve-3d;}.type-download .product-thumb.grid_dm:hover {background: transparent!important;background-color: transparent!important;transform: perspective(1000px) rotateY(0deg) rotateX(0deg);}.type-download figure.mayosis-fade-in figcaption{background: transparent!important;background-color: transparent!important;}@media (max-width: 768px) {.type-download .bottom-post-footer-widget {padding: 40px 0 !important;overflow: hidden;}.type-download .bottom-post-footer-widget .container {width: 100%;max-width: 100%;padding-left: 14px;padding-right: 14px;box-sizing: border-box;}.type-download .bottom-post-footer-widget .row {margin-left: 0 !important;margin-right: 0 !important;gap: 16px;display: flex;flex-direction: column;}.type-download .bottom-post-footer-widget .bottom--post--block {width: 100%;max-width: 100%;flex: 0 0 100%;padding: 18px !important;border-radius: 18px;margin-bottom: 0;box-sizing: border-box;}.type-download .bottom--post--block h4 {font-size: 18px;margin-bottom: 20px;padding-bottom: 14px;}.type-download .bottom-widget-product {width: 100%;padding: 14px;border-radius: 16px;gap: 12px;align-items: center;box-sizing: border-box;}.type-download .bottom-widget-product .sidebar-thumbnail {flex: 0 0 90px;max-width: 90px;width: 90px;}.type-download .bottom-widget-product .sidebar-thumbnail img {width: 100%;height: 68px;border-radius: 12px;object-fit: cover;}.type-download .bottom-widget-product .sidebar-details {flex: 1;min-width: 0;}.type-download .bottom-widget-product .sidebar-details h3 {font-size: 14px;line-height: 1.4;margin-bottom: 8px;}.type-download .product-price .edd_price {font-size: 13px !important;}.type-download .productflexfix .post-thumb-single, .type-download .product-thumb.grid_dm {transform: none !important;}}.page_breadcrumb {position: relative;max-width: 1200px;margin: 40px auto;padding: 40px 40px;padding-top: 20px !important;border-radius: 24px;overflow: hidden;background: #16003c !important;background-position: center;background-repeat: no-repeat;box-shadow: 0 20px 60px rgba(0,0,0,0.08);}.page_breadcrumb h2, .page_breadcrumb .breadcrumb {position: relative;z-index: 2;}.page_title_single {color: #fff !important;font-size: 42px;font-weight: 700;margin-bottom: 14px;text-align: center;letter-spacing: -0.5px;}.page_breadcrumb .breadcrumb {text-align: center;font-size: 15px;font-weight: 500;color: rgba(255,255,255,0.85);}.page_breadcrumb .breadcrumb a {color: #fff;text-decoration: none;transition: 0.3s;}.page_breadcrumb .breadcrumb a:hover {opacity: 0.8;}.bredcrumb-separator {margin: 0 10px;opacity: 0.7;color: #fff;}@media (max-width: 768px) {.page_breadcrumb {margin: 20px 15px;padding: 50px 20px;border-radius: 18px;}.page_title_single {font-size: 30px;}.page_breadcrumb .breadcrumb {font-size: 14px;}}.user-dashboard-page {background: #ffffff;padding: 60px 20px;}.user-dashboard-page .container {max-width: 1240px;margin: 0 auto;}.dasboard-tab {margin-bottom: 32px;}.dasboard-tab .nav {display: flex;flex-wrap: wrap;gap: 14px;justify-content: center;padding: 0;margin: 0;}.dasboard-tab .nav-item {list-style: none;}.dasboard-tab .nav-link {display: inline-flex;align-items: center;justify-content: center;padding: 14px 24px;border-radius: 14px;border: 1px solid #ececec;background: #fff;color: #222;font-size: 14px;font-weight: 600;text-decoration: none;transition: 0.3s;box-shadow: 0 8px 20px rgba(0,0,0,0.03);}.dasboard-tab .nav-link:hover, .dasboard-tab .nav-link.active {background: #16003c;color: #fff;border-color: #16003c;transform: translateY(-2px);}.user--dasboard--box {background: #fff;border: 1px solid #efefef;border-radius: 24px;padding: 40px;box-shadow: 0 20px 60px rgba(0,0,0,0.05);overflow: hidden;}.user--dasboard--box fieldset {border: 1px solid #eeeeee;border-radius: 18px;padding: 30px;margin-bottom: 30px;background: #fff;}.user--dasboard--box legend {font-size: 20px;font-weight: 700;color: #16003c;margin-bottom: 20px;}.user--dasboard--box label {display: block;font-size: 14px;font-weight: 600;margin-bottom: 8px;color: #222;}.user--dasboard--box input, .user--dasboard--box select, .user--dasboard--box textarea {width: 100%;min-height: 52px;border: 1px solid #dddddd;border-radius: 14px;background: #fff;padding: 14px 16px;font-size: 15px;transition: 0.3s;}.user--dasboard--box textarea {min-height: 140px;resize: vertical;}.user--dasboard--box input:focus, .user--dasboard--box select:focus, .user--dasboard--box textarea:focus {outline: none;border-color: #16003c;box-shadow: 0 0 0 4px rgba(22,0,60,0.05);}.edd-submit, .avatar-btn, .copy-btn, .edd_download_download_files .button {display: inline-flex;align-items: center;justify-content: center;background: #16003c;color: #fff !important;border: none;border-radius: 14px;padding: 14px 24px;font-weight: 600;text-decoration: none;cursor: pointer;transition: 0.3s;}.edd-submit:hover, .avatar-btn:hover, .copy-btn:hover, .edd_download_download_files .button:hover {transform: translateY(-2px);box-shadow: 0 14px 30px rgba(22,0,60,0.12);}.edd-table1 {width: 100%;border-collapse: collapse;border-radius: 18px;overflow: hidden;}.edd-table1 thead {background: #16003c;}.edd-table1 th {color: #fff;padding: 18px;font-weight: 600;text-align: left;}.edd-table1 td {padding: 18px;border-bottom: 1px solid #eeeeee;background: #fff;}.edd-table1 tr:hover td {background: #faf8ff;}.mayosis-edd-p-history-pagination {margin-top: 24px;display: flex;gap: 10px;flex-wrap: wrap;}.mayosis-edd-p-history-pagination a {width: 42px;height: 42px;border-radius: 12px;display: flex;align-items: center;justify-content: center;text-decoration: none;background: #fff;border: 1px solid #ececec;color: #222;font-weight: 600;transition: 0.3s;}.mayosis-edd-p-history-pagination a:hover, .mayosis-edd-p-history-pagination a.active {background: #16003c;color: #fff;border-color: #16003c;}@media (max-width: 991px) {.user--dasboard--box {padding: 28px;}.user--dasboard--box fieldset {padding: 22px;}.dasboard-tab .nav {justify-content: flex-start;flex-wrap: nowrap;overflow-x: auto;padding-bottom: 10px;}.dasboard-tab .nav-link {white-space: nowrap;}}@media (max-width: 768px) {.user-dashboard-page {padding: 30px 15px;}.user--dasboard--box {padding: 20px;border-radius: 18px;}.user--dasboard--box legend {font-size: 18px;}.edd-table1 {display: block;overflow-x: auto;white-space: nowrap;}.discount-card {flex-direction: column;align-items: flex-start;}.edd-submit, .avatar-btn, .copy-btn {width: 100%;}}.msv-mobile-stiky-bar {position: fixed;bottom: 14px;left: 0;width: 100%;z-index: 9999;padding: 0 14px;background: transparent !important;box-sizing: border-box;}.msv-mobile-stiky-bar ul {max-width: 500px;margin: 0 auto;padding: 12px 18px;list-style: none;display: flex;align-items: center;justify-content: space-between;gap: 10px;background: #16003c;border: 1px solid rgba(255,255,255,0.06);border-radius: 22px;box-shadow: 0 20px 60px rgba(0,0,0,0.18);backdrop-filter: blur(14px);-webkit-backdrop-filter: blur(14px);}.msv-mobile-stiky-bar ul li {flex: 1;list-style: none;}.msv-mobile-stiky-bar ul li a, .msv-mobile-stiky-bar ul li button {width: 100%;min-height: 54px;border: 0;background: transparent;color: #ffffff;border-radius: 16px;display: flex;flex-direction: column;align-items: center;justify-content: center;gap: 6px;font-size: 12px;font-weight: 600;text-decoration: none;cursor: pointer;transition: 0.3s;}.msv-mobile-stiky-bar ul li i {font-size: 20px;line-height: 1;}.msv-mobile-stiky-bar ul li a:hover, .msv-mobile-stiky-bar ul li button:hover {background: rgba(255,255,255,0.08);transform: translateY(-2px);}.msv-fixed-cart-btn {background: rgba(255,255,255,0.06) !important;border: 1px solid rgba(255,255,255,0.08) !important;}@media (max-width: 480px) {.msv-mobile-stiky-bar {bottom: 10px;padding: 0 10px;}.msv-mobile-stiky-bar ul {padding: 10px 12px;border-radius: 18px;gap: 6px;}.msv-mobile-stiky-bar ul li a, .msv-mobile-stiky-bar ul li button {min-height: 48px;font-size: 11px;border-radius: 12px;gap: 4px;}.msv-mobile-stiky-bar ul li i {font-size: 18px;}}.msv_fixed_cart_sidebar {position: fixed;top: 20px;right: 20px;width: 420px;max-width: calc(100% - 30px);height: calc(100vh - 40px);z-index: 99999;background: #16003c;border: 1px solid rgba(255,255,255,0.06);border-radius: 28px;box-shadow: 0 30px 80px rgba(0,0,0,0.25);backdrop-filter: blur(14px);-webkit-backdrop-filter: blur(14px);padding: 28px;overflow: hidden;display: flex;flex-direction: column;transform: translateX(110%);transition: all 0.35s ease;}.msv_fixed_cart_sidebar.active {transform: translateX(0);}.cart-close {width: 46px;height: 46px;border: 0;border-radius: 14px;background: rgba(255,255,255,0.06);color: #fff;display: flex;align-items: center;justify-content: center;cursor: pointer;transition: 0.3s;margin-left: auto;margin-bottom: 20px;}.cart-close:hover {background: rgba(255,255,255,0.10);transform: rotate(90deg);}.msv-cart-b-body {flex: 1;overflow-y: auto;padding-right: 4px;}.msv-mobile-cart-title {color: #ffffff;font-size: 24px;font-weight: 700;margin-bottom: 28px;padding-bottom: 18px;border-bottom: 1px solid rgba(255,255,255,0.06);}.msv-mobile-cart-title .items {color: #ffffff;font-weight: 800;}.edd-cart {list-style: none;margin: 0;padding: 0;}.edd-cart-items-main {display: flex;flex-direction: column;gap: 16px;}.edd-cart .cart_item.empty {background: rgba(255,255,255,0.04);border: 1px solid rgba(255,255,255,0.05);border-radius: 18px;padding: 24px;text-align: center;}.edd_empty_cart {color: rgba(255,255,255,0.85);font-size: 15px;font-weight: 500;}.msv-cart-b-body::-webkit-scrollbar {width: 6px;}.msv-cart-b-body::-webkit-scrollbar-thumb {background: rgba(255,255,255,0.12);border-radius: 20px;}@media (max-width: 991px) {.msv_fixed_cart_sidebar {width: 380px;padding: 24px;border-radius: 22px;}.msv-mobile-cart-title {font-size: 22px;}}@media (max-width: 768px) {.msv_fixed_cart_sidebar {top: auto;right: 0;bottom: 0;width: 100%;max-width: 100%;height: 85vh;border-radius: 24px 24px 0 0;padding: 22px 18px;transform: translateY(110%);}.msv_fixed_cart_sidebar.active {transform: translateY(0);}.cart-close {width: 42px;height: 42px;border-radius: 12px;margin-bottom: 16px;}.msv-mobile-cart-title {font-size: 20px;margin-bottom: 22px;padding-bottom: 14px;}.edd-cart .cart_item.empty {padding: 20px;border-radius: 16px;}.edd_empty_cart {font-size: 14px;}}@media (max-width: 768px) {.msv_fixed_cart_sidebar {position: fixed;left: 12px !important;right: 12px !important;bottom: 12px !important;top: auto !important;width: auto !important;max-width: none !important;height: calc(100vh - 24px);padding: 18px !important;border-radius: 20px !important;box-sizing: border-box;overflow: hidden;transform: translateY(110%);}.msv_fixed_cart_sidebar.active {transform: translateY(0);}.msv-cart-b-body {overflow-y: auto;height: 100%;padding-right: 2px;}.cart-close {width: 40px;height: 40px;border-radius: 12px;margin-bottom: 14px;}.msv-mobile-cart-title {font-size: 20px;margin-bottom: 18px;padding-bottom: 12px;}.edd-cart .cart_item.empty {padding: 18px;border-radius: 14px;}.edd_empty_cart {font-size: 14px;line-height: 1.5;}}@media (max-width: 768px) {.msv_fixed_cart_sidebar {position: fixed;left: 12px !important;right: 12px !important;bottom: 12px !important;top: auto !important;width: auto !important;max-width: none !important;height: auto !important;max-height: 72vh !important;padding: 18px !important;border-radius: 20px !important;box-sizing: border-box;overflow: hidden;transform: translateY(110%);}.msv_fixed_cart_sidebar.active {transform: translateY(0);}.msv-cart-b-body {overflow-y: auto;max-height: calc(72vh - 100px);padding-right: 2px;}.msv-mobile-cart-title {font-size: 19px;margin-bottom: 16px;padding-bottom: 12px;}.cart-close {width: 40px;height: 40px;margin-bottom: 12px;}}*::selection {background: #cbd5e1 !important;color: #000 !important;font-weight: 900px !important;}*::-moz-selection {background: #cbd5e1 !important;color: #000 !important;font-weight: 900px !important;}.widget a {display: unset!important;}.widget .post-body.content a{display: unset!important;color: unset;font-weight: bolder;}.widget .post-body.content a.button, .widget .post-body.content a.button:hover {display: unset!important;color: white;font-weight: bolder;}.widget .post-body.content a:hover {display: unset!important;color: unset;font-weight: bolder;}.single-product-buttons.row.g-3 {margin-top: 5px;}.post-body.content img {display: block;margin: auto;width: 50%;position: relative;transform: perspective(1000px) rotateY(-20deg) rotateX(5deg);transition: all 0.5s ease;transform-style: preserve-3d;}.post-body.content img:hover {transform: perspective(1000px) rotateY(0deg) rotateX(0deg);}.widget a.sidebar {display: block !important;}.post-body.content p {margin-bottom: 30px;}.post-body.content h1, .post-body.content h2, .post-body.content h3, .post-body.content h4, .post-body.content h5 {font-family: "Ubuntu", sans-serif !important;font-size: 1.6rem !important;font-weight: 900 !important;text-align: center;}:root {--lStatusC: #482dff;--lHeadC: #08102b;--lBodyC: #08102b;--lBodyCa: #989b9f;--lBodyB: #fdfcff;--lLinkC: #1976d2;--lLinkB: #1976d2;--lIconC: #08102b;--lIconCa: #08102b;--lIconCs: #767676;--lHeaderC: #343435;--lHeaderB: #fffdfc;--lNotifB: #e8f0fe;--lNotifC: #01579b;--lContentB: #fffdfc;--lContentL: #e6e6e6;--lMenuB: #fffdfc;--lSrchB: #fffdfc;--lMobB: #fffdfc;--lMobC: #08102b;--lFotB: #fffdfc;--lFotC: #08102b;--darkT: #fffdfc;--darkTa: #989b9f;--darkL: #8775f5;--darkB: #1e1e1e;--darkBa: #2d2d30;--darkBs: #252526;--fontS: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";--fontH: "Google Sans Text", var(--fontS);--fontB: "Google Sans Text", var(--fontS);--fontBa: "Google Sans Text", var(--fontS);--fontC: "Google Sans Mono", monospace;--svgW: 22px;--svgH: 22px;--svgC: currentColor;--iconC: var(--lIconC);--iconCa: var(--lIconCa);--iconCs: var(--lIconCs);--iconHr: 15px;--headC: var(--lHeadC);--bodyC: var(--lBodyC);--bodyCa: var(--lBodyCa);--bodyB: var(--lBodyB);--linkC: var(--lLinkC);--linkB: var(--lLinkB);--linkR: 6px;--headerC: var(--lHeaderC);--headerB: var(--lHeaderB);--headerT: 16px;--headerW: 400;--headerL: 1px;--headerH: 60px;--headerHm: 55px;--headerHc: var(--headerH);--notifB: var(--lNotifB);--notifC: var(--lNotifC);--notifH: 60px;--contentB: var(--lContentB);--contentBs: #f1f1f0;--contentBa: #f6f6f6;--contentL: var(--lContentL);--contentLa: #b5b5b4;--contentW: 1280px;--sideW: 300px;--transB: rgba(0,0,0,.05);--pageW: 780px;--pageW: 780px;--postT: 36px;--postF: 16px;--postTm: 28px;--postFm: 15px;--widgetT: 16px;--widgetTw: 700;--widgetTa: 25px;--widgetTac: #989b9f;--menuB: var(--lMenuB);--menuC: #08102b;--menuW: 230px;--menuL: 1px;--navB: var(--contentB);--srchB: var(--lSrchB);--srchDr: 20px;--mobB: var(--lMobB);--mobC: var(--lMobC);--mobHv: #f1f1f0;--mobL: 1px;--mobBr: 12px;--fotB: var(--lFotB);--fotC: var(--lFotC);--fotL: 1px;--greetR: 10px;--thumbEr: 5px;--thumbR: 16 / 9;--thumbSb: linear-gradient(90deg, rgba(255,255,255,0) 0, rgba(255,255,255,.3) 20%, rgba(255,255,255,.6) 60%, rgba(255,255,255, 0));--sliderR: 5 / 2;--synxB: #f6f6f6;--synxC: #2f3337;--synxOrange: #b75501;--synxBlue: #015692;--synxGreen: #54790d;--synxRed: #f15a5a;--synxGray: #656e77;--synxGold: #72621d;--synxPurple: #803378;--synxDot1: #f1645e;--synxDot2: #eebd3e;--synxDot3: #3cab4e;--bs-1: 0 5px 35px rgb(0 0 0 / 7%);--trans-1: all .1s ease;--trans-2: all .2s ease;--trans-3: all .3s ease;--trans-4: all .4s ease;--trans-5: all .15s cubic-bezier(0.4, 0, 0.2, 1);--statusC: var(--lStatusC);--selectC: #fff;--selectB: var(--linkB);--scrollT: rgba(0,0,0,.05);--scrollB: rgba(0,0,0,.15);--scrollBh: rgba(0,0,0,.25);--scrollBa: rgba(0,0,0,.25);--scrollH: 8px;--scrollV: var(--scrollH);--scrollR: 2px;--white: #fffdfc;--black: #1e1e1e;--aInvert: 0;--m-new: 'New!';--m-free: 'Free!';--m-showAll: 'Show all';--m-hideAll: 'Hide all';}.fes-vendor-menu-tab.fes-vendor-dashboard-tab.active a {color: white!important;}.back-to-top {left: 20px!important;}div#mayosisone_1 .swiper-container {height: 280px!important;}div#mayosisone_1 .swiper-container img {display: block;margin-left: auto;margin-right: auto;width: 100%;height: 270px!important;}.post-body.content .buttonInfo {display: flex;flex-wrap: wrap;justify-content: center;margin: 0 0 30px 0;}.post-body.content .button {-webkit-border-top-left-radius: 25px !important;-webkit-border-bottom-right-radius: 25px !important;-moz-border-radius-topleft: 25px !important;-moz-border-radius-bottomright: 25px !important;border-top-left-radius: 25px !important;border-bottom-right-radius: 25px !important;}.post-body.content .buttonInfo >* {margin: 0 12px 12px 0;}.post-body.content .button {display: inline-flex;align-items: center;margin: 12px 12px 12px 0;padding: 10px 15px;outline: 0;border: 0;border-radius: 2px;border-top-left-radius: 2px;border-bottom-right-radius: 2px;line-height: 20px;color: #fff;background-color: #1E73BE;font-size: 13px;font-family: 'Roboto Mono', Noto Sans, segoe ui, sans-serif;white-space: nowrap;overflow: hidden;max-width: 100%;}.icon.download, .icon.dl {background-image: url("data:image/svg+xml,<svg fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><polyline points='8 17 12 21 16 17'/><line x1='12' x2='12' y1='12' y2='21'/><path d='M20.88 18.09A5 5 0 0 0 18 9h-1.26A8 8 0 1 0 3 16.29'/></svg>");}.icon {flex-shrink: 0;display: inline-block;margin-right: 12px;width: 18px;height: 18px;background-size: cover;background-repeat: no-repeat;background-position: center;}.post-body.content .buttonInfo >:last-child {margin-right: 0;}.post-body.content .button.outline {color: inherit;background-color: transparent;border: 1px solid #767676;}.download-count-hover, p.text-center.extra__text {display: none!important;}.social-button-bottom {display: none;}.noList, .steps, .pros, .cons, .post-body.content ul:not(.essb_links_list) {list-style: none;margin: 0 0 25px;padding: 0;}.steps, .post-body.content ul:not(.essb_links_list) {--sz: 30px;counter-reset: num;line-height: 1.6;}.steps >li, .post-body.content ul:not(.essb_links_list) >li {position: relative;padding-inline-start: calc(var(--sz) * 1.5);counter-increment: num;margin-bottom: 1.2rem;}.steps >li:not, .post-body.content ul:not(.essb_links_list) >li:not(:last-child) {padding-bottom: calc(var(--sz) / 2);}.steps >:not(li):not(:last-child), .post-body.content ul:not(.essb_links_list) >:not(li):not(:last-child) {margin-bottom: calc(var(--sz) / 2);}.steps >li::before, .post-body.content ul:not(.essb_links_list) >li::before {content: counter(num);display: flex;align-items: center;justify-content: center;position: absolute;top: -2px;inset-inline-start: 0;width: var(--sz);height: var(--sz);border: 1px solid var(--linkC);border-radius: 50%;color: var(--linkC);font-size: small;line-height: 1;transition: 0.3s;}.steps >li:hover::before, .post-body.content ul:not(.essb_links_list) >li:hover::before {background-color: var(--linkC);color: var(--white);}.steps >li::after, .post-body.content ul:not(.essb_links_list) >li::after {content: '';position: absolute;top: calc(var(--sz) + 8px);inset-inline-start: calc(var(--sz) / 2);bottom: 8px;border-inline-start: 1px solid var(--linkC);}.steps .zmImg:not(.s) {margin-top: 1.2em;}.pros, .cons {margin: 5px 0 15px;padding-inline-start: 10px;line-height: 1.3;font-size: 95%;}.pros li::marker {content: '\002B';}.cons li::marker {content: '\2212';}.pros li, .cons li {margin-bottom: 10px;padding-inline-start: 10px;}.alertz {--clr: var(--linkC);--szsp: 20px;position: relative;border-radius: 8px;margin: var(--szsp) 0;padding: calc(var(--szsp) * .6) var(--szsp);font-size: calc(var(--szsp) * .75);line-height: calc(var(--szsp) * 1.3);overflow: hidden;z-index: 1;}.alertz:not(.outlinez) {color: var(--clr);}.alertz:not(.outlinez)::before {content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: var(--clr);z-index: -1;opacity: .1;}.alertz.outlinez {border: 1px solid var(--clr);}.alertz.infoz::after,.alertz.warning::after,.alertz.success::after,.alertz.error::after {content: "";position: absolute;height: calc(100% - var(--sptp));inset-inline-start: calc(var(--szsp) * 1.125);border-inline-start: 1px solid var(--clr);top: calc(var(--szsp) * 2.4);--sptp: calc(var(--szsp) * 3.2);}.alertz.infoz,.alertz.warning,.alertz.success,.alertz.error {background-repeat: no-repeat;background-size: var(--szsp);background-position: calc(var(--szsp) * .7) calc(var(--szsp) * .7);padding-inline-start: calc(var(--szsp) * 2.5);}.alertz.infoz {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'viewBox='0 0 512 512'%3E%3Cpath d='M256 512c141.4 0 256-114.6 256-256S397.4 0 256 0S0 114.6 0 256S114.6 512 256 512zM216 336h24V272H216c-13.3 0-24-10.7-24-24s10.7-24 24-24h48c13.3 0 24 10.7 24 24v88h8c13.3 0 24 10.7 24 24s-10.7 24-24 24H216c-13.3 0-24-10.7-24-24s10.7-24 24-24zm40-144c-17.7 0-32-14.3-32-32s14.3-32 32-32s32 14.3 32 32s-14.3 32-32 32z'fill='%2300a7e6'/%3E%3C/svg%3E");}.alertz.warning {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'viewBox='0 0 512 512'%3E%3Cpath d='M256 512c141.4 0 256-114.6 256-256S397.4 0 256 0S0 114.6 0 256S114.6 512 256 512zm0-384c13.3 0 24 10.7 24 24V264c0 13.3-10.7 24-24 24s-24-10.7-24-24V152c0-13.3 10.7-24 24-24zm32 224c0 17.7-14.3 32-32 32s-32-14.3-32-32s14.3-32 32-32s32 14.3 32 32z'fill='%23ecb621'/%3E%3C/svg%3E");}.alertz.success {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'viewBox='0 0 512 512'%3E%3Cpath d='M256 512c141.4 0 256-114.6 256-256S397.4 0 256 0S0 114.6 0 256S114.6 512 256 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z'fill='%2341ba79'/%3E%3C/svg%3E");}.alertz.error {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'viewBox='0 0 512 512'%3E%3Cpath d='M256 0c53 0 96 43 96 96v3.6c0 15.7-12.7 28.4-28.4 28.4H188.4c-15.7 0-28.4-12.7-28.4-28.4V96c0-53 43-96 96-96zM41.4 105.4c12.5-12.5 32.8-12.5 45.3 0l64 64c.7 .7 1.3 1.4 1.9 2.1c14.2-7.3 30.4-11.4 47.5-11.4H312c17.1 0 33.2 4.1 47.5 11.4c.6-.7 1.2-1.4 1.9-2.1l64-64c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-64 64c-.7 .7-1.4 1.3-2.1 1.9c6.2 12 10.1 25.3 11.1 39.5H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H416c0 24.6-5.5 47.8-15.4 68.6c2.2 1.3 4.2 2.9 6 4.8l64 64c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0l-63.1-63.1c-24.5 21.8-55.8 36.2-90.3 39.6V240c0-8.8-7.2-16-16-16s-16 7.2-16 16V479.2c-34.5-3.4-65.8-17.8-90.3-39.6L86.6 502.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l64-64c1.9-1.9 3.9-3.4 6-4.8C101.5 367.8 96 344.6 96 320H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H96.3c1.1-14.1 5-27.5 11.1-39.5c-.7-.6-1.4-1.2-2.1-1.9l-64-64c-12.5-12.5-12.5-32.8 0-45.3z'fill='%23ff6372'/%3E%3C/svg%3E");}.alertz.infoz {--clr: #3e69a8;}.alertz.warning {--clr: #8f6919;}.alertz.success {--clr: #127a5b;}.alertz.error {--clr: #be2e3c;}.alertz>strong:first-child,.alertz>i:first-child,.alertz>b:first-child {display: block;margin-bottom: 8px;font-family: var(--fontC);font-weight: 700;color: var(--clr);}.drK .alertz.infoz, :root:not(.lzD) .modI:checked ~ .mainW .alertz.infoz {--clr: #00a7e6;}.drK .alertz.warning, :root:not(.lzD) .modI:checked ~ .mainW .alertz.warning {--clr: #ecb621;}.drK .alertz.success, :root:not(.lzD) .modI:checked ~ .mainW .alertz.success {--clr: #41ba79;}.drK .alertz.error, :root:not(.lzD) .modI:checked ~ .mainW .alertz.error {--clr: #ff6372;}.alertz>ol,.alertz>ul {padding-inline-start: 20px;}[dir=rtl] .alertz.infoz,[dir=rtl] .alertz.warning,[dir=rtl] .alertz.success,[dir=rtl] .alertz.error {background-position-x: calc(100% - var(--szsp) * .7);}.extL, #content1 p a {display: inline-flex;align-items: center;}.extL::after, #content1 p a::after {content: '';width: 14px;height: 14px;display: inline-block;margin: 0 5px;background: url("data:image/svg+xml,<svg fill='none' stroke='%23989b9f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M7 7h10v10'/><path d='M7 17 17 7'/></svg>") center / 14px no-repeat;}.extL.alt::after {background-image: url("data:image/svg+xml,<svg fill='none' stroke='%23989b9f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M15 7h3a5 5 0 0 1 5 5 5 5 0 0 1-5 5h-3m-6 0H6a5 5 0 0 1-5-5 5 5 0 0 1 5-5h3'/><line x1='8' x2='16' y1='12' y2='12'/></svg>");}.extL.sec::after {background-image: url("data:image/svg+xml,<svg fill='none' stroke='%23989b9f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M13.0601 10.9399C15.3101 13.1899 15.3101 16.8299 13.0601 19.0699C10.8101 21.3099 7.17009 21.3199 4.93009 19.0699C2.69009 16.8199 2.68009 13.1799 4.93009 10.9399'/><path d='M10.59 13.4099C8.24996 11.0699 8.24996 7.26988 10.59 4.91988C12.93 2.56988 16.73 2.57988 19.08 4.91988C21.43 7.25988 21.42 11.0599 19.08 13.4099'/></svg>");}.inF {--iB: var(--bodyB);--iC: inherit;--iL: var(--contentLa);--iLa: var(--linkC);--iLe: #d93025;--iLi: #3e954e;--iR: 5px;--tH: 100px;--tHa: 200px;--tHm: 500px;position: relative;font-size: 14px;margin: 20px 0;}.inF input,.inF select,.inF textarea, #content1 p textarea, #content1 li textarea {display: block;width: 100%;height: 50px;outline: 0;font-size: 14px;padding: 16px 12px;text-align: start;border-radius: var(--iR);background: var(--iB);color: var(--iC);border: 1px solid var(--iL);transition: border .2s ease,box-shadow .2s ease;}.inF textarea, #content1 p textarea, #content1 li textarea {vertical-align: top;resize: vertical;min-height: 60px;max-height: var(--tHm);height: var(--tH);transition: border .2s ease,box-shadow .2s ease,height .2s ease;margin: 0;}.inF textarea:focus, #content1 p textarea:focus, #content1 li textarea:focus, .inF textarea:not(:placeholder-shown):not(:focus), #content1 p textarea:not(:placeholder-shown):not(:focus), #content1 li textarea:not(:placeholder-shown):not(:focus) {height: var(--tHa);}.button {display: inline-flex;align-items: center;gap: 12px;margin: 10px 0;padding: 12px 15px;outline: 0;border: 0;border-radius: var(--linkR);line-height: 20px;vertical-align: middle;color: #fffdfc;background: var(--linkB);font-size: 14px;font-family: var(--fontB);white-space: nowrap;overflow: hidden;max-width: 320px;}.button.ln {color: inherit;background: transparent;border: 1px solid var(--bodyCa);}.button.ln:hover {border-color: var(--linkB);box-shadow: 0 0 0 1px var(--linkB) inset;}.btnF {display: flex;justify-content: center;margin: 10px 0;width: calc(100% + 12px);left: -6px;right: -6px;position: relative;}.btnF >* {margin: 0 6px;}.headH {margin: 1.5em 0 18px;scroll-margin-top: calc(var(--headerHc) + 20px);font-family: var(--fontBa);font-weight: 700;line-height: 1.5em;}.headH::after {margin-inline-start: 3px;font: 400 11px var(--fontB);opacity: .6;}.table {--clr: var(--linkC);--szsm: 20px;--szsp: 15px;--fnsz: 14px;font-size: var(--fnsz);line-height: calc(var(--fnsz) * 1.5);display: block;scroll-behavior: smooth;margin: var(--szsm) 0;overflow: auto;max-height: 400px;}.table table {min-width: 100%;border: 0;white-space: nowrap;margin: 0 auto;}.table:not(.noborder) table {border-collapse: collapse;}.table.bordered,.table.cborder {border: 1px solid var(--contentL);border-radius: 8px;}.table.primary table thead,.table.warning table thead,.table.success table thead,.table.error table thead,.table.clr table thead {background-color: var(--clr);color: var(--white);}.table.primary {--clr: #3e69a8;}.table.warning {--clr: #8f6919;}.table.success {--clr: #127a5b;}.table.error {--clr: #be2e3c;}.table table thead th {font-weight: 700;border-bottom: 1px solid var(--contentL);text-align: inherit;}.table table th,.table table td {padding: calc(var(--szsp) * .8) var(--szsp);}.table table th {font-weight: 400;}.table.vab tbody {vertical-align: baseline;}.table table tbody tr:not(:first-child) {border-top: 1px solid var(--contentL);}.table.stripped tbody tr:nth-of-type(2n+1) {background-color: var(--contentBa);}.table.hovered tbody tr:hover {background-color: var(--contentBs);}.table.mh100 {max-height: 100%;}.table.mhvh {max-height: calc(100vh - 150px);}.table.mh200 {max-height: 200px;}.table.mh300 {max-height: 300px;}.table.sticky table {border-collapse: separate;border-spacing: 0;}.table.sticky thead {position: sticky;top: 0;background: var(--bodyB);}.table.sticky:not(.noborder) table tbody tr:not(:last-child) th,.table.sticky:not(.noborder) table tbody tr:not(:last-child) td {border-bottom: 1px solid var(--contentL);}.table.bordered table tr th:not(:last-child),.table.bordered table tr td:not(:last-child) {border-inline-end: 1px solid var(--contentL);}.table.sp5 {--szsp: 5px;}.table.sp10 {--szsp: 10px;}.table.sp20 {--szsp: 20px;}.bX .table {background: var(--contentB);box-shadow: var(--bs-1);}@media (min-width: 991px) {.user-dashboard-page .tab-content {padding: unset!important;}}.tab-content.user--dasboard--box {margin: unset!important;}.mayosis-testimonial-carousel {margin-bottom: unset!important;}:root {--warna_bg: var(--bg-glass);--warna_garis: #2563eb;--warna_gari2: #e2e8f0;--warna_text: #2563eb;}.download-sidebar {position: sticky;top: 120px;display: flex;flex-direction: column;gap: 24px;margin-bottom: 1rem;}.price-card {position: relative;background: #fff;border: 2px solid var(--warna_gari2);border-radius: 30px;padding: 32px;box-shadow: 0 25px 60px rgba(37, 99, 235, 0.08);}.best-value {position: absolute;top: -14px;left: 50%;transform: translateX(-50%);background: var(--warna_garis);color: #fff;padding: 8px 18px;border-radius: 999px;font-size: 12px;font-weight: 800;letter-spacing: .08em;text-transform: uppercase;}.price-header {padding-top: 12px;padding-bottom: 28px;border-bottom: 1px solid #edf0f5;margin-bottom: 28px;}.old-price {display: block;color: #94a3b8;font-size: 18px;margin-bottom: 8px;text-align: center;}.main-price {display: flex;align-items: flex-end;gap: 8px;}.main-price h3 {margin: 0;font-size: 48px;line-height: 1;font-weight: 800;color: #0f172a;}.main-price small {font-size: 14px;color: #64748b;margin-bottom: 6px;}.license-wrap {margin-bottom: 28px;}.license-label {display: block;font-size: 12px;font-weight: 800;color: var(--warna_text);text-transform: uppercase;letter-spacing: .08em;margin-bottom: 18px;}.license-item {display: flex;justify-content: space-between;gap: 16px;padding: 18px;margin-bottom: 14px;border: 2px solid #e2e8f0;border-radius: 20px;cursor: pointer;transition: .3s;}.license-item:hover {border-color: var(--warna_garis);}.license-item.active {border-color: var(--warna_garis);background: #f8fbff;box-shadow: 0 10px 30px rgba(37, 99, 235, 0.06);}.license-left {display: flex;gap: 14px;align-items: flex-start;}.radio {width: 22px;height: 22px;border-radius: 50%;background: #e2e8f0;display: flex;align-items: center;justify-content: center;flex-shrink: 0;font-size: 12px;font-weight: 700;}.checked {background: var(--warna_bg);color: #fff;}.license-item strong {display: block;margin-bottom: 6px;color: #0f172a;}.license-item p {margin: 0;font-size: 13px;color: #64748b;}.license-item b {font-size: 16px;color: #0f172a;}.sidebar-actions {display: flex;flex-direction: column;gap: 14px;margin-bottom: 28px;}.btn-cart, .btn-buy, .btn-preview {display: block;text-align: center;padding: 16px;border-radius: 18px;text-decoration: none;font-weight: 700;transition: .3s;}.btn-cart {background: var(--warna_bg);color: #fff;}.btn-buy {background: #111827;color: #fff;}.btn-preview {background: #f8fafc;border: 1px solid #e2e8f0;color: #0f172a;}.btn-cart:hover, .btn-buy:hover, .btn-preview:hover {transform: translateY(-2px);}.sidebar-features {list-style: none;margin: 0;padding: 24px 0 0;border-top: 1px solid #edf0f5;}.sidebar-features li {padding: 10px 0;font-size: 14px;color: #334155;}.sales-box {display: flex;align-items: center;gap: 16px;padding: 20px;background: #fff;border: 1px solid #edf0f5;border-radius: 24px;}.sales-icon {width: 52px;height: 52px;border-radius: 18px;background: #fff7ed;display: flex;align-items: center;justify-content: center;font-size: 24px;}.sales-box strong {display: block;font-size: 20px;color: #0f172a;}.sales-box p {margin: 4px 0 0;font-size: 14px;color: #64748b;}@media (max-width: 991px) {.download-layout {grid-template-columns: 1fr;}.download-sidebar {position: static;}}@media (max-width: 768px) {.single-download-page {padding: 40px 16px;}.download-main, .price-card {padding: 24px;border-radius: 20px;}.download-title {font-size: 32px;}.main-price h3 {font-size: 36px;}}@media (max-width: 1200px) {.single-download-wrap {max-width: 100%;}.download-layout {grid-template-columns: minmax(0, 1fr) 340px;gap: 24px;}.download-title {font-size: 40px;}.main-price h3 {font-size: 42px;}}@media (max-width: 991px) {.single-download-page {padding: 60px 20px;}.download-layout {grid-template-columns: 1fr;gap: 28px;}.download-sidebar {position: static;top: unset;order: 2;}.download-main {order: 1;}.price-card, .sales-box {border-radius: 24px;}.download-title {font-size: 36px;line-height: 1.2;}.download-excerpt {font-size: 15px;line-height: 1.7;}}@media (max-width: 768px) {.single-download-page {padding: 40px 16px;}.download-main {padding: 24px;border-radius: 20px;}.price-card {padding: 24px;border-radius: 22px;}.sales-box {padding: 18px;border-radius: 20px;}.download-title {font-size: 30px;margin-bottom: 14px;}.download-badge {font-size: 12px;padding: 7px 14px;}.download-preview img {border-radius: 16px;margin-bottom: 24px;}.main-price {flex-wrap: wrap;gap: 4px;}.main-price h3 {font-size: 34px;}.main-price small {font-size: 13px;margin-bottom: 0;}.old-price {font-size: 15px;}.license-item {padding: 16px;border-radius: 16px;flex-direction: column;align-items: flex-start;}.license-item b {font-size: 15px;margin-top: 8px;}.license-left {gap: 12px;}.sidebar-actions {gap: 12px;}.btn-cart, .btn-buy, .btn-preview {padding: 14px;font-size: 14px;border-radius: 14px;}.sidebar-features li {font-size: 13px;padding: 8px 0;}.sales-box strong {font-size: 18px;}.sales-box p {font-size: 13px;}.sales-icon {width: 46px;height: 46px;border-radius: 14px;font-size: 20px;}}@media (max-width: 480px) {.single-download-page {padding: 32px 14px;}.download-main, .price-card {padding: 18px;border-radius: 18px;}.download-title {font-size: 26px;}.download-excerpt {font-size: 14px;}.best-value {font-size: 10px;padding: 6px 14px;top: -12px;}.main-price h3 {font-size: 28px;}.license-label {font-size: 11px;}.license-item strong {font-size: 14px;}.license-item p {font-size: 12px;}.btn-cart, .btn-buy, .btn-preview {font-size: 13px;padding: 13px;}}.download-main {min-width: 0;width: 100%;overflow: hidden;box-sizing: border-box;}.download-description, .download-description * {max-width: 100%;box-sizing: border-box;}.download-description img, .download-preview img {max-width: 100%;height: auto;display: block;}.download-description table {width: 100%;display: block;overflow-x: auto;white-space: nowrap;}.download-description iframe, .download-description video {max-width: 100%;width: 100%;border: 0;}.download-description pre {overflow-x: auto;white-space: pre-wrap;word-break: break-word;}.download-description p, .download-description li, .download-description span, .download-description a {word-break: break-word;overflow-wrap: break-word;}.detail-license {display: none;margin-top: 14px;border: 1px solid var(--warna_garis2);border-radius: 16px;box-sizing: border-box;width: 100%;animation: fadeDetail .3s ease;}.detail-license ul {margin: 0;padding: 0;list-style: none;}.detail-license li {display: flex;align-items: flex-start;gap: 10px;font-size: 13px;line-height: 1.6;color: #475569;padding: 6px 0;font-weight: 500;}.detail-license li::before {content: "";width: 6px;height: 6px;margin-top: 8px;border-radius: 50%;background: var(--warna_garis);flex-shrink: 0;}.license-item.active .detail-license {display: block;}.radio.checked {background: var(--warna_garis);color: #fff;border-color: var(--warna_garis);box-shadow: 0 8px 20px rgba(37, 99, 235, 0.15);}.license-item.active {border-color: var(--warna_garis);background: #ffffff;box-shadow: 0 12px 30px rgba(37, 99, 235, 0.06);}@keyframes fadeDetail {from {opacity: 0;transform: translateY(-6px);}to {opacity: 1;transform: translateY(0);}}@media (max-width: 768px) {.detail-license {padding: 14px;border-radius: 14px;margin-top: 12px;}.detail-license li {font-size: 12px;gap: 8px;padding: 5px 0;}.detail-license li::before {width: 5px;height: 5px;margin-top: 7px;}}@media (max-width: 480px) {.detail-license {padding: 12px;border-radius: 12px;}.detail-license li {font-size: 11px;line-height: 1.5;}}.btn-live, .content .buttonInfo .button {position: relative;padding: 12px 12px 12px 30px;background: rgba(245,245,245,.73);color: #000;border: 1px solid rgba(0,0,0,0.15);border-radius: 12px;text-decoration: none;font-weight: 600;transition: 0.3s ease;display: inline-flex;align-items: center;justify-content: center;min-width: 150px;}.btn-live::before, .content .buttonInfo .button::before {content: "";position: absolute;left: 25px;top: 50%;transform: translateY(-50%);width: 8px;height: 8px;background: #ff3b30;border-radius: 50%;box-shadow: 0 0 0 3px rgba(255, 59, 48, 0.2);animation: pulseDot 1.5s infinite;}@keyframes pulseDot {0% {transform: translateY(-50%) scale(1);opacity: 1;}50% {transform: translateY(-50%) scale(1.3);opacity: 0.6;}100% {transform: translateY(-50%) scale(1);opacity: 1;}}.single-download .edd_download_purchase_form {margin-bottom: unset;}#digital_download_details_widget-1, #product_release_info-1, #dm_product_tag_widget-1 {display: none !important;}.edd-submit.button.blue, .single-cart-button a.btn, .photo-image-zoom:hover, .edd_purchase_submit_wrapper a.edd-add-to-cart.edd-has-js, .single-news-letter .nl__item--submit:hover, .edd-submit.button.blue:hover, .single-cart-button a:hover.btn, .edd_purchase_submit_wrapper a.edd-add-to-cart.edd-has-js:hover, #commentform input[type="submit"]:hover, #sidebar-wrapper a#menu-close, #sidebar-wrapper a#menu-close:hover, .mini_cart .main_widget_checout, #basic-user-avatar-form input[type="submit"], #edd_profile_editor_submit, #basic-user-avatar-form input[type="submit"]:hover, #edd_profile_editor_submit:hover, .styleone.btn, .single-product-buttons .multiple_button_v, .button-fill-color:hover, .licence_main_title.youcantitle, .title--button--box .btn.title--box--btn {color: #ffffff;}.edd-free-download-cancel.button, .edd-free-download-submit.button, .select2Buttons a:hover, .select2Buttons .picked, .select2Buttons li a, .select2Buttons .limited a, .select2Buttons .disabled, .acf-button, #commentform input[type="submit"], .slider_dm_v .carousel-indicators .active, #edd-purchase-button, .edd-submit, input.edd-submit[type="submit"], .dm_register_button, .back-to-top:hover, button.fes-cmt-submit-form, .mini_cart .cart_item.edd_checkout a, .photo-image-zoom, a.edd-wl-button.edd-wl-save.edd-wl-action, .msv-cs-filter-btn.button, .wishlist-with-bg .edd-wl-button.edd-wl-action, .edd-wl-create input[type="submit"], .edd-wl-item-purchase .edd-add-to-cart-from-wish-list, .carousel-indicators li, blockquote, #wp-calendar caption, .edd_discount_link, #edd-login-account-wrap a, #edd-new-account-wrap a, .edd-submit.button.blue, .single-cart-button a.btn, .edd_purchase_submit_wrapper a.edd-add-to-cart.edd-has-js, .single-news-letter .nl__item--submit:hover, .edd-submit.button.blue:hover, .single-cart-button a:hover.btn, .edd_purchase_submit_wrapper a.edd-add-to-cart.edd-has-js:hover, #commentform input[type="submit"]:hover, #sidebar-wrapper a#menu-close, #sidebar-wrapper a#menu-close:hover, .mini_cart .main_widget_checout, #basic-user-avatar-form input[type="submit"], #edd_profile_editor_submit, #basic-user-avatar-form input[type="submit"]:hover, #edd_profile_editor_submit:hover, .styleone.btn, .single-product-buttons .multiple_button_v, .button_accent, .fes-url-choose-row .edd-submit.upload_file_button, table.multiple tfoot tr th .edd-submit.insert-file-row, .edd-submit.button.blue.active, .edd-submit.button.blue:focus, .edd-submit.button.blue:hover, div.fes-form .fes-submit input[type="submit"], .fes-submit .edd-submit.blue.button, .fes--author--buttonbox .btn.fes--box-btn, .subscribe-box-photo, .edd-submit.button, .edd-submit.button.gray, .edd-submit.button:visited, #edd-custom-deliverables-email-customer, input[type="submit"], .mayosis-woo-sidebar-p-details button, .msv-woo-top-buttons .cart button, #mayosis_variable_price .single_add_to_cart_button.button, .checkout_coupon .button, .form-row .button, .woocommerce-Button, input[type="submit"].dokan-btn-theme:hover, a.dokan-btn-theme:hover, .dokan-btn-theme:hover, #marketking_send_inquiry_button, .woocommerce-mini-cart__buttons.buttons .button.checkout.wc-forward, .prime-cart-button .single_add_to_cart_button, .prime-cart-button .multiple_button_v {border-color: var(--warna_bg)!important;}.edd-free-download-cancel.button, .edd-free-download-submit.button, .select2Buttons a:hover, .select2Buttons .picked, .acf-button, #commentform input[type="submit"], .slider_dm_v .carousel-indicators .active, #edd-purchase-button, .edd-submit, input.edd-submit[type="submit"], .dm_register_button, .back-to-top:hover, button.fes-cmt-submit-form, .mini_cart .cart_item.edd_checkout a, .photo-image-zoom, a.edd-wl-button.edd-wl-save.edd-wl-action, .msv-cs-filter-btn.button, .wishlist-with-bg .edd-wl-button.edd-wl-action, .edd-wl-create input[type="submit"], nav.fes-vendor-menu ul li.active::after, .edd-wl-item-purchase .edd-add-to-cart-from-wish-list, .button-sub-right .btn, .fes-product-list-td a, .upload-cover-button, .wpcf7-submit, .status-publish.sticky::before, .footer-link-page-post .footer-page-post-link, .lSSlideOuter .lSPager.lSpg >li:hover a, .lSSlideOuter .lSPager.lSpg >li.active a, .lSSlideOuter .lSPager.lSpg >li a, .edd-submit.button.blue, .single-cart-button a.btn, .edd_purchase_submit_wrapper a.edd-add-to-cart.edd-has-js, .single-news-letter .nl__item--submit:hover, .edd-submit.button.blue:hover, .single-cart-button a:hover.btn, .edd_purchase_submit_wrapper a.edd-add-to-cart.edd-has-js:hover, #commentform input[type="submit"]:hover, #sidebar-wrapper a#menu-close, #sidebar-wrapper a#menu-close:hover, .mini_cart .main_widget_checout, #basic-user-avatar-form input[type="submit"], #edd_profile_editor_submit, #basic-user-avatar-form input[type="submit"]:hover, #edd_profile_editor_submit:hover, .styleone.btn, .single-product-buttons .multiple_button_v, .button_accent, .fes-url-choose-row .edd-submit.upload_file_button, table.multiple tfoot tr th .edd-submit.insert-file-row, .edd-submit.button.blue.active, .edd-submit.button.blue:focus, .edd-submit.button.blue:hover, .subscribe-block-btn, div.fes-form .fes-submit input[type="submit"], .fes--author--buttonbox .btn.fes--box-btn, .overlay-btn.overlay-btn-style-3 a.edd-wl-action.edd-wl-button:hover, .overlay-btn.overlay-btn-style-3 .edd_purchase_submit_wrapper .button.edd-submit:hover, .popr_content, .mayosis-style-two-player.mayosis-title-audio, .title--button--box .btn.title--box--btn, .edd-submit.button, .edd-submit.button.gray, .edd-submit.button:visited, #edd-custom-deliverables-email-customer, .mayosis-woo-sidebar-p-details button, .msv-woo-single-cp-left ul.tabs li.active::after, .msv-woo-top-buttons .cart button, #mayosis_variable_price .single_add_to_cart_button.button, .wc-proceed-to-checkout .checkout-button, .checkout_coupon .button, .form-row .button, .woocommerce-message .button, .woocommerce-Button, input[type="submit"].dokan-btn-theme:hover, a.dokan-btn-theme:hover, .dokan-btn-theme:hover, #marketking_send_inquiry_button, .woocommerce-mini-cart__buttons.buttons .button.checkout.wc-forward, .prime-cart-button .single_add_to_cart_button, .prime-cart-button .multiple_button_v {background: var(--warna_bg)!important;}.multiple_button_v, .btn.btn-primary {background: linear-gradient( 135deg, #2563eb, #3b82f6 )!important;color: #ffffff !important;box-shadow: 0 14px 35px rgba(37,99,235,0.20);}