/* UTF-8 Encoding */
@charset "UTF-8";
@import url("../root.css");

body { position: relative; }

/* Index CSS Styles */

.screen-binder { position: relative; }
.menu-screen { color: inherit; background: var(--primary-bg-layer1); transition: left 0.6s ease; box-shadow: 3px 0 15px rgba(0,0,0,0.12); position: fixed; top: 0; bottom: 0; left: -70%; z-index: 997; width: 70%; }.menu-screen.active { left: 0; }
.ms-header { padding: 25px 20px; display: flex; flex-direction: row; align-items: center; justify-content: space-between; }
	.ms-header .brand-wrap svg { height: 45px; width: auto; margin-top: 5px; }
	.ms-header .ms-close { cursor: pointer; display: flex; align-items: center; justify-content: center; width: 45px; height: 45px; border: 1px solid #ddd; border-radius: 15px; }
	.ms-header .ms-close svg { height: 20px; width: auto; }
.menu-screen .nav-items { padding: 25px 20px; padding-bottom: 0; display: flex; flex-direction: column; justify-content: flex-start; gap: 15px; }
.menu-screen .nav-items .nav-page { cursor: pointer; display: flex; flex-direction: row; align-items: center; gap: 10px; opacity: 0; animation: fadeUp 0.5s forwards; color: inherit; background: none; transition: color 0.25s ease, transform 0.25s ease; font-size: 13px; font-weight: 500; padding: 0px 15px; width: 100%; height: 45px; border-radius: 15px; }
.menu-screen .nav-items .nav-page.active { color: var(--primary-bg-layer1); background: var(--primary-color); transform: translateX(6px); /* background: rgba(0,0,0,0.65); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); */ }
.menu-screen .nav-items .nav-page:nth-child(1) { animation-delay: 0.2s; }
.menu-screen .nav-items .nav-page:nth-child(2) { animation-delay: 0.3s; }
.menu-screen .nav-items .nav-page:nth-child(3) { animation-delay: 0.4s; }
.menu-screen .nav-items .nav-page:nth-child(4) { animation-delay: 0.5s; }
.menu-screen .nav-items .nav-page:nth-child(5) { animation-delay: 0.6s; }
.menu-screen .nav-items .nav-page svg { height: 19px; width: auto; margin-top: 4px; stroke: #000; }
.menu-screen .nav-items .nav-page.active svg { stroke: #fff; }
.menu-screen-footer { position: absolute; bottom: 0; width: 100%; padding: 20px 0px; color: #888; display: flex; flex-direction: row; align-items: center; justify-content: center; gap: 30px; }
@keyframes fadeUp { to{opacity: 1;transform: translateY(0);} from{opacity: 0;transform: translateY(20px);} }
.invisible-overlay { display: none; cursor: pointer; position: fixed; z-index: 996; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.5); }.invisible-overlay.active { display: block; }

.header { background: rgba(255,255,255,0.65); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border-bottom: 1px solid rgba(255,255,255,0.4); box-shadow: 0 4px 20px rgba(0,0,0,0.06), inset 0 1px 0 rgba(255,255,255,0.6); padding: 15px 25px; position: fixed; top: 0; left: 0; right: 0; z-index: 995; display: flex; flex-direction: row; align-items: center; justify-content: space-between; }
.header .brand-wrap { color: inherit; font-size: 20px; font-weight: 600; }

.toggle-menu { cursor: pointer; }
.menu-open .line-top { transform: translateY(6.5px) rotate(45deg); transform-origin: center; }
.menu-open .line-middle { opacity: 0; }
.menu-open .line-bottom { transform: translateY(-6.5px) rotate(-45deg); transform-origin: center; }

.flt-lbl-custom { position: relative; display: inline-block; white-space: nowrap; padding: 0px 15px; }.flt-lbl-custom .flc-line { font-size: 13px; color: var(--text-muted1); background: var(--primary-bg-layer1); position: relative; z-index: 11; padding: 0px 6px; }.flt-lbl-custom .flc-dash { position: absolute; top: 50%; left: 0; right: 0; z-index: 10; border-top: 1.5px solid var(--text-muted1); }

.hero-section { padding: 0 25px; padding-top: 60px; display: flex; flex-direction: column; background: var(--primary-bg-layer1); }
.hero-section .hero-cta { margin-top: 50px; }
.hero-section .hero-cta .hc-headline { font-size: 36px; font-weight: 600; line-height: 1.3; margin-top: 20px; margin-bottom: 15px; }
.hero-section .hero-cta .hc-body-par { font-size: 14.5px; color: var(--text-muted1); line-height: 1.7; }
.hc-btn { font-weight: 500; border: none; color: var(--primary-bg-layer1); background: var(--primary-color); margin-top: 20px; height: 42px; padding: 0px 25px; display: flex; flex-direction: row; gap: 10px; align-items: center; justify-content: center; white-space: nowrap; }
.hc-btn span { display: flex; align-items: center; }
.hc-btn svg { height: 20px; width: auto; }

.mockup-wrap { display: flex; align-items: center; justify-content: center; margin-top: 10px; }
.mockup-wrap img { width: 80%; }

.accent { color: var(--accent); }

.angled-section { color: var(--primary-color); background: linear-gradient(141deg,#ffffff 8%,#f3f3f3 30%,#1a1a1a 85%); padding: 140px 25px; padding-top: 120px; margin-top: -40px; clip-path: polygon(0 8%, 100% 0%, 100% 92%, 0 100%); overflow: visible; }
.ts { text-align: center; }.ts .ts-headline { font-size: 20px; font-weight: 600; color: inherit; }.ts .ts-subtext { font-size: 14px; font-weight: 400; color: inherit; }
.ts .ts-logo { margin-top: -40px; }.ts .ts-logo img { height: 40px; width: auto; }
.template-section {  }
.template-wrap { margin-top: 20px; display: flex; flex-direction: row; justify-content: center; gap: 10px; overflow-x: auto; scrollbar-width: none; scroll-snap-type: x mandatory; scroll-behavior: smooth; -webkit-overflow-scrolling: touch; }
.template-wrap::-webkit-scrollbar { display: none; }

.template-wrap .template { /* flex: 0 0 70%; */ height: 354px; min-width: 250px; max-width: 250px; scroll-snap-align: center; transition: transform 0.4s ease, opacity 0.4s ease; transform: scale(0.92); background: var(--primary-bg-layer1); border-radius: 15px; box-shadow: 0 1px 1px rgba(0,0,0,0.02), 0 8px 24px rgba(0,0,0,0.06), 0 16px 48px rgba(0,0,0,0.08); overflow: hidden; display: flex; align-items: center; justify-content: center; }
.template-wrap .template canvas { height: 100%; width: 100%; object-fit: contain; display: block; z-index: +100; }
.template-wrap .template.card { position: relative; display: flex; place-content: center; place-items: center; overflow: hidden; border-radius: 15px; }
.template-wrap .template.card::before { content: ''; position: absolute; width: 100px; background-image: linear-gradient(180deg, rgb(0, 183, 255), rgb(255, 48, 255)); height: 130%; animation: rotBGimg 3s linear infinite; transition: all 0.2s linear; }
@keyframes rotBGimg { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
.template-wrap .template.card::after { content: ''; position: absolute; background: #fff; inset: 5px; border-radius: 15px; }

.template-wrap .template.active { opacity: 1; transform: scale(1.0); }
.template-controller-wrap { display: flex; align-items: center; justify-content: center; }
.template-controller { display: flex; align-items: center; justify-content: space-between; border-radius: 25px; background: #eee; padding: 2px; margin-top: 30px; margin-bottom: -70px; width: 200px; }
.tc-prev-btn,.tc-next-btn { border-radius: 25px; background: var(--primary-color); width: 45px; height: 45px; display: flex; align-items: center; justify-content: center; }
.tc-prev-btn svg,.tc-next-btn svg { height: 20px; width: auto; }
.tc-dot-group { display: flex; flex-direction: row; gap: 8px; }
.tc-dot-group .tc-dot { width: 7.5px; height: 7.5px; border-radius: 50%; border: 1px solid var(--primary-color); background: none; }
.tc-dot-group .tc-dot.active { border: none; background: var(--primary-color); transform: scale(1.03); }

.writeup-section { padding: 0 25px; display: flex; flex-direction: column; background: var(--primary-bg-layer1); }
.writeup-section .writeup-cta { margin-top: 70px; }
.writeup-section .writeup-cta .wu-headline { font-size: 34px; font-weight: 600; line-height: 1.3; margin-top: 20px; margin-bottom: 15px; }
.writeup-section .writeup-cta .wu-body-par { font-size: 14.5px; color: var(--text-muted1); line-height: 1.7; }
.writeup-section .writeup-cta .wu-body-par p { margin: 10px 0px; }

.card-art-section { margin-top: 80px; }
.card-art-section .ca { text-align: center; padding: 0px 25px; }
.card-art-section .ca .ca-headline { font-size: 32px; font-weight: 600; line-height: 1.3; margin-top: 20px; }
.card-art-section .ca .ca-sub-text { font-size: 13px; color: var(--text-muted1); }
.card-art-section .card-wrap { display: grid; grid-template-columns: 1fr; gap: 20px; padding: 20px 25px; }
.card-art-section .card-wrap .card { position: relative; min-height: 200px; padding: 30px 25px; display: flex; flex-direction: column; align-items: center; gap: 10px; color: var(--primary-color); background: var(--primary-bg-layer1); border-radius: var(--radius-15); box-shadow: 0 1px 1px rgba(0,0,0,0.02), 0 8px 24px rgba(0,0,0,0.06), 0 16px 48px rgba(0,0,0,0.08); }
.card-art-section .card-wrap .card .svg-holder svg { height: 35px; width: auto; }
.card-art-section .card-wrap .card .card-headline { font-size: 15px; font-weight: 600; color: inherit; text-align: center; }
.card-art-section .card-wrap .card .card-sub-text { font-size: 13.5px; color: var(--text-muted1); line-height: 1.7; text-align: left; }

img.ang-20 { width: 100%; transform: rotate(-20deg); }

.final-hero-scetion { padding: 30px 25px; margin-top: 40px; display: flex; flex-direction: column; color: var(--primary-color); background: linear-gradient(141deg,#ffffff 8%,#f3f3f3 30%,#eee 85%); }
.final-hero-scetion .final-hero-cta { text-align: center; display: flex; flex-direction: column; align-items: center; }
.final-hero-scetion .final-hero-cta .fh-headline { font-size: 32px; font-weight: 600; line-height: 1.3; margin-top: 20px; margin-bottom: 15px; }
.final-hero-scetion .final-hero-cta .fh-body-par { font-size: 14.5px; color: var(--text-muted1); line-height: 1.7; }

/* Whatsapp Icon */
.whatsapp-wrap { position: fixed; z-index: 1000; right: 25px; bottom: 60px; width: 52px; height: 52px; background: #fff; border-radius: 100%; cursor: pointer; isolation: isolate; transition: 0.2s ease; display: flex; align-items: center; justify-content: center; }
.whatsapp-wrap::before, .whatsapp-wrap::after { content: ''; position: absolute; inset: 0; border-radius: inherit; border: 2px solid rgba(0,0,0,0.2); animation: ripple 2.5s linear infinite; }
.whatsapp-wrap::after { animation-delay: 1.2s; }
.whatsapp-wrap svg { height: 80%; width: auto; }
.whatsapp-wrap.active { background: #26D367; transform: scale(1.07); }
.whatsapp-wrap.active svg { stroke: #fff; }
@keyframes ripple { 0%{transform: scale(1);opacity: 0.7;} 70%{opacity: 0;} 100%{transform: scale(2.2);opacity: 0;} }

.footer { height: 70px; display: flex; flex-direction: row; align-items: center; justify-content: center; color: var(--text-muted1); }

/* FMS CSS Styles */
.modal-overlay { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.5); z-index: 999; }
.modal-overlay.active { display: block; }

body {
	-webkit-overflow-scrolling: touch;
}

iframe.fms { background: #fff; border: 1px solid #ddd; border-radius: 15px 15px 0px 0px; position: fixed; left: 0; right: 0; bottom: 0; height: 95%; width: 100%; z-index: 1000; transform: translateY(100%); transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s ease; opacity: 0; box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.18); will-change: transform; overflow: hidden; }
iframe.fms.active { transform: translateY(0%); opacity: 1; }

.fms-header { position: sticky; top: 0; z-index: 1000; padding: 15px 20px; background: rgba(255,255,255,0.65); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border-bottom: 1px solid rgba(255,255,255,0.4); box-shadow: 0 4px 20px rgba(0,0,0,0.06), inset 0 1px 0 rgba(255,255,255,0.6); }
.form-field { display: flex; flex-direction: column; }
.input-field { outline: none; padding: 15px; border: 1px solid #eee; border-radius: 12px 15px; background: #fafafa; color: inherit; font-size: 12px; }

.fms-school-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 20px; }
.fms-school-grid .fms-school { position: relative; display: flex; flex-direction: column; gap: 0; overflow: hidden; background: var(--primary-bg-layer1); border: 0.5px solid #ddd; border-radius: 15px; box-shadow: 0 4px 20px rgba(0,0,0,0.05); aspect-ratio: 1/1; transition: 0.1s ease; }
.fms-school-grid .fms-school.active { transform: scale(1.05); border-color: #007bff; background: #e8f0ff; }
.fms-school-grid .fms-school .fms-logo-wrap { height: 69%; display: flex; align-items: center; justify-content: center; }
.fms-school-grid .fms-school .fms-logo-wrap img { width: 48%; height: auto; margin-top: 15px; }
.fms-school-grid .fms-school .fms-info-wrap { height: 30%; width: 100%; padding: 0px 15px; display: flex; flex-direction: column; justify-content: center; white-space: nowrap; }
.fms-school-grid .fms-school .fms-info-wrap .iw-school { font-size: 12px; font-weight: 500; color: inherit; overflow-x: auto; scrollbar-width: none; }
.fms-school-grid .fms-school .fms-info-wrap .iw-state { font-size: 10px; font-weight: 400; color: var(--text-muted1); text-transform: uppercase; text-align: center; }

.fms-submit { position: fixed; z-index: 1002; animation: slideInFromRight 1.5s forwards; right: 20px; bottom: 60px; height: 45px; padding: 0px 20px; color: var(--primary-bg-layer1); background: var(--primary-color); border-radius: 15px; display: flex; flex-direction: row; gap: 10px; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,0.06); box-shadow: 0 1px 1px rgba(255,255,255,0.04) inset, 0 6px 14px rgba(0,0,0,0.14), 0 18px 42px rgba(0,0,0,0.30); }
.fms-submit svg { height: 20px; width: auto; }
@keyframes slideInFromRight { from{transform: translateX(100px);opacity: 0;} to{transform: translateX(0);opacity: 1;} }

/* Templates Serializer */
.template-list-isolate { display: grid; grid-template-columns: 1fr; gap: 30px; padding: 20px; padding-top: 0; }.ti-wrap { position: relative; overflow: visible; }
.template-list-isolate .temp-isolate { display: flex; flex-direction: column; gap: 0; border: 1px solid rgba(0, 0, 0, 0.08); border-radius: 15px; overflow: hidden; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 10px 25px -5px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease, box-shadow 0.3s ease; }
.template-list-isolate .temp-isolate .ti-par-wrap { position: relative; overflow: hidden; background: #f4f5f7; min-height: 350px; }
.template-list-isolate .temp-isolate .ti-par-wrap .ti-child { max-width: 300px; padding-top: 30px; display: flex; flex-direction: row; overflow-x: auto; scrollbar-width: none; scroll-snap-type: x mandatory; scroll-behavior: smooth; -webkit-overflow-scrolling: touch; }
.template-list-isolate .temp-isolate .ti-par-wrap .ti-child::-webkit-scrollbar { display: none; }
.template-list-isolate .temp-isolate .ti-par-wrap .ti-child .ti-pdf-flxer { width: 100%; min-height: 100%; background: none; display: flex; align-items: center; justify-content: center; scroll-snap-align: center; transition: transform 0.4s ease, opacity 0.4s ease; transform: scale(0.92); }
.template-list-isolate .temp-isolate .ti-par-wrap .ti-child .ti-pdf-flxer.active { opacity: 1; transform: scale(1.0); }
.template-list-isolate .temp-isolate .ti-par-wrap .ti-child .ti-pdf-flxer .ti-pdf { height: 354px; width: 250px; background: #fff; border-radius: 15px; box-shadow: 0 10px 30px rgba(0,0,0,0.08); overflow: hidden; display: flex; align-items: center; justify-content: center; }
.ti-pdf canvas { width: 100%; height: 100%; object-fit: contain; display: block; }
.template-list-isolate .temp-isolate .ti-par-wrap .ti-child-abs-render { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); width: 100%; display: flex; justify-content: center; pointer-events: none; }
.template-list-isolate .temp-isolate .ti-par-wrap .ti-child-abs-render .tc-dot-group { width: 100px; max-width: 100px; overflow-x: auto; overflow-y: hidden; display: flex; align-items: center; justify-content: flex-start; gap: 8px; border-radius: 999px; scrollbar-width: none; scroll-behavior: smooth; pointer-events: auto; box-sizing: border-box; }
.template-list-isolate .temp-isolate .ti-par-wrap .ti-child-abs-render .tc-dot-group::-webkit-scrollbar { display: none; }
.template-list-isolate .temp-isolate .ti-par-wrap .ti-child-abs-render .tc-dot-group .tc-dot { flex-shrink: 0 0 auto; min-width: 7.5px; min-height: 7.5px; }
.template-list-isolate .temp-isolate .ti-par-wrap .ti-child-abs-rank { position: absolute; z-index: 10; top: 5px; right: 10px; color: #3b4252; background: rgba(255,255,255,0.72); backdrop-filter: blur(10px); border: 1px solid rgba(0,0,0,0.06); box-shadow: 0 4px 12px rgba(0,0,0,0.04); padding: 5px 15px; font-size: 12px; font-weight: 500; border-radius: 15px; }

.template-list-isolate .temp-isolate .ti-par-bottom { background: #fff; color: #000; min-height: 80px; padding: 20px 20px; display: flex; flex-direction: row; align-items: flex-end; justify-content: space-between; }
.template-list-isolate .temp-isolate .ti-par-bottom .tpb-l { display: flex; flex-direction: column; gap: 3px; }
.template-list-isolate .temp-isolate .ti-par-bottom .tpb-l .tpb-l-title { font-size: 18px; font-weight: 600; color: #000; }
.template-list-isolate .temp-isolate .ti-par-bottom .tpb-l .tpb-l-sub { font-size: 13px; font-weight: 400; color: #475569; }
.template-list-isolate .temp-isolate .ti-par-bottom .tpb-r { display: flex; align-items: center; justify-content: right; }
.template-list-isolate .temp-isolate .ti-par-bottom .tpb-r .tpb-cta { border: none; border-radius: 10px; background: #000; color: #fff; box-shadow: 0 8px 20px rgba(0,0,0,0.12); font-size: 13px; font-weight: 600; display: flex; flex-direction: row; align-items: center; justify-content: center; gap: 10px; height: 40px; padding: 0px 15px; margin-bottom: 4px; }
.template-list-isolate .temp-isolate .ti-par-bottom .tpb-r .tpb-cta svg { height: 20px; width: auto; margin-top: 5px; }

.card-label-tag { position: absolute; z-index: 10; overflow: hidden; width: 150px; height: 150px; top: -10px; left: -10px; display: flex; align-items: center; justify-content: center; }
.card-label-tag::before { content: ''; position: absolute; width: 150%; height: 40px; background-image: linear-gradient(45deg, #2e3131 0%, #757d75 51%, #2e3131 100%); transform: rotate(-45deg) translateY(-20px); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; box-shadow: 0 5px 10px rgba(0,0,0,0.23); }
.card-label-tag::after { content: ''; position: absolute; width: 10px; bottom: 0; left: 0; height: 10px; z-index: -1; box-shadow: 140px -140px #1a1c1c; background-image: linear-gradient(45deg, #2e3131 0%, #4a4e4d 51%, #2e3131 100%); }
.tag-reverse { left: auto; right: -10px; }
.tag-reverse::before { transform: rotate(45deg) translateY(-20px); }
.tag-reverse::after { left: auto; right: 0; box-shadow: -140px -140px #1a1c1c; }
.tag-recommended::before { content: 'Recommended'; }
.tag-premium::before { content: 'Premium'; }


.pricing-list-isol { display: grid; grid-template-columns: 1fr; gap: 30px; padding: 20px; padding-top: 0; background: #fff; }
.pricing-list-isol .pricing-card-isol { position: relative; min-height: 400px; padding: 30px 25px; display: flex; flex-direction: column; gap: 10px; color: var(--primary-color); background: var(--primary-bg-layer1); border-radius: var(--radius-15); box-shadow: 0 1px 1px rgba(0,0,0,0.02), 0 8px 24px rgba(0,0,0,0.06), 0 16px 48px rgba(0,0,0,0.08); }
.pricing-list-isol .pricing-card-isol .pci-header { display: flex; flex-direction: column; gap: 0px; padding-bottom: 17px; border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
.pricing-list-isol .pricing-card-isol .pci-header .pci-name { font-size: 12px; color: var(--text-muted1); font-weight: 500; margin-left: 5px; margin-bottom: 5px; text-transform: uppercase; letter-spacing: 0.6px; }
.pricing-list-isol .pricing-card-isol .pci-header .pci-price { position: relative; display: flex; flex-direction: row; align-items: baseline; }
.pricing-list-isol .pricing-card-isol .pci-header .pci-price .pci-price-sup { font-size: 19px; color: inherit; font-weight: 500; margin-left: 5px; }
.pricing-list-isol .pricing-card-isol .pci-header .pci-price .pci-price-base { font-size: 32px; color: inherit; font-weight: 700; margin-left: 3px; transform: translateY(4px); }
.pricing-list-isol .pricing-card-isol .pci-header .pci-price .pci-price-sub { font-size: 12px; color: var(--text-muted1); font-weight: 400; margin-left: 5px; }
.pricing-list-isol .pricing-card-isol .pci-header .pci-descr { font-size: 13px; color: inherit; font-weight: 400; margin-top: 5px; margin-left: 5px; line-height: 1.6; }
.pricing-list-isol .pricing-card-isol .pci-body { display: flex; flex-direction: column; gap: 10px; padding: 20px 10px; }
.pricing-list-isol .pricing-card-isol .pci-body .pci-body-liner { display: flex; flex-direction: row; gap: 15px; align-items: center; font-size: 13px; font-weight: 400; color: inherit; }
.pricing-list-isol .pricing-card-isol .pci-body .pci-body-liner svg { height: 18px; width: auto; margin-top: 5px; }
.pricing-list-isol .pricing-card-isol .pci-footer .pci-footer-cta { border: none; border-radius: 15px; font-size: 13px; font-weight: 500; letter-spacing: 0.5px; text-transform: uppercase; color: var(--primary-bg-layer1); background: var(--primary-color); height: 43px; width: 100%; display: flex; flex-direction: row; align-items: center; justify-content: center; gap: 10px; }

.pricing-list-isol .pricing-card-isol.luxury { color: var(--primary-bg-layer1); background: linear-gradient(135deg, #141E30 0%, #000000 100%); border: 1px solid rgba(255, 255, 255, 0.05); }
.pricing-list-isol .pricing-card-isol.luxury .pci-header { border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
.pricing-list-isol .pricing-card-isol.luxury .pci-footer .pci-footer-cta { color: var(--primary-color); background: var(--primary-bg-layer1); }

.ttk-isol { margin-top: 30px; margin-bottom: 40px; min-height: 250px; }
.ttk-isol .ttk-hdr { display: flex; flex-direction: column; align-items: center; }
.ttk-isol .ttk-hdr .ttk-hdr-title { font-size: 24px; font-weight: 600; text-transform: capitalize; }



.tutorial-wrap { padding: 20px; padding-top: 40px; padding-bottom: 70px; }
.tutorial-wrap .tutorial-wrap-header { display: flex; flex-direction: column; align-items: center; gap: 5px; }
.tutorial-wrap .tutorial-wrap-header .tutw-headline { font-size: 24px; font-weight: 600; color: inherit;  }
.tutorial-wrap .tutorial-wrap-header .tutw-sub { font-size: 14px; font-weight: 400; color: var(--text-muted1); }
.tutorial-wrap .tutorial-wrap-flxer { display: flex; flex-direction: row; gap: 20px; overflow-x: auto; scrollbar-width: none; scroll-snap-type: x mandatory; scroll-behavior: smooth; -webkit-overflow-scrolling: touch; margin-top: 20px; margin-bottom: -10px; }
.tutorial-wrap .tutorial-wrap-flxer .ttr-card { min-width: 90%; min-height: 200px; background: #eee; border: 1px solid #ddd; border-radius: 15px; scroll-snap-align: center; /* transition: transform 0.4s ease, opacity 0.4s ease; transform: scale(0.92); */ }
.tutorial-wrap .tutorial-wrap-flxer .ttr-card.active { opacity: 1; transform: scale(1.0); }

/* Desktop monitors */
@media (min-width: 768px) {
	.hero-section { flex-direction: row; gap: 40px; }
	.hero-section .hero-cta { max-width: 700px; }
	.template-wrap { justify-content: center; }
	.card-art-section .card-wrap { grid-template-columns: 1fr 1fr; gap: 20px; padding: 20px 25px; }
	.final-hero-scetion { padding: 40px 25px; }
	.fms-school-grid { grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }
	/* Menu */
	.menu-screen { color: inherit; background: none; transition: none; box-shadow: none; position: fixed; top: 0; right: 0; left: auto; z-index: 997; width: auto; white-space: nowrap; }.menu-screen.active { left: auto; }
	.ms-header,.toggle-menu { display: none; }.invisible-overlay { background: none; }
	.menu-screen .nav-items { height: 62px; padding: 0px 20px; display: flex; flex-direction: row; align-items: center; justify-content: flex-start; gap: 15px; overflow: hidden; }
	.menu-screen .nav-items .nav-page { height: 100%; border-radius: 0; }
	/* .menu-screen .nav-items .nav-page.active { color: inherit; background: none; border-top: 4px solid var(--primary-color); border-bottom: 4px solid var(--primary-color); } */
	.template-list-isolate { grid-template-columns: 1fr 1fr; gap: 30px; padding: 20px; padding-top: 0; }
	.pricing-list-isol { grid-template-columns: 1fr 1fr; }
	.menu-screen-footer { display: none; }
}

@media (min-width: 1024px) {
	.main-screen { padding: 0px 30px; }
	.template-list-isolate { grid-template-columns: 1fr 1fr 1fr; gap: 30px; padding: 20px; padding-top: 0; }
	.fms-school-grid { grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; }
}
