@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
html, body { margin: 0; height: 100%; background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 100%); font-family: "Inter", sans-serif; font-optical-sizing: auto; font-size: 15px; font-weight: 400; color: #212529; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; text-shadow: rgba(0,0,0,.01) 0 0 1px; }

.custom-container { width: 100%; max-width: 1400px; padding: 0 16px; margin: 0 auto; position: relative; }
.custom-container-2 { width: 94%; max-width: 1140px; margin: 0 auto; }
.slide-area { width: 90%; max-width: 900px; margin: 0 auto; }
.section { display: block; padding: 96px 0; }
.bg-gray { background: rgba(240,244,242,0.3); }
.bg-footer { background: #1b2428; }

.top-nav-bg { width: 100%; height: 82px; background: rgba(255,255,255,0.85); backdrop-filter: blur(24px); border-bottom: 1px solid rgba(226,233,230,0.5); box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08); position: fixed; top: 0; left: 0; z-index: 1000; transition: all 0.3s ease-in-out; }
.top-nav { width: 100%; height: 100%; display: flex; flex-direction: row; align-items: center; justify-content: space-between; position: relative; }
.brand { width: fit-content; display: flex; flex-direction: row; align-items: center; justify-content: flex-start; font-size: 20px; line-height: 28px; font-weight: 700; color: #1b2428; gap: 8px; }
.brand .logo { width: 40px; height: 40px; background: linear-gradient(135deg, #26d985 0%, #16a286 100%); border-radius: 12px; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 15px rgba(38, 217, 133, 0.4), inset -1px -1px 3px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; }
.brand img { width: 24px; height: 24px; }

.top-nav .nav-group { width: fit-content; display: flex; flex-direction: row; align-items: center; justify-content: flex-start; gap: 8px; }
.top-nav .nav-group a.nav-link { width: fit-content; font-size: 14px; line-height: 20px; font-weight: 500; color: #67787e; padding: 7px 12px 9px; border-radius: 10px; text-decoration: none; transition: all 0.3s ease-in-out; position: relative; }
.top-nav .nav-group a.nav-link::before { content: ''; position: absolute; inset: 0; background: rgba(38, 217, 133, 0.1); border-radius: 10px; opacity: 0; transition: all 0.3s ease; }
.top-nav .nav-group a.nav-link:hover::before { opacity: 1; }
.top-nav .nav-group a.nav-link:hover, .top-nav .nav-group a.nav-link.dark { color: #1b2428; transform: translateY(-2px); }
.top-nav .nav-group a.nav-link.dark:hover { background: #ebfaf3; color: #178250; box-shadow: 0 4px 12px rgba(38, 217, 133, 0.2); }
.top-nav .nav-group a.nav-link.btn-green { background: linear-gradient(135deg, #26d985, #16a286); color: #ffffff; box-shadow: 0 4px 15px rgba(38, 217, 133, 0.3); font-weight: 600; }

.top-nav .toggle-bar { width: 24px; height: 24px; font-size: 24px; text-align: center; line-height: 24px; color: #1b2428; cursor: pointer; margin-left: auto; display: none; }

@media screen and ( max-width: 425px ) {
	.top-nav-bg { height: 64px; backdrop-filter: blur(24px); }
	.top-nav .nav-group { width: calc(100% + 32px); border-top: 1px solid rgba(255,255,255,0.5); background-color: rgba(211, 215, 216, 0.98); backdrop-filter: blur(24px); padding: 16px; flex-direction: column; gap: 16px; align-items: flex-start; justify-content: flex-start; text-align: left; position: absolute; top: 64px; left: 0; margin: 0 -16px; z-index: 9999; transition: all 0.3s ease-in-out; display: none; }
	.top-nav .nav-group.two { top: 288px; text-align: center; }
	.top-nav .nav-group a.nav-link { width: 100%; padding: 7px 0 9px; }
	.top-nav .nav-group.show { display: flex; }
	.top-nav .toggle-bar { display: block; }
}

.home-banner { width: 100%; height: auto; background: linear-gradient(135deg, hsl(195 20% 13%) 0%, hsl(195 25% 20%) 50%, hsl(168 76% 36%) 100%); position: relative; }
.home-banner .banner-inner { position: absolute; top: 0; right: 0; bottom: 0; left: 0; overflow: hidden; }
.home-banner .banner-inner .animate1 { width: 384px; height: 384px; background: rgba(38,217,133,0.2); position: absolute; top: 25%; left: 25%; filter: blur(64px); border-radius: 9999px; }
.home-banner .banner-inner .animate2 { width: 320px; height: 320px; background: rgba(22,162,134,0.2); position: absolute; right: 25%; bottom: 25%; filter: blur(64px); border-radius: 9999px; }
.home-banner .banner-inner .animate3 { width: 256px; height: 256px; background: hsl(152 60% 60% / 0.1); position: absolute; top: 50%; left: 50%; filter: blur(40px); border-radius: 9999px; }

.animate-float {
    animation: 3s ease-in-out 0s infinite normal none running float;
}
@keyframes float {
	0%, 100% { transform: translateY(0px); }
	50% { transform: translateY(-10px); }
}

.hero-matter { width: 100%; display: block; padding: 80px 16px; position: relative; }
.hero-matter .matter { width: 100%; max-width: 900px; text-align: center; position: relative; margin: 0 auto; }
.top-hl { width: fit-content; height: auto; background: rgba(255,255,255,0.7); border: 1px solid rgba(226,233,230,0.5); display: flex; flex-direction: row; align-items: center; justify-content: flex-start; gap: 8px; padding: 8px 16px; border-radius: 20px; font-size: 14px; line-height: 20px; font-weight: 400; color: rgba(255,255,255,0.9); margin: 0 auto 32px; }
.top-hl img { width: 16px; }
.hero-matter h1 { font-size: 72px; line-height: 1; font-weight: 700; color: #fff; margin-bottom: 24px; }
.text-gradient { background-clip: text; color: transparent; background-image: linear-gradient(to right, #26d985, #16a286); }
.hero-matter p { font-size: 20px; line-height: 28px; font-weight: 500; color: rgba(255,255,255,0.7); max-width: 680px; margin: 0 auto 40px; }
.hero-btns { width: fit-content; display: flex; flex-direction: row; align-items: center; justify-content: space-between; gap: 16px; margin: 0 auto; }
.hero-btns a { width: fit-content; display: flex; flex-direction: row; align-items: center; justify-content: flex-start; gap: 16px; font-size: 18px; line-height: 28px; font-weight: 600; color: #fff; text-decoration: none; padding: 10px 32px; background: #26d985; border: 1px solid #26d985; border-radius: 10px; }
.hero-btns a img { width: 16px; }
.hero-btns a:last-child { background: rgba(255,255,255,0.1); color: #178250; border-color: rgba(255,255,255,0.2); }

.big-stats { width: 100%; display: flex; flex-direction: row; align-items: center; justify-content: space-between; gap: 32px; margin-top: 80px; flex-wrap: wrap; }
.big-stats .stat { width: calc((100% - 64px) / 3); text-align: center; display: block; font-size: 14px; line-height: 20px; font-weight: 400; color: rgba(255,255,255,0.6); }
.big-stats .stat h4 { font-size: 36px; line-height: 40px; font-weight: 700; color: #26d985; margin-bottom: 8px; }
.preview-box { width: 100%; max-width: 1024px; margin: 80px auto 0; background: rgba(255,255,255,0.7); border: 1px solid rgba(226,233,230,0.5); border-radius: 16px; backdrop-filter: blur(24px); padding: 8px; position: relative; }
.preview-box::before { content: ''; width: calc(100% + 2px); height: calc(100% + 2px); background: linear-gradient(to bottom, transparent 50%, #192529); border-radius: 16px; position: absolute; left: -1px; top: -1px; }
.preview-box .preview-inner { width: 100%; height: 565px; background: #fff; border-radius: 12px; display: flex; align-items: center; justify-content: center; }
.preview-box .center-text { width: fit-content; text-align: center; font-size: 16px; line-height: 24px; font-weight: 400; color: #67787e; padding: 32px; }
.preview-box .center-text img { width: 64px; height: 64px; display: block; margin: 0 auto 16px; }
.big-stats.two { margin-top: 0; margin-bottom: 80px; }
.big-stats.two .stat { width: calc((100% - 96px) / 4); font-size: 12px; line-height: 16px; font-weight: 400; color: #67787e; }
.big-stats.two .stat h4 { color: #1b2428; }
.big-stats h5 { font-size: 14px; line-height: 20px; font-weight: 600; color: #1b2428; margin-bottom: 4px; }
.big-stats .icon { width: 64px; height: 64px; background: rgba(38,217,133,0.1); border-radius: 16px; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; transition: all 0.3s ease-in-out; }
.big-stats .icon img { width: 32px; }
.big-stats .stat:hover .icon { background: rgba(38,217,133,0.2); }

@media screen and ( max-width: 768px ) {
	.hero-matter h1 { font-size: 60px; line-height: 60px; }
	.preview-box .preview-inner { height: 404px; }
}
@media screen and ( max-width: 425px ) {
	.hero-matter h1 { font-size: 36px; line-height: 40px; }
	.hero-matter p { font-size: 18px; line-height: 28px; font-weight: 400; }
	.preview-box .preview-inner { height: 404px; }
	.hero-btns { flex-direction: column; }
	.big-stats .stat h4 { font-size: 30px; line-height: 36px; }
	.preview-box .preview-inner { height: 210px; }
	.big-stats.two .stat { width: calc((100% - 32px) / 2); }
}

.price-block-row { width: 100%; max-width: 1150px; display: flex; flex-direction: row; align-items: stretch; justify-content: space-around; gap: 32px; margin: 0 auto; }
.price-block-row .price-block { width: calc((100% - 64px) / 3); padding: 32px; background: rgba(255, 255, 255, 0.9); border: 1px solid #e2e9e6; border-radius: 16px; transition: all 0.3s ease-in-out; top: 0; position: relative; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06); }
.price-block-row .price-block::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(38, 217, 133, 0.05) 0%, transparent 100%); border-radius: 16px; opacity: 0; transition: opacity 0.3s ease; pointer-events: none; }
.price-block-row .price-block.mid { background: linear-gradient(135deg, #26d985 0%, #16a286 100%); border: 0; box-shadow: 0 20px 50px rgba(38, 217, 133, 0.3), inset -1px -1px 3px rgba(0, 0, 0, 0.1); transform: scale(1.05); }
.price-block-row .price-block:hover { border-color: rgba(38, 217, 133, 0.5); box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.6); top: -12px; transform: perspective(1200px) rotateX(1deg) rotateY(-1deg); }
.price-block-row .price-block:hover::before { opacity: 1; }
.price-block-row .price-block.mid h4, .price-block-row .price-block.mid h3, .price-block-row .price-block.mid h3 span, .price-block-row .price-block.mid h6, .price-block-row .price-block.mid ul.price-list li { color: #ffffff; }
.price-block h4 { font-size: 20px; line-height: 28px; font-weight: 600; color: #1b2428; margin-bottom: 8px; }
.price-block h3 { font-size: 36px; line-height: 40px; font-weight: 700; color: #1b2428; margin-bottom: 12px; }
.price-block h3 span { font-size: 15px; line-height: 24px; font-weight: 400; color: #67787e; }
.price-block h6 { font-size: 14px; line-height: 20px; font-weight: 400; color: #67787e; margin-bottom: 32px; }
ul.price-list { list-style-type: none; padding-left: 0; margin-bottom: 32px; }
ul.price-list li { font-size: 14px; line-height: 20px; font-weight: 400; color: #1b2428; padding-left: 32px; margin-bottom: 16px; position: relative; }
ul.price-list li::before { content: ''; display: block; width: 20px; height: 20px; background: transparent url(../images/list-bullet1.svg) no-repeat left top; background-size: 100% 100%; position: absolute; left: 0; }
ul.price-list.two li::before { background: transparent url(../images/list-bullet2.svg) no-repeat left top; }
button.price-btn { width: 100%; height: 44px; background: #fff; border: 1px solid #e2e9e6; border-radius: 10px; outline: 0; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); padding: 0 30px; font-size: 14px; font-weight: 600; color: #1b2428; transition: all 0.3s ease-in-out; cursor: pointer; }
button.price-btn:hover { background: linear-gradient(135deg, #ebfaf3, #e0f7f0); color: #178250; border-color: #26d985; box-shadow: 0 8px 20px rgba(38, 217, 133, 0.25); transform: translateY(-2px); }
.popular-tag { width: fit-content; font-size: 14px; line-height: 16px; font-weight: 700; color: #1b2428; background: #ffffff; display: flex; flex-direction: row; align-items: center; justify-content: flex-start; gap: 4px; padding: 7px 16px; border-radius: 16px; position: absolute; transform: translate(-50%, -50%); left: 50%; top: 0; }
.popular-tag img { width: 16px; height: 16px; }
@media screen and ( max-width: 425px ) {
	.price-block-row { flex-direction: column; }
	.price-block-row .price-block { width: 100%; }
	.price-block-row .price-block.mid { transform: scale(1); }
}

.head-title { display: block; width: 100%; max-width: 768px; text-align: center; margin: 0 auto 64px; }
.head-title h5 { font-size: 14px; line-height: 16px; font-weight: 600; color: #26d985; text-transform: uppercase; letter-spacing: 0.7px; margin: 0; }
.head-title h3 { font-size: 48px; line-height: 48px; font-weight: 700; color: #1b2428; margin: 16px auto 24px; }
.head-title p { font-size: 18px; line-height: 28px; font-weight: 500; color: #67787e; margin: 0; }
.head-title h6 { font-size: 14px; line-height: 20px; font-weight: 400; color: #67787e; letter-spacing: 0.7px; margin-bottom: 0; }
@media screen and ( max-width: 425px ) {
	.head-title h3 { font-size: 30px; line-height: 36px; }
	.head-title p { font-weight: 400; }
}

.partners { width: fit-content; display: flex; flex-direction: row; align-items: center; justify-content: center; gap: 48px; flex-wrap: wrap; margin: 0 auto; }
.partners .partner { font-size: 16px; line-height: 24px; font-weight: 600; color: rgba(103,120,126,0.5); padding: 12px 24px; background: #f0f4f2; border-radius: 12px; }
@media screen and ( max-width: 425px ) {
	.partners { gap: 32px; }
}

.card-row { width: 100%; display: flex; flex-direction: row; align-items: stretch; justify-content: flex-start; gap: 24px; flex-wrap: wrap; }
.custom-card { width: calc((100% - 72px) / 4); background: rgba(255, 255, 255, 0.9); border: 1px solid rgba(226, 233, 230, 0.6); border-radius: 16px; padding: 24px; position: relative; top: 0; transition: all 0.3s ease-in-out; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06); }
.custom-card::before { content: ''; position: absolute; inset: -1px; background: linear-gradient(135deg, rgba(38, 217, 133, 0.1), rgba(22, 162, 134, 0.05)); border-radius: 16px; opacity: 0; transition: opacity 0.3s ease; pointer-events: none; }
.custom-card .icon { width: 56px; height: 56px; background: linear-gradient(45deg, #26d985, #16a286); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; transition: all 0.3s ease-in-out; box-shadow: 0 6px 16px rgba(38, 217, 133, 0.3), inset -1px -1px 3px rgba(0, 0, 0, 0.1); }
.custom-card h4 { font-size: 20px; line-height: 28px; font-weight: 600; color: #1b2428; margin-bottom: 12px; }
.custom-card h6 { font-size: 14px; line-height: 22px; font-weight: 400; color: #67787e; margin: 0; }
.custom-card:hover { background: rgba(255, 255, 255, 0.95); border-color: rgba(38, 217, 133, 0.3); top: -8px; box-shadow: 0 16px 40px rgba(38, 217, 133, 0.15), 0 0 0 1px rgba(38, 217, 133, 0.1); transform: translateY(-8px) perspective(1200px) rotateX(2deg); }
.custom-card:hover::before { opacity: 1; }
.custom-card:hover .icon { transform: scale(1.15) rotateZ(5deg); box-shadow: 0 8px 20px rgba(38, 217, 133, 0.4), inset -2px -2px 4px rgba(0, 0, 0, 0.15); }
@media screen and ( max-width: 768px ) {
	.custom-card { width: calc((100% - 24px) / 2); }
}
@media screen and ( max-width: 425px ) {
	.custom-card { width: 100%; }
}

.testi { width: 100%; max-width: 900px; display: block; text-align: center; margin: 0 auto 80px; position: relative; }
.testi .d-quote { display: block; font-family: ui-serif, Georgia, Cambria, Times New Roman, Times, serif; font-size: 96px; line-height: 96px; color: rgba(38,217,133,0.1); position: absolute; transform: translateX(-50%); left: 50%; top: -16px; }
blockquote { font-size: 24px; line-height: 32px; font-weight: 500; color: #1b2428; padding-top: 32px; margin-bottom: 32px; }
.who { width: fit-content; display: flex; flex-direction: row; align-items: center; justify-content: flex-start; gap: 16px; font-size: 14px; line-height: 20px; font-weight: 400; color: #67787e; margin: 0 auto; text-align: left; }
.who .dp { width: 48px; height: 48px; background: linear-gradient(45deg, #26d985, #16a286); border-radius: 25px; display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 600; color: #ffffff; }
.who h4 { font-size: 16px; line-height: 22px; font-weight: 600; color: #1b2428; margin-bottom: 0px; }
@media screen and ( max-width: 425px ) {
	blockquote { font-size: 20px; line-height: 32px; font-weight: 400; }
}

.bg-footer .brand { font-size: 24px; line-height: 32px; color: #ffffff; margin-bottom: 16px; }
.bg-footer p { font-size: 14px; line-height: 20px; font-weight: 400; color: rgba(255,255,255,0.7); margin-bottom: 24px; }
.bg-footer .info-row { display: flex; flex-direction: row; align-items: center; justify-content: flex-start; gap: 12px; margin-bottom: 12px; }
.info-row img { width: 16px; }
.info-row p { margin-bottom: 0; }
.footlinks h4 { font-size: 16px; line-height: 24px; font-weight: 600; color: #ffffff; margin-bottom: 16px; }
.footlinks a { display: block; width: fit-content; font-size: 14px; line-height: 24px; font-weight: 400; color: rgba(255,255,255,0.7); text-decoration: none; margin-bottom: 12px; transition: all 0.3s ease-in-out; }
.footlinks a:hover { color: #26d985; }

.footer-more { width: 100%; border-top: 1px solid rgba(255,255,255,0.1); margin-top: 48px; padding-top: 32px; }
.footer-more p { font-size: 14px; line-height: 20px; font-weight: 400; color: rgba(255,255,255,0.5); margin-bottom: 0; }
.socials { width: fit-content; display: flex; flex-direction: row; align-items: center; justify-content: flex-end; gap: 16px; margin-left: auto; }
.socials a { font-size: 14px; line-height: 20px; font-weight: 400; color: rgba(255,255,255,0.5); text-decoration: none; transition: all 0.3s ease-in-out; }
.socials a:hover { color: #26d985; }
@media screen and ( max-width: 425px ) {
	.socials { margin-right: auto; margin-top: 16px; }
}

.page-full { width: 100%; height: 100vh; display: flex; flex-direction: row; align-items: stretch; justify-content: flex-start; position: relative; }
.page-full .sign-left, .page-full .sign-right { width: 50%; display: flex; align-items: center; justify-content: center; padding: 32px; position: relative; }
.page-full .sign-left { background: linear-gradient(135deg, hsl(195 20% 13%) 0%, hsl(195 25% 20%) 50%, hsl(168 76% 36%) 100%); }
.page-full .sign-right { background: linear-gradient(135deg, rgba(240, 244, 242, 0.5) 0%, rgba(240, 244, 242, 0.3) 100%); }
.page-full .d-block { width: 100%; max-width: 450px; text-align: center; }
.page-full .sign-left .brand { flex-direction: column; align-items: center; gap: 32px; font-size: 36px; line-height: 40px; color: #fff; margin: 0 auto 16px; }
.page-full .sign-left .brand .logo { width: 80px; height: 80px; border-radius: 16px; }
.page-full .sign-left .brand .logo img { width: 48px; height: 48px; }
.page-full .sign-left p { font-size: 18px; line-height: 28px; font-weight: 400; color: rgba(255,255,255,0.7); }
.page-full .sign-right .back-arrow { width: 40px; height: 40px; background: rgba(255, 255, 255, 0.9); border-radius: 10px; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease-in-out; position: absolute; top: 16px; left: 16px; cursor: pointer; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); }
.page-full .sign-right .back-arrow img { width: 16px; }
.page-full .sign-right .back-arrow:hover { background: #26d985; box-shadow: 0 6px 20px rgba(38, 217, 133, 0.3); }

.sign-title { width: 100%; display: block; text-align: center; margin-bottom: 32px; font-size: 16px; line-height: 24px; font-weight: 400; color: #67787e; }
.sign-title h4 { font-size: 28px; line-height: 36px; font-weight: 700; color: #1b2428; margin-bottom: 8px; }
.sign-title span { font-size: 15px; line-height: 24px; font-weight: 400; color: #67787e; }

.nav-tabs { width: 100%; background: rgba(38, 217, 133, 0.1); border: 1px solid rgba(38, 217, 133, 0.2); border-radius: 10px; padding: 4px; margin-bottom: 24px; }
.nav-tabs a.nav-link { background: transparent; height: 32px; border: 0; border-radius: 8px; display: flex; flex-direction: row; align-items: center; justify-content: center; gap: 8px; font-size: 14px; line-height: 20px; color: #67787e; transition: all 0.3s ease-in-out; }
.nav-tabs a.nav-link img { width: 16px; }
.nav-tabs a.nav-link.active { background: #26d985; color: #fff; }

.form-group { text-align: left; margin-bottom: 16px; }
.form-group label { font-size: 14px; line-height: 16px; color: #1b2428; margin-bottom: 8px; font-weight: 500; }
.input-group { width: 100%; height: 44px; background: rgba(255, 255, 255, 0.8); border: 1px solid rgba(226, 233, 230, 0.6); border-radius: 10px; align-items: center; position: relative; z-index: 2; backdrop-filter: blur(8px); transition: all 0.3s ease-in-out; }
.input-group input.form-control { height: 100%; background: transparent; border: 0; border-radius: 10px; outline: 0; box-shadow: none; font-size: 14px; color: #1b2428; padding: 0 16px; }
.input-group input.form-control::placeholder { color: rgba(27, 36, 40, 0.5); }
.input-group:focus-within { border-color: #26d985; box-shadow: 0 0 0 3px rgba(38, 217, 133, 0.1); }
.input-group .input-group-append { padding: 10px 16px; }
.input-group .input-group-append img { width: 16px; height: 16px; cursor: pointer; transition: all 0.3s ease-in-out; }

button.btn-submit { width: 100%; height: 44px; background: linear-gradient(135deg, #26d985, #16a286); border: 0; border-radius: 10px; font-size: 14px; font-weight: 600; color: #fff; outline: 0; box-shadow: 0 4px 15px rgba(38, 217, 133, 0.3); padding: 0; margin-bottom: 24px; cursor: pointer; transition: all 0.3s ease-in-out; }
button.btn-submit:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(38, 217, 133, 0.4); }
button.btn-submit:active { transform: translateY(0); }
.sign-bottom p { font-size: 14px; line-height: 20px; font-weight: 400; color: #67787e; margin: 0; }
.sign-bottom p a { color: #26d985; text-decoration: none; font-weight: 600; transition: all 0.3s ease-in-out; }
.sign-bottom p a:hover { color: #16a286; }

.st-1, .st-2, .si-2, .sb-1, .sb-2, .sf-1, .sf-2 { display: none; }
.st-1.active, .st-2.active, .si-2.active, .sb-1.active, .sb-2.active, .sf-1.active, .sf-2.active { display: block; }

/* ==================== 3D SIDEBAR & ENHANCED EFFECTS ==================== */

/* Sidebar styling with 3D touch */
.lw-minimized-menu .sidebar, .sidebar {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbf9 100%);
    box-shadow: 4px 0 20px rgba(0, 0, 0, 0.08);
    border-right: 1px solid rgba(226, 233, 230, 0.5);
}

.sidebar .nav-item {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    margin: 8px 12px;
}

.sidebar .nav-link {
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    padding: 12px 16px;
    color: #67787e;
    position: relative;
    font-weight: 500;
    overflow: hidden;
}

.sidebar .nav-link::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(38, 217, 133, 0.1) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.sidebar .nav-link:hover {
    background: rgba(38, 217, 133, 0.08);
    color: #1b2428;
    transform: translateX(6px);
    box-shadow: inset 3px 0 0 #26d985, 0 4px 12px rgba(38, 217, 133, 0.15);
}

.sidebar .nav-link.active {
    background: linear-gradient(135deg, rgba(38, 217, 133, 0.15) 0%, rgba(38, 217, 133, 0.05) 100%);
    border-left: 3px solid #26d985;
    color: #26d985;
    padding-left: 13px;
    box-shadow: 0 4px 12px rgba(38, 217, 133, 0.2);
}

/* Enhanced card effects for main content */
.card {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(226, 233, 230, 0.6);
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease-in-out;
    backdrop-filter: blur(10px);
}

.card:hover {
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
    border-color: rgba(38, 217, 133, 0.2);
}

.card.card-header {
    background: linear-gradient(135deg, rgba(38, 217, 133, 0.1) 0%, rgba(38, 217, 133, 0.05) 100%);
    border-bottom: 1px solid rgba(38, 217, 133, 0.1);
}

/* Enhanced button effects */
.btn {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 10px;
    font-weight: 500;
    position: relative;
    overflow: hidden;
}

.btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.btn:hover::before {
    width: 300px;
    height: 300px;
}

.btn-primary {
    background: linear-gradient(135deg, #26d985 0%, #16a286 100%);
    border: none;
    box-shadow: 0 6px 20px rgba(38, 217, 133, 0.3);
}

.btn-primary:hover {
    box-shadow: 0 12px 30px rgba(38, 217, 133, 0.4);
    transform: translateY(-2px);
    background: linear-gradient(135deg, #16a286 0%, #0f8566 100%);
}

.btn-primary:active {
    transform: translateY(0);
}

/* Enhanced form inputs */
.form-control, .form-select {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(226, 233, 230, 0.6);
    border-radius: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.form-control:focus, .form-select:focus {
    background: rgba(255, 255, 255, 0.95);
    border-color: #26d985;
    box-shadow: 0 0 0 3px rgba(38, 217, 133, 0.1), 0 4px 12px rgba(38, 217, 133, 0.15);
    transform: translateY(-1px);
}

/* Enhanced modal effects */
.modal-content {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 251, 249, 0.95) 100%);
    border: 1px solid rgba(226, 233, 230, 0.5);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(20px);
    border-radius: 16px;
}

.modal.fade.show .modal-content {
    animation: slideInModal 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes slideInModal {
    from {
        opacity: 0;
        transform: scale(0.95) translateY(-30px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

/* Enhanced table styling */
.table {
    background: transparent;
}

.table thead th {
    background: linear-gradient(135deg, rgba(38, 217, 133, 0.1) 0%, rgba(38, 217, 133, 0.05) 100%);
    border: none;
    border-bottom: 2px solid rgba(38, 217, 133, 0.2);
    color: #1b2428;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.table tbody tr {
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(226, 233, 230, 0.4);
}

.table tbody tr:hover {
    background: rgba(38, 217, 133, 0.05);
    box-shadow: 0 2px 8px rgba(38, 217, 133, 0.1);
    transform: scaleY(1.02);
}

/* Badge effects */
.badge {
    padding: 6px 12px;
    border-radius: 8px;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.badge-success {
    background: linear-gradient(135deg, #26d985, #16a286);
    box-shadow: 0 4px 12px rgba(38, 217, 133, 0.3);
}

.badge-danger {
    background: linear-gradient(135deg, #f97171, #d32f2f);
    box-shadow: 0 4px 12px rgba(249, 113, 113, 0.3);
}

/* Dropdown effects */
.dropdown-menu {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(226, 233, 230, 0.5);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    backdrop-filter: blur(10px);
}

.dropdown-item {
    transition: all 0.2s ease;
    color: #1b2428;
}

.dropdown-item:hover {
    background: rgba(38, 217, 133, 0.1);
    color: #26d985;
    transform: translateX(4px);
}

.dropdown-item.active {
    background: linear-gradient(135deg, #26d985, #16a286);
    color: #fff;
}

@media screen and ( max-width: 768px ) {
	.page-full .sign-left { display: none; }
	.page-full .sign-right { width: 100%; }
}
