.stats-section{padding:20px 80px;background-color:#f5f5f5;text-align:center;border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0}.stats-container{width:100%;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px;padding:40px 0}.stat-item{padding:0 20px;border-right:1px solid #e0e0e0}.stat-item:last-child{border-right:none}.stat-number{font-size:2rem;font-family:Bebas Neue,cursive;font-weight:500;margin-bottom:0;letter-spacing:-.005em}.stat-label,.stat-number{color:var(--tertiary-color)}.stat-label{font-size:.6rem;letter-spacing:-.05em;text-transform:capitalize}@media (min-width:640px){.stats-container{grid-template-columns:1fr 1fr}}@media (min-width:1024px){.stats-container{grid-template-columns:1fr 1fr 1fr 1fr}}.services-section{border-top:1px solid #e0e0e0;padding:60px 80px;background-color:var(--primary-color);box-sizing:border-box;margin:0 auto}.label{background-color:var(--secondary-color);color:var(--accent-color);display:inline-block;padding:4px 12px;border-radius:20px;font-size:.8rem;text-transform:uppercase;letter-spacing:-.05em;margin-bottom:10px}.services-header-section{display:flex;justify-content:space-between;align-items:center;gap:40px;padding:40px 0}.services-header-section h3{font-family:Montserrat,cursive;font-size:3rem;margin:0;padding:0;color:var(--secondary-color);letter-spacing:-.005em;line-height:100%;width:60%}.services-header-section p{font-size:1rem;margin:20px 0;color:var(--tertiary-color);line-height:1.5;font-weight:300;letter-spacing:-.05em;width:50%}.service-card{background-color:transparent;text-align:center;transition:transform .3s ease,box-shadow .3s ease;display:flex;align-items:center;gap:40px;width:100%;height:350px;margin-bottom:20px}.service-card:nth-child(2n){flex-direction:row-reverse}.service-image{width:60%;height:100%;overflow:hidden}.service-image img{width:100%;height:100%;object-fit:cover}.service-card .service-content{width:40%;height:100%;background-color:var(--primary-color);padding:20px;box-shadow:0 8px 32px rgba(0,0,0,.12);text-align:left}.service-content h4{font-family:Montserrat,cursive;font-size:2rem;padding:0;color:var(--secondary-color);letter-spacing:-.005em;line-height:100%;margin:0 0 20px}.service-content p{font-size:1rem;margin:20px 0;color:var(--tertiary-color);line-height:1.5;font-weight:300;letter-spacing:-.05em}.button-cont{width:100%;display:flex;justify-content:center;align-items:center}.service-button-container{margin:40px auto 0;position:relative;display:inline-flex;justify-content:space-between;align-items:center;width:300px;background-color:var(--secondary-color);overflow:hidden;height:70px;border-radius:35px;padding:5px}.button-slider{position:absolute;width:80px;height:calc(100% - 10px);background-color:#fff;border-radius:35px;left:100%;top:5px;z-index:100;display:flex;justify-content:center;align-items:center}.button-text{display:block;color:#fff;font-size:1rem;font-weight:500;border-radius:20px;position:relative;z-index:2;padding:0 20px;opacity:0;text-decoration:none;font-family:Montserrat;font-size:20px;letter-spacing:-.005em}@media (max-width:1024px){.services-section{padding:40px}.services-header-section{flex-direction:column;gap:20px}.services-header-section h3,.services-header-section p{width:100%}.service-card{height:auto;gap:20px}.service-card,.service-card:nth-child(2n){flex-direction:column}.service-card .service-content,.service-image{width:100%}.service-image{height:300px}}@media (max-width:768px){.services-section{padding:30px 20px}.services-header-section{padding:20px 0}.services-header-section h3{font-size:2rem}.services-header-section p{font-size:.9rem;margin:10px 0}.service-card{margin-bottom:15px}.service-image{height:250px}.service-content{padding:15px}.service-content h4{font-size:1.5rem;margin-bottom:15px}.service-content p{margin:15px 0}.service-button-container{width:250px;height:60px;border-radius:30px;padding:4px}.button-slider{width:70px;height:calc(100% - 8px);border-radius:30px;top:4px}.button-text{padding:0 15px;font-size:10px}}@media (max-width:480px){.services-section{padding:20px 15px}.services-header-section h3{font-size:1.5rem}.services-header-section p{font-size:.85rem}.label{font-size:.7rem;padding:3px 10px}.service-image{height:200px}.service-content h4{font-size:1rem}.service-content p{font-size:.85rem;margin:10px 0}.service-button-container{width:200px;height:50px;border-radius:25px;padding:3px}.button-slider{width:60px;height:calc(100% - 6px);border-radius:25px;top:3px}.button-text{font-size:10px;padding:0 10px}}