:root{
	--rgb-color-base:0,0,0;
	--rgb-color-primary:249,99,2;

	--transition:.2s ease;

	--header-bg:#ffffff;
	--header-drawer-w:320px;
	--header-color:rgb(var(--rgb-color-base));
	--header-color-muted:rgba(var(--rgb-color-base),.5);
	--footer-bg:#1a1a2e;
	--footer-color:#edecea;
	--footer-color-muted:#9a9896;
}
html{line-height:1.6;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;box-sizing:border-box;font-size:16px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,"Helvetica Neue",sans-serif;color:#1a1a2e;-webkit-font-smoothing:subpixel-antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400;-webkit-tap-highlight-color:transparent;scroll-behavior:smooth;scroll-padding-top:70px}
body,dd,dl,figure,form,h1,h2,h3,h4,h5,h6,input,menu,p{margin:0}
button,input,ol,textarea,ul{margin:0;padding:0}
:after,:before,a,abbr,address,article,aside,body,button,dd,details,div,dl,dt,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,img,input,label,li,main,menu,nav,ol,p,picture,section,select,span,strong,summary,table,td,textarea,th,tr,ul{box-sizing:border-box}
ol li,ul li{list-style:none}
picture{font-size:0;display:block}
a{background-color:transparent;text-decoration:none;-webkit-text-decoration-skip:objects;transition:all ease .15s;color:inherit}
a:hover{outline:0;text-decoration:none;color:rgb(var(--rgb-color-primary))}
a,button,input[type=button],input[type=reset],input[type=submit],summary{cursor:pointer}
audio,video{display:inline-block}
img{border-style:none;max-width:100%}
textarea{resize:vertical}
button,input,select,textarea{font-family:inherit;font-size:100%;line-height:1.15}
a,a:focus,button,button:focus,input,input:focus,optgroup,optgroup:focus,select,select:focus,summary,summary:focus,textarea,textarea:focus{outline:0}

/*return top*/
.return-top{width:44px;height:44px;background:rgb(var(--rgb-color-primary));position:fixed;bottom:30px;right:20px;cursor:pointer;display:none;z-index:99;color:#fff;font-size:12px;border-radius:50%;box-shadow:0 4px 15px rgba(249,99,2,.35);transition:all .3s ease}
.return-top:hover{background:#e55a00;color:#fff;transform:translateY(-3px);box-shadow:0 6px 20px rgba(249,99,2,.45)}
.return-top svg{margin-bottom:2px}
.return-top.actived{display:inline-flex;flex-direction:column;justify-content:center;align-items:center}

/*flex*/
.flex{display:flex}
.inline-flex{display:inline-flex}
.flex-direction-row{flex-direction:row}
.flex-direction-column{flex-direction:column}
.flex-wrap-nowrap{flex-wrap:nowrap}
.flex-wrap-wrap{flex-wrap:wrap}
.flex-wrap-reverse{flex-wrap:wrap-reverse}
.flex-justify-start{justify-content:flex-start}
.flex-justify-end{justify-content:flex-end}
.flex-justify-center{justify-content:center}
.flex-justify-around{justify-content:space-around}
.flex-justify-between{justify-content:space-between}
.flex-align-start{align-items:flex-start}
.flex-align-end{align-items:flex-end}
.flex-align-center{align-items:center}

.btn-group{display:flex;justify-content:start;align-items:center;gap:10px;flex-wrap:wrap}
.default-btn{position:relative;display:inline-flex;justify-content:center;align-items:center;gap:8px;padding:12px 28px;border-radius:25px;font-weight:600;font-size:.95rem;line-height:1;text-decoration:none;white-space:nowrap;overflow:hidden;background:#fff;border:2px solid rgb(var(--rgb-color-primary));color:rgb(var(--rgb-color-primary));transition:all .3s ease}
.default-btn:hover{background:rgb(var(--rgb-color-primary));color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px rgba(249,99,2,.25)}
.default-btn.primary-btn{background:linear-gradient(135deg,#FF6B2C,rgb(var(--rgb-color-primary)));color:#fff;border:none;padding:14px 36px;box-shadow:0 4px 15px rgba(249,99,2,.35)}
.default-btn.primary-btn:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(249,99,2,.45);filter:brightness(1.08)}
.default-btn.lg-btn{padding:16px 48px;font-size:1.15rem;border-radius:30px}

/* section style */
.section{padding:5rem 0}
.section-header{text-align:center;margin-bottom:3rem}
.section-title{font-size:2.5rem;font-weight:800;line-height:1.3;color:#1a1a2e;position:relative;display:inline-block}
.section-title::after{content:"";display:block;width:60px;height:4px;background:linear-gradient(90deg,rgb(var(--rgb-color-primary)),#FF6B2C);border-radius:2px;margin:12px auto 0}
.section-desc{font-size:1.1rem;color:#6b7280;margin:.5rem 0 0;max-width:600px;margin-left:auto;margin-right:auto}
.section-body{margin-top:0}
@media (max-width:768px){
	.section{padding:3rem 0}
	.section-header{margin-bottom:2rem}
	.section-title{font-size:1.75rem}
	.section-desc{font-size:.95rem}
}

.container{max-width:1230px;margin:0 auto;padding:0 15px;position:relative;z-index:0}
body.header-sticky .header{position:sticky;left:0;top:0}
/* header desktop start */
.header{background:var(--header-bg);z-index:999;border-bottom:1px solid rgba(0,0,0,.06);transition:box-shadow .3s ease}
.header.scrolled{box-shadow:0 2px 20px rgba(0,0,0,.08)}
.header .container{display:flex;justify-content:space-between;align-items:center;height:68px}
.header .brand{display:flex;align-items:center;flex-shrink:0}
.header .brand img{height:22px;width:auto}
.header nav{display:flex;align-items:center;gap:8px;margin-left:auto}
.header nav a{display:inline-flex;align-items:center;padding:8px 18px;font-size:.95rem;font-weight:500;color:#333;border-radius:20px;transition:all .25s ease;white-space:nowrap}
.header nav a:hover{color:rgb(var(--rgb-color-primary));background:rgba(249,99,2,.06)}
.header nav a.nav-download{background:linear-gradient(135deg,#FF6B2C,rgb(var(--rgb-color-primary)));color:#fff;font-weight:600;padding:10px 24px;box-shadow:0 3px 12px rgba(249,99,2,.25)}
.header nav a.nav-download:hover{transform:translateY(-2px);box-shadow:0 6px 18px rgba(249,99,2,.4);color:#fff;background:linear-gradient(135deg,#FF6B2C,rgb(var(--rgb-color-primary)))}
.header .menu-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;cursor:pointer;z-index:1000;border-radius:8px;background:transparent;border:none;gap:5px}
.header .menu-toggle span{display:block;width:22px;height:2px;background:#333;border-radius:1px;transition:all .3s ease}
.header .menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}
.header .menu-toggle.active span:nth-child(2){opacity:0;transform:scaleX(0)}
.header .menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}
/* header desktop end */
/* footer desktop start */
.footer{background:var(--footer-bg);color:var(--footer-color);padding:60px 0 0}
.footer .footer-grid{display:grid;grid-template-columns:1.8fr 1fr 1fr 1.2fr;gap:50px}
.footer .footer-brand .footer-logo{margin-bottom:16px}
.footer .footer-brand .footer-logo img{height:20px;width:auto}
.footer .footer-brand .footer-desc{font-size:.9rem;color:var(--footer-color-muted);line-height:1.8;max-width:300px}
.footer .footer-col h4{font-size:1.05rem;font-weight:700;color:#fff;margin-bottom:20px;position:relative;padding-bottom:12px}
.footer .footer-col h4::after{content:"";position:absolute;bottom:0;left:0;width:28px;height:3px;background:rgb(var(--rgb-color-primary));border-radius:2px}
.footer .footer-col ul{display:flex;flex-direction:column;gap:10px}
.footer .footer-col ul li a{font-size:.9rem;color:var(--footer-color-muted);transition:all .25s ease;display:inline-flex;align-items:center;gap:6px}
.footer .footer-col ul li a:hover{color:rgb(var(--rgb-color-primary));padding-left:4px}
.footer .footer-bottom{border-top:1px solid rgba(255,255,255,.08);margin-top:50px;padding:20px 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;font-size:.85rem;color:var(--footer-color-muted)}
.footer .footer-bottom a{color:var(--footer-color-muted);transition:color .25s ease}
.footer .footer-bottom a:hover{color:rgb(var(--rgb-color-primary))}
/* footer desktop end */
@media (max-width:768px){
	/* header mobile start */
	.header .container{height:60px;padding:0 15px}
	.header .brand img{height:20px;width:auto}
	.header .menu-toggle{display:flex}
	.header nav{position:fixed;top:0;right:-100%;width:var(--header-drawer-w);height:100vh;background:#fff;flex-direction:column;align-items:flex-start;padding:80px 30px 30px;gap:4px;transition:right .35s ease;box-shadow:-5px 0 30px rgba(0,0,0,.1);z-index:999;overflow-y:auto}
	.header nav.active{right:0}
	.header nav a{width:100%;padding:12px 16px;font-size:1rem;border-radius:10px}
	.header nav a.nav-download{text-align:center;justify-content:center;margin-top:8px}
	.header .menu-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,.4);z-index:998;opacity:0;visibility:hidden;transition:all .35s ease}
	.header .menu-overlay.active{opacity:1;visibility:visible}
	/* header mobile end */
	/* footer mobile start */
	.footer{padding:40px 0 0}
	.footer .footer-grid{grid-template-columns:1fr;gap:30px}
	.footer .footer-brand .footer-desc{max-width:100%}
	.footer .footer-col h4{margin-bottom:14px}
	.footer .footer-bottom{flex-direction:column;text-align:center;margin-top:30px}
	/* footer mobile end */
}
@media (min-width:601px){
	body.customize-support.header-sticky .header{top:var(--wp-admin--admin-bar--height)}
}

#searchform.searchform{position:relative;max-width:250px}
#searchform>div{position:relative;display:flex;justify-content:center;align-items:stretch;background:#fff;border:2px solid #e5e7eb;border-radius:25px;overflow:hidden;transition:all .3s ease}
#searchform>div:focus-within,
#searchform>div:hover{border-color:rgb(var(--rgb-color-primary))}
#searchform #s{flex:1;border:none;padding:12px 18px;font-size:14px;color:#333;background:0 0;outline:0;width:100%}
#searchform #searchsubmit{background:linear-gradient(135deg,#FF6B2C,rgb(var(--rgb-color-primary)));color:#fff;border:none;padding:0 25px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}
#searchform #searchsubmit:hover{filter:brightness(1.1)}
@media (max-width:768px){
	#searchform #s{padding:10px 14px}
	#searchform #searchsubmit{padding:0 18px}
}

.sidebar{border:2px solid #f0f0f0;border-radius:16px;padding:20px;background:#fff;position:sticky;top:80px}
.xl-sidebar{margin:0 auto 16px}
.xl-sidebar .wp-block-heading{font-size:18px;font-weight:700}
.xl-sidebar .xl-recent-posts .item{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin:0 0 15px}
.xl-sidebar .xl-recent-posts .item-cont{width:calc(100% - 90px)}
.xl-sidebar .xl-recent-posts .item-cont .item-title{display:block;font-size:14px;font-weight:500;margin:0 0 5px;transition:all ease .2s}
.xl-sidebar .xl-recent-posts .item:hover .item-title{color:rgb(var(--rgb-color-primary))}
.xl-sidebar .xl-recent-posts .item-cont .item-datetime{font-size:13px;color:#6b7280}
.xl-sidebar .xl-recent-posts .item-img{width:70px;height:70px;overflow:hidden;border-radius:10px}
.xl-sidebar .xl-recent-posts .item-img img{width:100%;height:100%;object-fit:cover}
.xl-sidebar .wp-block-tag-cloud{display:flex;align-items:center;justify-content:start;flex-wrap:wrap;gap:8px}
.xl-sidebar .wp-block-tag-cloud a{background:#f5f5f5;color:#333;font-size:13px!important;padding:6px 14px;border-radius:20px;transition:all ease .3s;font-weight:500}
.xl-sidebar .wp-block-tag-cloud a:hover{background:rgb(var(--rgb-color-primary));color:#fff}

#xl-paginator{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;margin:24px auto 0;padding:16px;background:#fff;border-radius:12px}
#xl-paginator .aft,
#xl-paginator .pre{width:auto;min-width:70px;height:36px;border-radius:20px;color:#333;background:#f5f5f5;text-align:center;font-size:14px;transition:all ease .3s;line-height:36px;padding:0 16px;margin:0;display:block;font-weight:500}
#xl-paginator .aft:hover,
#xl-paginator .pre:hover{background:rgb(var(--rgb-color-primary));color:#fff}
#xl-paginator .page{height:36px;width:36px;border-radius:50%;text-align:center;line-height:36px;margin:0;font-size:14px;font-weight:500;border:2px solid #e5e7eb;transition:all ease .25s}
#xl-paginator .page.actived,
#xl-paginator .page:hover{background:rgb(var(--rgb-color-primary));color:#fff;border-color:rgb(var(--rgb-color-primary))}
#xl-paginator .jump-group{margin:0 6px;font-size:14px;color:#666}
#xl-paginator .jump{width:44px;padding:0 6px;border-radius:20px;border:2px solid #e5e7eb;background:#fff;line-height:32px;text-align:center;font-size:14px}
