@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;
}

 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;
}

/* top bar */
.tophed {
    padding: 8px 0;
    border-bottom: 1px solid #21252947;
}

ul.contact-info {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
}

ul.contact-info li a {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    text-decoration: none;
    color: var(--text);
    align-items: center;
}

.home ul li {
    list-style: none;
}

.home a {
    text-decoration: none;
}

a.ct.btn.chat_pop,
main.ct.btn.chat_pop {
    border-radius: 30px 30px 0;
    font-size: 14px;
    padding: 6px 20px;
    color: #fff;
    background: var(--primary);
    font-weight: 300;
    cursor: pointer;
    border: 1px solid var(--primary);
}

.tophed a.btn {
    border: 1px solid var(--primary);
    border-radius: 30px;
    color: var(--primary);
    font-weight: 300;
    margin-left: 7px;
    padding: 5px 20px;
    font-size: 14px;
}

.tophed a.btn:hover {
    background: var(--primary);
    transition: .3s all ease-in-out;
    color: #fff;
}
.portfolio-btn {
    position: fixed;
    top: 37%;
    left: -16%;
    rotate: 90deg;
    font-size: 18px;
    background: var(--primary);
    font-weight: 900;
    padding: 8px 1rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    animation: zoomPulse 2s ease-in-out infinite;
    z-index: 998;
}

@keyframes zoomPulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}
/* ============= header css start ============= */
.page-template-home header {
    position: relative;
    width: 100%;
    z-index: 999;
    background: #fff;
}
 .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 {
     padding: 4rem 16px;
     background: #fff;
 }

 .banner h1 {
     font-weight: 700;
     font-size: 42px;
 }

 h1 span{
    color: var(--primary);
 }

 .stat-value {
     color: var(--primary);
     font-weight: 600;
 }

 .statistics-section {
     border: 1px solid #c7c8c9;
     padding: 17px 0;
 }

 .video-wrapper {
     position: relative;
     width: 100%;
     padding-bottom: 56.25%;
     height: 0;
     overflow: hidden;
 }

 .video-wrapper iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     border: 0;
 }

 .yt-frame-container {
     position: relative;
     padding-bottom: 56.25%;
     width: 100%;
     pointer-events: none;
 }

 .cta-btn {
     border: 1px solid var(--text);
     padding: 10px 20px;
     border-radius: 8px;
     color: var(--text);
 }

 .cta-btn:hover {
     background: var(--primary);
     color: #fff;
     transition: .3s all ease-in-out;
     border-color: var(--primary);
 }

 .cta-btn.filled {
     background: var(--primary);
     color: #fff;
     border-color: var(--primary);
 }

 .cta-btn.filled:hover {
     background: transparent;
     color: var(--text);
     border-color: var(--text);
 }
 /* ============= banner css end ============= */

/* ============= 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 {
    height: 88px;
    object-fit: contain;
}
 .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 ============= */
.case-study {
    padding: 4rem 16px;
}


.title-btn-style {
    border: 1px solid #1F2937;
    width: fit-content;
    margin: auto;
    padding: 3px 10px;
    background: #111827;
    border-radius: 5px;
    margin-bottom: 12px;
}

.case-study-holder {
    background: url('https://netscapelabs.com/wp-content/uploads/2025/10/new-home-impact-bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 18px;
    padding: 2rem 3rem;
    color: #fff;
    text-align: center;
}


.nav-pills {
    border: 1px solid #fff;
    padding: 10px 20px;
    border-radius: 12px;
    max-width: 1000px;
    margin: auto;
    gap: 20px;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.nav-link img {
    width: 28px;
    height: 28px;
}

.nav-link {
    padding: 8px 16px;
    background: transparent;
}

.nav-pills .nav-link.active {
    background-color: var(--primary);
}

.case-study-item-left {
    background: #0d6efd;
    border-radius: 60px;
    padding: 2rem;
    text-align: center;
    position: relative;
}

.netscape-logo {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.case-study-item-left .netscape-logo img {
    width: 300px;
    object-fit: contain;
    transform: rotate(264deg);
    margin-left: -19rem;
    margin-top: 3rem;
}

.case-study-item-left img {
    height: 437px;
    z-index: 99;
    position: relative;
    transform: rotate(-6deg);
}

.case-study-item-right {
    text-align: left;
    padding: 18px 30px 34px 115px;
    background: #3C356375;
    border-radius: 0 32px 32px 0;
    position: relative;
    left: -162px;
    backdrop-filter: blur(50px);
    width: calc(100% + 140px);
}

.case-study-item-right P {
    color: #FFFFFFB2;
}

.case-study-item-ul {
    background: #3C356375;
    padding: 9px 13px;
    border-radius: 7px;
}

.case-study-item-ul ul li {
    flex: 0 0 33%;
    margin: 8px 0;
    font-size: 14px;
}

.case-study-item-ul ul li i {
    margin-right: 10px;
}
/* ============= our case study sec css end ============= */

/* ============= 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: 10px 20px;
    color: #fff;
    transition: .5s all ease-in-out;
    background: #0000006b;
}
 .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: 85px !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;
        }
}

/* === social icon floating btn css === */

#social-share {
    position: fixed;
    bottom: 64px;
    right: 10px;
    z-index: 20;
}
#social-share ul.social-itens {
  list-style: none;
  text-decoration: none;
  text-align: center;
  position: relative;
  display: block;
}

#social-share ul.social-itens .btn-share {
  position: relative;
  cursor: pointer;
  border-radius: 50%;
  color: white;
  line-height: 1;
  outline: 0;
  border: 0;
  margin-top: 15px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  width: 50px;
  height: 50px;
  transform: scale(0);
  opacity: 0;
  transition: all 0.3s ease;
  background: #fff;
  padding: 0;
}
button.btn-share i {
    color: var(--primary);
}

