.pricing-section{display:flex;justify-content:space-between;align-items:flex-start;padding:50px;background:linear-gradient(180deg,#e0f7fa,#fff);border-radius:15px;gap:20px}.pricing-section .pricing-left{flex:1;text-align:left}.pricing-section .pricing-left .pricing-tag{font-size:1rem;font-weight:700;color:#00bfa5;margin-bottom:10px}.pricing-section .pricing-left .pricing-title{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:20px}.pricing-section .pricing-left .pricing-title .highlight{color:#00bfa5}.pricing-section .pricing-left .pricing-description{font-size:1rem;color:#333;margin-bottom:30px}.pricing-section .pricing-left .reviews-button{font-size:1rem;font-weight:700;color:#00bfa5;background:none;border:2px solid #00bfa5;border-radius:25px;padding:10px 20px;cursor:pointer;transition:all .3s ease-in-out}.pricing-section .pricing-left .reviews-button:hover{background:#00bfa5;color:#fff}.pricing-section .pricing-left .stats{display:flex;gap:20px;margin-top:30px}.pricing-section .pricing-left .stats .stat{text-align:center}.pricing-section .pricing-left .stats .stat h3{font-size:1.8rem;font-weight:700;color:#333}.pricing-section .pricing-left .stats .stat p{font-size:1rem;color:#333}.pricing-section .pricing-right{flex:1}.pricing-section .pricing-right .pricing-box{background:#fff;border-radius:15px;padding:30px;box-shadow:0 8px 16px rgba(0,0,0,.1);text-align:left}.pricing-section .pricing-right .pricing-box .starting-price{font-size:1rem;font-weight:700;color:#00bfa5;margin-bottom:10px}.pricing-section .pricing-right .pricing-box .price{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:20px}.pricing-section .pricing-right .pricing-box .contact-button{display:inline-block;font-size:1rem;font-weight:700;color:#fff;background:#00695c;border:none;border-radius:25px;padding:12px 30px;cursor:pointer;transition:background .3s ease-in-out}.pricing-section .pricing-right .pricing-box .contact-button:hover{background:#004d40}.pricing-section .pricing-right .pricing-box .free-trial,.pricing-section .pricing-right .pricing-box .guarantee{font-size:.9rem;color:#333;margin-top:20px}.pricing-section .pricing-right .pricing-box .services-list{margin-top:30px}.pricing-section .pricing-right .pricing-box .services-list .service{display:flex;align-items:center;gap:10px;margin-bottom:10px}.pricing-section .pricing-right .pricing-box .services-list .service .icon{font-size:1.2rem;color:#00bfa5}.pricing-section .pricing-right .pricing-box .services-list .service p{font-size:1rem;color:#333}@media(max-width:768px){.pricing-section{flex-direction:column;padding:30px}.pricing-left,.pricing-right{flex:none;width:100%}}.engagement-section{background-color:#fff;width:100%;margin:0 auto;overflow:hidden;padding-top:2rem;padding-bottom:2rem}.header{text-align:center;margin-bottom:3rem}.engagement-container{display:flex;flex-direction:row;justify-content:space-evenly;gap:2rem;align-items:center;border-top-left-radius:10px;border-top-right-radius:10px}.engagement-item{width:100%;max-width:350px;background-color:#fff;border-radius:12px;box-shadow:0 6px 20px rgba(0,0,0,.1);cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;overflow:hidden}.engagement-item:hover{transform:scale(1.05);box-shadow:0 10px 25px rgba(0,0,0,.15)}.engagement-item .text-content{padding:1rem;transition:background-color .3s ease,color .3s ease}.engagement-item:hover .text-content{background-color:#f67e35;color:#fff}.engagement-item h2{font-size:1.6rem;color:#333;margin-bottom:1rem}.engagement-item p{font-size:1rem;color:#666;line-height:1.6;margin-bottom:1.5rem}.engagement-video{width:100%;height:200px;-o-object-fit:cover;object-fit:cover;border-radius:10px;margin-bottom:1.5rem}.consultation-btn{background-color:#f67e35;color:#fff;padding:15px 30px;border:none;border-radius:25px;font-size:1.2rem;cursor:pointer;display:block;margin:20px auto 30px}.consultation-btn:hover{background-color:#e66a1a}@media (max-width:768px){.engagement-container{flex-direction:column;gap:2rem}.engagement-item{max-width:100%}.engagement-video{height:180px}}.explore-container{text-align:start;min-height:200px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:20px;width:90%;margin:0 auto}.description{font-size:2rem;color:#333;margin-bottom:20px;line-height:1.7;width:100%}.explore-button{background-color:#f7cc00;color:#333;padding:15px 30px;text-decoration:none;border-radius:25px;font-size:1.2rem;display:inline-flex;align-items:center;margin-top:20px;justify-content:center}.explore-button:hover{background-color:#e6b800}.arrow{margin-left:10px;font-size:1.2rem}.schedule-call{display:flex;flex-direction:column;align-items:center;text-align:center;background:linear-gradient(135deg,#1b1d1f,#005580);padding:60px 20px;border-radius:20px;width:98%;margin:auto}.schedule-call .schedule-call-content{max-width:600px;margin-bottom:50px}.schedule-call .schedule-call-content .schedule-title{font-size:2.8rem;font-weight:700;color:#fff;margin-bottom:20px}.schedule-call .schedule-call-content .schedule-description{font-size:1.2rem;color:#e0e0e0;margin-bottom:30px}.schedule-call .schedule-call-content .schedule-button{font-size:1.2rem;font-weight:700;color:#fff;background:#0c9;border:none;padding:15px 30px;border-radius:30px;cursor:pointer;transition:all .3s ease}.schedule-call .schedule-call-content .schedule-button:hover{background:#009973;transform:translateY(-2px) scale(1.05);box-shadow:0 5px 15px rgba(0,0,0,.2)}.schedule-call .schedule-call-images{display:flex;justify-content:center;gap:20px;position:relative;width:98%}.schedule-call .schedule-call-images .image-wrapper{width:400px;height:200px;border-radius:15px;overflow:hidden;position:relative;transform:rotate(-2deg);box-shadow:0 5px 15px rgba(0,0,0,.1);transition:all .3s ease}.schedule-call .schedule-call-images .image-wrapper:nth-child(odd){transform:rotate(2deg)}.schedule-call .schedule-call-images .image-wrapper:hover{transform:scale(1.05) rotate(0deg);box-shadow:0 10px 20px rgba(0,0,0,.2)}.schedule-call .schedule-call-images .image-wrapper .schedule-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media(max-width:768px){.schedule-call{padding:40px 15px}.schedule-call .schedule-call-content .schedule-title{font-size:2.2rem}.schedule-call .schedule-call-content .schedule-description{font-size:1rem}.schedule-call .schedule-call-content .schedule-button{font-size:1rem;padding:12px 25px}.schedule-call .schedule-call-images{flex-wrap:wrap}.schedule-call .schedule-call-images .image-wrapper{width:150px;height:100px}}@media(max-width:480px){.schedule-call-content .schedule-title{font-size:1.8rem}.schedule-call-content .schedule-description{font-size:.9rem}.schedule-call-content .schedule-button{font-size:.9rem;padding:10px 20px}}