.services-container{background-color:#f9f4e8;padding:50px 5%;font-family:Arial,sans-serif}.services-title{color:#2c3e50;text-transform:uppercase;text-align:center;margin:0 auto;font-size:2.2rem;font-weight:700}.services-row{text-align:left;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:40px;display:grid}.service{text-align:left;background:#fff;border-radius:12px;padding:25px;transition:transform .3s,box-shadow .3s;box-shadow:0 10px 20px rgba(0,0,0,.1)}.service:hover{transform:translateY(-10px);box-shadow:0 15px 30px rgba(0,0,0,.2)}.service-icon{color:#5fe863;justify-content:center;align-items:center;margin-bottom:20px;font-size:3.5rem;transition:transform .3s,box-shadow .3s;display:flex}.service:hover .service-icon{transform:scale(1.1);box-shadow:0 8px 16px rgba(0,0,0,.2)}.service h3{text-align:center;color:#34495e;margin-bottom:15px;font-size:1.5rem;font-weight:600;transition:color .3s}.service ul{padding:0;list-style-type:none}.service ul li{color:#5b5b5b;margin-bottom:10px;font-size:1.1rem;line-height:1.6;transition:color .3s}.service ul li:before{content:"✔️";color:#2ecc71;margin-right:10px}.service:hover h3,.service:hover ul li{color:#fff}.service:hover{background-color:#071c3f}.service:hover ul li{color:#f4f4f4}@media (max-width:1024px){.services-row{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.services-container{padding:50px 10%}.services-title{font-size:2.5rem}.services-row{grid-template-columns:1fr;gap:20px}.service{padding:15px}.service h3{font-size:1.5rem}.service ul li{font-size:1rem}}html{scroll-behavior:smooth}.why-choose-container{background:#0b185b;border-radius:12px;box-shadow:0 8px 20px rgba(0,0,0,.1)}.why-choose-title h2{color:#fff;text-transform:uppercase;letter-spacing:1px;font-size:2.2rem;font-weight:700}.why-choose-title hr{border-top:3px solid #2ecc71;border-radius:5px;width:150px;margin:20px 0}.why-choose-list{color:#f3f3f3;padding:0;font-size:1.2rem;line-height:1.8;list-style-type:none}.why-choose-list li{margin-bottom:20px;padding-left:30px;transition:all .3s;position:relative}.why-choose-list li:hover{color:#a8a4a4;cursor:pointer}.why-choose-list li:hover i{color:#27ae60}.why-choose-list i{color:#2ecc71;font-size:1.5rem;position:absolute;top:0;left:0}@media (max-width:768px){.why-choose-container{text-align:center;padding:60px 10%}.why-choose-title h2{font-size:2.4rem}.why-choose-list li{font-size:1.1rem}}
