.androidAppPage{background:#f8f8fc;margin-top:30px;overflow:hidden}.heroSection{justify-content:space-between;align-items:center;gap:70px;margin-bottom:140px;display:flex}.heroLeft{width:55%}.miniTag{color:#5e3bee;letter-spacing:2px;text-transform:uppercase;background:#5e3bee14;border-radius:50px;margin-bottom:24px;padding:10px 20px;font-size:13px;font-weight:600;display:inline-block}.heroLeft h1{margin-bottom:30px}.heroText{color:#444;margin-bottom:20px;font-size:20px;line-height:1.8}.heroLeft p{color:#666;font-size:16px;line-height:1.9}.heroRight{justify-content:center;width:45%;display:flex}.mainPreview{width:420px;height:auto}.mainPreview img{object-fit:cover;border-radius:30px;width:100%;height:auto}.serviceLines{margin-top:40px}.serviceLine{border-bottom:1px solid #e8e8ef;align-items:center;gap:20px;padding:15px 0;display:flex}.serviceLine span{color:#fff;background:var(--theme_gradient_color);border-radius:50%;justify-content:center;align-items:center;min-width:52px;height:52px;font-size:15px;font-weight:700;display:flex}.serviceLine p{color:#333;text-align:left;margin:0;font-size:16px;line-height:1.8}.sectionHeading{text-align:center;margin-bottom:80px}.appCard{justify-content:space-between;align-items:center;gap:60px;margin-bottom:130px;display:flex}.appCard.reverse{flex-direction:row-reverse}.appInfo{width:34%}.appTag{color:var(--theme_color);letter-spacing:2px;text-transform:uppercase;margin-bottom:12px;font-size:13px;font-weight:600;display:inline-block}.appInfo h3{color:#111;margin-bottom:22px;font-size:42px;line-height:1.2}.appInfo p{color:#555;margin-bottom:34px;font-size:16px;line-height:1.9}.gallery{justify-content:center;align-items:flex-end;gap:24px;width:66%;display:flex}.screen{background:#fff;border-radius:34px;width:270px;height:500px;padding:10px;transition:all .45s;overflow:hidden;box-shadow:0 25px 60px #0000001f}.screen.active{transform:translateY(-30px)}.screen:hover{transform:translateY(-12px)}.screen.active:hover{transform:translateY(-40px)}.screen img{object-fit:cover;border-radius:26px;width:100%;height:100%}@media (max-width:1100px){.heroSection,.appCard,.appCard.reverse{flex-direction:column}.heroLeft,.heroRight,.appInfo,.gallery{width:100%}.gallery{flex-wrap:wrap}.heroLeft{text-align:center}.sectionHeading h2{font-size:40px}.appCard.reverse{grid-template-columns:1fr;display:grid}.appCard.reverse .appInfo{order:1}.appCard.reverse .gallery{order:2}.screen{width:30%;height:auto;box-shadow:none;padding:0;overflow:hidden}.screen img{border-radius:15px;width:100%;height:auto}}@media (max-width:768px){.androidAppPage{padding:70px 0}.appInfo h3{font-size:32px}.screen{width:47%}.screen.active{transform:translateY(0)}.heroSection,.appCard{margin-bottom:50px}}@media (max-width:480px){.screen{width:100%}}
