.navbar{align-items:center;color:#fff;display:flex;justify-content:space-between;padding:20px 50px;position:absolute;top:0;width:100%;z-index:3}.logo{font-family:Roc Grotesk,sans-serif;font-size:1.5rem;font-weight:700}.nav-links{display:flex;gap:20px;list-style:none}.nav-links li a{font-size:1rem;text-decoration:none}.btn-primary,.nav-links li a{color:#fff;font-family:Roc Grotesk,sans-serif}.btn-primary{background-color:#28a745;border:none;border-radius:5px;cursor:pointer;padding:10px 20px}.btn-primary:hover{opacity:.9}.home-screen{color:#fff;height:100vh;overflow:hidden;position:relative;width:100%}.background-image{object-fit:cover;z-index:1}.background-image,.overlay{height:100%;left:0;position:absolute;top:0;width:100%}.overlay{background:#00000080;z-index:2}.hero-content{left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);z-index:3}.hero-content h1{font-size:3rem;font-weight:800;margin-bottom:20px}.hero-content h1,.hero-content p{font-family:Roc Grotesk,sans-serif}.hero-content p{font-size:1.2rem;font-weight:500;line-height:1.6;margin-bottom:30px;max-width:800px}.buttons{display:flex;gap:20px;justify-content:center}.btn-secondary{background-color:#fff;border:none;border-radius:5px;color:#000;cursor:pointer;font-family:Roc Grotesk,sans-serif;padding:10px 20px}.btn-secondary:hover{opacity:.9}.testimonial-section{background-color:#f5f5f5;border-radius:8px;margin-bottom:40px;padding:30px}.testimonial-quote{color:#34c759;font-size:1.5rem;font-weight:700;margin-bottom:20px}.testimonial-author{margin-top:20px}.author-image{border-radius:50%;height:50px;margin-bottom:10px;width:50px}.author-name{font-weight:700;margin:0}.author-designation{color:gray;font-size:.9rem;margin:5px 0}.rating{color:gold;font-size:1rem}.numbers-section{padding:30px 20px}.numbers-title{font-size:2rem;font-weight:700;margin-bottom:10px}.numbers-description{color:#6e757c;font-size:1rem;margin-bottom:30px}.numbers-stats{display:flex;gap:80px;justify-content:center}.stat{text-align:center}.stat h3{font-size:2rem;font-weight:700;margin:0}.stat p{color:gray;font-size:1rem;margin-top:5px}.contact-and-cta{background-color:#f9f9f9;margin:20px auto}.contact-section{background-color:#fff;border-radius:8px;box-shadow:0 2px 5px #0000001a;display:flex;justify-content:space-between;margin-bottom:40px;max-width:1200px;padding:30px}.contact-content{flex:1 1;margin-right:20px}.contact-content h2{color:#34c759;font-size:1.8rem;margin-bottom:10px}.contact-content p{color:#6e757c;font-size:1rem}.contact-form{display:flex;flex:2 1;flex-wrap:wrap;gap:15px}.form-group{display:flex;flex:1 1;flex-direction:column}.form-group.full-width{flex:100% 1}label{font-weight:700;margin-bottom:5px}input,textarea{background-color:#fff;border:1px solid #ccc;border-radius:4px;font-size:1rem;padding:10px}textarea{resize:none}.submit-button{background-color:#34c759;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:10px 20px}.submit-button:hover{background-color:#28a745}.cta-section{background-color:#f5f5f5;border-radius:8px;padding:30px;text-align:center}.cta-section h2{font-size:2rem;margin-bottom:15px}.cta-section p{color:#6e757c;font-size:1rem;margin-bottom:20px}.cta-buttons{display:flex;gap:20px;justify-content:center}.cta-button{border:none;border-radius:4px;cursor:pointer;font-size:1rem;padding:10px 20px}.cta-button.primary{background-color:#007bff;color:#fff}.cta-button.secondary{background-color:#34c759;color:#fff}.cta-button.primary:hover{background-color:#0056b3}.cta-button.secondary:hover{background-color:#28a745}.footer{background-color:#333;color:#fff;padding:30px}.footer-content{align-items:flex-start;border-bottom:1px solid #444;display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:20px}.footer-company h3{font-size:1.5rem;margin-bottom:10px}.footer-company p{color:#bbb;font-size:1rem}.footer-links{display:flex;gap:20px}.footer-links a{color:#bbb;font-size:.9rem;text-decoration:none}.footer-links a:hover{color:#fff}.footer-bottom{align-items:center;display:flex;justify-content:space-between}.footer-bottom p{color:#bbb;font-size:.9rem}.footer-socials{display:flex;gap:10px}.footer-icon{color:#bbb;font-size:1.2rem;text-decoration:none}.footer-icon:hover{color:#fff}.success-stories{text-align:center}:root{--font:"Roc Grotesk",sans-serif;--clr-dark:#3c3c3c;--clr-gray:#9c9c9c;--clr-light:#fff;--transition:all 0.2s ease}*,:after,:before,html{box-sizing:border-box}body{background:#fff;font-family:Roc Grotesk,sans-serif;font-family:var(--font)}.wrapper{align-items:center;display:flex;flex-flow:row wrap;justify-content:center;padding:0 30px;.item{display:flex;justify-content:center;margin:0 30px;@media (max-width:767px){width:100%}}}.copyright{backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);background:#fff3;border:1px solid #ffffff4d;border-radius:16px;bottom:0;left:50%;padding:15px;position:fixed;text-align:center;transform:translateX(-50%);width:100%;z-index:9;a{color:#000;letter-spacing:1px;text-decoration:none;transition:.25s;&:hover{color:var(--color)}}}.card{cursor:pointer;left:0;margin:60px 0;position:relative;right:0;transition:all .2s ease;transition:var(--transition);width:400px;z-index:2;&:hover{transform:scale(1.05);.card-header{bottom:100%;box-shadow:0 -15px 12px -7px #0000001a;visibility:visible}.card-footer{box-shadow:0 15px 12px -7px #0000001a;top:100%;visibility:visible}}.card-header{align-items:center;background-color:#fff;background-color:var(--clr-light);bottom:calc(100% - 70px);display:flex;flex-direction:row;padding:7px 15px;transition:all .2s ease;transition:var(--transition);visibility:hidden;width:100%;.card-header__avatar{margin-right:10px;width:40px;img{border-radius:100%;height:100%;object-fit:cover;width:100%}}.card-header__lbl{color:#3c3c3c;color:var(--clr-dark);display:inline-block;font-family:Roc Grotesk,sans-serif;font-family:var(--font);font-size:1rem;font-weight:700;line-height:50px;top:0}}.card-body{overflow:hidden;.card-image{height:100%;position:relative;width:100%;img{height:100%;object-fit:cover;width:100%}}}.card-footer{align-items:center;background:#fff;background:var(--clr-light);display:flex;padding:15px;position:absolute;top:calc(100% - 70px);transition:all .2s ease;transition:var(--transition);visibility:hidden;width:100%;.card-footer__info{.card-footer__title{color:#3c3c3c;color:var(--clr-dark);margin:0 0 10px}.card-footer__title,small{font-family:Roc Grotesk,sans-serif;font-family:var(--font);padding:0}small{color:#9c9c9c;color:var(--clr-gray);margin:0}}}}.card.effect2{&:hover{.card-footer,.card-header{opacity:1;transform:translateY(0)}}.card-header{bottom:100%;opacity:0;transform:translateY(-20px)}.card-footer{opacity:0;top:100%;transform:translateY(20px)}}.card-footer__title:hover{color:#4caf50!important}.card.effect3{z-index:1;&:hover{.card-header{visibility:visible;&:after{width:0}}.card-footer{visibility:visible;&:after{width:0}}}.card-header{bottom:100%;&:after{right:0;top:0}}.card-footer{top:100%;&:after{bottom:-20px;left:0}}.card-footer:after,.card-header:after{background-color:#f0f8ff;content:"";height:calc(100% + 20px);position:absolute;transition:all .4s;width:100%;z-index:0}}.card.effect4{&:hover{.card-header{bottom:100%}.card-footer{top:100%}}.card-footer,.card-header{left:15px;right:15px;width:calc(100% - 30px)}}.card.effect5{&:hover{.card-header{bottom:calc(100% - 30px)}.card-footer{top:calc(100% - 30px)}.card-footer,.card-header{opacity:1}}.card-footer,.card-header{left:15px;opacity:0;right:15px;width:calc(100% - 30px)}.card-header{border-radius:5px;transform:skew(-7deg);z-index:99;.card-header__avatar,.card-header__lbl{transform:skew(7deg)}}.card-footer{border-radius:5px;transform:skew(-7deg);z-index:99;.card-footer__info{transform:skew(7deg)}}.card-body{border-radius:5px}}
/*# sourceMappingURL=main.b0c1402f.css.map*/