/*
Theme Name:        Baleto Pasaulis
Theme URI:         https://ballet-world-flow.base44.app/
Author:            Baleto Pasaulis
Author URI:        https://ballet-world-flow.base44.app/
Description:       A modern, elegant WordPress theme for the Baleto Pasaulis ballet studio. Supports ACF (Advanced Custom Fields) for all page sections and Contact Form 7 for the contact form. Built with clean HTML5, CSS3, and vanilla JS.
Version:           1.0.0
Requires at least: 6.0
Tested up to:      6.5
Requires PHP:      8.0
License:           GNU General Public License v2 or later
License URI:       http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:       baleto-pasaulis
Tags:              one-page, full-width-template, custom-colors, custom-menu, featured-images, footer-widgets, block-styles, wide-blocks, accessibility-ready
*/

/* ── RESET & BASE ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
    --pink:        #F0367A;
    --pink-light:  #fde8f0;
    --dark:        #121828;
    --gray:        #6b7280;
    --gray-light:  #f9fafb;
    --white:       #ffffff;
    --border:      #e5e7eb;
    --radius:      14px;
    --container:   1200px;
	--font:           #737373;
}

html { scroll-behavior: smooth; }

body {
    font-family: 'Inter', sans-serif;
    color: var(--dark);
    background: var(--white);
    line-height: 1.6;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--pink); text-decoration: none; }
a:hover { text-decoration: underline; }

.container {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 5%;
}

/* ── TYPOGRAPHY ── */
h1,h2,h3,h4,h5,h6 { font-family: 'Inter', serif; line-height: 1.15; color: var(--dark); }

/* ── BUTTONS ── */
.btn-pink {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--pink); color: #fff;
    border: none; border-radius: 50px;
    padding: 11px 26px; font-size: .9rem; font-weight: 600;
    cursor: pointer; transition: background .2s, transform .15s;
    font-family: inherit; text-decoration: none;
}
.btn-pink:hover { background: #d42d6b; transform: translateY(-1px); text-decoration: none; color: #fff; }

.btn-outline {
    display: inline-flex; align-items: center; gap: 8px;
    background: transparent; color: var(--dark);
    border: 1.5px solid var(--dark); border-radius: 50px;
    padding: 11px 26px; font-size: .9rem; font-weight: 600;
    cursor: pointer; transition: all .2s;
    font-family: inherit; text-decoration: none;
}
.btn-outline:hover { background: var(--dark); color: #fff; text-decoration: none; }

/* ── BADGES ── */
.section-badge {
    display: inline-block;
    background: #f8f2f4;
    color: #6b2e42;
    font-size: .78rem; font-weight: 700; letter-spacing: .04em;
    border-radius: 50px; padding: 5px 14px; margin-bottom: 14px;
}

/* ── SECTION SHARED ── */
.section-title {
    font-size: clamp(1.7rem, 3vw, 2.4rem);
    font-weight: 900;
    margin-bottom: 14px;
}
.section-sub {
    color: var(--gray);
    max-width: 600px;
    margin: 0 auto 50px;
    font-size: .95rem;
}
.text-center { text-align: center; }

/* ──────────────────────────────────────────
   NAV
────────────────────────────────────────── */
#site-header {
        position: sticky;
    top: 0;
    z-index: 100;
    background: #fffc;
    backdrop-filter: blur(24px);
    border-bottom: 0px solid var(--border);
}
.header-inner {
    max-width: var(--container); margin: 0 auto; padding: 1rem 5%;
    height: 100%;
    display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.site-logo {
    display: flex; align-items: center; gap: 10px;
    font-weight: 700; font-size: 1.05rem; color: var(--dark);
    text-decoration: none;
}
.site-logo:hover { text-decoration: none; color: var(--dark); }
.logo-icon {
     max-width: 101px; color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-weight: 800; font-size: .9rem;
    flex-shrink: 0;
}
.logo-icon img {   object-fit: cover; }

#primary-navigation ul {
    display: flex; gap: 32px; list-style: none; margin: 0; padding: 0;
}
#primary-navigation a {
    font-size: .93rem; font-weight: 500; color: var(--font);
    text-decoration: none; transition: color .2s;
}
#primary-navigation a:hover { color: var(--pink); }

.nav-right {
    display: flex; align-items: center; gap: 20px;
}
.nav-phone {
    display: flex; align-items: center; gap: 7px;
    font-size: .88rem; color: var(--gray);
}
.nav-phone i { color: var(--pink); }

/* Mobile menu toggle */
.menu-toggle {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; color: var(--dark); font-size: 1.3rem;
}

