@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Poppins:wght@500;600;700&display=swap";.navbar{z-index:999;background:linear-gradient(90deg, var(--primary-dark), #10294d);width:100%;position:sticky;top:0;box-shadow:0 2px 12px #0000001f}.navbar-container{justify-content:space-between;align-items:center;width:92%;max-width:1300px;height:78px;margin:auto;display:flex}.logo-container{flex:1;align-items:center;gap:12px;min-width:0;text-decoration:none;display:flex}.logo-img{object-fit:cover;background:#ffffff14;border:2px solid #ffffff26;border-radius:50%;flex-shrink:0;width:62px;height:62px;padding:3px;box-shadow:0 4px 12px #00000038,inset 0 0 10px #ffffff0d}.logo-text{flex-direction:column;min-width:0;display:flex}.logo-text h2{color:var(--white);font-size:clamp(1.15rem,1.5vw,1.65rem);font-weight:700;line-height:1.05;font-family:var(--font-heading)}.logo-text span{color:var(--primary-light);letter-spacing:.5px;font-size:.78rem;font-family:var(--font-body)}.nav-links{align-items:center;gap:1.8rem;display:flex}.nav-links a{color:#fff;font-size:.92rem;font-weight:500;text-decoration:none;transition:all .3s;position:relative}.nav-links a:after{content:"";background:#60a5fa;width:0;height:2px;transition:width .3s;position:absolute;bottom:-6px;left:0}.nav-links a:hover{color:#60a5fa}.nav-links a:hover:after{width:100%}.nav-btn{cursor:pointer;color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:10px;outline:none;padding:10px 20px;font-size:.9rem;font-weight:600;transition:all .3s;box-shadow:0 8px 20px #2563eb40}.nav-btn:hover{transform:translateY(-2px);box-shadow:0 12px 24px #2563eb59}.hamburger{cursor:pointer;z-index:1001;flex-shrink:0;width:24px;height:16px;display:none;position:relative}.hamburger span{background:#fff;border-radius:2px;width:100%;height:2px;transition:all .3s;position:absolute;left:0}.hamburger span:first-child{top:0}.hamburger span:nth-child(2){top:7px}.hamburger span:nth-child(3){top:14px}.hamburger.active span:first-child{top:7px;transform:rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){top:7px;transform:rotate(-45deg)}@media (width<=900px){.navbar-container{height:72px}.hamburger{display:block}.logo-img{width:54px;height:54px}.nav-links{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0a192ff2;border-left:1px solid #ffffff14;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:2rem;width:min(320px,85%);height:calc(100vh - 72px);padding:3rem 2rem;transition:right .35s;display:flex;position:fixed;top:72px;right:-100%;box-shadow:-10px 0 30px #00000040}.nav-links.active{right:0}.nav-btn{width:100%;margin-top:10px}}@media (width<=480px){.navbar-container{width:94%;height:68px}.logo-container{gap:8px}.logo-img{width:46px;height:46px}.logo-text h2{white-space:nowrap;font-size:1.05rem}.logo-text span{white-space:nowrap;letter-spacing:.4px;font-size:.7rem;display:block}.nav-links{height:calc(100vh - 68px);top:68px}}.footer{background:linear-gradient(135deg, var(--primary-dark), #10294d);color:#fff;width:100%;padding-top:3.5rem}.footer-container{grid-template-columns:1.4fr 1fr 1fr 1.4fr;gap:2.5rem;width:90%;max-width:1200px;margin:auto;padding-bottom:2.5rem;display:grid}.footer-about p{color:#ffffffbf;max-width:320px;margin-top:1.2rem;font-size:.92rem;line-height:1.8}.footer-logo{align-items:center;gap:.9rem;display:flex}.footer-logo img{object-fit:cover;background:#ffffff14;border-radius:50%;width:68px;height:68px;padding:4px}.footer-logo h2{margin-bottom:.15rem;font-size:1.35rem}.footer-logo span{color:#9cc2ff;font-size:.82rem}.footer-links h3,.footer-contact h3{color:#fff;margin-bottom:1.2rem;font-size:1.08rem}.footer-links{flex-direction:column;display:flex}.footer-links a,.footer-links span{color:#ffffffb8;margin-bottom:.8rem;font-size:.92rem;text-decoration:none;transition:all .3s}.footer-links a:hover{color:#fff;transform:translate(3px)}.footer-contact-item{align-items:flex-start;gap:.8rem;margin-bottom:1rem;display:flex}.footer-contact-item svg{color:#9cc2ff;min-width:16px;margin-top:3px;font-size:.95rem}.footer-contact-item p{color:#ffffffb8;font-size:.9rem;line-height:1.6}.footer-bottom{text-align:center;border-top:1px solid #ffffff14;padding:1.2rem 0}.footer-bottom p{color:#ffffffa6;font-size:.85rem}@media (width<=992px){.footer{padding-top:3rem}.footer-container{grid-template-columns:repeat(2,1fr);gap:2rem}.footer-about p{max-width:100%}}@media (width<=600px){.footer{padding-top:2.5rem}.footer-container{text-align:center;grid-template-columns:1fr;gap:2rem}.footer-logo{justify-content:center}.footer-about p{margin-inline:auto}.footer-contact-item{text-align:left;justify-content:center}.footer-logo img{width:60px;height:60px}.footer-logo h2{font-size:1.2rem}.footer-links h3,.footer-contact h3{margin-bottom:1rem}.footer-links a,.footer-links span,.footer-contact-item p{font-size:.88rem}.footer-bottom p{font-size:.8rem}}.whatsapp-btn{color:#fff;z-index:9999;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:62px;height:62px;font-size:2rem;text-decoration:none;transition:all .3s;animation:2s infinite pulse;display:flex;position:fixed;bottom:22px;right:22px;box-shadow:0 10px 25px #25d36659}.whatsapp-btn:hover{transform:translateY(-4px)scale(1.05);box-shadow:0 18px 35px #25d36673}@media screen and (width<=600px){.whatsapp-btn{width:56px;height:56px;font-size:1.8rem;bottom:16px;right:16px}}.call-btn{background:linear-gradient(135deg, var(--primary-blue), #3b82f6);color:#fff;z-index:9999;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;font-size:1.4rem;text-decoration:none;transition:all .3s;display:flex;position:fixed;bottom:96px;right:22px;box-shadow:0 10px 25px #2563eb4d}.call-btn:hover{transform:translateY(-4px)scale(1.05);box-shadow:0 18px 35px #2563eb61}@media screen and (width<=600px){.call-btn{width:52px;height:52px;font-size:1.2rem;bottom:82px;right:16px}}.modal-overlay{-webkit-backdrop-filter:blur(12px);z-index:99999;background:#0f172abf;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.modal-container{scrollbar-width:none;scroll-behavior:smooth;overscroll-behavior:contain;background:#fff;border-radius:24px;grid-template-columns:1fr 1fr;width:min(1050px,100%);max-height:fit-content;animation:.3s cubic-bezier(.16,1,.3,1) modalPop;display:grid;position:relative;overflow:hidden;box-shadow:0 20px 60px #0f172a2e}.modal-container::-webkit-scrollbar{display:none}.modal-close{width:40px;height:40px;color:var(--primary-dark,#0f2c5c);cursor:pointer;z-index:100000;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;transition:transform .2s,background-color .2s;display:flex;position:fixed;top:calc(7.5vh + 20px);right:calc(50% - min(1050px,100%)/2 + 20px);box-shadow:0 4px 12px #00000026}.modal-close:hover{transform:scale(1.05)}.modal-left{color:#fff;background:linear-gradient(#0f2c5c 0%,#123b7a 100%);flex-direction:column;justify-content:center;padding:3rem 2.5rem;display:flex;position:relative}.modal-left:before{content:"";pointer-events:none;background:#ffffff0f;border-radius:50%;width:220px;height:220px;position:absolute;top:-80px;right:-80px}.modal-left:after{content:"";pointer-events:none;background:#ffffff0d;border-radius:50%;width:170px;height:170px;position:absolute;bottom:-60px;left:-60px}.modal-badge{z-index:2;letter-spacing:.5px;background:#ffffff1f;border-radius:30px;align-self:flex-start;margin-bottom:1.25rem;padding:8px 16px;font-size:.8rem;font-weight:600;display:inline-block;position:relative}.modal-left h2{z-index:2;margin-bottom:2rem;font-size:clamp(1.8rem,2.5vw,2.4rem);font-weight:700;line-height:1.25;position:relative}.modal-features{z-index:2;flex-direction:column;gap:1rem;display:flex;position:relative}.feature-item{background:#ffffff0f;border-radius:14px;align-items:center;gap:1rem;padding:1rem;display:flex}.feature-icon{background:#ffffff1f;border-radius:12px;justify-content:center;align-items:center;width:44px;min-width:44px;height:44px;font-size:1.2rem;display:flex}.feature-item h4{margin:0 0 4px;font-size:1rem;font-weight:600}.feature-item span{color:#ffffffbf;font-size:.85rem;line-height:1.4}.modal-right{background:#fff;flex-direction:column;justify-content:center;padding:3rem 2.5rem;display:flex}@media (width<=992px){.modal-overlay{padding:1rem}.modal-container{flex-direction:column;width:100%;max-height:90vh;display:flex}.modal-close{color:#fff;background:#0f2c5c;top:20px;right:20px}.modal-left{padding:3rem 2rem 2rem}.modal-right{padding:2.5rem 2rem}.modal-container{max-height:90vh;overflow-y:auto}}@media (width<=600px){.modal-overlay{padding:.5rem}.modal-container{border-radius:16px;max-height:calc(100vh - 1rem)}.modal-close{width:36px;height:36px;font-size:1rem;top:15px;right:15px}.modal-left{padding:2.5rem 1.25rem 1.5rem}.modal-right{padding:1.75rem 1.25rem}.modal-badge{margin-bottom:.85rem;padding:6px 12px;font-size:.72rem}.modal-left h2{margin-bottom:1.25rem;font-size:1.35rem;line-height:1.3}.modal-features{gap:.75rem}.feature-item{border-radius:10px;gap:.75rem;padding:.75rem}.feature-icon{border-radius:8px;width:36px;min-width:36px;height:36px;font-size:.95rem}.feature-item h4{margin-bottom:2px;font-size:.88rem}.feature-item span{font-size:.78rem;line-height:1.35}.modal-left:before,.modal-left:after{display:none}}@media (width<=380px){.modal-left{padding:2.25rem 1rem 1.25rem}.modal-right{padding:1.5rem 1rem}.modal-left h2{font-size:1.2rem}.feature-item span{font-size:.74rem}}@keyframes modalPop{0%{opacity:0;transform:scale(.97)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}.modal-container{position:relative}.modal-close{z-index:1000;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:20px;right:20px;box-shadow:0 4px 12px #00000026}.enquiry{width:100%}.enquiry-header{text-align:center;margin-bottom:1.5rem}.enquiry-header h2{color:var(--primary-dark);font-size:clamp(1.7rem,4vw,2rem);line-height:1.2;font-family:var(--font-heading);margin-bottom:.6rem}.enquiry-header p{color:var(--text-light);max-width:520px;margin:auto;font-size:.9rem;line-height:1.6}.enquiry-form{width:100%}.form-grid{grid-template-columns:repeat(2,1fr);gap:.8rem;display:grid}.form-group{margin-bottom:.9rem}.form-group label{color:var(--primary-dark);margin-bottom:.45rem;font-size:.88rem;font-weight:600;display:block}.form-group input,.form-group select,.form-group textarea{width:100%;color:var(--text-dark);background:#fff;border:1px solid #dbe4f0;border-radius:12px;outline:none;padding:12px 14px;font-size:.9rem;transition:all .3s}.form-group input::placeholder,.form-group textarea::placeholder{color:#94a3b8}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--primary-blue);box-shadow:0 0 0 4px #2563eb14}.form-group textarea{resize:none;min-height:110px}.enquiry-btn{background:linear-gradient(135deg, var(--primary-blue), #3b82f6);color:#fff;cursor:pointer;border:none;border-radius:12px;outline:none;width:100%;margin-top:.3rem;padding:13px;font-size:.92rem;font-weight:600;transition:all .3s;box-shadow:0 8px 20px #2563eb29}.enquiry-btn:hover{transform:translateY(-2px)}.enquiry-btn:disabled{opacity:.7;cursor:not-allowed}.form-message{color:#15803d;background:#ecfdf3;border:1px solid #bbf7d0;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;margin-top:1rem;padding:12px 14px;font-size:.85rem;font-weight:500;display:flex}.form-message svg{font-size:.95rem}@media screen and (width<=992px){.form-grid{grid-template-columns:1fr}}@media screen and (width<=768px){.enquiry-header{margin-bottom:1.2rem}.enquiry-header h2{font-size:1.25rem}.enquiry-header p{font-size:.88rem}.form-grid{grid-template-columns:1fr;gap:0}.form-group{margin-bottom:.8rem}.form-group label{margin-bottom:.45rem;font-size:.85rem}.form-group input,.form-group select,.form-group textarea{border-radius:10px;padding:11px 12px;font-size:.88rem}.form-group textarea{min-height:100px}.enquiry-btn{border-radius:10px;padding:12px;font-size:.9rem}.form-message{padding:10px 12px;font-size:.82rem}}.success-popup{text-align:center;z-index:9999;background:#fff;border-radius:16px;width:90%;max-width:400px;padding:30px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 10px 40px #00000026}.success-popup-close{cursor:pointer;background:0 0;border:none;font-size:24px;line-height:1;position:absolute;top:12px;right:12px}.success-popup svg{color:#22c55e;margin-bottom:12px;font-size:50px}.success-popup h3{margin-bottom:10px}.success-popup p{color:#666;line-height:1.6}.hero{background:linear-gradient(#f8fbff 0%,#eef4ff 100%);width:100%;padding:3rem 0;overflow:hidden}.hero-container{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;width:90%;max-width:1300px;margin:auto;display:grid}.hero-left{flex-direction:column;display:flex}.hero-badge{width:fit-content;color:var(--primary-blue);background:#2563eb14;border:1px solid #2563eb1f;border-radius:30px;margin-bottom:1.2rem;padding:10px 18px;font-size:.9rem;font-weight:600}.hero-left h1{color:var(--primary-dark);font-size:clamp(2rem,4vw,3rem);line-height:1.15;font-family:var(--font-heading);max-width:600px;margin-bottom:1.2rem;font-weight:700}.hero-left h1 span{color:var(--primary-blue)}.hero-left p{max-width:560px;color:var(--text-light);margin-bottom:2rem;font-size:1rem;line-height:1.8}.hero-buttons{align-items:center;gap:1rem;display:flex}.contact-link{text-decoration:none}.primary-btn{background:linear-gradient(135deg, var(--primary-blue), #4f8cff);color:var(--white);cursor:pointer;border:none;border-radius:12px;outline:none;padding:14px 28px;font-size:.95rem;font-weight:600;transition:all .3s;box-shadow:0 10px 25px #2563eb2e}.primary-btn:hover{transform:translateY(-3px)}.secondary-btn{background:var(--white);color:var(--primary-blue);cursor:pointer;border:2px solid #2563eb26;border-radius:12px;padding:14px 28px;font-size:.95rem;font-weight:600;transition:all .3s}.secondary-btn:hover{background:var(--primary-blue);color:var(--white)}.hero-slogan{color:#64748b;letter-spacing:2px;text-transform:uppercase;margin-top:1.3rem;font-size:.82rem;font-weight:600}.hero-right{justify-content:center;align-items:center;display:flex}.hero-image-card{background:var(--white);border-radius:26px;width:100%;max-width:540px;overflow:hidden;box-shadow:0 20px 50px #0f172a14}.hero-image-card img{object-fit:cover;width:100%;display:block}@media (width<=992px){.hero{padding:1.5rem 0 2rem}.hero-container{grid-template-columns:1fr;gap:2.5rem}.hero-left{text-align:center;align-items:center}.hero-left h1{max-width:700px}.hero-left p{max-width:650px}.hero-buttons{justify-content:center}.hero-image-card{max-width:650px}.hero-slogan{text-align:center}}@media (width<=600px){.hero{padding:2rem 0}.hero-container{gap:2rem}.hero-badge{padding:8px 14px;font-size:.8rem}.hero-left h1{font-size:1.8rem}.hero-left p{font-size:.95rem;line-height:1.7}.hero-buttons{flex-direction:column;width:100%}.primary-btn,.secondary-btn{width:100%}.hero-slogan{text-align:center;margin-top:1rem;font-size:.72rem}.hero-image-card{border-radius:20px}.hero-buttons{grid-template-columns:1fr 1fr;gap:.8rem;width:100%;display:grid}.primary-btn,.secondary-btn{width:100%;padding:12px 8px;font-size:.85rem}}.services{background:linear-gradient(#f8fbff 0%,#fff 100%);width:100%;padding:2.5rem 0}.services-container{width:90%;max-width:1150px;margin:auto}.services-header{text-align:center;max-width:720px;margin:auto auto 2rem}.section-tag{color:var(--primary-blue);background:#2563eb14;border-radius:30px;margin-bottom:1rem;padding:10px 28px;font-size:1rem;font-weight:700;display:inline-block}.services-header h2{color:var(--primary-dark);margin-bottom:.8rem;font-size:2.5rem;line-height:1.2}.services-header p{color:var(--text-light);font-size:1rem;line-height:1.8}.services-grid{grid-template-columns:repeat(3,1fr);gap:1.3rem;display:grid}.service-card{text-align:center;background:#fff;border:1px solid #edf2f7;border-radius:20px;padding:1rem;transition:all .3s;box-shadow:0 8px 24px #0f172a0a}.service-card:hover{transform:translateY(-5px);box-shadow:0 18px 38px #0f172a14}.service-image{background:#f8fbff;border:6px solid #eef4ff;border-radius:50%;width:125px;height:125px;margin:auto auto .8rem;overflow:hidden}.service-image img{object-fit:contain;width:100%;height:100%;transition:all .3s;transform:scale(1.1)}.service-card:hover .service-image img{transform:scale(1.18)}.service-content h3{color:var(--primary-dark);margin-bottom:.45rem;font-size:1.05rem}.service-content p{color:var(--text-light);min-height:40px;margin-bottom:.9rem;font-size:.84rem;line-height:1.5}.service-buttons{display:flex}.service-btn{background:linear-gradient(135deg, var(--primary-blue), #3b82f6);color:#fff;cursor:pointer;border:none;border-radius:10px;outline:none;width:100%;padding:11px 16px;font-size:.85rem;font-weight:600;transition:all .3s}.service-btn:hover{transform:translateY(-2px)}@media (width<=992px){.services-grid{grid-template-columns:repeat(2,1fr)}.services-header h2{font-size:2.2rem}}@media (width<=600px){.services{padding:2rem 0}.services-header{margin-bottom:1.8rem}.services-header h2{font-size:1.5rem}.services-header p{font-size:.92rem}.services-grid{grid-template-columns:repeat(2,1fr);gap:.9rem}.service-card{padding:.9rem}.service-image{width:95px;height:95px}.service-content h3{font-size:.9rem}.service-content p{min-height:42px;font-size:.74rem}.service-btn{padding:9px;font-size:.72rem}.section-tag{padding:9px 19px;font-size:.85rem}}.why{background:linear-gradient(#f8fbff 0%,#eef4ff 100%);width:100%;padding:2.5rem 0}.why-container{width:90%;max-width:1200px;margin:auto}.why-header{text-align:center;max-width:720px;margin:auto auto 2rem}.why-tag{color:var(--primary-blue);background:#2563eb14;border-radius:30px;margin-bottom:1rem;padding:10px 28px;font-size:1rem;font-weight:700;display:inline-block}.why-header h2{color:var(--primary-dark);font-size:clamp(2rem,4vw,2.5rem);line-height:1.2;font-family:var(--font-heading);margin-bottom:.8rem}.why-header p{color:var(--text-light);max-width:650px;margin:auto;font-size:1rem;line-height:1.8}.why-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.why-card{-webkit-backdrop-filter:blur(12px);background:#ffffffbf;border:1px solid #ffffff80;border-radius:20px;align-items:center;gap:1rem;padding:1.15rem;transition:all .3s;display:flex;box-shadow:0 8px 25px #0f172a0d}.why-card:hover{transform:translateY(-4px);box-shadow:0 16px 35px #0f172a14}.why-icon{width:58px;min-width:58px;height:58px;color:var(--white);background:linear-gradient(135deg,#2563eb,#3b82f6);border-radius:16px;justify-content:center;align-items:center;font-size:1.2rem;display:flex;box-shadow:0 10px 22px #2563eb2e}.why-content{flex-direction:column;display:flex}.why-content h3{color:var(--primary-dark);font-size:1.05rem;font-family:var(--font-heading);margin-bottom:.3rem;line-height:1.3}.why-content p{color:var(--text-light);font-size:.88rem;line-height:1.6}@media screen and (width<=992px){.why{padding:2.5rem 0}.why-header h2{font-size:2rem}.why-grid{grid-template-columns:repeat(2,1fr);gap:.9rem}.why-card{padding:1rem}}@media screen and (width<=600px){.why{padding:1.8rem 0}.why-header{margin-bottom:1.3rem}.why-header h2{font-size:1.5rem}.why-header p{font-size:.88rem;line-height:1.6}.why-grid{grid-template-columns:1fr;gap:.7rem}.why-card{border-radius:14px;gap:.65rem;padding:.75rem}.why-icon{border-radius:12px;width:42px;min-width:42px;height:42px;font-size:.9rem}.why-content h3{margin-bottom:.15rem;font-size:.88rem}.why-content p{font-size:.75rem;line-height:1.4}.why-tag{padding:9px 19px;font-size:.85rem}}@media screen and (width<=400px){.why-card{padding:.7rem}.why-icon{width:38px;min-width:38px;height:38px;font-size:.85rem}.why-content h3{font-size:.84rem}.why-content p{font-size:.72rem}}.partners{background:var(--white);width:100%;padding:2.5rem 0}.partners-container{width:90%;max-width:1200px;margin:auto}.partners-header{text-align:center;max-width:750px;margin:auto auto 2.5rem}.partners-tag{color:var(--primary-blue);background:#2563eb14;border-radius:30px;margin-bottom:1rem;padding:10px 28px;font-size:1rem;font-weight:700;display:inline-block}.partners-header h2{color:var(--primary-dark);font-size:clamp(2rem,5vw,2.5rem);line-height:1.2;font-family:var(--font-heading);margin-bottom:.8rem}.partners-header p{color:var(--text-light);max-width:650px;margin:auto;font-size:1rem;line-height:1.5}.partners-banner{border:1px solid #edf2f7;border-radius:28px;width:100%;overflow:hidden;box-shadow:0 20px 40px #0f172a0f}.partners-banner img{object-fit:cover;width:100%;display:block}.partners-note{text-align:center;margin-top:1.5rem}.partners-note p{color:#191a1c;font-size:1rem;line-height:1.7}@media screen and (width<=992px){.partners-header h2{font-size:2.3rem}}@media screen and (width<=600px){.partners{padding:2rem 0}.partners-header{margin-bottom:1.5rem}.partners-header h2{font-size:1.5rem}.partners-header p{font-size:.95rem}.partners-banner{border-radius:18px}.partners-note p{font-size:.8rem}.partners-tag{padding:9px 19px;font-size:.85rem}}.review{background:linear-gradient(#f8fbff 0%,#fff 100%);width:100%;padding:2.5rem 0;overflow:hidden}.review-container{width:90%;max-width:1200px;margin:auto}.review-header{text-align:center;max-width:720px;margin:auto auto 2rem}.review-tag{color:var(--primary-blue);background:#2563eb14;border-radius:30px;margin-bottom:1rem;padding:10px 28px;font-size:1rem;font-weight:700;display:inline-block}.review-header h2{color:#0f172a;margin-bottom:.8rem;font-size:clamp(2rem,4vw,2.5rem);line-height:1.2}.review-header p{color:#64748b;font-size:1rem;line-height:1.8}.review-slider{scrollbar-width:none;gap:1rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.review-slider::-webkit-scrollbar{display:none}.review-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;flex:0 0 31%;padding:1.3rem;transition:all .3s;box-shadow:0 8px 24px #0f172a0d}.review-card:hover{border-color:#2563eb33;transform:translateY(-5px);box-shadow:0 16px 35px #2563eb14}.review-user{align-items:center;gap:.9rem;margin-bottom:1rem;display:flex}.review-avatar{color:#fff;background:linear-gradient(135deg,#2563eb,#60a5fa);border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:.95rem;font-weight:700;display:flex}.review-user h4{color:#0f172a;margin-bottom:.2rem;font-size:1rem;font-weight:700}.review-user span{color:#64748b;font-size:.82rem}.review-stars{color:#fbbf24;gap:.25rem;margin-bottom:.8rem;font-size:.95rem;display:flex}.review-text{color:#475569;font-size:.9rem;line-height:1.7}@media screen and (width<=992px){.review{padding:2.5rem 0}.review-card{flex:0 0 48%}}@media screen and (width<=600px){.review{padding:2rem 0}.review-header{margin-bottom:1.5rem}.review-header h2{font-size:1.5rem}.review-header p{font-size:.92rem}.review-card{border-radius:16px;flex:0 0 85%;padding:1.1rem}.review-avatar{width:46px;height:46px;font-size:.9rem}.review-user h4{font-size:.9rem}.review-user span{font-size:.75rem}.review-text{font-size:.84rem;line-height:1.6}.review-tag{padding:9px 19px;font-size:.85rem}}.cta{background:linear-gradient(#f8fbff 0%,#eef4ff 100%);width:100%;padding:2.5rem 0}.cta-container{-webkit-backdrop-filter:blur(12px);background:#ffffffbf;border:1px solid #fffc;border-radius:24px;justify-content:space-between;align-items:center;gap:2rem;width:90%;max-width:1150px;margin:auto;padding:2rem 2.2rem;display:flex;box-shadow:0 10px 30px #1e293b0f}.cta-content{max-width:620px}.cta-tag{color:var(--primary-blue);background:#2563eb14;border-radius:30px;margin-bottom:1rem;padding:10px 28px;font-size:1rem;font-weight:700;display:inline-block}.cta-content h2{color:var(--primary-dark);font-size:clamp(2rem,4vw,2.4rem);line-height:1.2;font-family:var(--font-heading);margin-bottom:.8rem}.cta-content p{color:var(--text-light);font-size:.95rem;line-height:1.7}.cta-link{text-decoration:none}.cta-buttons{align-items:center;gap:.8rem;display:flex}.cta-primary,.cta-secondary{cursor:pointer;white-space:nowrap;border:none;border-radius:12px;outline:none;justify-content:center;align-items:center;gap:.5rem;padding:13px 22px;font-size:.9rem;font-weight:600;transition:all .3s;display:flex}.cta-primary{color:#fff;background:linear-gradient(135deg,#2563eb,#3b82f6);box-shadow:0 8px 20px #2563eb2e}.cta-primary:hover{transform:translateY(-2px)}.cta-secondary{color:#1e293b;background:#fff;border:1px solid #e2e8f0}.cta-secondary svg{color:#25d366;font-size:1rem}.cta-secondary:hover{transform:translateY(-2px)}@media (width<=992px){.cta{padding:2rem 0}.cta-container{flex-direction:column;align-items:flex-start;padding:1.8rem}.cta-content h2{font-size:2rem}}@media (width<=600px){.cta{padding:2rem 0}.cta-container{border-radius:18px;padding:1.4rem}.cta-content{text-align:center}.cta-content h2{font-size:1.5rem}.cta-content p{font-size:.9rem}.cta-buttons{grid-template-columns:1fr 1fr;gap:.7rem;width:100%;display:grid}.cta-primary,.cta-secondary{width:100%;padding:12px 10px;font-size:.82rem}.cta-tag{padding:9px 19px;font-size:.85rem}}.about-page{background:linear-gradient(#f8fbff 0%,#eef4ff 100%);width:100%;padding:2rem 0 3rem}.about-hero-container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;width:90%;max-width:1200px;margin:auto;display:grid}.about-hero-content h1{color:var(--primary-dark);font-size:3rem;line-height:1.15;font-family:var(--font-heading);margin-bottom:1.2rem}.about-hero-content p{color:var(--text-light);max-width:560px;margin-bottom:2rem;line-height:1.8}.about-tag{color:var(--primary-blue);background:#2563eb14;border-radius:30px;margin-bottom:1rem;padding:10px 28px;font-size:1rem;font-weight:700;display:inline-block}.about-hero-image{width:100%}.about-hero-image img{border-radius:28px;width:100%;display:block;box-shadow:0 20px 40px #0f172a14}.about-points{flex-direction:column;gap:1rem;display:flex}.point{align-items:center;gap:.8rem;display:flex}.point svg{color:var(--primary-blue);font-size:1rem}.point span{color:var(--primary-dark);font-weight:500}.about-info-section{grid-template-columns:repeat(2,1fr);gap:1.5rem;width:90%;max-width:1200px;margin:3rem auto 1rem;display:grid}.about-info-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffc;border:1px solid #edf2f7;border-radius:24px;padding:2rem;transition:all .3s;box-shadow:0 10px 25px #0f172a0a}.about-info-card:hover{transform:translateY(-5px);box-shadow:0 18px 35px #0f172a0f}.info-tag{color:var(--primary-blue);background:#2563eb14;border-radius:30px;margin-bottom:1rem;padding:7px 16px;font-size:.78rem;font-weight:600;display:inline-block}.about-info-card h3{color:var(--primary-dark);font-size:1.5rem;line-height:1.35;font-family:var(--font-heading);margin-bottom:1rem}.about-info-card p{color:var(--text-light);font-size:.95rem;line-height:1.8}.about-disclaimer{text-align:center;background:#2563eb0f;border:1px solid #2563eb14;border-radius:18px;width:90%;max-width:1000px;margin:2rem auto 0;padding:1rem 1.3rem}.about-disclaimer p{color:#191a1c;font-size:1rem;line-height:1.7}@media screen and (width<=992px){.about-hero-container{grid-template-columns:1fr;gap:2.5rem}.about-info-section{grid-template-columns:1fr}.about-hero-content h1{font-size:2.4rem}}@media screen and (width<=600px){.about-page{padding:1.5rem 0 2rem}.about-hero-container{gap:2rem}.about-hero-content h1{font-size:1.6rem}.about-hero-content p{margin-bottom:1.5rem;font-size:.92rem}.about-hero-image img{border-radius:20px}.about-info-card{border-radius:18px;padding:1.5rem}.about-info-card h3{font-size:1.2rem}.about-info-card p{font-size:.88rem}.about-disclaimer{padding:1rem}.about-disclaimer p{font-size:.78rem}.about-tag{padding:9px 19px;font-size:.85rem}}.services-page{background:linear-gradient(#f8fbff 0%,#fff 100%);width:100%;padding-bottom:1.5rem}.services-hero{text-align:center;width:90%;max-width:800px;margin:auto;padding:2rem 0}.services-tag{color:var(--primary-blue);background:#2563eb14;border-radius:30px;margin-bottom:1rem;padding:10px 28px;font-size:1rem;font-weight:700;display:inline-block}.services-hero h1{color:var(--primary-dark);margin-bottom:.8rem;font-size:clamp(2rem,4vw,2.7rem);line-height:1.2}.services-hero p{color:var(--text-light);max-width:650px;margin:auto;line-height:1.8}.services-page-container{grid-template-columns:repeat(3,minmax(280px,330px));justify-content:center;gap:1.3rem;width:90%;max-width:1200px;margin:auto;display:grid}.service-page-card{text-align:center;background:#fff;border:1px solid #edf2f7;border-radius:20px;padding:1.1rem;transition:all .3s;box-shadow:0 8px 24px #0f172a0a}.service-page-card:hover{transform:translateY(-5px);box-shadow:0 18px 35px #0f172a14}.service-circle-image{background:#f8fbff;border:5px solid #eef4ff;border-radius:50%;width:115px;height:115px;margin:auto auto .9rem;overflow:hidden}.service-circle-image img{object-fit:contain;width:100%;height:100%;transition:all .3s;transform:scale(1.08)}.service-page-card:hover .service-circle-image img{transform:scale(1.15)}.service-page-content h2{color:var(--primary-dark);margin-bottom:.45rem;font-size:1.05rem;line-height:1.3}.service-page-content p{color:var(--text-light);min-height:95px;margin-bottom:1rem;font-size:.84rem;line-height:1.55}.service-btns{display:flex}.service-page-btn{background:linear-gradient(135deg, var(--primary-blue), #3b82f6);color:#fff;cursor:pointer;border:none;border-radius:10px;outline:none;width:100%;padding:11px 14px;font-size:.84rem;font-weight:600;transition:all .3s}.service-page-btn:hover{transform:translateY(-2px)}@media (width<=992px){.services-page-container{grid-template-columns:repeat(2,minmax(260px,320px));justify-content:center}.services-page{padding-bottom:2.5rem}}@media (width<=600px){.services-page{padding-bottom:2rem}.services-hero{padding:1.5rem 0}.services-hero h1{font-size:1.6rem}.services-page-container{grid-template-columns:1fr;gap:1rem}.service-page-card{border-radius:18px;padding:1rem}.service-circle-image{width:100px;height:100px}.service-page-content h2{font-size:1rem}.service-page-content p{min-height:auto;font-size:.82rem}.service-page-btn{padding:10px;font-size:.8rem}.services-tag{padding:9px 19px;font-size:.85rem}}.contact-page{background:linear-gradient(#f5f9ff 0%,#eef4ff 50%,#f8fbff 100%);width:100%;padding:2rem 0 3rem}.contact-hero{text-align:center;width:90%;max-width:1000px;margin:auto auto 2rem}.contact-tag{color:var(--primary-blue);background:#2563eb14;border-radius:30px;margin-bottom:1rem;padding:10px 28px;font-size:1rem;font-weight:700;display:inline-block}.contact-hero h1{color:var(--primary-dark);font-size:clamp(2rem,4vw,2.8rem);line-height:1.2;font-family:var(--font-heading)}.contact-form-wrapper{background:#ffffffe6;border:1px solid #edf2f7;border-radius:22px;width:90%;max-width:780px;margin:auto auto 2.5rem;padding:1.8rem;box-shadow:0 12px 30px #0f172a0d}.contact-cards{grid-template-columns:repeat(4,1fr);gap:1rem;width:90%;max-width:950px;margin:auto;display:grid}.contact-mini-card{text-align:center;background:#fffffff2;border:1px solid #edf2f7;border-radius:18px;padding:1.2rem 1rem;text-decoration:none;transition:all .3s;box-shadow:0 8px 20px #0f172a0a}.contact-mini-card:hover{border-color:#2563eb26;transform:translateY(-4px)}.mini-icon{background:linear-gradient(135deg, var(--primary-blue), #3b82f6);color:#fff;border-radius:16px;justify-content:center;align-items:center;width:52px;height:52px;margin:auto auto .8rem;font-size:1.1rem;display:flex}.contact-mini-card h3{color:var(--primary-dark);margin-bottom:.4rem;font-size:1rem}.contact-mini-card p{color:var(--text-light);margin-bottom:.8rem;font-size:.82rem;line-height:1.5}.contact-mini-card span{color:var(--primary-blue);letter-spacing:.5px;font-size:.74rem;font-weight:700}@media screen and (width<=992px){.contact-page{padding:2rem 0}.contact-cards{grid-template-columns:repeat(2,1fr)}.contact-form-wrapper{max-width:700px}}@media screen and (width<=600px){.contact-page{padding:1.5rem 0 2rem}.contact-hero{margin-bottom:1.5rem}.contact-hero h1{font-size:1.6rem}.contact-form-wrapper{border-radius:18px;width:92%;margin-bottom:2rem;padding:1.2rem}.contact-cards{grid-template-columns:repeat(2,1fr);gap:.8rem}.contact-mini-card{border-radius:16px;padding:1rem .7rem}.mini-icon{width:44px;height:44px;font-size:.95rem}.contact-mini-card h3{font-size:.88rem}.contact-mini-card p{font-size:.72rem}.contact-mini-card span{font-size:.68rem}.contact-tag{padding:9px 19px;font-size:.85rem}}:root{--primary-dark:#0b1f3a;--primary-blue:#2563eb;--primary-light:#60a5fa;--accent-gold:#d4a017;--white:#fff;--light-bg:#f8fafc;--text-dark:#1e293b;--text-light:#64748b;--border-color:#e2e8f0;--font-heading:"Poppins", sans-serif;--font-body:"Inter", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--white);color:var(--text-dark)}a{text-decoration:none}ul{list-style:none}
