@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#000;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{position:relative;font-family:Plus Jakarta Sans,sans-serif}.navbar{position:fixed;width:70%;z-index:1400;margin-top:25px}.navbar-container{max-width:1300px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:0 20px;gap:40px;font-weight:500}.nav-d{display:flex;align-items:center;justify-content:space-between;flex:1;height:100%;padding:0 20px;box-shadow:0 2px 10px #0000000d;border-radius:50px;background-color:#fff;background-color:#fff6;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.navbar-logo{display:flex;align-items:center;font-weight:500;font-size:1rem;flex-wrap:nowrap;text-decoration:none;color:#000}.navbar-logo span{text-wrap:nowrap}.logo-circle{width:35px;height:35px;background:#2563eb;border-radius:50%;margin-right:8px}.navbar-links{display:flex;justify-content:space-around;align-items:center;gap:28px;flex-wrap:nowrap}.nav-link{text-decoration:none;font-size:.95rem;color:#333;cursor:pointer;transition:color .3s;text-wrap:nowrap}.nav-link.active{color:#2563eb;border-bottom:2px solid #2563eb;padding-bottom:4px;transition:all .3s ease}.nav-link:hover{color:#2563eb}.book-call{background:#2563eb;color:#fff;border:none;padding:10px 20px;border-radius:30px;font-size:.9rem;font-weight:500;cursor:pointer;transition:background .3s;text-wrap:nowrap}.book-call:hover{background:#1e4ed8}.book-call.mobile{display:none}.navbar-actions{display:flex;align-items:center;gap:20px}.location{display:flex;align-items:center;font-size:.85rem;color:#fff}.location-circle{width:30px;height:30px;background:#000;border-radius:50%;display:flex;align-items:center;justify-content:center}.location-icon{font-size:.9rem;color:#fff}.location-text{margin-left:8px}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer}.hamburger span{display:block;width:25px;height:3px;background:#333;transition:.3s}.hamburger.active span:nth-child(1){transform:rotate(45deg) translateY(8px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translateY(-8px)}@media (max-width: 992px){.navbar{width:100%}.navbar-actions{display:none}.hamburger{display:flex}.nav-d{width:100%}.navbar-links{position:absolute;top:75px;left:0;right:0;flex-direction:column;background:#fff;padding:20px;gap:20px;transform:translateY(-150%);opacity:0;transition:transform .3s ease,opacity .3s ease;border-top:1px solid #eee}.navbar-links.show{transform:translateY(0);opacity:1}.book-call{width:100%}}@media (max-width: 600px){.navbar-container{padding:12px 15px}.logo-circle{width:28px;height:28px}.navbar-logo span,.nav-link{font-size:.9rem}.location-text{font-size:.8rem}}.hero{width:100%;background:#fff}.hero-container{max-width:1300px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:0 20px;gap:40px}.hero-text{opacity:0;transform:translateY(30px);animation:fadeUp 1s ease-out forwards}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}.hero-left{flex:1.2;margin-top:10rem}.hero-left h1{font-size:2.4rem;line-height:1.2;font-weight:750;margin-bottom:20px}.hero-left h1 span{color:#000}.hero-left p{font-size:1.2rem;color:#555;margin-bottom:25px;max-width:500px}.hero-btn{background:#2563eb;color:#fff;border:none;padding:12px 24px;font-size:1rem;border-radius:30px;cursor:pointer;transition:background .3s}.hero-btn:hover{background:#1e4ed8}.btn-arrow{margin-left:8px}.hero-stats{margin-top:40px;display:flex;align-items:center;gap:20px}.video-box{position:relative;width:130px;height:90px;border-radius:12px;overflow:hidden;flex-shrink:0}.video-thumbnail{width:100%;height:100%;object-fit:cover}.play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#000;color:#fff;border-radius:50%;width:35px;height:35px;display:flex;align-items:center;justify-content:center;cursor:pointer}.stats-text{flex:1}.stats-title{font-size:.9rem;text-align:left;margin-bottom:0!important;margin-top:20px}.stats-numbers{display:flex;gap:25px;flex-wrap:wrap;padding-bottom:20px}.stats-numbers h3{color:#2563eb;font-size:2rem;font-weight:700;text-align:center}.stats-numbers span{font-size:.8rem;color:#000;font-weight:400;line-height:19px;display:block;text-align:center}.hero-right{flex:1;position:relative}.blue-bg{background:#2563eb;width:100%;min-height:100%;height:572px;position:absolute;right:0;top:-2rem;border-radius:20px;z-index:0}.hero-img-container{width:70%}.doctor-img{position:relative;z-index:1;width:100%;height:auto;left:-30%;bottom:-6px}.floating-label{position:absolute;background:#ffffff80;padding:4px 12px;border-radius:12px;font-size:1rem;box-shadow:0 2px 8px #0000001a;z-index:1000}.floatme{animation:float 3s ease-in-out infinite}.label1{top:55%;left:-25%}.label2{top:53%;left:35%}.label3{bottom:20%;left:30%}.txt1{right:10%;top:7%;max-width:300px;width:50%;color:#fff;text-align:left}.txt1 span{margin-top:-4rem}.txt1 h2{margin-top:3rem}.txt2{position:absolute!important;right:30px;bottom:8rem;max-width:250px;width:50%;color:#fff;text-align:right}.text3-icons{right:1rem;bottom:0;display:flex;flex-direction:column;max-width:250px;width:50%;text-align:right;background:none;box-shadow:none}@media (max-width: 992px){.hero-container{flex-direction:column;text-align:center}.location{display:none}.txt1 h2{margin-top:0}.hero-left p{margin-left:auto;margin-right:auto}.hero-stats{justify-content:center}.hero-right{margin-top:30px}.floating-label{font-size:.7rem}.video-box{display:none}.stats-numbers{display:flex;justify-content:space-around;flex-wrap:nowrap}.hero-right{width:70%}.buttonBox2{display:flex;justify-content:center;align-items:center}}@media (max-width: 600px){.hero-right{width:100%}.hero-left h1{font-size:2rem}.stats-numbers{gap:15px}.video-box{width:90px;height:60px}.label1{display:none}.hero-img-container{overflow:hidden}.doctor-img{width:100%}}.txt1{right:1%;top:7%;max-width:300px;width:50%;color:#fff;text-align:left}.txt2{right:30px;bottom:20px;max-width:250px;width:50%;color:#fff;text-align:right}@media (max-width: 450px){.txt1{right:-2%;top:-6vw;max-width:70%;width:90%}.txt2{right:5%;bottom:10px;max-width:100%;width:90%;text-align:center}.text3-icons{right:5%;bottom:-7vw;text-align:center}.floating-label p{font-size:.7rem}.label2{top:53%;left:1%}.label3{bottom:20%;left:10%}}.about-section{display:flex;align-items:center;justify-content:center;min-height:80vh;background:#fff;padding:40px 20px}.about-container{max-width:1250px;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background-color:#fff;border-radius:30px;padding:4rem 20px;box-shadow:0 0 10px #0000001a}.section-title{max-width:900px;font-size:2rem;font-weight:400;margin-bottom:20px;line-height:1.4}.section-desc{max-width:500px;font-size:1.125rem;color:#555;margin-bottom:30px}.fade-in-up{opacity:0;transform:translateY(30px);animation:fadeInUp .8s ease forwards}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.section-title{font-size:1.5rem}.section-desc{font-size:1rem}.about-section{position:relative}}.cta-btn{padding:8px 10px 8px 20px;background-color:#2563eb;border:none;border-radius:30px;color:#fff;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:background .3s;font-size:1rem}.cta-btn:hover{background:#1e4ed8}.cta-btn .btn-circle{width:30px;height:30px;background:#000;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 0 0 10px}.cta-btn .btn-icon{font-size:.9rem;color:#fff}.buttonBox{display:flex;justify-content:center;align-items:center}.medical-services{max-width:1300px;margin:auto;padding:40px 20px}.services-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px;gap:20px;flex-wrap:wrap}.services-header h1{font-size:2rem;font-weight:700;color:#000}.services-header p{max-width:350px;font-size:1rem;color:#2e2e2e;text-align:right}.services-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:20px}.service-card{background:#fff;border-radius:12px;padding:20px;display:flex;flex-direction:column;justify-content:space-between;transition:all .3s ease;box-shadow:0 2px 15px #00000014}.service-number{font-size:2rem;font-weight:700;color:#2563eb}.service-title{font-size:1.2rem;margin:10px 0}.service-description{font-size:.9rem;color:#555;flex-grow:1}.service-link{margin-top:15px;font-weight:500;font-size:.95rem;display:flex;justify-content:space-between;align-items:center;color:#2563eb;transition:gap .3s ease;cursor:pointer}.service-card:hover .service-link{gap:12px}.icon-circle{background:#000;color:#fff;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:.8rem}.service-card:hover{transform:translateY(-6px);box-shadow:0 10px 20px #00000026;background:#2563eb;color:#fff}.service-card:hover .service-number,.service-card:hover .service-description,.service-card:hover .service-link{color:#fff}.service-card:hover .icon-circle{background:#fff;color:#2563eb}.service-image{background:url(/assets/service-image-0gSJ32ww.jpg) no-repeat center top;background-size:cover;border-radius:10px;box-shadow:0 2px 15px #00000014;min-height:200px}.services-grid{grid-template-columns:repeat(4,1fr)}.service-image{grid-column:span 3}@media (max-width: 1024px){.services-grid{grid-template-columns:repeat(2,1fr)}.service-card,.service-image{grid-column:span 1!important}}@media (max-width: 600px){.services-grid{grid-template-columns:1fr}.services-header{text-align:center;flex-direction:column}.services-header p{text-align:center}}.why-choose{display:flex;justify-content:center;align-items:center;padding:4rem 1rem}.why-choose-container{width:100%;max-width:1250px;display:flex;flex-wrap:wrap;background:#fff;border-radius:20px;box-shadow:0 8px 20px #00000014;overflow:hidden;padding:2rem;gap:2rem}.why-left{flex:1 1 350px;background:#1877ff;border-radius:15px;padding:2rem;position:relative;color:#fff;display:flex;flex-direction:column;justify-content:flex-start;min-height:450px;overflow:hidden}.why-content{z-index:2}.why-content h2{font-size:1.8rem;font-weight:700;margin-bottom:.5rem;position:relative;z-index:2}.why-content h2 span{color:#fff}.subtext{font-size:.85rem;opacity:.9;margin-bottom:1rem;position:relative;z-index:2}.doctor-image-wrapper{position:absolute;bottom:0;left:90%;transform:translate(-50%);width:90%;z-index:1}.doctor-img{width:100%;height:auto;display:block}.tag{position:absolute;background:#ffffffe6;color:#000;font-size:.75rem;padding:.4rem .7rem;border-radius:20px;font-weight:500;animation:fadeInUp 1s ease forwards;z-index:3}.tag-1{top:50%;left:-30%}.tag-4{top:60%;left:15%}.tag-2{top:50%;right:-30%}.tag-3{bottom:7%;left:10%}.why-right{flex:1 1 350px;display:flex;flex-direction:column;justify-content:center}.stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin:.5rem 1rem 1rem}.stat h3{font-size:2rem;font-weight:700;color:#1877ff}.stat h3 span{color:#1877ff}.stat p{font-weight:600;margin:.3rem 0}.stat small{font-size:.8rem;color:#555}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 900px){.why-choose{flex-direction:column}.tag-1,.tag-2,.tag-3,.tag-4{font-size:.7rem}.why-choose-right .stats{padding:1rem}}@media (max-width: 600px){.why-choose-container{padding-left:0;padding-right:0}.doctor-img-container{width:150%}.doctor-img{width:100%}.doctor-image-wrapper{left:70%}.tag-1,.tag-2,.tag-3,.tag-4{font-size:.7rem}.tag-1{top:50%;left:-25%}.tag-4{top:60%;left:40%}.tag-2{top:50%;right:-30%}.tag-3{bottom:7%;left:10%}}.why-footer{max-width:900px;text-align:center;margin-top:2rem}.why-footer p{font-size:1.2rem;margin-bottom:1.2rem}.underText{text-align:center}.care-section{padding:4rem 1rem;background:#fff;display:flex;flex-direction:column;align-items:center}.care-container{display:flex;flex-wrap:wrap;gap:2rem;max-width:1250px;width:100%}.care-image-container{flex:1;min-width:280px;border-radius:15px;overflow:hidden;box-shadow:0 0 25px #0000001a}.care-image-container img{width:100%;height:100%;object-fit:cover}.care-text-container{flex:1;min-width:300px;background:#286cfd;color:#fff;border-radius:15px;padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.about-tag{font-size:1.1rem;font-weight:500;text-align:right;color:#fff!important}.care-title{font-size:clamp(1.8rem,3vw,2.5rem);font-weight:700;line-height:1.3;text-align:right}.care-description{font-size:1rem;opacity:.95;text-align:right}.care-features{display:flex;gap:2rem}.care-features ul{list-style:none;padding:0;margin:0}.care-features li{display:flex;align-items:center;gap:.6rem;font-size:.95rem;margin-bottom:.8rem}.care-features li svg{color:#fff;flex-shrink:0;font-size:20px}@media (max-width: 768px){.care-container{flex-direction:column}.care-text-container{text-align:center;align-items:center}.about-tag{text-align:center}.care-features{flex-direction:column;align-items:left}.care-title,.care-description{text-align:center}}.fade-in-left{animation:fadeInLeft .8s ease forwards;opacity:0}.fade-in-right{animation:fadeInRight .8s ease forwards;opacity:0}.fade-in-up{animation:fadeInUp .8s ease forwards;opacity:0}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 600px){.care-text-container .care-head{display:flex;flex-direction:column;align-items:flex-start}.care-title{text-align:left;margin-top:1.5rem}.care-description{text-align:left}}.doctors-section{padding:4rem 1rem;background:#fff;display:flex;flex-direction:column;align-items:center;overflow-x:hidden}.doctor-container{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;max-width:1250px;width:100%;flex-wrap:nowrap}.doctors-text{flex:1;min-width:250px}.doctors-text h2{font-size:clamp(1.8rem,3vw,2.5rem);font-weight:700;margin-bottom:1rem}.doctors-text span{color:#000}.doctors-text p{font-size:.95rem;color:#555;line-height:1.6;max-width:300px;margin-bottom:1.5rem}.nav-buttons button{background:none;border:1px solid #ddd;border-radius:50%;width:40px;height:40px;font-size:.9rem;color:#286cfd;cursor:pointer;transition:all .3s ease;display:flex;justify-content:center;align-items:center}.nav-buttons button:hover{background:#286cfd;color:#fff;border-color:#286cfd}.doctors-slider{flex:2;display:flex;gap:1rem;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scrollbar-width:none;padding-bottom:1rem}.doctors-slider::-webkit-scrollbar{display:none}.doctor-card{position:relative;flex:0 0 auto;min-width:200px;width:clamp(200px,60vw,220px);height:clamp(250px,60vw,300px);border-radius:20px;overflow:hidden;background:#fff;box-shadow:0 2px 4px #0000001a;border:1px solid #ddd;cursor:pointer;transition:all .4s ease-in-out}.doctor-card img{width:100%;height:100%;object-fit:cover;filter:grayscale()}.doctor-overlay{position:absolute;bottom:0;left:0;width:100%;height:100%;display:flex;align-items:flex-end;opacity:0;transition:opacity .4s ease}.doctor-info{padding:.8rem 1rem;border-radius:15px;margin:10px;width:calc(100% - 20px);background-color:#fff6;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.doctor-info h3{font-size:1rem;margin:0;font-weight:600}.doctor-info p{font-size:.85rem;color:#555;margin:.2rem 0 0}.doctor-card:hover{background-color:#286cfd;width:280px}.doctor-card:hover .doctor-overlay{opacity:1}.doctor-card:hover .filter-img{filter:none}@media (max-width: 900px){.doctor-container{flex-direction:column;align-items:flex-start;gap:1rem}.doctors-text{text-align:left;max-width:500px;margin-bottom:1rem}.nav-buttons{justify-content:flex-start}.doctors-slider{width:100%}}@media (max-width: 600px){.doctors-slider{gap:.8rem}.doctor-card{min-width:180px;width:clamp(180px,80vw,220px)}.doctor-info{padding:.5rem}.doctor-info h3{font-size:.9rem}.doctor-info p{font-size:.75rem}}.video-section{display:flex;justify-content:center;align-items:center;padding:2rem .2rem}.video-card{width:100%;max-width:1250px;position:relative;height:350px;margin:auto;overflow:hidden;border-radius:12px;box-shadow:0 8px 20px #0003}.video-frame{position:absolute;top:0;left:0;width:100%;height:100%}.thumbnail-img{width:100%;height:100%;object-fit:cover;display:block}.video-thumbnail{position:relative;height:100%}.play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;background:#007bffcc;border:none;border-radius:50%;cursor:pointer;transition:background .3s ease;display:flex;align-items:center;justify-content:center;animation:pulse 1.5s infinite}.play-button:hover{background:#007bff}.play-button span{display:block;margin-left:6px;width:0;height:0;border-left:20px solid white;border-top:12px solid transparent;border-bottom:12px solid transparent}@keyframes pulse{0%{transform:translate(-50%,-50%) scale(1);box-shadow:0 0 #fff9}70%{transform:translate(-50%,-50%) scale(1.05);box-shadow:0 0 0 15px #fff0}to{transform:translate(-50%,-50%) scale(1);box-shadow:0 0 #fff0}}.video-frame iframe{width:100%;height:100%;border:none;display:block}@media (max-width: 768px){.video-card{height:200px;max-width:calc(100% - 2rem)}.play-button{width:60px;height:60px}.play-button span{border-left:15px solid white}}.testimonials-section{max-width:1300px;margin:auto;padding:4rem 1rem;position:relative;overflow:hidden}.header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.header-row h2{font-size:1.6rem;font-weight:600}.nav-buttons{display:flex;gap:.5rem}.nav-buttons button{background:#fff;border:none;font-size:1.2rem;padding:.5rem .7rem;border-radius:50%;box-shadow:0 2px 6px #0000001a;cursor:pointer;transition:all .3s ease}.nav-buttons button:hover{transform:scale(1.1)}.cards-container{display:grid;gap:1.5rem;transition:all .4s ease}.testimonial-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 6px 20px #00000014;display:flex;flex-direction:column;justify-content:space-between;animation:fadeIn .5s ease}.quote{font-size:.95rem;color:#555;line-height:1.5;margin-bottom:1.5rem}.testimonial-footer{display:flex;align-items:center;gap:.75rem}.avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.testimonial-info{display:flex;flex-direction:column}.stars{color:gold;font-size:1.2rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.backgroundText{position:absolute;left:50%;transform:translate(-50%,-50%);font-size:clamp(2rem,6vw,7rem);color:#2563eb;opacity:.3;pointer-events:none;z-index:-1;white-space:nowrap;overflow:hidden;animation:scrollText 50s linear infinite}@keyframes scrollText{0%{transform:translate(100%) translateY(-50%)}to{transform:translate(-100%) translateY(-50%)}}.app-download-section{padding:4rem 1rem;background:#fff;display:flex;flex-direction:column;align-items:center}.app-download-container{display:flex;align-items:center;gap:2rem;padding:1rem;background:#fff;border-radius:16px;box-shadow:0 8px 25px #0000001a;overflow:hidden;animation:fadeInUp .8s ease;max-width:1250px;width:100%}.phone-wrapper{flex:1;display:flex;justify-content:center;background:#2563eb;border-radius:12px;position:relative;min-height:400px}.phone-mockup{position:absolute;bottom:-.5rem}.phone-mockup img{width:100%;max-width:250px;animation:float 3s ease-in-out infinite}.app-info{flex:1}.small-title{font-size:.9rem;color:#000;display:block;margin-bottom:.5rem;font-size:1.1rem}.app-info h2{font-size:1.8rem;font-weight:600;margin-bottom:1.5rem;line-height:1.3}.users-info{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.avatars{display:flex}.avatars img{width:40px;height:40px;border-radius:50%;border:2px solid white;margin-left:-10px;object-fit:cover;box-shadow:0 2px 6px #0000001a}.avatars img:first-child{margin-left:0}.users-info strong{font-size:1.1rem;display:block}.users-info p{color:#666;margin:0}.store-buttons{display:flex;gap:1rem}.store-btn{display:flex;align-items:center;gap:.6rem;padding:.6rem 1rem;border-radius:8px;text-decoration:none;transition:transform .25s ease,box-shadow .25s ease;box-shadow:0 4px 12px #00000014}.store-btn:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 6px 15px #0000001f}.store-icon{font-size:28px}.store-btn span{font-size:.7rem;display:block;color:#fff}.store-btn strong{font-size:.9rem;display:block;color:#fff}.store-btn.google{background:#2563eb;color:#fff}.store-btn.apple{background:#000;color:#fff}.store-btn.apple span,.store-btn.apple strong{color:#fff}@media (max-width: 900px){.app-info{text-align:left;width:100%}.app-download-container{flex-direction:column-reverse;text-align:center}.phone-wrapper{padding:1rem;width:100%}}@media (max-width: 600px){.app-info h2{font-size:1.5rem}.store-btn{padding:.5rem .8rem}.store-icon{font-size:24px}}.contact-section{padding:1rem;display:flex;justify-content:center}.contact-card{display:flex;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 8px 25px #0000001a;animation:fadeInUp .8s ease;max-width:1250px;width:100%}.contact-form-wrapper{flex:1;padding:2rem}.contact-form-wrapper h2{font-size:1.8rem;font-weight:600;margin-bottom:1.5rem}.contact-form{display:flex;flex-direction:column;gap:1rem}.form-row{display:flex;gap:1rem}.form-group{flex:1;display:flex;flex-direction:column}label{font-size:.85rem;margin-bottom:.3rem;font-weight:500;color:#333;text-align:left}input,textarea{padding:.8rem 1rem;border-radius:8px;border:1px solid #eee;background-color:#eee;font-size:.95rem;transition:border .2s ease,box-shadow .2s ease;color:#000}input::placeholder{color:#8b8b8b}textarea::placeholder{color:#8b8b8b}input:focus,textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 6px #1877ff4d}textarea{min-height:100px;resize:none}.send-btn{display:inline-flex;align-items:center;justify-content:space-between;background:linear-gradient(90deg,#2563eb,#4aa3ff);color:#fff;padding:.5rem .9rem .5rem 1.5rem;border:none;border-radius:50px;font-size:1rem;font-weight:500;cursor:pointer;transition:transform .2s ease-in-out,background .2s ease}.btn-text{margin-right:1rem}.btn-icon-circle{background:#000;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%}.send-btn:hover{transform:scale(1.02);box-shadow:0 4px 15px #1877ff4d}.contact-image-wrapper{flex:1;background:#2563eb;display:flex;align-items:center;justify-content:center;padding:0;position:relative}.contact-image-wrapper img{max-width:100%;height:auto;animation:float 3s ease-in-out infinite;transform:scaleX(-1);position:absolute;bottom:-.5rem;left:-8%}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media (max-width: 900px){.contact-card{flex-direction:column-reverse;text-align:center}.form-row{flex-direction:column}.contact-image-wrapper{padding:1rem}.contact-form-wrapper{padding:1.5rem}}@media (max-width: 900px){.contact-image-wrapper{display:none}}.contact-image-wrapper img{transform:scaleX(-1)!important}.spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.footer{background:#111;color:#fff;padding:2rem;border-top-left-radius:15px;border-top-right-radius:15px;max-width:1250px;margin:auto}.footer-top{display:flex;justify-content:space-between;align-items:center}.footer-brand{display:flex;align-items:center;gap:.7rem;color:#fff;text-decoration:none}.logo-circle{width:35px;height:35px;background:#2563eb;border-radius:50%}.brand-name{font-size:1rem;font-weight:500}.social-icons a{display:inline-flex;justify-content:center;align-items:center;background:#fff;color:#000;width:40px;height:40px;border-radius:50%;font-size:1rem;transition:all .3s ease-in-out;margin-right:10px}.social-icons a:hover{color:#fff;background:#2563eb}.divider{border:none;border-top:1px solid #333;margin:1rem 0}.footer-content{display:flex;justify-content:space-between;gap:2rem;flex-wrap:wrap}.footer-section h4{margin-bottom:.8rem;font-size:1rem;font-weight:500}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#fff;text-decoration:none;font-size:.9rem}.footer-section ul li a:hover{text-decoration:underline}.contact-info p{display:flex;align-items:center;gap:.5rem;font-size:.9rem;margin-bottom:.4rem}.newsletter p{font-size:.85rem;margin-bottom:.8rem}.newsletter-form{display:flex;background:#fff;border-radius:50px;overflow:hidden}.newsletter-form input{flex:1;border:none;padding:.6rem 1rem;font-size:.9rem;outline:none}.newsletter-form button{background:#2563eb;color:#fff;padding:.6rem 1rem;border:none;cursor:pointer;font-size:.9rem;transition:.3s}.newsletter-form button:hover{background:#044ab3}.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;font-size:.85rem}.store-buttons{display:flex;gap:10px}.store-button{display:flex;align-items:center;gap:8px;background:#fff;color:#000;padding:8px 14px;border-radius:8px;text-decoration:none;font-size:14px;transition:background .3s ease}.store-button:hover{background:#c2c2c2}@media (max-width: 768px){.footer-content{flex-direction:column;gap:1.5rem}.footer-bottom{flex-direction:column;gap:.8rem;text-align:center}.footer-top{flex-direction:column;gap:1rem}}.footer-section ul li a{cursor:pointer}