/* ──────────────────────────────────────────
   HERO
────────────────────────────────────────── */
#hero {
    background: linear-gradient(135deg, #fff9fb 0%, #fce8f0 60%, #fff 100%);
    position: relative;
    overflow: hidden;
}
.shadow-primary {
    --tw-shadow-color: hsl(var(--primary) / .2);
    --tw-shadow: var(--tw-shadow-colored);
}
.hero-container {
    padding: 80px 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    min-height: 540px;
    max-width: 1280px;
    width: 100%;
    margin: auto;
}
.hero-text { flex: 1; max-width: 515px; }
.hero-badge {
    display: inline-block; background: #f8f2f4;
    color: #6b2e42;
    font-size: .8rem; font-weight: 600; border-radius: 50px;
    padding: 5px 14px; margin-bottom: 22px;
}
#hero h1 {
    font-size: clamp(2.2rem, 4vw, 3.75rem);
    font-weight: 900; line-height: 1.15;
    color: var(--dark); margin-bottom: 18px;
}
#hero h1 .highlight { color: var(--pink); }
.hero-desc { color: var(--gray); font-size: .97rem; margin-bottom: 30px; max-width: 380px; }
.hero-actions { display: flex; align-items: center; gap: 14px; margin-bottom: 30px; flex-wrap: wrap; }
.hero-stars { display: flex; align-items: center; gap: 8px; }
.hero-stars .stars i { color: #f59e0b; font-size: .9rem; }
.hero-stars span { font-size: .83rem; color: var(--gray); }

.hero-image { flex: 1; max-width: 380px; }
.hero-image img {
    width: 100%; border-radius: 18px;
    aspect-ratio: 3/4; object-fit: cover;
}
.hero-image-placeholder {
    width: 100%; border-radius: 18px;
    aspect-ratio: 3/4;
    background: linear-gradient(160deg,#1a1a2e,#2d1b3d);
    display: flex; align-items: center; justify-content: center;
    color: rgba(255,255,255,.15); font-size: 5rem;
}

/* ──────────────────────────────────────────
   STATS
────────────────────────────────────────── */
#stats-bar {
    background: var(--dark); color: #fff;
    display: flex; justify-content: center;
	position: relative;
}
.stat-item {
    flex: 1; text-align: center; padding: 48px 30px;
    
	
    max-width: 423px;
}
.stat-item:last-child { border-right: none; }
.stat-icon { font-size: 28px; color: var(--pink); margin-bottom: 12px; }
.stat-number {
    font-family: 'Inter';
    font-size: 48px;
    font-weight: 900;
    color: var(--pink);
}
.stat-label { font-size: .85rem; color: rgba(255,255,255,.55); margin-top: 4px; }

/* ──────────────────────────────────────────
   SERVICES
────────────────────────────────────────── */
#services { padding: 90px 5%; background: var(--white); }
.services-grid {
    display: grid; grid-template-columns: repeat(3,1fr); gap: 28px;
    max-width: var(--container); margin: 0 auto;
}
.service-card {
    border-radius: var(--radius); overflow: hidden;
    border: 1px solid var(--border);
    background: #fff; transition: box-shadow .25s, transform .25s;
}
.service-card:hover { box-shadow: 0 12px 40px rgba(240,54,122,.12); transform: translateY(-4px); }
.service-card-image { width: 100%; aspect-ratio: 4/3; overflow: hidden; background: var(--pink-light); }
.service-card-image img { width: 100%; height: 100%; object-fit: cover; }
.service-card-image-placeholder {
    width: 100%; height: 100%;
    display: flex; align-items: center; justify-content: center;
    color: var(--pink); font-size: 3rem;
}
.service-card-body { padding: 20px 22px 24px; }
.service-card-body h3 { font-size: 1rem; font-weight: 700; margin-bottom: 8px; font-family: 'Inter', sans-serif; }
.service-card-body p { font-size: .875rem; color: var(--gray); line-height: 1.55; }

/* ──────────────────────────────────────────
   GALLERY
────────────────────────────────────────── */
#gallery { padding: 90px 5%; background: var(--gray-light); }
.gallery-tabs { display: flex; gap: 10px; justify-content: center; margin-bottom: 36px; flex-wrap: wrap; }
.tab-btn {
    border: 1.5px solid var(--border); background: #fff; border-radius: 50px;
    padding: 7px 20px; font-size: .85rem; font-weight: 500; cursor: pointer;
    font-family: inherit; transition: all .2s; color: var(--dark);
}
.tab-btn.active, .tab-btn:hover { background: var(--pink); color: #fff; border-color: var(--pink); }
.gallery-grid {
    display: grid; grid-template-columns: repeat(4,1fr); gap: 14px;
    max-width: var(--container); margin: 0 auto;
}
.gallery-item {
    border-radius: 12px; overflow: hidden; aspect-ratio: 1;
    cursor: pointer; transition: transform .2s;
}
.gallery-item:hover { transform: scale(1.03); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; }
.gallery-item-placeholder {
    width: 100%; height: 100%;
    background: linear-gradient(135deg,#e8e0f0,#f5e8f0);
    display: flex; align-items: center; justify-content: center;
    color: #ccc; font-size: 2rem;
}

/* ──────────────────────────────────────────
   ABOUT
────────────────────────────────────────── */
#about {
    display: flex; align-items: center; gap: 64px;
    padding: 90px 8%; background: #fff;
    max-width: 1300px; margin: 0 auto;
}
.about-image { flex: 1; max-width: 420px; border-radius: 18px; overflow: hidden; }
.about-image img { width: 100%; aspect-ratio: 3/4; object-fit: cover; }
.about-image-placeholder {
    width: 100%; aspect-ratio: 3/4;
    background: linear-gradient(160deg,#1a1a2e,#2d1b3d);
    display: flex; align-items: center; justify-content: center;
    color: rgba(255,255,255,.15); font-size: 5rem;
}
.about-content { flex: 1; }
.about-content .section-title { text-align: left; }
.about-content p { color: var(--gray); font-size: .95rem; margin-bottom: 16px; }
.checklist { list-style: none; margin-top: 20px; display: flex; flex-direction: column; gap: 12px; }
.checklist li { display: flex; align-items: center; gap: 10px; font-size: .93rem; font-weight: 500; }
.checklist li i { color: var(--pink); font-size: .85rem; }

/* ──────────────────────────────────────────
   HOW IT WORKS
────────────────────────────────────────── */
#how-it-works { padding: 90px 5%; background: var(--gray-light); }
.steps-grid {
    display: grid; grid-template-columns: repeat(4,1fr); gap: 28px;
    max-width: var(--container); margin: 0 auto; position: relative;
}
.steps-grid::before {
    content: ''; position: absolute; top: 31px; left: 12%; right: 12%; height: 2px;
    background: linear-gradient(90deg, var(--pink-light), var(--pink), var(--pink-light)); z-index: 0;
}
.step { text-align: center; position: relative; z-index: 1; }
.step-number {
    width: 62px; height: 62px; border-radius: 50%;
    background: var(--pink-light); color: var(--pink);
    font-weight: 800; font-size: 1.1rem;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 18px; border: 3px solid #fff;
    box-shadow: 0 4px 16px rgba(240,54,122,.15);
}
.step h3 { font-size: .98rem; font-weight: 700; margin-bottom: 10px; font-family: 'Inter', sans-serif; }
.step p { font-size: .85rem; color: var(--gray); }

/* ──────────────────────────────────────────
   TESTIMONIALS
────────────────────────────────────────── */
#testimonials { padding: 90px 5%; background: #fff; }
.testi-grid {
    display: grid; grid-template-columns: repeat(3,1fr); gap: 24px;
    max-width: var(--container); margin: 0 auto;
}
.testi-card {
    border: 1px solid var(--border); border-radius: var(--radius);
    padding: 28px 26px; transition: box-shadow .2s;
}
.testi-card:hover { box-shadow: 0 8px 30px rgba(0,0,0,.07); }
.testi-text { font-size: .9rem; color: var(--gray); margin-bottom: 20px; font-style: italic; line-height: 1.6; }
.testi-author { display: flex; align-items: center; gap: 12px; }
.testi-avatar {
    width: 40px; height: 40px; border-radius: 50%;
    background: #ee4f841a !important;
    color: var(--pink);
    display: flex; align-items: center; justify-content: center;
    font-weight: 700; font-size: .95rem; flex-shrink: 0; overflow: hidden;
}
.testi-avatar img { width: 100%; height: 100%; object-fit: cover; }
.testi-name { font-weight: 700; font-size: .9rem; font-family: 'Inter', sans-serif; }
.testi-role { font-size: .78rem; color: var(--gray); }

/* ──────────────────────────────────────────
   FAQ
────────────────────────────────────────── */
#faq { padding: 90px 5%; background: var(--gray-light); }
.faq-list { max-width: 780px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: #fff; border-radius: 10px; border: 1px solid var(--border); overflow: hidden; }
.faq-question {
    width: 100%; text-align: left; background: none; border: none;
    padding: 18px 22px; font-family: inherit; font-size: .93rem; font-weight: 500;
    cursor: pointer; display: flex; justify-content: space-between; align-items: center;
    color: var(--dark); transition: color .2s;
}
.faq-question:hover { color: var(--pink); }
.faq-question i { transition: transform .3s; font-size: .8rem; color: var(--gray); }
.faq-item.open .faq-question { color: var(--pink); }
.faq-item.open .faq-question i { transform: rotate(180deg); color: var(--pink); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-item.open .faq-answer { max-height: 300px; }
.faq-answer-inner { padding: 0 22px 18px; font-size: .88rem; color: var(--gray); }

/* ──────────────────────────────────────────
   CTA BANNER
────────────────────────────────────────── */
#cta-banner {
    background: var(--dark); color: #fff;
    text-align: center; padding: 80px 5%;
    position: relative; overflow: hidden;
}
#cta-banner::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(ellipse at 50% 0%, rgba(240,54,122,.25) 0%, transparent 70%);
    pointer-events: none;
}
#cta-banner h2 {
    font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 900;
    margin-bottom: 16px; position: relative; color: #fff;
}
#cta-banner p { color: rgba(255,255,255,.65); max-width: 480px; margin: 0 auto 32px; position: relative; }
#cta-banner .btn-pink { font-size: 1rem; padding: 13px 32px; position: relative; }

/* ──────────────────────────────────────────
   CONTACT + CF7
────────────────────────────────────────── */
#contact { padding: 90px 5%; background: #fff; }
.contact-inner {
    display: grid; grid-template-columns: 1fr 1fr; gap: 64px;
    max-width: 1000px; margin: 0 auto;
}
.contact-item { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 22px; }
.contact-icon {
    width: 42px; height: 42px; border-radius: 50%;
    background: var(--pink-light); color: var(--pink);
    display: flex; align-items: center; justify-content: center;
    font-size: .9rem; flex-shrink: 0;
}
.contact-label { font-size: .78rem; color: var(--gray); margin-bottom: 3px; }
.contact-value { font-size: .93rem; font-weight: 600; }
.contact-form-title { font-size: 1.4rem; font-weight: 700; margin-bottom: 28px; font-family: 'Inter', sans-serif; }

/* CF7 Overrides */
/* CF7 Overrides */
.wpcf7 { width: 100%; }

.wpcf7-form p {
    margin-bottom: 12px;
    margin-top: 0;
    padding: 0;
}

.wpcf7-form label {
    display: block;
    font-size: .82rem;
    font-weight: 600;
    margin-bottom: 6px;
    margin-top: 0;
    color: var(--dark);
    line-height: 1;
}

.wpcf7-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.wpcf7-form .wpcf7-form-control {
    display: block;
    width: 100% !important;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
    width: 100% !important;
    border: 1.5px solid #e5e7eb !important;
    border-radius: 8px !important;
    padding: 11px 14px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: .9rem !important;
    outline: none !important;
    background: #f9fafb !important;
    color: #12182B !important;
    box-shadow: none !important;
    -webkit-appearance: none;
    appearance: none;
    line-height: 1.5;
    transition: border-color .2s, background .2s;
    display: block;
}

.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form textarea:focus {
    border-color: #F0367A !important;
    background: #fff !important;
    outline: none !important;
}

.wpcf7-form textarea {
    height: 120px !important;
    resize: vertical;
}

.wpcf7-form input[type="submit"] {
    width: 100% !important;
    background: #F0367A !important;
    color: #fff !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 13px 26px !important;
    font-size: .95rem !important;
    font-weight: 600 !important;
    cursor: pointer;
    font-family: 'Inter', sans-serif !important;
    transition: background .2s, transform .15s;
    -webkit-appearance: none;
    appearance: none;
    margin-top: 4px;
    display: block;
}

.wpcf7-form input[type="submit"]:hover {
    background: #d42d6b !important;
    transform: translateY(-1px);
}

.wpcf7-not-valid-tip {
    color: #F0367A;
    font-size: .78rem;
    margin-top: 4px;
    display: block;
}

.wpcf7-response-output {
    margin-top: 16px;
    padding: 12px 16px;
    border-radius: 8px;
    border: 1.5px solid #F0367A;
    color: #F0367A;
    font-size: .88rem;
}
.wpcf7-form br { display: none; }
.wpcf7-spinner { display: none; }

/* ──────────────────────────────────────────
   FOOTER
────────────────────────────────────────── */
#site-footer {
    background: var(--dark);
   
}
.footer-container {
    max-width: 1280px;
    width: 100%;
    margin: auto;
	 display: flex; align-items: center; justify-content: space-between;
    padding: 24px 5%; font-size: .82rem; flex-wrap: wrap; gap: 16px;
}
.footer-logo {
    display: flex; align-items: center; gap: 10px;
    color: #fff; font-weight: 700; font-size: .93rem; text-decoration: none;
    flex-shrink: 0;
}
.footer-logo:hover { color: #fff; text-decoration: none; }
.footer-logo-icon {
    width: 100%;
	max-width:101px;
     color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-weight: 800; font-size: .75rem; flex-shrink: 0; overflow: hidden;
}
.footer-logo-icon img {  object-fit: cover; }
.footer-right {
    display: flex; flex-direction: column; align-items: flex-end; gap: 6px;
}
.footer-links {
    display: flex; align-items: center; gap: 10px;
}
.footer-links a {
    color: rgba(255,255,255,.55); text-decoration: none;
    transition: color .2s; font-size: .82rem;
}
.footer-links a:hover { color: var(--pink); text-decoration: none; }
.footer-sep { color: rgba(255,255,255,.2); font-size: .75rem; }
.footer-copy { color: rgba(255,255,255,.4); font-size: .8rem; }

@media (max-width: 600px) {
    #site-footer { flex-direction: column; align-items: center; text-align: center; }
    .footer-right { align-items: center; }
}

/* ──────────────────────────────────────────
   SCROLL ANIMATIONS
────────────────────────────────────────── */
.fade-in {
    opacity: 0; transform: translateY(24px);
    transition: opacity .5s ease, transform .5s ease;
}
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* ──────────────────────────────────────────
   RESPONSIVE
────────────────────────────────────────── */
@media (max-width: 1024px) {
    .services-grid { grid-template-columns: repeat(2,1fr); }
    .steps-grid { grid-template-columns: repeat(2,1fr); }
    .steps-grid::before { display: none; }
}

@media (max-width: 900px) {
    #hero { flex-direction: column; text-align: center; padding: 60px 5%; }
    .hero-text { max-width: 100%; }
    .hero-image { max-width: 300px; margin: 0 auto; }
    .hero-desc { max-width: 100%; }
    .hero-actions { justify-content: center; }
    .hero-stars { justify-content: center; }
    #about { flex-direction: column; padding: 60px 5%; }
    .about-image { max-width: 100%; }
    .gallery-grid { grid-template-columns: repeat(2,1fr); }
    .testi-grid { grid-template-columns: repeat(2,1fr); }
    .contact-inner { grid-template-columns: 1fr; gap: 40px; }
    #stats-bar { flex-wrap: wrap; }
}

@media (max-width: 600px) {
    .services-grid, .steps-grid, .testi-grid { grid-template-columns: 1fr; }
    #primary-navigation { display: none; }
    #primary-navigation.open { display: block; position: absolute; top: 68px; left: 0; right: 0; background: #fff; border-bottom: 1px solid var(--border); padding: 16px 5%; z-index: 99; }
    #primary-navigation.open ul { flex-direction: column; gap: 16px; }
    .menu-toggle { display: block; }
    .nav-phone { display: none; }
    .stat-item { flex: 0 0 50%; }
}




























.opacity-5 {
    opacity: .05;
}
.inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.absolute {
    position: absolute;
}
.overflow-hidden {
    overflow: hidden;
}
.blur-3xl {
    --tw-blur: blur(64px);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.bg-primary\/10 {
    background-color: hsl(var(--primary) / .1);
}
.rounded-full {
    border-radius: 9999px;
}
.w-72 {
    width: 18rem;
}
.h-72 {
    height: 18rem;
}
.top-20 {
    top: 5rem;
}
.left-10 {
    left: 2.5rem;
}
.bg-primary\/5 {
    background-color: hsl(var(--primary) / .05);
}
.w-96 {
    width: 24rem;
}
.h-96 {
    height: 24rem;
}
.right-10 {
    right: 2.5rem;
}
.bottom-20 {
    bottom: 5rem;
}
.to-transparent {
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.from-primary\/10 {
    --tw-gradient-from: hsl(var(--primary) / .1) var(--tw-gradient-from-position);
    --tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.bg-gradient-to-br {
    background-image: linear-gradient(to bottom right,var(--tw-gradient-stops));
}
.-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.w-\[600px\] {
    width: 600px;
}
.h-\[600px\] {
    height: 600px;
}
.top-1\/2 {
    top: 50%;
}
.left-1\/2 {
    left: 50%;
}