.btn-share a {
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

#social-share ul.social-itens .btn-share:hover {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}



#social-share ul.social-itens.open .btn-share {
  transform: scale(1);
  opacity: 1;
}

#social-share ul.social-itens li {
  position: relative;
}

#social-share ul.social-itens li .btn-share-text {
  position: absolute;
  bottom: 15px;
  right: 100%;
  margin-right: 10px;
  min-width: 75px;
  border-radius: 2px;
  padding: 3px 4px;
  text-align: center;
  font-weight: 300;
  background: rgba(20, 20, 20, 0.7);
  color: #fff;
  display: block;
  opacity: 0;
}

#social-share ul.social-itens li:hover .btn-share-text {
  opacity: 1;
}

#social-share div.social-open-menu .btn-share {
  position: relative;
  cursor: pointer;
  border-radius: 50%;
  color: white;
  line-height: 1;
  outline: 0;
  border: 0;
  margin-top: 15px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  width: 54px;
  height: 54px;
  background-color: var(--secondary);
}


/* Transition delays for each item */
#social-share .social-itens.open .social-item-1,
#social-share .social-itens.open .social-item-1 .btn-share-text {
  transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) 0.1s;
}

#social-share .social-itens.hidden .social-item-1,
#social-share .social-itens.open .social-item-1 .btn-share-text {
  transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) 0.4s;
}

#social-share .social-itens.open .social-item-2,
#social-share .social-itens.open .social-item-2 .btn-share-text {
  transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) 0.2s;
}

#social-share .social-itens.hidden .social-item-2,
#social-share .social-itens.open .social-item-2 .btn-share-text {
  transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) 0.3s;
}

#social-share .social-itens.open .social-item-3,
#social-share .social-itens.open .social-item-3 .btn-share-text {
  transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) 0.3s;
}

#social-share .social-itens.hidden .social-item-3,
#social-share .social-itens.open .social-item-3 .btn-share-text {
  transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) 0.2s;
}

#social-share .social-itens.open .social-item-4,
#social-share .social-itens.open .social-item-4 .btn-share-text {
  transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) 0.4s;
}

#social-share .social-itens.hidden .social-item-4,
#social-share .social-itens.open .social-item-4 .btn-share-text {
  transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) 0.1s;
}

/* === social icon floating btn end === */
button:focus {
    box-shadow: none !important;
}

/* sale popup */

 .sale-popup-holder h2 span {
     color: var(--primary);
     font-weight: 700;
 }

 .sale-popup-holder .field label,
 .sale-popup-holder .field input,
 .sale-popup-holder .field textarea {
     width: 100%;
 }

 #salePopup .modal-content {
     max-width: 97% !important;
     margin: auto;
 }

 #salePopup .modal-dialog {
     max-width: 950px;
 }

 .sale-form {
     box-shadow: -1px 1px 2px 2px #0000000d;
     padding: 10px 2rem;
     border-radius: 12px;
 }

 .sale-form textarea {
     height: 100px;
 }

 .sale-form .submit-btn input {
     background: var(--primary);
     border: none;
     padding: 10px 20px;
     border-radius: 6px;
     width: 100%;
     color: #fff;
 }

 .sale-form .submit-btn {
     width: 100%;
 }