@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700&display=swap";.hero-section{padding:4rem 2rem 2rem;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:3rem;min-height:calc(85vh - 80px);background:var(--bg-main);max-width:1400px;margin:0 auto;transition:background var(--transition-speed)}.hero-section-left{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;text-align:left;padding:2rem}.hero-section-right{flex:1;display:flex;justify-content:center;align-items:center;width:100%;max-width:600px}.hero-section-left h1{color:#080;font-family:Poppins,sans-serif;font-size:3.5rem;font-weight:800;line-height:1.1;margin:0 0 1.5rem;max-width:600px}.hero-section-left p{color:var(--text-muted);font-family:Rubik,sans-serif;font-size:1.2rem;font-weight:400;line-height:1.7;letter-spacing:.3px;margin:0 0 2.5rem;max-width:550px;transition:color var(--transition-speed)}.hero-btns-container{display:flex;gap:1.5rem;flex-wrap:wrap}.hero-app-badges{display:flex;gap:1rem;flex-wrap:wrap}.hero-playstore-link{display:inline-block;transition:transform .2s ease}.hero-playstore-link:hover{transform:translateY(-2px)}.hero-playstore-badge{height:50px;width:auto}.download-app-btn{padding:.875rem 2rem;color:#fff;border:none;border-radius:10px;outline:none;background:#080;font-size:1rem;font-family:Rubik,sans-serif;font-weight:600;cursor:pointer;transition:all .2s ease}.download-app-btn:hover{background:#060;transform:translateY(-1px)}.download-app-btn:active{transform:translateY(0)}@media screen and (max-width:767px){.hero-btns-container{justify-content:center;width:100%}.download-app-btn{width:100%;max-width:300px;font-size:1rem;padding:.875rem 2rem}}.hero-image-section{width:100%;max-width:600px;margin:0;text-align:center}.hero-image1{width:100%;height:100%;object-fit:contain;transition:none;box-shadow:none}@media screen and (min-width:768px)and (max-width:1023px){.hero-section{padding:3rem 2rem;gap:2rem}.hero-section-left h1{font-size:2.8rem;margin-bottom:1.2rem}.hero-section-left p{font-size:1.1rem;margin-bottom:2rem}.appointment-btn{font-size:1rem;padding:1rem 2rem;min-height:56px}.hero-image1{max-width:500px;max-height:450px}}@media screen and (min-width:1024px){.hero-section{padding:5rem 3rem 3rem;gap:4rem}.hero-section-left h1{font-size:4rem;max-width:700px}.hero-section-left p{font-size:1.3rem;max-width:600px}.hero-image1{max-height:600px}}.text-stats{margin-top:40px;display:flex;justify-content:flex-start;align-items:center;gap:48px}.text-stats-container{text-align:center}.text-stats-container>p{color:var(--text-muted);font-family:Poppins,sans-serif;font-size:22px;letter-spacing:.7px}.text-stats-container p:first-child{margin-bottom:8px;color:#1a8efd;font-family:Rubik,sans-serif;font-size:32px;font-weight:700}@media screen and (max-width:767px){.hero-section{flex-direction:column;padding:3rem 1.5rem 1.5rem;gap:2rem;text-align:center}.hero-section-left{align-items:center;text-align:center;padding:1rem;order:2}.hero-section-right{order:1;max-width:100%}.hero-section-left h1{font-size:2.2rem;text-align:center;margin-bottom:1rem}.hero-section-left p{font-size:1rem;text-align:center;margin-bottom:2rem}.appointment-btn{width:100%;max-width:300px;font-size:1rem;padding:1rem 2rem;min-height:56px}.hero-image1{max-height:400px}}.scroll-up{width:50px;height:50px;display:none;align-items:center;justify-content:center;color:#fff;border:2px solid #28a745;border-radius:50%;background-color:#28a745;position:fixed;bottom:2rem;right:1.5rem;font-size:1.25rem;z-index:9999;cursor:pointer;text-decoration:none;transition:all .3s ease;-webkit-tap-highlight-color:transparent;box-shadow:0 2px 10px #0003}.scroll-up:hover{background-color:#218838;transform:translateY(-3px);box-shadow:0 5px 15px #28a7454d}.scroll-up:active{transform:translateY(0)}.show-scroll{display:flex;animation:fadeIn .3s ease-in-out}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1199px){.hero-content{flex-direction:column;text-align:center;gap:3rem;padding:0 1.5rem}.hero-text,.hero-image{max-width:100%}.hero-title{font-size:3rem;line-height:1.2}.hero-description{font-size:1.2rem;max-width:600px}}@media(max-width:991px){.hero-section{padding:3rem 1rem;gap:2rem}.hero-title{font-size:2.5rem;line-height:1.2}.hero-description{font-size:1.1rem}.hero-buttons{flex-direction:column;align-items:center;gap:1rem}.btn{width:100%;max-width:280px}}@media(max-width:768px){.hero-title{font-size:2.25rem;line-height:1.3}.hero-description{font-size:1.1rem;max-width:100%}.hero-title{font-size:2.25rem}.hero-description{font-size:1.1rem}.hero-btn{padding:.75rem 1.5rem;font-size:1rem}}@media(max-width:480px){.hero-description{font-size:1rem;margin-bottom:1.5rem}.hero-btn{width:100%;padding:.75rem 1.5rem;font-size:1rem}.hero-section{padding:3rem 0}.hero-title{font-size:2rem;margin-bottom:1rem}.hero-description{font-size:1rem;margin-bottom:2rem}.scroll-up{width:45px;height:45px;font-size:1.1rem}}:root{--primary-color: #008800;--primary-dark: #006600;--primary-light: #dbeafe;--accent-color: #3b82f6;--text-main: #1e293b;--text-muted: #475569;--text-light: #64748b;--text-white: #ffffff;--bg-main: #f8fafc;--bg-surface: #ffffff;--bg-header: #ffffff;--bg-footer: #1e293b;--border-main: #e2e8f0;--border-light: #f1f5f9;--border-radius: 8px;--box-shadow: 0 4px 12px rgba(0, 0, 0, .05);--transition-speed: .4s;--theme-transition: background-color var(--transition-speed) ease, color var(--transition-speed) ease, border-color var(--transition-speed) ease, box-shadow var(--transition-speed) ease}.dark-theme{--text-main: #f8fafc;--text-muted: #cbd5e1;--text-light: #94a3b8;--bg-main: #0C0C0C;--bg-surface: #171717;--bg-header: #0C0C0C;--bg-footer: #050505;--border-main: rgba(255, 255, 255, .08);--border-light: rgba(255, 255, 255, .04);--box-shadow: 0 4px 20px rgba(0, 0, 0, .6);--primary-light: #262c20}*{padding:0;margin:0;box-sizing:border-box;transition:var(--theme-transition)}html{scroll-behavior:smooth;font-size:16px}body{font-family:Rubik,sans-serif;line-height:1.6;color:var(--text-main);background-color:var(--bg-main)}h1,h2,h3,h4,h5,h6{font-family:Poppins,sans-serif;font-weight:600;color:var(--text-main);margin-bottom:1rem}a{color:var(--primary-color);text-decoration:none;transition:color .3s ease}a:hover{color:var(--primary-dark)}.btn{display:inline-block;padding:12px 24px;border:none;border-radius:var(--border-radius);font-family:Rubik,sans-serif;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-align:center}.btn-primary{background-color:var(--primary-color);color:#fff;box-shadow:0 2px 8px #0803}.btn-primary:hover{background-color:var(--primary-dark);transform:translateY(-2px);box-shadow:0 4px 12px #0088004d}.btn-outline{background-color:transparent;border:2px solid var(--primary-color);color:var(--primary-color)}.btn-outline:hover{background-color:var(--primary-color);color:#fff}section{padding:4rem 0}.section-title{text-align:center;margin-bottom:3rem;position:relative;padding-bottom:1rem}.section-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:4px;background-color:var(--primary-color);border-radius:2px}.App{position:relative}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background-color:var(--bg-main)}::-webkit-scrollbar-thumb{background-color:var(--primary-color);border-radius:4rem}::-webkit-scrollbar-thumb:hover{background-color:var(--primary-dark)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.text-center{text-align:center}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.mt-3{margin-top:3rem}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.mb-3{margin-bottom:3rem}@media(max-width:1399px){.container{max-width:1140px}}@media(max-width:1199px){.container{max-width:960px}html{font-size:15px}section{padding:3.5rem 0}}@media(max-width:991px){.container{max-width:720px;padding:0 15px}html{font-size:14px}section{padding:3rem 0}h1{font-size:2.2rem}h2{font-size:1.8rem}h3{font-size:1.5rem}}@media(max-width:767px){.container{max-width:540px;padding:0 15px}html{font-size:13px}section{padding:2.5rem 0}h1{font-size:2rem}h2{font-size:1.6rem}h3{font-size:1.4rem}.btn{padding:10px 20px;font-size:.9rem}}@media(max-width:575px){.container{padding:0 12px}html{font-size:12px}section{padding:2rem 0}h1{font-size:1.8rem}h2{font-size:1.4rem}h3{font-size:1.2rem}.btn{padding:8px 16px;font-size:.85rem}}@media(max-width:375px){html{font-size:11px}section{padding:1.5rem 0}h1{font-size:1.6rem}h2{font-size:1.3rem}h3{font-size:1.1rem}}@media(max-width:767px)and (orientation:landscape){section{padding:1.5rem 0}}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.container{max-width:100%}}
