:root{--primary-color: #2da1b8;--secondary-color: #182645;--accent-color: #ffd200;--dark-color: #252525;--darker-color: #000;--light-color: #fff;--text-color: #252525;--text-muted: #1d1d1d;--border-radius: 50px;--underline-text-border: #2da1b8;--box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);--transition: all 0.3s ease;--bs-navbar-nav-link-padding-x: 1rem;--bs-primary-rgb: #2da1b8;--custom-blue-bg-color: #1b2b4d;--custom-blue-bg-color: #1b2b4d;--custom-light-bg-color: #e2e1dd;--custom-gray-bg-color: #333333}*{margin:0;padding:0;box-sizing:border-box}@font-face{font-family:"Poppins";src:url("../fonts/Poppins/Poppins-Regular.woff") format("woff"),url("../fonts/Poppins/Poppins-Regular.woff2") format("woff2"),url("../fonts/Poppins/Poppins-Regular.ttf") format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Poppins";src:url("../fonts/Poppins/Poppins-Medium.woff") format("woff"),url("../fonts/Poppins/Poppins-Medium.ttf") format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"Poppins";src:url("../fonts/Poppins/Poppins-Bold.woff") format("woff"),url("../fonts/Poppins/Poppins-Bold.woff2") format("woff2"),url("../fonts/Poppins/Poppins-Bold.ttf") format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Poppins";src:url("../fonts/Poppins/Poppins-ExtraBold.woff") format("woff"),url("../fonts/Poppins/Poppins-ExtraBold.woff2") format("woff2"),url("../fonts/Poppins/Poppins-ExtraBold.ttf") format("truetype");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:"Montserrat";src:url("../fonts/Montserrat/Montserrat-Bold.woff") format("woff"),url("../fonts/Montserrat/Montserrat-Bold.woff2") format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Montserrat";src:url("../fonts/Montserrat/Montserrat-SemiBold.woff") format("woff"),url("../fonts/Montserrat/Montserrat-SemiBold.woff2") format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:"Montserrat";src:url("../fonts/Montserrat/Montserrat-Regular.woff") format("woff"),url("../fonts/Montserrat/Montserrat-Regular.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}body{font-family:"Montserrat",sans-serif;line-height:1.6;color:var(--text-color);overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.3;margin-bottom:1rem;font-family:"Montserrat",sans-serif}a{transition:var(--transition)}a:hover{transform:translateY(-2px)}.transform{transition:var(--transition)}.transform:hover{transform:translateY(-2px)}@media(min-width: 1600px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1540px}}@media(max-width: 768px){#navbarNav{margin:2rem}#navbarNav .navbar-nav li a{text-align:center;margin:.5rem 0}}.fw-extrabold{font-weight:800 !important}.text-primary{color:var(--bs-primary-rgb) !important}.lead{font-size:1.35rem;font-weight:700;color:var(--light-color) !important}.display-4{font-size:4rem;font-weight:800}.text-shadow{text-shadow:2px 2px 2px rgba(0,0,0,.6)}.section-title{font-size:2.3rem;font-weight:700;color:var(--light-color);margin-bottom:1rem}@media(max-width: 768px){.section-title{font-size:2rem}}.section-subtitle{font-size:1.1rem;color:var(--light-color);margin-bottom:2rem}.navbar{width:100%;height:90px;padding:0;transition:var(--transition);box-shadow:var(--box-shadow);--bs-navbar-nav-link-padding-x: 2rem}.navbar .navbar-brand{font-size:1.5rem;font-weight:700;line-height:0}.navbar .navbar-brand img{margin-right:.5rem}.navbar .nav-link{color:var(--light-color);font-size:16px;font-weight:400;margin:0 .3rem;padding:.3rem 3rem;border:1px solid rgba(0,0,0,0);border-radius:var(--border-radius);transition:var(--transition)}.navbar .nav-link:hover{border:1px solid var(--light-color);color:var(--primary-color) !important;border-radius:var(--border-radius)}.navbar .nav-link.active{font-weight:700;color:var(--primary-color);border:1px solid var(--light-color);border-radius:var(--border-radius)}.navbar .search-form input[type=search]{color:var(--text-muted);font-size:14px;border:1px solid var(--light-color);border-radius:var(--border-radius);font-weight:400}.navbar .search-form .search-input{background:url(../images/icon-search.png) var(--light-color) center right no-repeat;background-size:contain;background-position:95%}.navbar .search-form .search-input:not(:placeholder-shown){background-image:none}.transparent-nav{background-color:rgba(0,0,0,.5)}@media(max-width: 768px){.transparent-nav{background-color:rgba(0,0,0,.9)}}.btn-connect{background-color:rgba(0,0,0,0);color:var(--secondary-color);border:1px solid var(--secondary-color);padding:1rem 1.2rem;font-weight:600;border-radius:var(--border-radius);transition:var(--transition);box-shadow:var(--box-shadow);font-size:.625rem}@media screen and (min-width: 768px){.btn-connect{padding:1rem 2.5rem;font-size:1rem}}.btn-connect:hover{transform:translateY(-2px);background-color:var(--primary-color);color:var(--light-color);box-shadow:0 2px 4px rgba(0,0,0,.5),inset 0 2px 4px hsla(0,0%,100%,.4),inset 0 -1px 4px rgba(0,0,0,.3)}.btn-quote{background-color:var(--primary-color);color:var(--light-color);border:1px solid var(--primary-color);padding:1rem 1.2rem;font-weight:600;border-radius:var(--border-radius);transition:var(--transition);box-shadow:0 2px 4px rgba(0,0,0,.5),inset 0 2px 4px hsla(0,0%,100%,.4),inset 0 -1px 4px rgba(0,0,0,.3);font-size:.625rem}@media screen and (min-width: 768px){.btn-quote{padding:1rem 2.5rem;font-size:1rem}}.btn-quote:hover{background-color:rgba(0,0,0,0);color:var(--secondary-color);border:1px solid var(--secondary-color);padding:1rem 2.5rem;font-weight:600;border-radius:var(--border-radius);transform:translateY(-2px);transition:var(--transition);box-shadow:var(--box-shadow)}.btn-blue-transparent{background-color:rgba(0,0,0,0);color:var(--secondary-color);border:1px solid var(--secondary-color);padding:1rem 2.5rem;font-weight:600;border-radius:var(--border-radius);transition:var(--transition);box-shadow:var(--box-shadow)}.btn-blue-transparent:hover{transform:translateY(-2px);border:1px solid var(--primary-color);background-color:var(--primary-color);color:var(--light-color);box-shadow:0 2px 4px rgba(0,0,0,.5),inset 0 2px 4px hsla(0,0%,100%,.4),inset 0 -1px 4px rgba(0,0,0,.3)}.btn-blue-transparent-secondary{background-color:rgba(0,0,0,0);color:var(--light-color);border:1px solid var(--light-color);font-weight:600;border-radius:var(--border-radius);transition:var(--transition);box-shadow:var(--box-shadow);width:250px;padding:1rem 1.75rem;font-size:.775rem}@media screen and (min-width: 1080px){.btn-blue-transparent-secondary{font-size:.875rem;padding:1rem 2rem;font-weight:600}}@media screen and (min-width: 1600px){.btn-blue-transparent-secondary{font-size:1rem;padding:1rem 2.3rem;width:auto;font-weight:600}}.btn-blue-transparent-secondary:hover{transform:translateY(-2px);border:1px solid var(--secondary-color);background-color:var(--secondary-color);color:var(--light-color);box-shadow:0 2px 4px rgba(0,0,0,.5),inset 0 2px 4px hsla(0,0%,100%,.4),inset 0 -1px 4px rgba(0,0,0,.3)}.btn-white-transparent{background-color:rgba(0,0,0,0);color:var(--light-color);border:1px solid var(--light-color);padding:1rem 2.5rem;font-weight:600;border-radius:var(--border-radius);transition:var(--transition);box-shadow:var(--box-shadow);width:200px;font-size:.775rem}@media screen and (min-width: 1600px){.btn-white-transparent{font-size:1rem;padding:1rem 2rem;width:225px;font-weight:600}}.btn-white-transparent:hover{transform:translateY(-2px);background-color:var(--primary-color);color:var(--light-color);box-shadow:0 2px 4px rgba(0,0,0,.5),inset 0 2px 4px hsla(0,0%,100%,.4),inset 0 -1px 4px rgba(0,0,0,.3)}.btn-primary{background-color:var(--primary-color);color:var(--light-color);border:1px solid var(--primary-color);padding:1rem 2.5rem;font-weight:600;border-radius:var(--border-radius);transition:var(--transition);box-shadow:0 2px 4px rgba(0,0,0,.5),inset 0 2px 4px hsla(0,0%,100%,.4),inset 0 -1px 4px rgba(0,0,0,.3);font-size:.775rem}@media screen and (min-width: 1600px){.btn-primary{font-size:1rem;padding:1rem 2rem;width:auto;font-weight:600}}.btn-primary:hover{background-color:rgba(0,0,0,0);color:var(--light-color);border:1px solid var(--light-color);padding:1rem 2em;font-weight:600;border-radius:var(--border-radius);transform:translateY(-2px);transition:var(--transition);box-shadow:var(--box-shadow)}.btn-primary-hover-blue{background-color:var(--primary-color);color:var(--light-color);border:1px solid var(--primary-color);padding:1rem 2.5rem;font-weight:600;border-radius:var(--border-radius);transition:var(--transition);box-shadow:0 2px 4px rgba(0,0,0,.5),inset 0 2px 4px hsla(0,0%,100%,.4),inset 0 -1px 4px rgba(0,0,0,.3)}.btn-primary-hover-blue:hover{background-color:rgba(0,0,0,0);color:var(--secondary-color);border:1px solid var(--secondary-color);padding:1rem 2.5rem;font-weight:600;border-radius:var(--border-radius);transform:translateY(-2px);transition:var(--transition);box-shadow:var(--box-shadow)}.btn-secondary{display:flex;align-items:center;justify-content:center;background-color:var(--secondary-color);color:var(--light-color);border:1px solid var(--secondary-color);font-weight:600;border-radius:var(--border-radius);transition:var(--transition);box-shadow:0 2px 4px rgba(0,0,0,.5),inset 0 2px 4px hsla(0,0%,100%,.4),inset 0 -1px 4px rgba(0,0,0,.3);width:250px;padding:1rem 1.75rem;font-size:.775rem}@media screen and (min-width: 1080px){.btn-secondary{font-size:.875rem;padding:1rem 2rem;font-weight:600}}@media screen and (min-width: 1600px){.btn-secondary{font-size:1rem;padding:1rem 2.3rem;width:auto;font-weight:600}}.btn-secondary:hover{background-color:rgba(0,0,0,0);color:var(--secondary-color);border:1px solid var(--light-color);border-radius:var(--border-radius);transform:translateY(-2px);transition:var(--transition);box-shadow:var(--box-shadow)}.btn-free-demo{background-color:var(--primary-color);color:var(--light-color);border:1px solid var(--primary-color);padding:.6rem 1.5rem;font-size:.875rem;font-weight:600;text-transform:uppercase;border-radius:var(--border-radius);transition:var(--transition);box-shadow:0 2px 4px rgba(0,0,0,.5),inset 0 2px 4px hsla(0,0%,100%,.4),inset 0 -1px 4px rgba(0,0,0,.3)}.btn-free-demo:hover{background-color:rgba(0,0,0,0);color:var(--light-color);border:1px solid var(--light-color);border-radius:var(--border-radius);transform:translateY(-2px);transition:var(--transition);box-shadow:var(--box-shadow)}.popup-contact-section{width:150px;background:rgba(0,0,0,.3);border:none;cursor:pointer;border-radius:20px 0 0 20px;color:#fff;display:flex;flex-direction:column;align-items:center;padding:20px 0 15px 0 !important;top:25%;right:-25px;transition:var(--transition)}@media screen and (min-width: 768px){.popup-contact-section{top:15%}}.popup-contact-section:hover{background-color:var(--primary-color);color:var(--light-color);transform:translateX(-25px)}.popup-contact-section .tab-text{font-size:1rem;font-weight:600;margin-right:1rem}.popup-chat-section{width:350px;background:rgba(0,0,0,.5);border:none;cursor:pointer;border-radius:20px 0 0 20px;color:#fff;display:flex;flex-direction:row;align-items:center;padding:20px !important;bottom:12%;right:-235px;transition:var(--transition)}@media screen and (min-width: 768px){.popup-chat-section{bottom:30%}}@media screen and (min-width: 1240px){.popup-chat-section{bottom:20%}}.popup-chat-section .tab-text{font-size:1rem;font-weight:600;margin-right:1rem}.popup-chat-section.open{transform:translateX(-235px)}.hero-section{width:100%;height:820px;color:var(--light-color);position:relative;overflow:hidden}.hero-section .hero1{width:100%;height:820px;background:url("../images/img-hero1.jpg") center center no-repeat;background-size:cover;padding-top:12rem;padding-bottom:6rem}.hero-section .hero2{width:100%;height:820px;background:url("../images/img-hero2.jpg") center center no-repeat;background-size:cover;padding-top:12rem;padding-bottom:6rem}.hero-section .hero2 .content-inner{width:100%;height:400px;max-width:760px;background-color:rgba(233,211,166,.2);box-shadow:0 4px 6px rgba(0,0,0,.1);padding:2.5rem;border-radius:2rem}@media(max-width: 768px){.hero-section .hero2 .content-inner{height:auto;background-color:rgba(233,211,166,.5)}}.hero-section .hero2 .content-inner .description{font-family:"Poppins",sans-serif;font-size:1.2rem;font-weight:500;font-style:italic;color:var(--darker-color);margin-right:12rem}@media(max-width: 768px){.hero-section .hero2 .content-inner .description{font-size:1rem;margin-right:0}}@media(max-width: 768px){.hero-section .hero2 .content-inner .hero-content{margin-bottom:0}}.hero-section .hero3{background:url("../images/img-hero3.jpg") center center no-repeat;background-size:cover;padding-top:12rem;padding-bottom:6rem}.hero-section .hero3 .content-inner{width:100%;height:400px;max-width:980px;background-color:rgba(0,0,0,.3);box-shadow:0 4px 6px rgba(0,0,0,.1);padding:2.5rem;border-radius:2rem}@media(max-width: 768px){.hero-section .hero3 .content-inner{height:auto;padding:2rem;background-color:rgba(0,0,0,.5)}}.hero-section .hero3 .content-inner .description{font-family:"Poppins",sans-serif;font-size:1.2rem;font-weight:500;font-style:italic;color:var(--light-color);margin-right:12rem}@media(max-width: 768px){.hero-section .hero3 .content-inner .description{font-size:1rem;margin-right:0}}@media(max-width: 768px){.hero-section .hero3 .content-inner .hero-content{margin-bottom:0}}.hero-section .container{position:relative;z-index:2}.hero-section .hero-content{animation:slideInLeft 1s ease-out}.hero-section .hero-image{animation:slideInRight 1s ease-out}.hero-section .hero-image img{max-width:100%;height:auto}.hero-section .hero-buttons{margin-top:8rem}@media(max-width: 768px){.hero-section .hero-buttons{margin-top:8rem}.hero-section .hero-buttons img{width:150px}}.hero-section .hero-buttons .btn{margin:.5rem .5rem .5rem 0;padding:1rem 2rem;font-weight:600;border-radius:var(--border-radius);transition:var(--transition)}.hero-section .hero-buttons .btn:hover{transform:translateY(-2px);box-shadow:var(--box-shadow)}.hero-section .carousel-control-prev-icon,.hero-section .carousel-control-next-icon{display:none}.hero-section .carousel-control-prev,.hero-section .carousel-control-next{top:400px !important}@media(max-width: 768px){.hero-section .carousel-control-prev,.hero-section .carousel-control-next{display:none}}.hero-section .carousel-control-prev{justify-content:start;background:url("../images/img-arrow-right.png") no-repeat center;background-size:contain;transform:rotate(180deg);width:40px;height:40px;left:50px}.hero-section .carousel-control-prev:hover{transform:rotate(0);background:url("../images/img-arrow-left.png") no-repeat center;background-size:contain}.hero-section .carousel-control-next{justify-content:end;background:url("../images/img-arrow-right.png") no-repeat center;background-size:contain;width:40px;height:40px;right:50px}.hero-section .carousel-control-next:hover{transform:rotate(180deg);background:url("../images/img-arrow-left.png") no-repeat center;background-size:contain}.page-hero-section{width:100%;height:800px;color:var(--light-color);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;background-repeat:no-repeat;background-size:cover;background-position:center center}.make-better-section{background:url("../images/img-bg-make-better.png") center center no-repeat;background-size:cover;position:relative;color:var(--light-color);padding:5rem 0}.make-better-section .make-better-content{color:var(--light-color)}.make-better-section .make-better-content h3{color:var(--light-color);font-size:2.2rem}.make-better-section .make-better-content p{font-size:1.1rem;color:var(--light-color);margin-bottom:1.5rem}.make-better-section .make-better-content .list-unstyled li{font-size:1.1rem;padding:.5rem 0}.make-better-section .make-better-content .list-unstyled li i{font-size:1.2rem}.boosting-section{background:url("../images/img-bg-boosting2.jpg") center center no-repeat;background-size:cover;position:relative;color:var(--light-color);padding:2rem 0 1rem 0;min-height:60vh}.boosting-section .boosting-title{font-size:1.5rem;color:var(--light-color);font-weight:700;margin-bottom:2rem}@media(min-width: 768px){.boosting-section .boosting-title{font-size:1.5rem;text-align:center}}@media(min-width: 1600px){.boosting-section .boosting-title{font-size:2rem}}.boosting-section .boosting-content{color:var(--light-color)}.boosting-section .boosting-content h3{color:var(--light-color);font-size:2.2rem}.boosting-section .boosting-content h5{color:var(--light-color);font-size:1.2rem}@media(min-width: 768px){.boosting-section .boosting-content h5{font-size:1rem}}@media(min-width: 1600px){.boosting-section .boosting-content h5{font-size:1.2rem}}.boosting-section .boosting-content p{font-size:.825rem;color:var(--light-color);margin-bottom:1.5rem;font-weight:400}@media(min-width: 768px){.boosting-section .boosting-content p{font-size:.725rem}}@media(min-width: 1600px){.boosting-section .boosting-content p{font-size:.85rem}}.boosting-section .boosting-content .boosting-content-icon{width:40px;height:auto}@media(min-width: 1600px){.boosting-section .boosting-content .boosting-content-icon{width:60px}}.boosting-section .boosting-content .financial-wrap{top:20px;right:-120px;position:absolute}@media(max-width: 768px){.boosting-section .boosting-content .financial-wrap{top:0;right:0;position:relative;text-align:center}}@media(min-width: 769px){.boosting-section .boosting-content .financial-wrap{right:-120px}}.boosting-section .boosting-content .financial-wrap img{width:200px}@media(min-width: 1600px){.boosting-section .boosting-content .financial-wrap img{width:250px}}.boosting-section .boosting-content .collection-wrap{top:0;left:0;text-align:center;position:relative}@media screen and (min-width: 1080px){.boosting-section .boosting-content .collection-wrap{top:-50px;left:-120px;position:absolute}}@media screen and (min-width: 1600px){.boosting-section .boosting-content .collection-wrap{top:-20px}}.boosting-section .boosting-content .collection-wrap img{width:220px}@media(min-width: 1600px){.boosting-section .boosting-content .collection-wrap img{width:250px}}.boosting-section .boosting-content .collection-title-wrap{display:flex;flex-direction:column;align-items:center}@media(min-width: 1600px){.boosting-section .boosting-content .collection-title-wrap{margin-top:2rem}}@media(min-width: 768px){.boosting-section .boosting-content .collection-title-wrap{align-items:flex-end}}.boosting-section .boosting-content .expense-wrap{top:-40px;left:-180px;position:relative}@media(min-width: 1600px){.boosting-section .boosting-content .expense-wrap{top:0}}@media(max-width: 768px){.boosting-section .boosting-content .expense-wrap{top:0;left:0;text-align:center}}.boosting-section .boosting-content .expense-wrap img{width:200px}@media(min-width: 1600px){.boosting-section .boosting-content .expense-wrap img{width:250px}}.boosting-section .boosting-content .expense-tracking{position:relative;top:0px;display:flex;flex-direction:column;align-items:center;margin-bottom:1rem}@media screen and (min-width: 768px){.boosting-section .boosting-content .expense-tracking{align-items:flex-end;top:-70px}}.boosting-section .boosting-center-img{display:flex;justify-content:center;flex-direction:column;align-items:center}.boosting-section .boosting-center-img img{width:90%}@media(min-width: 1600px){.boosting-section .boosting-center-img img{width:100%}}.boosting-section .btn-learn-more-wrap{margin:0 0 3rem 0}.testimonials-section{background-color:var(--custom-light-bg-color);padding:5rem 0}.testimonials-section .container{max-width:1140px}.testimonials-section h3{color:var(--dark-color);font-size:2.2rem}.testimonials-section .testimonial-title{font-weight:700}.testimonials-section .testimonial-card{background:url("../images/img-bg-blue-testimonial.png") center center no-repeat;background-size:contain;position:relative;color:var(--light-color);padding:4.3rem 3rem;height:500px;width:100%;transition:var(--transition);border:none}.testimonials-section .testimonial-card:hover{transform:translateY(-5px)}.testimonials-section .testimonial-card-cyan{background:url("../images/img-bg-cyan-testimonial.png") center center no-repeat;background-size:contain;position:relative;color:var(--light-color);padding:4.3rem 3rem;height:500px;width:100%;transition:var(--transition);border:none}.testimonials-section .testimonial-card-cyan:hover{transform:translateY(-5px)}.testimonials-section .card-body{width:100%;height:320px}.testimonials-section .card-footer{width:100%;height:80px;display:flex;align-items:center;justify-content:start}.testimonials-section .card-description{color:var(--light-color);font-size:1.2rem;line-height:1.6;font-weight:600;font-family:"Montserrat",sans-serif}.testimonials-section .carousel-control-prev,.testimonials-section .carousel-control-next{display:none}.testimonials-section .carousel-indicators{bottom:unset;top:-60px}.testimonials-section .carousel-indicators [data-bs-target]{width:20px;height:20px;border-radius:50%;background-color:var(--custom-light-bg-color);opacity:1;border:2px solid var(--dark-color);transition:var(--transition)}.testimonials-section .carousel-indicators [data-bs-target].active{background-color:var(--primary-color);border:2px solid var(--primary-color);opacity:1}.clients-section{background-color:var(--custom-blue-bg-color);padding:5rem 0}.clients-section .section-title{color:var(--primary-color);font-size:2.2rem;margin-bottom:3rem}.clients-section .client-logo{max-width:150px;opacity:.7;transition:var(--transition)}.clients-section .client-logo:hover{opacity:1;transform:scale(1.05)}.clients-section .carousel-control-prev-icon,.clients-section .carousel-control-next-icon{display:none}.clients-section .carousel-control-prev{justify-content:start;transform:rotate(180deg);background:url("../images/icon-arrow-client.png") no-repeat center;background-size:contain;width:50px;height:50px}.clients-section .carousel-control-prev:hover{transform:rotate(0deg);background:url("../images/icon-arrow-client-hover.png") no-repeat center;background-size:contain;margin-top:7px}.clients-section .carousel-control-next{justify-content:end;background:url("../images/icon-arrow-client.png") no-repeat center;background-size:contain;width:50px;height:50px}.clients-section .carousel-control-next:hover{transform:rotate(180deg);background:url("../images/icon-arrow-client-hover.png") no-repeat center;background-size:contain;margin-top:-7px}.milestones-section{background:url("../images/img-bg-milestone.jpg") center center no-repeat;background-size:cover;position:relative;color:var(--light-color);padding:5rem 0}.milestones-section .section-title{color:var(--light-color);font-size:2.2rem;margin-bottom:3rem}.milestones-section .milestone-card{width:18%;padding:0 2rem}@media(max-width: 768px){.milestones-section .milestone-card{width:25%;padding:0}}.milestones-section .milestone-card .milestone-number{position:relative;font-size:2.5rem;font-weight:700}.milestones-section .milestone-card .milestone-number span{position:relative}.milestones-section .milestone-card .milestone-number span::after{content:"";position:absolute;left:0;bottom:-5px;width:100%;height:2px;background-color:var(--light-color);border-radius:2px;box-shadow:0 2px 4px rgba(0,0,0,.3)}.milestones-section .milestone-card .milestone-description{font-size:1rem;color:var(--light-color);font-weight:600;text-transform:uppercase;line-height:1.4rem}.best-seller-section{background:url("../images/img-bg-best-seller-clean-big.jpg") center center no-repeat;background-size:cover;position:relative;color:var(--light-color);width:100%;max-width:100%;height:750px}.best-seller-section .section-title{font-family:"Poppins",sans-serif;font-weight:700;color:var(--accent-color);font-size:3rem;margin-bottom:3rem}.best-seller-section .section-subtitle{font-family:"Poppins",sans-serif;font-weight:700;color:var(--light-color);font-size:2.2rem;margin-bottom:3rem}.best-seller-section .logo-base-accounting-bs{width:300px}.why-base-section{background:url("../images/img-bg-why-base.png") #e4f6fa bottom right no-repeat;background-size:70% auto;position:relative;color:var(--light-color);width:100%;min-height:1400px}.why-base-section .custom-container{max-width:1240px}.why-base-section .blue-bg-container{width:70%;background-color:var(--custom-blue-bg-color);padding:60px 150px 60px 40px;clip-path:polygon(0% 0%, 80% 0%, 100% 100%, 0% 100%);margin-top:10rem;min-height:300px}@media(max-width: 768px){.why-base-section .blue-bg-container{width:100%;background-color:var(--custom-blue-bg-color);padding:30px;clip-path:none;margin-top:3em;min-height:300px}}.why-base-section .blue-bg-container h4.title{font-family:"Poppins",sans-serif;font-size:3rem;font-weight:800;color:var(--light-color)}@media(max-width: 768px){.why-base-section .blue-bg-container h4.title{font-size:2.2rem}}.why-base-section .blue-bg-container h4.title span{color:var(--primary-color)}.why-base-section .blue-bg-container p{font-size:1rem;font-weight:600;font-family:"Montserrat",sans-serif;color:var(--light-color)}.why-base-section .blue-bg-container .btn-options{width:100%}@media(min-width: 768px){.why-base-section .blue-bg-container .btn-options{width:75%}}.why-base-section .blue-bg-container .btn-options a{width:200px;color:var(--light-color);text-decoration:none;text-align:center;font-size:1rem;font-weight:600;line-height:12px;transition:var(--transition)}.why-base-section .blue-bg-container .btn-options a:hover{transform:translateY(-5px)}.why-base-section .blue-bg-container .btn-options a span{line-height:1rem;font-size:.8rem;font-weight:500;display:block}.why-base-section .blue-bg-container .btn-options a img{max-width:100%;height:50px;object-fit:contain}.why-base-section .why-base-title{font-size:2.2rem;color:var(--darker-color);font-weight:700;margin-bottom:2rem}.why-base-section .why-base-title span{border-bottom:4px solid var(--underline-text-border)}.why-base-section .why-base-box{width:340px;height:350px;padding:2rem;text-align:center}.why-base-section .why-base-box h5{font-size:1rem;font-family:"Montserrat",sans-serif;font-weight:600;line-height:1.5rem;margin:9rem 2rem}.why-base-section .box1{background:url("../images/img-box-1.png") center center no-repeat;background-size:contain;position:relative;color:var(--light-color);transition:var(--transition);border:none}.why-base-section .box1:hover{transform:translateY(-5px)}.why-base-section .box2{background:url("../images/img-box-2.png") center center no-repeat;background-size:contain;position:relative;color:var(--light-color);transition:var(--transition);border:none}.why-base-section .box2:hover{transform:translateY(-5px)}.why-base-section .box3{background:url("../images/img-box-3.png") center center no-repeat;background-size:contain;position:relative;color:var(--light-color);transition:var(--transition);border:none}.why-base-section .box3:hover{transform:translateY(-5px)}.why-base-section .box4{background:url("../images/img-box-4.png") center center no-repeat;background-size:contain;position:relative;color:var(--light-color);transition:var(--transition);border:none}.why-base-section .box4:hover{transform:translateY(-5px)}.why-base-section .box5{background:url("../images/img-box-5.png") center center no-repeat;background-size:contain;position:relative;color:var(--light-color);transition:var(--transition);border:none}.why-base-section .box5:hover{transform:translateY(-5px)}.why-base-section .box6{background:url("../images/img-box-6.png") center center no-repeat;background-size:contain;position:relative;color:var(--light-color);transition:var(--transition);border:none}.why-base-section .box6:hover{transform:translateY(-5px)}@media(max-width: 768px){.why-base-section .model-img{padding-top:25rem}.why-base-section .model-img img{width:100%;height:auto}}.lets-start-section{background:url("../images/img-bg-lets-start.jpg") center center repeat-x;background-size:cover;position:relative;color:var(--light-color);padding:5rem 0}@media(max-width: 768px){.lets-start-section{padding:3rem 0}}.lets-start-section .container{max-width:1320px}.lets-start-section .section-title{font-family:"Montserrat",sans-serif;font-weight:600;font-size:3rem;line-height:3.5rem;color:var(--light-color)}.lets-start-section .section-subtitle{font-family:"Montserrat",sans-serif;font-weight:700;color:var(--light-color);font-size:1.2rem;margin-bottom:3rem}.lets-start-section .form-options label{font-family:"Montserrat",sans-serif;font-size:1rem;font-weight:500;color:var(--light-color);margin-bottom:0}.lets-start-section .form-options input[type=radio]{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:20px;height:20px;border-radius:50%;background-color:rgba(0,0,0,0);border:2px solid var(--light-color);transition:var(--transition);outline:none;cursor:pointer}.lets-start-section .form-options input[type=radio]:checked{background-color:var(--primary-color);border:2px solid var(--light-color)}.lets-start-section .form-options input[type=radio]:checked::after{content:"";display:block;width:10px;height:10px;margin:3px;border-radius:50%;background-color:var(--primary-color)}.lets-start-section .contact-form .form-control{background-color:#e2e1dd;border:1px solid #e2e1dd;color:var(--darker-color);padding:.75rem 1rem;font-size:1rem;font-family:"Montserrat",sans-serif;font-weight:500;border-radius:6px;transition:var(--transition);box-shadow:0 2px 4px rgba(0,0,0,.5),inset 0 2px 4px hsla(0,0%,100%,.4),inset 0 -1px 4px rgba(0,0,0,.3)}.lets-start-section .contact-form .form-control:focus{box-shadow:0 2px 4px rgba(0,0,0,.5),inset 0 2px 4px hsla(0,0%,100%,.4),inset 0 -1px 4px rgba(0,0,0,.3)}.lets-start-section .contact-form textarea{height:50px;resize:none}.lets-start-section .contact-form .btn{margin-top:1rem}.footer-section{padding:2rem 0;background-color:var(--custom-gray-bg-color) !important;font-family:"Montserrat",sans-serif}.footer-section .container{max-width:1240px}.footer-section h4{font-size:1.5rem;font-weight:700;color:var(--light-color)}.footer-section h4 .title{border-bottom:2px solid var(--primary-color)}.footer-section p{margin:0;font-size:1rem}.footer-section a{text-decoration:none;color:var(--light-color)}.footer-section .footer-menu{list-style:none;display:flex;flex-direction:column;justify-content:center;gap:1rem;margin-top:1rem}.footer-section .footer-menu li{font-size:1rem;font-weight:500}.footer-section .footer-menu li:hover{color:var(--primary-color)}.site-main{margin:2rem 0 4rem 0}@keyframes slideInLeft{from{opacity:0;transform:translateX(-100px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{from{opacity:0;transform:translateX(100px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(min-width: 1080px)and (max-width: 1599px){.navbar{height:80px;--bs-navbar-nav-link-padding-x: 1.25rem}.navbar .nav-link{font-size:12px;padding:.3rem 1.75rem;margin:0 .15rem}.navbar .search-form input[type=search]{font-size:12px;padding-inline:.75rem}.navbar .navbar-brand img{width:100%;height:50px;object-fit:cover}.btn-free-demo{font-size:.675rem}}@media(max-width: 1200px){.container{max-width:100%;padding:0 2rem}}@media(max-width: 992px){.hero-section{text-align:center}.hero-section .hero-content{margin-bottom:3rem}.about-section .about-content{margin-top:2rem;text-align:center}}@media(max-width: 768px){.navbar{width:100%;height:auto;padding:2rem;transition:var(--transition);box-shadow:var(--box-shadow);--bs-navbar-nav-link-padding-x: 2rem;margin:0 auto}.navbar .navright-border-dots{display:none !important}.navbar .search-form{margin-top:1rem}.navbar-brand{font-size:1.3rem !important}.navbar-brand img{height:50px !important;object-fit:cover}.hero-section{padding-top:0;min-height:80vh}.hero-section .display-4{font-size:2rem !important}.hero-section .lead{font-size:1rem;font-weight:500}.section-title{font-family:"Montserrat",sans-serif}.service-card{margin-bottom:2rem}.portfolio-item{margin-bottom:2rem}.contact-form .btn{width:100%}}@media(max-width: 576px){.container{padding:0 1rem}.hero-section .btn{width:100%;margin:.5rem 0}.service-card{padding:2rem 1.5rem}.section-title{font-size:1.4rem !important}}/*# sourceMappingURL=styles.css.map */
