@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
 *::before, *::after {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
}
 html {
     scroll-behavior: smooth;
     overflow-x: hidden;
}
 :root{
     --jakarta :"Outfit", serif;
     --black : #181818;
     --primary :#2196F3;
     --secondary :#FF5C00;
     --yellow:#fff;
     --gray :#8E8E8E;
     --heading :#292626;
     --text : #686868;
}
 body{
     position: relative;
     overflow-x: hidden;
     margin: 0;
     padding: 0;
     font-family: "Outfit", serif;
     line-height: 1.5;
     font-size: 16px;
     box-sizing: border-box;
}
 .container-fluid{
     padding: 0 4%;
}
 p:empty{
     display: none;
}
 a{
     color: #fff ;
     text-decoration: none !important;
}
 li {
     list-style: none;
}
 ul{
     padding: 0;
}
 #preloader {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: #fff;
     display: flex;
     justify-content: center;
     align-items: center;
     z-index: 9999;
}
 #preloader img {
     width: 300px;
}
/* ============= header css start ============= */
 .page-template-home header{
     position: absolute;
     width: 100%;
     z-index: 999;
     background: transparent;
}
 .header-cta{
     font-weight: 600;
    /* background: linear-gradient(97.38deg, #5A9DEE 7.07%, #0050B0 100%);*/
     background: var(--primary);
     padding: 14px 28px;
     border-radius: 45px;
     transition: .3s all ease-in-out;
     border: 1px solid transparent;
}
 .header-cta:hover {
     background: transparent;
     border: 1px solid #fff;
}
 nav {
     padding: 15px 0;
}
 .logo img {
     height: 70px;
     object-fit: cover;
}
 .mega-menu-wrap{
     margin-left:auto !important;
}
 header [aria-current="page"] {
     color: var(--primary) !important;
}
/* ============= header css end ============= */
/* ============= banner css start ============= */
 .banner-carousel{
     position: relative;
}
 .banner-pattern {
     height: 100%;
     max-width: 250px;
     top: 0;
     transform: rotate(180deg);
     z-index: 99;
}
 .banner-pattern img {
     height: 100%;
}
 .banner-pattern.pattern-right {
     right: 80px;
     top: 160px;
}
 .banner-pattern.pattern-left {
     left: 80px;
     top: 160px;
}
 .banner h1 , .banner-heading{
     color: var(--primary);
     font-size: 56px;
     font-weight: 800;
     font-family: var(--jakarta);
     line-height:60.6px;
}
 .banner h1 span , .banner-heading span{
     color: #fff;
}
 .banner p{
     color: var(--gray);
}
 .app-image-wrapper {
     display: flex;
     justify-content: center;
     align-items: baseline;
     margin-top: 5rem;
}
 .app-image-holder img{
     height: 420px;
     object-fit: cover;
}
 .banner {
     overflow: hidden;
}
/* .banner-carousel */
 #banner-carousel .item {
     padding: 10rem 20px 5rem 20px;
}
 #banner-carousel .item.item-1, #banner-carousel .item.item-2, #banner-carousel .item.item-3, #banner-carousel .item.item-4, #banner-carousel .item.item-5{
     background: var(--black);
}
 #banner-carousel .item.item-3{
     background-color: #323232;
}
/* web dev start */
 #banner-carousel .item.item-2 {
     background: url(https://netscapelabs.com/wp-content/uploads/2025/02/banner-apps-2-bg.webp);
     background-size: cover;
     background-repeat: no-repeat;
     min-height: 100vh;
     position: relative;
     z-index: 1;
}
 #banner-carousel .item.item-2::after {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: linear-gradient(97.38deg, #167ac6d4 7.07%, #0050b0c9 100%);
     z-index: -1;
}
 #banner-carousel .item.item-2 p{
     color: #fff;
}
 #banner-carousel .item.item-2 .banner-heading{
     color: var(--yellow);
}
/* web dev end */
/* blockchain start */
 #banner-carousel .item.item-4 {
     background: url(https://netscapelabs.com/wp-content/uploads/2025/02/banner-apps-4-bg.webp);
     background-size: cover;
     background-repeat: no-repeat;
     min-height: 100vh;
     position: relative;
     z-index: 1;
     background-position: 0 100%;
}
 #banner-carousel .item.item-4::after {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: #ffffffba;
     z-index: -1;
}
 .app-image-blockchain {
     max-width: 80%;
     margin: auto;
}
 #banner-carousel .item.item-4 .banner-heading{
     color: var(--secondary);
}
 #banner-carousel .item.item-4 .banner-heading span{
     color: var(--primary);
}
 #banner-carousel .item.item-4 p{
     color: var(--text);
}
 #banner-carousel .item.item-4 .header-cta:hover {
     background: linear-gradient(97.38deg, #ff5c00ad 7.07%, #ff5c00 100%);
/*      border: 1px solid #ff5c00; */
}
 .app-image-blockchain img{
     animation-name: blockchainBanner;
     animation-duration: 4s;
     animation-iteration-count: infinite;
}
 @keyframes blockchainBanner{
     0%{
         transform: translateY(0%);
    }
     50%{
         transform: translateY(10%);
    }
     100%{
         transform: translateY(0%);
    }
}
/* blockchain end */
/* ai start */
 #banner-carousel .item.item-3 {
     background: url(https://netscapelabs.com/wp-content/uploads/2025/02/banner-apps-3-bg.webp);
     background-size: cover;
     background-repeat: no-repeat;
     min-height: 100vh;
     position: relative;
     z-index: 1;
     display: flex;
     align-items: end;
     justify-content: center;
}
 .ai-left-image, .ai-right-image {
     max-width: 70%;
     position: absolute;
     z-index: -1;
}
 .ai-container{
     position: relative;
}
 .ai-left-image {
     left: -41%;
     top: -120%;
}
 .ai-right-image {
     right: -40%;
     top: -145%;
}
 .ai-content-holder {
     display: inline-block;
     background: #ffffff69;
     padding: 50px 70px;
     border-radius: 12px;
     position: relative;
}
 .ai-content-holder.text-center .nsl-logo {
     width: 60px;
     height: 60px;
     right: 24px;
     bottom: 32px;
     top: auto;
}
 #banner-carousel .item.item-3 .banner-heading {
     color: var(--yellow);
}
 #banner-carousel .item.item-3 p{
     color: #fff;
}
/* ai end */
/* digital marketing start */
 #banner-carousel .item.item-5 {
     position: relative;
     background: #f8f9fa;
     min-height: 100vh;
     padding: 14rem 20px 5rem 20px;
}
 #banner-carousel .item.item-5 .banner-heading span{
     color: #292626;
}
 #banner-carousel .item.item-5::after {
     content: '';
     position: absolute;
     top: 0;
     right: 0;
     background: url(https://netscapelabs.com/wp-content/uploads/2025/02/banner-apps-5.webp);
     background-size: cover;
     background-repeat: no-repeat;
     width: 60%;
     background-position: 11% 26%;
     height: 100%;
}
 #banner-carousel .item.item-5 .digital-marketing-image {
     position: relative;
     margin-top: 1rem;
     margin-bottom: 2rem;
     z-index: 9;
}
 #banner-carousel .item.item-5 .digital-marketing-image::after {
     position: absolute;
     content: '';
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background: var(--primary);
     z-index: -1;
     top: -30px;
     border-radius: 12px;
     left: 30px;
}
 #banner-carousel .item.item-5 .header-cta {
     background: transparent;
     border: 1px solid var(--primary);
     color: var(--primary);
}
 #banner-carousel .item.item-5 .header-cta:hover{
    /* background: linear-gradient(97.38deg, #5A9DEE 7.07%, #0050B0 100%);*/
     background: var(--primary);
     border: 1px solid transparent;
     color: #fff;
}
 #banner-carousel .social-links li a i {
     background: var(--primary);
     border-radius: 50%;
     font-size: 19px;
     display: flex;
     width: 38px;
     height: 38px;
     align-items: center;
     justify-content: center;
     transition: .3s all ease-in-out;
}
 #banner-carousel .social-links li a i:hover{
     background: var(--secondary);
}
/* digital marketing end */
 .grayscale {
     filter: grayscale(1);
}
 .grayscale:hover{
     filter: none;
}
/* ============= about sec css start ============= */
 .about {
     padding: 8rem 20px 8rem 20px;
}
 .about h4 {
     font-weight: 600;
     line-height: 36px;
     color: var(--heading);
}
 .about-left{
     position: relative;
}
 .product-launched-wrapper , .year-exp-wrapper {
     position: absolute;
     background: var(--primary);
     right: 0;
     top: 52px;
     border-radius: 12px 0px 0px 12px;
     padding: 16px 20px;
}
 .product-launched-wrapper h2 , .year-exp-wrapper h2{
     color: #fff;
     font-weight: 600;
     font-size: 38px;
}
 .about .product-launched-wrapper p ,.about .year-exp-wrapper p{
     color: #FFF;
     font-weight: 600;
}
 .year-exp-wrapper{
     bottom: 0;
     left: 0;
     top: auto;
}
 .year-exp-wrapper {
     bottom: 0;
     left: 0;
     top: auto;
     display: flex;
     gap: 20px;
     max-width: 300px;
     align-items: center;
     border-radius: 0 12px 0px 0;
}
 .heading-text-small{
     color: var(--primary);
     font-size: 14px;
     font-weight: 600;
}
 .about p , .about li , .about a{
     color: var(--text);
}
 .key-points-about-us i{
     color: var(--primary);
     margin-right: 6px;
     font-size: 18px;
}
 .key-points-about-us ul{
     display: flex;
     flex-wrap: wrap;
     row-gap: 24px;
}
 .key-points-about-us li{
     flex: 0 0 50%;
}
 .btn-group.cta-btn-v1 a {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
     transition: .3s all ease-in-out;
}
 .btn-group.cta-btn-v1 a span {
     display: inline-block;
     width: 30px;
     height: 30px;
     border-radius: 50%;
     border: 1px solid var(--text);
     transition: .3s all ease-in-out;
}
 .btn-group.cta-btn-v1 a i {
     margin-left: -4px;
     margin-right: 10px;
     transition: .3s all ease-in-out;
}
 .btn-group.cta-btn-v1 a:hover , .btn-group.cta-btn-v1 a:hover i{
     color: var(--primary);
}
 .btn-group.cta-btn-v1 a:hover span{
     background-color: var(--primary);
     border-color: var(--primary);
}
 .about-right{
     position: relative;
}
 .nsl-logo {
     position: absolute;
     right: -100px;
     top: -30px;
}
/* ============= our client sec css start ============= */
 section.our-client-sec {
     padding: 2rem 20px;
     background-size: cover;
     background-repeat: no-repeat;
}
 .heading-text-small-orange{
     color: var(--secondary);
}
 .title h2{
     color: var(--heading);
     font-weight: 600;
}
 div#client-logo-carousel {
     padding-top: 1rem;
}
 div#client-logo-carousel .owl-stage{
     display: flex;
     align-items: center;
}
 .logo-wrapper {
     width: 150px;
     margin: auto;
}
 .logo-wrapper img{
     object-fit: cover;
}
 .owl-dots {
     display: flex;
     gap: 6px;
     justify-content: center;
     padding: 30px 0 0 0;
}
 .owl-dots span {
     background-color: #D9D9D9;
     display: block;
     width: 10px;
     height: 10px;
     border-radius: 50%;
}
 .owl-dots .owl-dot.active span {
     background-color: var(--secondary);
     margin-top: -6px;
}
/* ============= our case study sec css start ============= */
 .our-case-study-sec{
     padding: 6rem 20px;
     background-image: url(https://netscapelabs.com/wp-content/uploads/2025/02/our-case-study-bg.webp);
     background-size: cover;
     background-repeat: no-repeat;
     position: relative;
     z-index: 1;
     background-attachment: fixed;
}
 .our-case-study-sec::after {
     content: '';
     position: absolute;
     width: 100%;
     height: 100%;
     left: 0;
     background-color: rgb(35 34 34 / 69%);
     top: 0;
     z-index: -1;
}
 .our-case-study-sec .title h2 ,.our-case-study-sec h4 , .our-case-study-sec p {
     color: #fff;
}
 .our-case-study-sec .btn-group.cta-btn-v2 a span{
     border-color: #fff;
}
 .our-case-study-sec .btn-group.cta-btn-v2 a:hover span{
     border-color: var(--secondary);
     background-color: var(--secondary);
}
 .our-case-study-sec .btn-group.cta-btn-v2 a:hover , .our-case-study-sec .btn-group.cta-btn-v2 a:hover i {
     color: var(--secondary);
}
 .case-study-info {
     background: #fff;
     border-radius: 12px;
     padding: 20px 30px;
     position: relative;
}
 .case-study-info .icon {
     width: 36px;
}
 .case-study-info li {
     display: flex;
     margin-top: 2rem;
     align-items: center;
}
 .case-study-info li span {
     color: #000;
     font-size: 18px;
     font-weight: 600;
}
 #case-study-carousel .owl-dots {
     position: absolute;
     padding: 0px;
     bottom: -6rem;
}
 #case-study-carousel .case-study-info .nsl-logo{
     width: 80px;
     position: absolute;
     bottom: 11px;
     right: 14px;
     top: auto;
}
 #case-study-carousel .owl-dots span {
     width: 40px;
     height: 40px;
     border:2px solid #D9D9D9;
}
 #case-study-carousel .owl-dots .owl-dot.active span {
     border:2px solid var(--primary);
     margin: 0;
}
 .case-study-left img {
     border-radius: 12px;
     object-fit: cover;
}

