.faqs{margin-top:100px;padding:10px 0}.faqs .section-title{text-align:center;display:flex;flex-direction:column;gap:1rem;align-items:center;justify-content:center;width:100%;margin:3.5rem auto}.faqs .section-title h2{text-align:center;font-size:28px;font-weight:700;padding-bottom:16px;position:relative;color:#fff!important}.faqs .section-title h2:before{content:"";position:absolute;display:block;width:120px;height:1px;background:var(--borderLight);bottom:1px;left:calc(50% - 60px)}.faqs .section-title h2:after{content:"";position:absolute;display:block;width:40px;height:3px;background:var(--secondaryColor);bottom:0;left:calc(50% - 20px)}.faqs .section-title p{font-size:1rem;color:var(--borderColor)!important;width:50%;text-align:center}@media (max-width:1200px){.faqs .section-title p{width:70%}}@media (max-width:992px){.faqs .section-title p{width:80%}}@media (max-width:768px){.faqs .section-title p{width:100%}}@media (max-width:576px){.faqs .section-title{padding:0 1rem}}.hero-section{padding:0 1rem;margin-top:100px;width:100%}.hero-section .left-section{margin-top:4rem}.hero-section .big-chip{color:var(--primaryColor);font-weight:500;border:1.5px solid rgba(39,80,132,.5);padding:1rem .5rem}.hero-section .small-chip{color:var(--primaryColor);font-weight:400;border:1px solid rgba(39,80,132,.5);padding:.5rem .25rem;font-size:12px}h1.git-nexa{font-size:1.5rem;font-weight:700;color:var(--textHeading);margin-bottom:1.5rem;width:90%}.hero-section .hero-section-para{font-size:1rem;color:var(--textLight);margin-bottom:1.5rem;width:90%;text-align:justify;text-justify:inter-word;line-height:1.75rem;font-weight:400}.hero-section .hero-section-btn{text-transform:none;padding:12px 20px;margin-top:1.5rem;font-size:.9rem;color:#fff;text-align:start;border-radius:6px;display:inline-block;white-space:nowrap;font-weight:500;background:var(--primaryColor);transition:all .35s ease}.hero-section .hero-section-btn:hover{background:var(--primaryHoverColor)}.hero-section .right-section{position:relative}.hero-section .bg-color{position:absolute;width:300px;height:150px;background:#17ccfe;left:40%;top:300px;z-index:-1;border-radius:16px;filter:blur(200px)}.hero-section .bg-graphic{position:absolute;width:480px;height:480px;background:#53a3ff51;left:53.35%;top:90px;z-index:-1;border-radius:50%}@media (max-width:1920px){.hero-section .bg-color{left:35%}.hero-section .bg-graphic{left:54%}}@media (max-width:1500px){.hero-section .bg-graphic{left:55%}}@media (max-width:1400px){.hero-section .left-section{margin-top:2rem}.hero-section .bg-graphic{width:400px;height:400px}}@media (max-width:1200px){.hero-section .left-section{margin-top:0}.hero-section .bg-color{left:30%}.hero-section .bg-graphic{width:350px;height:350px}}@media (max-width:992px){.hero-section .hero-section-para,h1.git-nexa{width:100%}.hero-section .right-section{margin-bottom:1rem}.hero-section .bg-color{left:0;width:100%;background:#17ccfea0}.hero-section .bg-graphic{width:50vw;height:50vw;left:25%}}@media (max-width:576px){.hero-section .right-section img{width:100vw;-o-object-fit:cover;object-fit:cover}.hero-section .bg-graphic{width:60vw;height:60vw;left:20%}}.latest-blogs{margin-top:100px}.latest-blogs .explore-blogs{margin-bottom:1rem}.latest-blogs .explore-blogs a{color:var(--primaryColor);text-decoration:none;font-weight:700;transition:all .3s ease;margin-left:1rem}.latest-blogs .explore-blogs a:hover{transform:scale(.9);color:var(--primaryHoverColor)}.latest-blogs .blog-card{border-radius:6px;box-shadow:var(--materialShadowBottom);overflow:hidden;text-align:left;display:flex;flex-direction:column;margin:1rem;min-height:350px;height:380px}.latest-blogs .card-image{width:100%;height:auto;display:block;-o-object-fit:cover;object-fit:cover;min-height:180px}.latest-blogs .card-content{padding:1rem;height:100%;min-height:170px;display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column;gap:8px}.latest-blogs .card-content .card-title{font-size:1rem;font-weight:600;text-align:justify;color:var(--textColor)}.latest-blogs .card-content .card-description{font-size:.9rem;text-align:justify;color:var(--textLight)}.latest-blogs .card-content .learn-more{color:var(--primaryColor);text-decoration:none;font-weight:700;transition:all .3s ease}.latest-blogs .card-content .learn-more:hover{transform:scale(.9);color:var(--primaryHoverColor)}@media (max-width:576px){.latest-blogs .card-content{padding:16px 10px}}