@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
html , body{
    font-family: "Outfit", sans-serif !important;
}
/* header css start */

:root {
    --primaryColor: #2AB540;
} 

.home .page-header {
    display: none;
}

.page-header {
    padding: 7rem 20px 7rem 20px;
    text-align: center;
    background: url(https://nslconnect.com/wp-content/uploads/2025/10/contnet-scaled.png);
    color: #fff;
    background-position: 10%;
    background-size: cover;
    background-repeat: no-repeat;
}


body.home .site-header {
    position: absolute !important;
    background: transparent !important;
}

.site-header {
    width: 100%;
    z-index: 999;
    background: #fff !important;
}

.home .page-header {
    display: none;
}

/* testimonial */
.myTestimonialSwiper {
    background: #2AB540;
    padding: 4rem 1rem !important;
    text-align: center;
}
.testimonial-item{
    background: #2AB540;
    color: #fff;
    padding: 40px 40px 16rem 40px;
    text-align: center;
    max-width: 1000px;
    margin: auto;
}
.testimonial-item p {
    font-size: 18px
}

.testimonial-item h4 {
    font-size: 24px;
    margin: 6px;
}

.testimonial-item span {
    font-size: 18px;
}
.quotes img {
    width: 68px;
}

/* .testimonial-image{
    top: 15px;
}

.testimonial-image img{
    border-radius: 50%;
    margin: 0 5px;
} */

.myTestimonialSwiper .swiper-pagination-bullet:nth-child(1) {
    background: url('https://designer.netscapelabs.com/nslconnect/wp-content/uploads/2025/10/testimonial-1.png');
}

.myTestimonialSwiper .swiper-pagination-bullet:nth-child(2) {
    background: url('https://designer.netscapelabs.com/nslconnect/wp-content/uploads/2025/10/testimonial-2.png');
}

.myTestimonialSwiper .swiper-pagination-bullet:nth-child(3) {
    background: url('https://designer.netscapelabs.com/nslconnect/wp-content/uploads/2025/10/testimonial-3.png');
}

.myTestimonialSwiper .swiper-pagination-bullet {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 60px;
}

.swiper-pagination-bullet-active {
    border: 2px solid #FCF5EB;
}
.swiper-pagination {
    margin-top: -12rem;
    position: relative !important;
}

/* blogs css start */
body:not([class*=elementor-page-]) .site-main {
    max-width: 100% !important;
}


.blog .page-content,
.single-post .page-content {
    max-width: 1320px;
    margin: auto;
}

.single-post .page-content {
    padding: 4rem 20px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blog .page-content {
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
    row-gap: 5rem;
    padding: 4rem 20px;
}


.blog .post {
    width: 30%;
    display: flex;
    flex-wrap: wrap;
    box-shadow: -1px 3px 17px 5px #00000014;
    border-radius: 12px;
}

.blog .post>a {
    order: 1;
    width: 100%;
}

.blog .post>h2 {
    order: 2;
    padding: 0px 14px;
    font-size: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.blog .post>p {
    order: 3;
    padding: 0px 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.blog .post>a img {
    width: 100%;
    height: 260px;
}

/* blogs css end */

/* blog single page css start */

.blog-single-main {
    width: 65%;
    float: left;
}

.post-thumbnail img {
    width: auto !important;
    height: 100% !important;
    max-height: 100% !important;
}

.blog-sidebar {
    float: right;
    width: 30%;
    background: var(--primaryColor);
    color: #fff;
    padding: 8px 20px 20px 20px;
    border-radius: 6px;
    height: fit-content;
    position: sticky;
    top: 60px;
}

.post .entry-title a {
    color: #000;
}

.blog-sidebar ul.recent-posts {
    padding-left: 0;
}

.blog-sidebar ul.recent-posts li {
    list-style: none;
    margin-top: 2rem;
}

.blog-sidebar a.recent-post-link {
    display: flex;
    flex-wrap: wrap;
    text-decoration: none;
}

.blog-sidebar .recent-post-thumb img {
    width: 80px !important;
}

.blog-sidebar .recent-post-content {
    flex: 1;
    padding-left: 10px;
}

.blog-sidebar h4.recent-post-title {
    color: #fff !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 18px;
    margin-bottom: 6px;
    margin-top: 0;
}

.blog-sidebar .recent-post-excerpt {
    color: #fff !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 14px;
}

/* blog single page css end */

/* post slider blogs section start */
.post-slider-content-wrap {
    background: #ffedfd;
}

.post-slider-content-wrap h2 a {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    overflow: hidden !important;
    /* font-size: 32px !important; */
    color: #1f1f1f !important;
    min-height: 47px;
}

.post-slider-content-wrap p {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    padding-bottom: 0 !important;
    color: #1f1f1f !important;
}

.post-slider-content-wrap .post-meta {
    display: none !important;
}

.post-slider-content-wrap a.tp-read-more {
    text-decoration: none;
    background: var(--primaryColor);
    color: #fff !important;
    text-align: center;
    padding: 10px 20px !important;
    border-radius: 8px;
    margin-top: 2rem !important;
    display: block;
    width: fit-content;
}

.blog-sec-v2 li.category-items.Uncategorized a,
.blog-sec-v2 li.category-items.Uncategorized {
    background: var(--primaryColor) !important;
    color: #fff !important;
}

/* post slider blogs section end*/

body[class*="tag-"] .page-content,
body[class*="category-"] .page-content {
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
    padding: 4rem 6vw;
}

body[class*="tag-"] article.post,
body[class*="category-"] article.post {
    flex: 0 0 30%;
}

body[class*="tag-"] article.post p,
body[class*="category-"] article.post p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
@media(max-width:991px){
    .blog .post {
       width: 48%;
     }
}

@media(max-width:575px){
	.testimonial-item{
     padding: 16px 16px 16rem 16px;
   }
	.myTestimonialSwiper .swiper-pagination-bullet {
      padding: 36px;
    }
	 .blog .post {
        width: 100%;
    }
	main#content {
     padding: 0;
   }
}