/* ============= process we follow sec css start ============= */
 .process-sec {
     padding: 3rem 20px;
}
.process-sec ul li .shape-wrap .shape {
    background: #e05640;
    width: 130px;
    height: 222px;
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
}

.process-sec ul li .shape-wrap .shape::after, 
.process-sec ul li .shape-wrap .shape::before {
    content: "";
    background: #e05640;
    width: 158px;
    -webkit-transform: scaleX(.6) rotate(45deg);
    transform: scaleX(.6) rotate(45deg);
    height: 158px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.process-sec ul li .shape-wrap .shape::before {
    right: 39%;
}
.process-sec ul li .shape-wrap .shape::after {
    left: 39%;
}

.process-sec ul li .shape-wrap .shape img {
    width: 80px;
    height: 80px;
    position: relative;
    z-index: 1;
}

.process-sec ul {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-top: 3rem;
}

.process-sec ul li {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}

.process-sec ul li .content-wrap h4 {
    color: rgb(184, 184, 184);
    font-size: 32px;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
    font-weight: 800;
}

/* .process-sec ul li .content-wrap h3{
    color : #495057;
} */

.process-sec ul li .content-wrap p{
    color : var(--text);
}

.content-wrap {
    width: 60%;
    text-align: right;
    padding: 5px 16px;
}

.shape-wrap {
    width: 40%;
    padding: 5px 30px;
}

.process-sec .yellow .shape-wrap .shape , 
.process-sec .yellow .shape-wrap .shape::after, 
.process-sec .yellow .shape-wrap .shape::before {
    background: #f2a139;
}

.process-sec .yellow:hover .content-wrap h4{
  color: #f2a139;
}
.process-sec .blue:hover .content-wrap h4{
    color: var(--primary);
}
.process-sec .green:hover .content-wrap h4{
    color: rgb(35 129 13); 
}
.process-sec .red:hover .content-wrap h4{
    color: rgb(219, 46, 41);
}

.process-sec .blue .shape-wrap .shape , 
.process-sec .blue .shape-wrap .shape::after, 
.process-sec .blue .shape-wrap .shape::before {
    background: var(--primary)
}

.process-sec .green .shape-wrap .shape , 
.process-sec .green .shape-wrap .shape::after, 
.process-sec .green .shape-wrap .shape::before {
    background: rgb(35 129 13); 
}

.process-sec .red .shape-wrap .shape , 
.process-sec .red .shape-wrap .shape::after, 
.process-sec .red .shape-wrap .shape::before {
    background: rgb(219, 46, 41);
}

.process-sec .blue .content-wrap, .process-sec .red .content-wrap{
    order: 2 ;
    text-align: left;
}

.process-sec ul .middle-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 190px;
    height: 190px;
}

