#home-container{background:linear-gradient(90deg,#0463c3,#003063);align-items:center;min-height:100vh;padding:2rem;display:flex}#home-container .content-wrapper{flex-wrap:wrap;align-items:center;gap:4rem;width:100%;max-width:1200px;min-height:500px;margin:0 auto;display:flex}@media (max-width:1024px){#home-container .content-wrapper{text-align:center;flex-direction:column;gap:3rem}}#home-container .content-wrapper .text-content{color:#fff;width:45%}@media (max-width:1024px){#home-container .content-wrapper .text-content{width:100%}}#home-container .content-wrapper .text-content .title{margin-bottom:2rem;font-size:4rem;font-weight:700;line-height:1.3}@media (max-width:768px){#home-container .content-wrapper .text-content .title{font-size:2.5rem}}@media (max-width:480px){#home-container .content-wrapper .text-content .title{font-size:2rem}}#home-container .content-wrapper .text-content .title .technology-text{color:#9ca3af;font-weight:4rem}#home-container .content-wrapper .text-content .description{color:#9ca3af;margin-bottom:2.5rem;font-size:1.3rem;line-height:1.3}@media (max-width:768px){#home-container .content-wrapper .text-content .description br{display:none}}#home-container .content-wrapper .text-content .button-group{gap:1rem;display:flex}@media (max-width:1024px){#home-container .content-wrapper .text-content .button-group{justify-content:center}}#home-container .content-wrapper .text-content .button-group .btn{cursor:pointer;border:none;border-radius:.5rem;padding:.875rem 2rem;font-size:.875rem;font-weight:700;transition:all .2s}#home-container .content-wrapper .text-content .button-group .btn.btn-primary{color:#fff;background-color:#0466c8;box-shadow:0 4px 12px #01203f99,0 2px 6px #00306380}#home-container .content-wrapper .text-content .button-group .btn.btn-primary:hover{background-color:#055cb4}#home-container .content-wrapper .text-content .button-group .btn.btn-secondary{color:#fff;background-color:#0000;border:2px solid #fff}#home-container .content-wrapper .text-content .button-group .btn.btn-secondary:hover{color:#055cb4;background-color:#fff}#home-container .content-wrapper .laptop-container{width:46%}@media (max-width:1024px){#home-container .content-wrapper .laptop-container{width:100%;margin-top:2rem}}#home-container .content-wrapper .laptop-container img{border-radius:10px;width:100%;height:100%}#why-choose-section{background-color:#fff;padding:4rem 0}#why-choose-section .container{max-width:1400px;margin:0 auto;padding:0 2rem}#why-choose-section .section-header{text-align:center;margin-bottom:3.5rem}#why-choose-section .section-header .section-title{color:#1e293b;margin-bottom:1rem;font-size:2.5rem;font-weight:700;line-height:1.2}#why-choose-section .section-header .section-subtitle{color:#64748b;max-width:600px;margin:0 auto;font-size:1.125rem;line-height:1.6}#why-choose-section .features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}#why-choose-section .features-grid .feature-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:2rem;transition:all .3s;box-shadow:0 2px 5px #00000040}#why-choose-section .features-grid .feature-card .feature-icon-wrapper{border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;display:flex}#why-choose-section .features-grid .feature-card .feature-icon{color:#0466c8;width:100%;height:100%}#why-choose-section .features-grid .feature-card .feature-title{color:#001233;margin-bottom:.75rem;font-size:1.25rem;font-weight:700;line-height:1.3}#why-choose-section .features-grid .feature-card .feature-description{color:#64748b;margin:0;font-size:.95rem;line-height:1.6}#why-choose-section .features-grid .feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00000040}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}#why-choose-section .feature-card{animation:.6s forwards fadeInUp}#why-choose-section .feature-card:first-child{animation-delay:0s}#why-choose-section .feature-card:nth-child(2){animation-delay:.1s}#why-choose-section .feature-card:nth-child(3){animation-delay:.2s}#why-choose-section .feature-card:nth-child(4){animation-delay:.3s}#why-choose-section .feature-card:nth-child(5){animation-delay:.4s}#why-choose-section .feature-card:nth-child(6){animation-delay:.5s}#business{background-color:#33415c;justify-content:center;align-items:center;max-width:100%;min-height:60vh;display:flex}#business .text-box{text-align:center;max-width:50%;min-height:90%}#business .text-box h1{color:#fff;font-size:45px;font-weight:700;line-height:1.5}#business .text-box p{color:#8a9dac;margin-bottom:30px;font-size:20px}#business .text-box .btn{color:#fff;background:#0466c8;border-radius:10px;padding:15px 30px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}#business .text-box .btn:hover{background:#045cb4}@media (max-width:576px){#why-choose-section{padding:2.5rem 0}#why-choose-section .container{padding:0 1rem}#why-choose-section .section-header{margin-bottom:2rem}#why-choose-section .section-title{margin-bottom:.75rem;font-size:1.75rem}#why-choose-section .section-subtitle{padding:0 .5rem;font-size:.95rem}#why-choose-section .features-grid{grid-template-columns:1fr;gap:1.25rem}#why-choose-section .feature-card{border-radius:8px;padding:1.5rem}#why-choose-section .feature-icon-wrapper{border-radius:10px;width:50px;height:50px;margin-bottom:1.25rem}#why-choose-section .feature-icon{width:24px;height:24px}#why-choose-section .feature-title{margin-bottom:.5rem;font-size:1.125rem}#why-choose-section .feature-description{font-size:.9rem;line-height:1.5}#business .text-box h1{font-size:30px}#business .text-box p{font-size:15px}}@media (max-width:768px){#home-container .content-wrapper .text-content{width:100%}#home-container .content-wrapper .text-content .title{text-align:center;margin-bottom:2rem;padding-top:2.5rem;font-size:3rem;font-weight:700;line-height:1.3}#home-container .content-wrapper .text-content .button-group{flex-direction:column;align-items:center}#home-container .content-wrapper .laptop-container{width:100%}#why-choose-section{padding:3rem 0}#why-choose-section .container{padding:0 1.5rem}#why-choose-section .section-header{margin-bottom:2.5rem}#why-choose-section .section-title{font-size:2rem}#why-choose-section .section-subtitle{font-size:1rem}#why-choose-section .features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}#why-choose-section .feature-card{border-radius:10px;padding:1.75rem}}@media (max-width:900px){#business .text-box{max-width:70%}#business .text-box h1{font-size:35px}#business .text-box p{font-size:15px}}@media (min-width:1200px){.container{max-width:1400px}}
