@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";.header{background-color:#fff;position:sticky;top:0;z-index:50;box-shadow:0 1px 3px #0000001a}.header__wrapper{display:flex;justify-content:space-between;padding:.5rem 5rem;align-items:center}.header__logo{display:flex}.header__logo img{width:11rem}.header .nav-desktop{display:none}@media (min-width: 768px){.header .nav-desktop{display:flex;align-items:center;gap:.5rem}}.header .nav-desktop .nav-item{padding:.5rem 1rem;font-size:.875rem;font-weight:500;border-radius:.375rem;transition:all .2s ease;color:#374151}.header .nav-desktop .nav-item:hover{color:#1cdc1d;background-color:#f2fce280}.header .nav-desktop .nav-item.active{color:#1cdc1d;background-color:#f2fce2}.header .nav-desktop .nav-login{margin-left:1rem;background-color:#1cdc1d;color:#fff;padding:.5rem 1rem;border-radius:6px}.header .nav-desktop .nav-login:hover{background-color:#5fe862}.header .menu-toggle{color:#374151}@media (min-width: 768px){.header .menu-toggle{display:none}}.header .menu-toggle:hover{color:#1cdc1d}.header .nav-mobile{display:block;background-color:#fff;border-top:1px solid #e5e7eb;animation:fade-in .3s ease}.header .nav-mobile__content{display:flex;flex-direction:column;gap:.5rem}.header .nav-mobile__content .nav-item{padding:.75rem 1rem;font-size:.875rem;font-weight:500;border-radius:.375rem;color:#374151}.header .nav-mobile__content .nav-item:hover{color:#1cdc1d;background-color:#f2fce280}.header .nav-mobile__content .nav-item.active{color:#1cdc1d;background-color:#f2fce2}.header .nav-mobile__content .nav-login.full{width:100%;margin-top:.5rem;background-color:#1cdc1d;color:#fff}.header .nav-mobile__content .nav-login.full:hover{background-color:#5fe862}@keyframes fade-in{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.footer{background-color:#f9fafb;padding:4rem 0 2rem}.footer .container-custom{max-width:1200px;margin:0 auto;padding:0 1rem}.footer .footer-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.footer .footer-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.footer .footer-grid{grid-template-columns:repeat(4,1fr)}}.footer .footer-section .footer-logo{display:flex}.footer .footer-section .footer-logo img{width:11rem}.footer .footer-section .footer-description{color:#4b5563;margin-bottom:1rem}.footer .footer-section .footer-socials{display:flex;gap:1rem}.footer .footer-section .footer-socials .footer-social-icon{color:#6b7280;transition:color .3s}.footer .footer-section .footer-socials .footer-social-icon:hover{color:#1cdc1d}.footer .footer-section .footer-title{font-size:1.125rem;font-weight:500;margin-bottom:1.5rem;color:#111827;font-family:Poppins,sans-serif}.footer .footer-section .footer-links{list-style:none;padding:0}.footer .footer-section .footer-links li{margin-bottom:.75rem}.footer .footer-section .footer-links li a{color:#4b5563;text-decoration:none;transition:color .3s}.footer .footer-section .footer-links li a:hover{color:#1cdc1d}.footer .footer-section .footer-contact{list-style:none;padding:0}.footer .footer-section .footer-contact li{display:flex;align-items:start;color:#4b5563;gap:.75rem;margin-bottom:1rem}.footer .footer-section .footer-contact li a{color:#4b5563;text-decoration:none;transition:color .3s}.footer .footer-section .footer-contact li a:hover{color:#1cdc1d}.footer .footer-section .footer-contact li .footer-icon{flex-shrink:0;color:#1cdc1d;margin-top:.2rem}.footer .footer-bottom{border-top:1px solid #e5e7eb;padding-top:2rem;margin-top:3rem;text-align:center}.footer .footer-bottom p{color:#6b7280;font-size:.875rem}.appointment-form{background:#f2fce24d;padding:40px 20px;text-align:center;font-family:Inter,sans-serif}.appointment-form h2{font-family:Poppins,sans-serif;font-weight:600;font-size:30px;color:#1e2a39;margin-bottom:5px}.appointment-form p{color:#6b6b6b;margin-bottom:30px}.appointment-form form{background:#fff;padding:30px;margin:0 auto;max-width:700px;border-radius:10px;box-shadow:0 4px 4px #00000040}.appointment-form form .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.appointment-form form .form-grid label{display:block;margin-bottom:6px;font-weight:600;text-align:left;color:#222}.appointment-form form .form-grid input,.appointment-form form .form-grid select{width:100%;padding:10px;border:1px solid #ccc;border-radius:6px;font-size:14px}.appointment-form form button{width:100%;background-color:#32cd32;color:#fff;padding:12px 0;font-weight:700;border:none;border-radius:6px;font-size:16px;cursor:pointer}.appointment-form form button:hover{background-color:#5fe862}.appointment-form form .date-input{font-family:Inter,sans-serif}.appointment-form form .terms{font-size:12px;color:#888;margin-top:10px}.schedule{padding:40px 20px;text-align:center;background-color:#fafff5}.schedule h2{font-size:30px;font-weight:600;color:#1d2b3a;margin-bottom:30px}.schedule .schedule-grid{padding:25px 25px 20px;display:grid;grid-template-columns:repeat(3,1fr);gap:50px;justify-items:center;align-items:start;max-width:1100px;margin:0 auto}.schedule .day-card{width:300px;border-radius:16px;overflow:hidden;background-color:#fff;box-shadow:0 4px 6px #00000014;display:flex;flex-direction:column;transition:transform .2s ease}.schedule .day-card .day-header{background-color:#32cd32;color:#fff;text-align:center;font-weight:600;font-size:16px;padding:12px 0}.schedule .day-card .day-body{display:flex;justify-content:space-between;padding:16px 50px}.schedule .day-card .day-body div{text-align:center}.schedule .day-card .day-body div p{padding-bottom:9px;font-size:14px;margin:0;color:#555}.schedule .day-card .day-body div strong{font-size:15px;color:#000}.schedule .day-card:hover{transform:translateY(-3px)}@media (max-width: 768px){.schedule .schedule-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.schedule .schedule-grid{grid-template-columns:1fr}.schedule .day-card{width:100%;max-width:320px}}.news-section{padding:40px 60px}.news-section h2{font-family:Poppins,sans-serif;font-size:30px;font-weight:600;margin-bottom:25px}.news-section .news-list{padding:0 75px;max-height:550px;overflow-y:scroll;display:flex;flex-direction:column;gap:22px;padding-right:.5rem;padding-bottom:35px}.news-list::-webkit-scrollbar{width:0;background-color:transparent}.news-card{display:flex;width:1000px;height:900px;gap:30px;background-color:#fff;border-radius:10px;padding:20px;box-shadow:0 4px 4px #00000040}.news-card img{width:250px;height:150px;-o-object-fit:cover;object-fit:cover;border-radius:10px}.news-card .news-content{flex:1;display:flex;flex-direction:column}.news-card .news-content .news-tag{font-family:Inter,sans-serif;width:150px;height:30px;text-align:center;background-color:#32cd32;color:#fff;font-size:14px;padding:7px 10px;border-radius:10px;display:inline-block;margin-bottom:.5rem}.news-card .news-content h3{font-size:1rem;font-weight:600;margin:0 0 .5rem}.news-card .news-content .news-text{font-size:.75rem;text-align:justify;line-height:1.4rem;margin-bottom:.5rem}.news-card .news-content .read-more{background-color:none;border:none;color:#32cd32;cursor:pointer;font-size:.75rem;font-weight:700;padding:0;align-self:flex-start}.news-card .news-content .read-more:hover{text-decoration:underline}@media (max-width: 768px){.news-card .news-card{flex-direction:column;align-items:center}.news-card .news-card img{width:100%;height:auto}}.service-section{background-color:#fff;padding:4rem 2rem;text-align:center}.service-section .container{max-width:1200px;margin:0 auto}.service-section .title{font-size:28px;font-weight:700;color:#1f2937;margin-bottom:.5rem}.service-section .subtitle{color:#4b5563;font-size:1rem;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto}.service-section .service-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));justify-content:center}.service-section .service-card{background-color:#f9fafb;padding:2rem 1.5rem;border-radius:1rem;box-shadow:0 4px 20px #0000000a;transition:transform .3s ease}.service-section .service-card:hover{transform:translateY(-4px)}.service-section .service-card .icon-wrapper{background:#ecfdf5;border-radius:50%;width:60px;height:60px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.service-section .service-card .icon-wrapper img{width:50px;height:50px}.service-section .service-card h3{font-size:1rem;font-weight:600;margin-bottom:.75rem;color:#111827}.service-section .service-card p{font-size:.95rem;line-height:1.5;color:#4b5563;margin-bottom:1rem}.service-section .service-card .read-more{font-family:Inter,sans-serif;color:#32cd32;font-weight:700;font-size:.9rem;text-decoration:none}.service-section .service-card .read-more:hover{text-decoration:underline}.home{margin:auto;background:linear-gradient(98.5deg,#9cee9f4d .02%,#f1ffd633,#c1f0d033 99.98%);mix-blend-mode:normal;position:relative}@media (min-width: 768px){.home{flex-direction:row;padding:7rem 6rem}}.home .wrap{justify-content:center;display:flex;align-items:center;gap:3rem}.home .wrap .content-home h1{font-family:Poppins,sans-serif;font-size:2.5rem;color:#2d3748;font-weight:700;line-height:1.4}.home .wrap .content-home h1 span{color:#32cd32}.home .wrap .content-home p{margin-top:1rem;color:#4a5568;font-size:.95rem;line-height:1.6;max-width:500px}.home .wrap .content-home .buttons-home{font-family:Inter,sans-serif;margin-top:1.5rem;display:flex;gap:1rem;flex-wrap:wrap}.home .wrap .content-home .buttons-home .button1{display:inline-flex;align-items:center;justify-content:center;background-color:#32cd32;color:#fff;padding:12px 24px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;text-decoration:none;transition:background-color .3s ease}.home .wrap .content-home .buttons-home .button1 img{margin-left:8px;width:16px;height:16px}.home .wrap .content-home .buttons-home .button1:hover{background-color:#5fe862}.home .wrap .content-home .buttons-home .button2{background:transparent;color:#32cd32;border:1.5px solid #32cd32;padding:.6rem 1.5rem;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background .3s}.home .wrap .content-home .buttons-home .button2:hover{background-color:#ecfdf5}.home .wrap .image-home{justify-content:center;display:flex;align-items:center;width:60%}.home .wrap .image-home img{width:100%;border-radius:12px;box-shadow:0 4px 20px #0000001a;-o-object-fit:cover;object-fit:cover}.home .circle-deco{position:absolute;background-color:#d3fdd3;border-radius:50%;z-index:1}.home .circle-deco.circle-1{top:2%;left:50%;width:80px;height:80px}.home .circle-deco.circle-2{bottom:12%;left:40%;width:115px;height:115px}.why-choose-us{background-color:#f2fce280;padding:4rem 2rem}.why-choose-us .container{display:flex;flex-wrap:wrap;gap:.5rem;max-width:1120px;margin:0 auto;align-items:center;justify-content:center}.why-choose-us .image{flex:1 1 45%}.why-choose-us .image img{width:95%;border-radius:1rem;-o-object-fit:cover;object-fit:cover}.why-choose-us .content{margin-left:15px;flex:50%}.why-choose-us .content h2{font-size:28px;font-weight:semibold;color:#111827;margin-bottom:1rem}.why-choose-us .content p{font-family:Inter,sans-serif;line-height:1.5;font-size:16px;color:#4b5563;margin-bottom:1.5rem}.why-choose-us .content .checklist{list-style:none;padding:0;margin:0 0 2rem}.why-choose-us .content .checklist li{display:flex;align-items:center;margin-bottom:.75rem;font-size:1rem;color:#374151}.why-choose-us .content .checklist li img{width:20px;height:20px;margin-right:.75rem}.why-choose-us .content .button-wa{margin-left:28px}.why-choose-us .content .button-wa .wa-button{display:inline-flex;align-items:center;background-color:#32cd32;color:#fff;font-family:Poppins,sans-serif;font-weight:600;padding:.6rem 1rem;border-radius:.5rem;text-decoration:none;font-size:15px;transition:background-color .3s ease}.why-choose-us .content .button-wa .wa-button img{width:25px;height:25px;margin-right:1rem}.why-choose-us .content .button-wa .wa-button:hover{background-color:#5fe862}.appointment{background:linear-gradient(135deg,#f2fce2,#fff,#d3e4fd33);padding:4rem 2rem;text-align:center}.appointment .card-appoint{background:#fff;border-radius:1rem;box-shadow:0 4px 4px #00000040;padding:2rem 1.5rem;max-width:800px;margin:0 auto}.appointment .card-appoint h2{font-family:Poppins,sans-serif;font-size:1.75rem;color:#1f2937;margin-bottom:.75rem}.appointment .card-appoint p{font-family:Inter,sans-serif;font-size:1rem;color:#4b5563;margin-bottom:1.5rem}.appointment .card-appoint .button-appoint{display:inline-flex;align-items:center;background-color:#32cd32;color:#fff;padding:.75rem 1.25rem;border-radius:.5rem;text-decoration:none;font-weight:600;font-size:.95rem;transition:background-color .3s ease}.appointment .card-appoint .button-appoint img{width:20px;height:20px;margin-right:.5rem}.appointment .card-appoint .button-appoint:hover{background-color:#5fe862}*{box-sizing:border-box}html,body,#root,#defaultLayout,#guestLayout{min-height:100vh}h1,h2,h3,h4,h5,h6{margin:0;font-family:Poppins,sans-serif}body{font-family:inter,sans-serif;margin:0;padding:0;font-size:14px;color:#212121;background-color:#f6f6f6}a{text-decoration:none}button{border:none;cursor:pointer}input{outline:0;background:#fff;width:100%;border:2px solid #e6e6e6;margin:0 0 15px;padding:15px;box-sizing:border-box;font-size:14px;transition:all .3s}input:focus{border-color:#13005a}.btn,.btn-add,.btn-edit,.btn-delete{outline:0;background:#13005a;border:0;text-decoration:none;padding:15px;color:#fff;font-size:16px;-webkit-transition:all .3 ease;transition:all .3 ease;cursor:pointer}.btn-block{width:100%}.btn-add,.btn-edit,.btn-delete{padding:.5rem .75rem;font-size:14px;border-radius:4px}.btn-add{background-color:#00a762}.btn-delete{background-color:#b72424}.btn-logout{text-decoration:none;padding:.75rem 1.5rem;color:#212121;transition:all .3s;border-radius:6px}.btn-logout:hover{background-color:#0000001a}.btn:hover,.btn:active,.btn:focus{background:#13005a}.text-center{text-align:center}table{width:100%;border-spacing:0;border-collapse:collapse}table>thead>tr>th{text-align:left;padding:.5rem;background-color:#efefef}table>tbody>tr>td{padding:.5rem;border-bottom:1px solid #efefef;white-space:nowrap}.card{background-color:#fff;border-radius:.5rem;box-shadow:1px 1px 3px #0000001a;padding:1.25rem 1.5rem;margin-bottom:1rem;margin-top:.5rem}.alert{padding:1rem;background-color:#ff4040;color:#fff;border-radius:.5rem;margin-bottom:1rem}.notification{position:fixed;right:1rem;bottom:1rem;z-index:100;padding:1rem 1.5rem;background-color:#00a762;color:#fff;border-radius:.5rem}.login-signup-form{height:100vh;display:flex;justify-content:center;align-items:center}.login-signup-form .form{width:360px;position:relative;z-index:1;background:#fff;max-width:360px;padding:34px;box-shadow:0 0 2px #0000001a}.login-signup-form .title{font-size:20px;margin-bottom:1rem;text-align:center}.login-signup-form .form .message{margin:15px 0 0;color:#b3b3b3;font-size:16px;text-align:center}.login-signup-form .form .message a{color:#13005a;text-decoration:none}#defaultLayout{display:flex}#defaultLayout aside{width:240px;background-color:#13005a;padding:1rem}#defaultLayout aside>a{display:block;padding:.75rem 1rem;border-radius:6px;color:#fff;text-decoration:none;transition:all .2s}#defaultLayout aside>a:hover{background-color:#0003}#defaultLayout .content{flex:1}#defaultLayout header{height:80px;padding:2rem 3rem;background-color:#fff;box-shadow:1px 1px 2px #0003;display:flex;justify-content:space-between;align-items:center}#defaultLayout main{padding:2rem}.animated{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}