.process-sec ul .middle-circle::before {
    content: "";
    width: calc(100% + 45px);
    height: calc(100% + 45px);
    position: absolute;
    right: 0px;
    left: 50%;
    top: 50%;
    bottom: 0px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
}

.process-sec ul .middle-circle::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 1;
    animation-timeline: auto;
    animation-range-start: normal;
    animation-range-end: normal;
    border-radius: 50%;
    background: linear-gradient(0deg, silver, rgb(245, 245, 245));
    margin: auto;
    animation: 2s ease 0s infinite normal none running pulse-grey;
}

@keyframes pulse-grey{
    0% {
        box-shadow: rgba(97, 95, 95, 0.5) 0px 0px 0px 0px;
    }

    100% {
        box-shadow: rgba(158, 158, 158, 0.2) 0px 0px 0px 45px;
    }
}
/* ============= our testimonial sec css start ============= */
 .our-testimonial{
     padding: 5rem 0;
     background: #fff;
}
 .testimonial-header {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
     padding: 20px 30px;
     align-items: center;
}
 .testimonial-yt-link a {
     background: var(--primary);
     border: none;
}
 .testimonial-image {
     width: 64px;
     border: 0px solid #fff;
     border-radius: 50%;
     height: 64px;
}
 .testimonial-image img {
     border-radius: 50%;
     object-fit: cover;
     height: 100%;
     width: 100%;
}
 .testimonial-content .review-text{
     color: var(--text);
}
 .review-text {
     display: -webkit-box;
     -webkit-line-clamp: 6;
     -webkit-box-orient: vertical;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: normal;
}
 .testimonial-holder {
     background: #fff;
     border-radius: 22px;
     box-shadow: -1px 3px 0px #2196f3;
     margin-bottom: 2rem;
     border: 2px solid var(--primary);
}
 .testimonial-content {
     padding: 20px 30px;
}
.review-desc {
    min-height: 48px;
}
 .reviews-name .reviewer-designation {
     color: var(--primary);
     font-weight: 600;
}
 .review-stars i{
     color: #FCC419;
}
/* ============= our blogs sec css start ============= */
 .our-blogs{
     background-color: rgb(253 126 20 / 4%);
     padding: 5rem 20px;
}
 .blog-wrapper {
     position: relative;
     transition: .5s all ease-in-out;
     overflow: hidden;
     border-radius: 12px;
}
 .blog-wrapper:hover::after {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: #0000006b;
     z-index: 0;
}
 .blog-wrapper .blog-image img {
     border-radius: 12px;
     transition: .5s all ease-in-out;
     height: 350px;
     object-fit: cover;
}
 .blog-wrapper:hover .blog-image img{
     transform: scale(1.5);
}
 .blog-details {
     position: absolute;
     z-index: 9;
     bottom: -140px;
     padding: 30px;
     color: #fff;
     transition: .5s all ease-in-out;
}
 .blog-wrapper:hover .blog-details{
     bottom: 0px;
}
 .blog-title{
     font-weight: 600;
}
 .blog-wrapper:hover .blog-title , .blog-wrapper .blog-read:hover {
     color: var(--secondary);
}
 #blog-carousel .owl-nav {
     display: flex !important;
     gap: 20px;
     position: absolute;
     margin-top: 30px;
}
 #blog-carousel button i {
     border-radius: 50%;
     background: var(--secondary);
     display: block;
     padding: 16px 20px;
     color: #fff;
     transition: .3s all ease-in-out;
}
 #blog-carousel button i:hover {
     background: var(--primary);
}
 .btn-group-v2{
     margin-top: 30px;
     justify-content: end;
}
 .btn-group-v2 a {
     background: var(--secondary);
     padding: 14px 28px;
     border-radius: 12px;
     transition: .3s all ease-in-out;
}
 .btn-group-v2 a:hover , .discuss-project .btn-group-v2 a:hover {
     background: var(--primary);
}
/* ============= discuss project sec css start ============= */
 .discuss-project {
     padding: 4rem 20px;
     background-image: url(https://netscapelabs.com/wp-content/uploads/2025/02/discuss-project-bg-scaled-e1738575245212.webp);
     background-size: cover;
     background-attachment: fixed;
     background-position: 0% 100%;
     position: relative;
     z-index: 1;
}
 .discuss-project::after {
     content: '';
     position: absolute;
     background: #ffffffcf;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     z-index: -1;
}
 .discuss-project .nsl-logo {
     position: relative;
     left: 0;
	 width:80px;
}
 .discuss-project .btn-group-v2 a{
     background-color: #000;
}
/* ============= footer sec css start ============= */
 footer{
     background-color: var(--black);
     padding: 4rem 20px 0 20px;
     color: #fff;
}
 footer .field-group {
     margin-top: 2rem;
}
 footer input {
     border: 1px solid #fff;
     outline: none !important;
     padding: 14px;
     border-radius: 0px;
     margin-right: 10px;
     background: transparent;
     color: #fff;
}
 footer input::placeholder{
     color: #fff;
}
 footer .field-group a {
     background: var(--primary);
     padding: 14px 20px;
     border-radius: 4px;
}
 footer .field-group a:hover{
     background: var(--secondary);
}
 footer li a:hover{
     color: var(--primary);
}
 footer .footer-links li:nth-child(1) {
     font-size: 20px;
     padding: 1rem 0;
     font-weight: 500;
}
 footer .footer-links li {
     padding: 10px 0;
}
 .footer-bottom{
     border-top: 1px solid #fff;
     padding: 2rem 0px;
     margin-top: 2rem;
}
 .footer-bottom ul {
     display: flex;
     gap: 36px;
}
 .newsletter .field-group{
     display: flex;
     flex-wrap: wrap;
}
 .back-top {
     position: fixed;
     right: 16px;
     bottom: 16px;
     z-index: 99;
     background: var(--primary);
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     width: 38px;
     height: 38px;
     cursor: pointer;
     color: #fff;
}
/* ======================-----------------============= About Page css start =============-----------------====================== */
 header {
     width: 100%;
     z-index: 999;
     background: #fff;
     position: relative;
}
 .about-banner, .blog-banner, .single-banner, .contact-banner {
     padding: 12rem 0;
     background-image: url(../images/about-page-bg.png);
     background-repeat: no-repeat;
     background-size: cover;
     position: relative;
     z-index: 9;
     background-position: 0% 13%;
}
 .about-banner::before , .blog-banner::before , .single-banner::before , .contact-banner::before {
     content: "";
     background-image: linear-gradient(115deg, rgba(9, 34, 50, 0.8) 0%, #0000009c 13%, rgba(27, 26, 26, 0.27) 76%, rgba(27, 26, 26, 0.1) 100%);
     position: absolute;
     top: 0;
     z-index: 0;
     width: 100%;
     height: 100%;
     z-index: -1;
}
 .blog-banner::before{
     background: #0000002e;
}
 .title h1{
     color: #fff;
}
/* =============== who we are sec start =============== */
 .who-we-are {
     padding: 5rem 20px;
     background: #2196f317;
     position: relative;
}
 .who-we-are::after {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-image: url(../images/bg-element-1.png);
     z-index: -1;
     background-size: 32%;
}
 .who-we-are-left p{
     color: var(--text);
}
 .who-we-are-left h4{
     color: var(--heading);
}
 .who-we-are .stat-item {
     background: white;
     box-shadow: -1px 2px 5px 0px #0000004d;
     padding: 20px;
     text-align: center;
     border-radius: 12px;
     flex: 0 0 47%;
}
 .who-we-are .stat-item p{
     margin-bottom: 0;
}
 .who-we-are .stat-item h3{
     color: var(--secondary);
     font-weight: 600;
}
 .who-we-are .stats {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
     row-gap: 24px;
}
 .who-we-are .who-we-are-center img, .who-we-are .who-we-are-center {
     height: 100%;
     border-radius: 12px;
     object-fit: cover;
     object-position: center;
}
/* =============== brain-behind sec start =============== */
 .brain-behind{
     padding: 5rem 20px;
}
 .ceo-holder {
     box-shadow: 2px 3px 7px -1px #0000003b;
     border-radius: 12px;
}
 .ceo-content {
     padding: 20px;
}
 .ceo-content h3 {
     color: var(--text);
     font-size: 24px;
     font-weight: 500;
}
 .ceo-content h4 {
     color: var(--primary);
     font-size: 18px;
     font-weight: 600;
}
 .ceo-img img {
     width: 100%;
     object-fit: cover;
     height: 420px;
     border-radius: 12px 12px 0 0;
}
/* =============== mision vision sec start =============== */
 .mission-vision {
     padding:0 20px 5rem 20px;
     position: relative;
}
 .vision-top {
     background: linear-gradient(45deg, #2196f3, #00b0b0);
     padding: 20px;
     border-radius: 12px;
}
 .intro-sec h2{
     color: var(--heading);
}
 .about-boxarea h4 {
     color: var(--secondary);
     font-weight: 600;
}
 .mission-vision p{
     color: var(--text);
}
 .vision-botttom {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
     margin-top: 3rem;
}
 .vision-top img {
     border-radius: 12px;
     height: 400px;
     object-fit: cover;
     width: 100%;
}
 .img-anim {
     position: relative;
     overflow: hidden;
}
 .img-anim::after {
     content: "";
     position: absolute;
     width: 200%;
     height: 0%;
     left: 50%;
     top: 50%;
     background-color: rgba(255, 255, 255, 0.3);
     transform: translate(-50%, -50%) rotate(-45deg);
     z-index: 0;
}
 .img-anim:hover::after {
     height: 250%;
     transition: all 600ms linear;
     background-color: transparent;
}
 .vision-botttom .image-holder {
     width: 45%;
}
 .vision-botttom .image-holder img{
     border-radius: 12px;
}
 .about-boxarea {
     position: relative;
     z-index: 1;
     border-radius: 16px;
     background: #FFF;
     box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.09);
     padding: 12px 24px;
     transition: all 0.4s;
     margin-top: 1.5rem;
}
 .about-boxarea:hover {
     transform: translateY(-5px);
     transition: all 0.4s;
}
/* =============== our values sec start =============== */
 .our-value{
     padding:0 20px 5rem 20px;
}
 .our-value .row{
     row-gap: 40px;
}
 .value-wrapper {
     box-shadow: 0px -1px 22px -7px #0000003b;
     padding: 20px;
     border-radius: 12px;
     height: 100%;
}
 .value-wrapper img{
     height: 70px;
     width: 70px;
     object-fit: cover;
}
 .value-wrapper h4{
     color: var(--heading);
     font-weight: 600;
}
 .value-wrapper p{
     color: var(--text);
}
/* =============== our team sec start =============== */
 .our-team{
     padding: 3rem 20px;
}
 .team-member-holder{
     position: relative;
     height: 340px;
}
 .member-image-holder {
     height: 300px;
}
 .member-image-holder img{
     object-fit: cover;
     height: 100%;
}
 .team-member-holder .member-details {
     border-radius: 3px;
     border-bottom: 3px solid var(--primary);
     background: #fff;
     box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.07);
     position: absolute;
     left: 50%;
     width: 92%;
     bottom: 8%;
     transform: translate(-50%, 30%);
     padding: 15px 0;
     transition: ease-in 500ms;
}
 .team-member-holder .designation{
     font-weight: 500;
     color: var(--primary);
}
 .team-member-holder .name{
     font-weight: 500;
     color: var(--text);
}
 .our-team .owl-nav {
     display: flex;
     justify-content: center;
     margin-top: 46px;
     gap: 22px;
}
 #our-team-carousel button i {
     border-radius: 50%;
     background: var(--primary);
     display: block;
     padding: 16px 20px;
     color: #fff;
     transition: .3s all ease-in-out;
}
/* ======================-----------------============= Services Page css start =============-----------------====================== */
 .services-banner {
     padding: 2rem 20px 2rem 20px;
}
 .services-banner .btn-group a {
     color: var(--text);
}
 .services-banner h1{
     font-weight: 800;
     color: var(--heading);
}
 .text-blue{
     color: var(--primary);
}
 .our-web-dev-services{
     padding: 5rem 20px;
}
 .service-wrapper {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
     row-gap: 40px;
}
 .service-holder {
     padding: 36px 36px;
     background-repeat: no-repeat;
     background-size: cover;
     background-position: 22px 98%;
     box-shadow: 0px 30px 70px rgba(219, 222, 225, 0.6);
     border-radius: 18px;
     display: block;
     flex: 0 0 32%;
}
 .service-holder h3 {
     color: var(--heading);
     font-size: 20px;
     padding-top: 20px;
}
 .service-holder .image-holder img {
     height: 76px;
     width: 76px;
     object-fit: cover;
}
 .service-holder p{
     color: var(--text);
}
 .service-holder.node{
     border-top: 1px solid #32de8a;
}
 .service-holder.php{
     border-top: 1px solid #08b7ac;
}
 .service-holder.java{
     border-top: 1px solid #ff4d80;
}
 .service-holder.blockchain{
     border-top: 1px solid var(--primary);
}
 .service-holder.python{
     border-top: 1px solid #f6af65;
}
 .service-holder.web-designing{
     border-top: 1px solid #24a5e5;
}
 .service-holder.react{
     border-top: 1px solid #ef5b5b;
}
 .service-holder.angular{
     border-top: 1px solid #ffc600;
}
 .service-holder.progressive{
     border-top: 1px solid #21a179;
}
/* ======= web feature sec start ======= */
 .web-feature{
     padding: 5rem 20px;
     position: relative;
     color: #fff;
     background-image: url(../images/web-design-need-bg.jpg);
     background-size: cover;
     background-repeat: no-repeat;
     background-attachment: fixed;
}
 .web-feature::after{
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: #2196f3cf;
     z-index: -1;
}
 .web-feature h2 , .web-feature p , .web-feature ul li{
     color: #fff;
     flex: 0 0 45%;
}
 .web-feature h2 {
     color: var(--yellow);
}
 .web-feature ul li{
     position: relative;
     padding-left: 40px;
}
 .web-feature ul li::after {
     position: absolute;
     content: '';
     width: 30px;
     height: 30px;
     background: url(../images/web-check.png);
     background-size: cover;
     background-repeat: no-repeat;
     left: 0;
     top: 0;
}
 .web-feature ul {
     display: flex;
     flex-wrap: wrap;
     gap: 30px;
     justify-content: space-between;
}
 .web-feature ul li span{
     font-weight: 600;
     color: var(--yellow);
}
 .ideal-web-partner-holder h4{
     color: var(--primary);
}
 .process-web-development {
     padding: 5rem 20px;
}
 .process-web-development .key-points-about-us li{
     font-size: 18px;
     color: var(--heading);
}
 .process-web-development .key-points-about-us li p{
     font-size: 14px;
     padding-left: 20px;
     color: var(--text);
     margin-bottom: 0;
}
 .process-web-development-left img {
     border-radius: 12px;
}
/* ======= ideal web partner sec start ======= */
 .ideal-web-partner {
     padding: 5rem 20px 10rem 20px;
     background: var(--primary);
}
 .ideal-web-partner .title p{
     color: #fff;
}
 .ideal-web-partner .title h2 {
     color: var(--yellow);
}
 .ideal-web-partner-below{
     margin-top: -5rem;
     padding-bottom: 3rem;
     padding: 20px;
}
 .ideal-web-partner-below .row{
     justify-content: space-between;
}
/* ======= get in touch sec start ======= */
 .get-in-touch-sec {
     padding: 5rem 20px;
     background-image: url(../images/get-in-touch-bg.jpg);
     background-repeat: no-repeat;
     background-size: 100%;
     position: relative;
     z-index: 1;
     background-position: 6px;
}
 .get-in-touch-sec::after {
     content: '';
     position: absolute;
     z-index: -1;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background: #ffffffb8;
}
 .get-in-touch-sec::before {
     content: '';
     position: absolute;
     z-index: 0;
     right: 28%;
     top: 50%;
     width: 200px;
     height: 181px;
     background-image: url(../images/arrow-lg.png);
     background-repeat: no-repeat;
}
 .get-in-touch-sec a{
     color: var(--text);
}
/* ======= industry we serve sec start ======= */
 .industury-we-serve{
     background: var(--primary);
}
 .industury-we-serve{
     padding: 4rem 20px 10rem 20px;
}
 .industury-we-serve h2 , .industury-we-serve p{
     color: #fff;
}
 .industury-holder {
     background: #fff;
     border-radius: 12px;
     padding: 20px;
     box-shadow: 0px 2px 2px 0px #00000082;
     flex: 0 0 23%;
}
 .industury-holder .icon {
     background: var(--primary);
     display: flex;
     border-radius: 50%;
     justify-content: center;
     align-items: center;
     width: 60px;
     height: 60px;
     transition: .3s all ease-in-out;
}
 .industury-holder:hover .icon {
     transform: scale(1.2);
}
 .industury-we-serve-below {
     margin-top: -7rem;
     padding: 0 20px 6rem 20px;
}
 .industury-holder h3{
     font-size: 24px;
}
/* ======= Engagement Models for React Development start ======= */
 .react-engagement-model .row{
     gap: 2%;
}
 .engagement-model-holder h3 , .engagement-model-holder p{
     color: var(--text);
     transition: all .3s ease-in-out;
}
 .react-engagement-model h2 {
     color: #ffffff;
     font-weight: 700;
}
 .engagement-model-holder:hover h3{
     color: var(--primary);
}
 .engagement-model-holder {
     text-align: center;
}
 .engagement-model-holder .icon{
     margin: auto;
}
/* ======= Reputed Company start ======= */
 .reputed-company{
     padding: 5rem 20px 2rem 20px;
}
/* flip box css start */
 .flip-box {
     background-color: transparent;
     width: 100%;
     height: 250px;
     border: 1px solid #f1f1f1;
     border-radius: 10px;
     perspective: 1000px;
     overflow-y: auto;
}
 .flip-box-inner {
     position: relative;
     width: 100%;
     height: 100%;
     text-align: center;
     transition: transform 0.8s;
     transform-style: preserve-3d;
     display: flex;
     justify-content: center;
     align-items: center;
}
 .flip-box:hover .flip-box-inner {
     transform: rotateY(180deg);
}
 .flip-box-front, .flip-box-back {
     position: absolute;
     width: 100%;
     height: 100%;
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction: column;
     padding: 10px;
}
 .flip-box-front {
     background-color: #fff;
     color: black;
     border-radius: 10px;
}
 .flip-box-back {
     background-color: #ffffff;
     color: #000;
     transform: rotateY(180deg);
     border-radius: 10px;
     padding: 16px;
}
 .flip-box h4{
     color: var(--text);
     font-size: 20px;
     margin-top: 20px;
}
 .flip-box p{
     color: var(--text);
     margin-bottom: 0;
}
/* flip box css end */
 .our-wrok-sec {
     padding: 5rem 20px 3rem 20px;
}
 .our-wrok-sec .btn-group a {
     color: var(--text);
}
 .work-holder img {
     width: 100%;
     height: 300px;
     object-fit: cover;
     border-radius: 10px;
}
 .work-holder {
     background: var(--primary);
     padding: 4px;
     border-radius: 10px;
}
 .our-wrok-sec .owl-nav {
     position: absolute;
     top: 40%;
     width: 100%;
}
 .our-wrok-sec button i {
     position: absolute;
     background: var(--secondary);
     width: 46px;
     height: 46px;
     border-radius: 50%;
     color: #fff;
     font-size: 26px;
     display: flex;
     align-items: center;
     justify-content: center;
}
 .our-wrok-sec button.owl-prev i {
     left: -76px;
}
 .our-wrok-sec button.owl-next i {
     right:-52px;
}
/* ======================-----------------============= angular development Page css start =============-----------------====================== */
 .angular-service-wrapper{
     justify-content: center;
     column-gap: 2%;
}
 .industury-we-serve.angluar-industry{
     padding: 4rem 20px 20rem 20px;
}
 .industury-we-serve-below.angluar-industry-below {
     margin-top: -17rem;
     padding: 0 20px 6rem 20px;
}
 .industury-we-serve-below.angluar-industry-below .industury-holder {
     flex: 0 0 31%;
}
 .blockchain-development-process {
     padding: 5rem 20px 1rem 20px !important;
}
 .key-benifit-sec{
     padding: 4rem 20px 0 20px;
}
 .benifit-wrapper {
     display: flex;
     flex-wrap: wrap;
     row-gap: 30px;
     justify-content: space-evenly;
}
 .benifit-holder {
     box-shadow: 0px 2px 2px 0px #00000082;
     padding: 20px;
     background: #b5b5b521;
     border-radius: 12px;
     flex: 0 0 31%;
     border-top: 2px solid var(--primary);
}
 .benifit-holder .benifit-title{
     padding-bottom: 4px;
}
 .benifit-title h3{
     font-size: 22px;
}
 .banner-v2 {
     padding: 4rem 20px 12rem 20px;
     background: #2196f3;
     text-align: center;
     color: #fff;
     margin-bottom: 6rem;
}
 .banner-v2 h1 span{
     color: var(--yellow);
}
 .logo-image {
     transform: translateY(12rem);
     position: absolute;
}
 .service-holder ul li {
     list-style: disc;
     margin-top: 18px;
     color: var(--text);
}
 .service-holder ul li::marker {
     color: var(--primary);
}
/* ======================-----------------============= Blog Page css start =============-----------------====================== */
 .blog-banner {
     background-image:url(https://netscapelabs.com/wp-content/uploads/2025/02/our-case-study-bg.webp);
     background-position: 0 40%;
}
 .blog-listing-wrapper , .single-post-wrapper {
     background-image: url(../images/blog-body-bg.jpg);
     background-repeat: no-repeat;
     background-size: cover;
     background-attachment: fixed;
     position: relative;
     z-index: 1;
     padding: 6rem 20px;
}
 .blog-listing-wrapper::after , .single-post-wrapper::after {
     position: absolute;
     content: '';
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     background: #fffffff2;
     z-index: -1;
}
 .post-item {
     background: #fff;
     box-shadow: -2px 11px 21px -11px #21252975;
     border-radius: 18px;
}
 .post-item:hover{
     background-color: var(--primary);
}
 .post-item h4 a , .post-item a , .post-item p , .post-item {
     transition: .3s all ease-in-out;
}
 .blog-listing-wrapper .post-item:hover .post-content h4 a , .post-item:hover a , .post-item:hover p {
     color: #fff;
}
 .blog-listing-wrapper .post-thumbnail img, .blog-listing-wrapper .post-thumbnail a {
     width: 100%;
     height: 250px;
     object-fit: cover;
     border-radius: 18px 18px 0px 0px;
}
 .blog-listing-wrapper .post-content {
     padding: 20px 20px 4px 20px;
}
 .post-content p , .post-footer a{
     color: var(--text);
}
 .blog-listing-wrapper .post-content h4 , .blog-listing-wrapper .post-content h4 a , .blog-details .blog-title a {
     display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: normal;
     color: var(--heading);
}
 .blog-wrapper .blog-title a{
     color: #fff;
}
 .blog-listing-wrapper .post-content p.desc , .blog-wrapper .blog-desc , .lineclamp {
     display: -webkit-box;
     -webkit-line-clamp: 3;
     -webkit-box-orient: vertical;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: normal;
}
 .blog-listing-wrapper .pagination {
     justify-content: center;
     margin-top: 5rem;
     gap: 5px;
}
 .blog-listing-wrapper .pagination .page-numbers.next , .blog-listing-wrapper .pagination .page-numbers.prev {
     display: none;
}
 .blog-listing-wrapper .pagination .page-numbers {
     border: 1px solid var(--secondary);
     border-radius: 50%;
     font-size: 20px;
     color: var(--secondary);
     display: flex;
     width: 40px;
     height: 40px;
     align-items: center;
     justify-content: center;
}
 .blog-listing-wrapper .pagination .page-numbers.current {
     background: var(--secondary);
     color: #fff;
     border-radius: 50%;
     padding: 5px 18px;
     font-size: 20px;
}
/* single page */
 .single-banner{
     background-image: url(../images/single-page-banner.jpg);
}
 .single-post-wrapper {
     background-image: url(../images/single-page-body.jpg);
}
 .single-post-wrapper .post-content {
     margin-top: 2rem;
}
 .single-post-wrapper a{
     color: var(--primary);
}
 .post-thumbnail img{
     width: 100%;
     object-fit: cover;
}
 .single-post-wrapper .post-thumbnail img{
     width:auto;
     max-width: 100%;
}
 .single-post-wrapper aside.sidebar {
     background: #fff;
     padding: 20px;
}
 .single-post-wrapper aside.sidebar h4{
     color: var(--heading);
     font-size: 20px;
}
 .single-post-wrapper aside.sidebar a{
     color: var(--text);
}
 .single-post-wrapper aside.sidebar a:hover{
     color: var(--primary);
}
 .single-post-wrapper aside.sidebar li{
     margin-bottom: 12px;
}
/* ======================-----------------============= Contact Page css start =============-----------------====================== */
 .contact-banner {
     background-image: url(../images/contact-banner.jpg);
}
 .contact-page{
     padding: 5rem 20px;
}
 .contact-left img{
     max-width: 90%;
}
 .contact-page .field-group {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
     margin-bottom: 28px;
}
 .contact-page .field-group .field{
     flex: 0 0 48%;
}
 .contact-page .field-group .field input , .contact-page label {
     width: 100%;
     color: var(--text);
}
 .contact-page .field-group .field input {
     height: 50px;
     border: 1px solid var(--text);
     border-radius: 4px;
     padding: 10px;
}
 .contact-page textarea {
     height: 150px;
     resize: none;
     width: 100%;
     border: 1px solid var(--text);
     border-radius: 4px;
     padding: 10px;
}
 textarea:focus-visible , input:focus-visible{
     outline: none !important;
}
 .form-wrapper {
     background: #fff;
     padding: 0 0 0 20px;
     box-shadow: 1px 2px 19px 0px #0000001c;
     border-radius: 12px;
     max-width: 1100px;
     margin: auto;
}
 .form-right-wrapper {
     background: var(--primary);
     border-radius: 0 12px 12px 0px;
}
 .form-right-wrapper .contact-info {
     display: flex;
     gap: 20px;
     margin-bottom: 16px;
}
 .contact-page form .wpcf7-submit {
     border: 1px solid var(--text);
     background: none;
     padding: 10px 30px;
     color: var(--text);
     border-radius: 4px;
     transition: all .3s ease-in-out;
}
 .contact-page form .wpcf7-submit:hover{
     border: 1px solid var(--primary);
     background: var(--primary);
     color: #fff;
}
 .wpcf7-response-output {
     margin: 0 !important;
     border: none !important;
     color: green;
     padding: 0 !important;
}
 .wpcf7-form.invalid .wpcf7-response-output{
     color: #dc3232;
}
 .wpcf7-spinner {
     position: absolute;
     right: 4px;
     top: 10px;
     margin: 0;
}
 .wpcf7-not-valid-tip {
     margin-top: 10px;
     position: absolute;
}
 .wpcf7-captchar ~ .wpcf7-not-valid-tip{
     position: relative;
}
 .wpcf7-response-output, .submit-btn {
     display: inline-block;
     position: relative;
     margin-right: 10px;
	 margin-top:16px;
}
.wpcf7-not-valid-tip {
    position: relative !important;
}
 .contact-info-wrapper h5{
     color: var(--primary);
     transition: all .3s ease-in-out;
}
 .contact-map iframe {
     width: 100%;
     max-height: 450px;
}
 .contact-map {
     transform: translateY(7px);
}
/*======== home page paralax start ===============*/
 body.page-template-home {
     background-image: url(../images/who-we-are-about-1.jpg);
     background-repeat: no-repeat;
     background-size: cover;
     background-attachment: fixed;
     z-index: 1;
     position: relative;
}
 body.page-template-home::after {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: #ffffffed;
     z-index: -1;
}
 .chaty-i-trigger .chaty-channel {
     bottom: 48px !important;
     right: -15px !important;
}

.post-content li {
    list-style: unset;
}

.post-content ul {
    padding: 0 2rem;
}
@media(min-width:991px){
    .post-thumbnail img {
            max-height: 400px;
        }
}