/* secondary text color */
.text-secondary{
	color: #4F4F4F !important;
}

/* button */
.btn-primary {
	border-radius: 50px;
	gap: 12px;
	padding: 5px 5px 5px 16px;
	color: #104041;
	display: flex;
	align-items: center;
	width: fit-content;
	transition: all 0.5s ease !important;
}

.btn-primary .btn-primary-icon {
	height: 40px;
	width: 40px;
	background-color: #104041;
	border-radius: 100%;
}

.btn-primary .btn-primary-icon svg path {
	stroke: #ADFF1C;
}

.btn {
	transform: none !important;
}

.btn-primary:hover {
	border: 1px solid #104041;
}

.btn-primary:hover svg path {
	stroke: #FFF;
}

.btn-secondary {
	border-radius: 50px;
	gap: 12px;
	padding: 5px 5px 5px 16px;
	display: flex;
	align-items: center;
	width: fit-content;
	border: 1px solid #104041;
	background: transparent;
	color: #104041;
}

.secondary-two {
	border: 1px solid #ADFF1C;
	color: #ADFF1C;
}
.secondary-two .btn-secondary-icon{
	background-color: #ADFF1C !important;
}

.secondary-two .btn-secondary-icon svg path{
  stroke: #104041;
}
.secondary-two:hover .btn-secondary-icon{
	background-color: #104041 !important;
}

.btn-secondary .btn-secondary-icon {
	height: 40px;
	width: 40px;
	background-color: #104041;
	border-radius: 100%;
}

.btn-secondary:hover {
	background: #ADFF1C;
	border: 1px solid transparent;
	color: #104041;
}

.btn-secondary:hover svg path {
	stroke: #FFF;
}
.primary-two:hover{
	background: transparent;
	border: 1px solid #ADFF1C;
	color: #ADFF1C;
}

.primary-two:hover .btn-primary-icon{
	background-color: #ADFF1C;
}

.primary-two:hover svg path{
	stroke: #000;
}

.page-banner-section::after{
	content: "";
    position: absolute;
    top: -80px;
    right: 0;
    width: 140px;
    height: 140px;
    background: #ADFF1C;
    opacity: .5;
    filter: blur(100px);
}

/*  star icon color */
.rating-star-icon{
	color: #E62415;
}

/* custom top bottom padding */
.custom-py{
	padding: 70px 0px;
}

/* fit content width */
.custom-w-fit{
	width: fit-content;
}

/* custom grey color */
.custom-bg-grey{
/* 	background-color: #F6F6F6; */
	background-color: #F8FAFB;
}

/* custom dark green color  */
.custom-d-green{
	background-color: #104041;
}

/* custom bg gradiant */
.custom-bg-gradiant{
	background: linear-gradient(90.83deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%), #104041;
}

/* banner gradiant */
.custom-banner-color{
	background: linear-gradient(180deg,rgba(0,0,0,.2),rgba(0,0,0,.8)),#104041;
}

.custom-mini-banner-color{
	background: linear-gradient(140deg,rgba(0,0,0,0),rgba(0,0,0,.4)),#104041;
}

/* custom hover shadow */

.custom-h-shadow:hover{
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.12);
}
/* custom border */

.custom-l-border{
	border: 1px solid #E2E8F0;
}

/* custom bg dark blue */
.custom-bg-d-blue{
	background-color: #0B1B2B;
}

.custom-d-blue{
	background-color: #0B1B2B;
}

/* page title color */
.page-title-color{
	color: #ADFF1C;
}

/* client logo slider */
.client-logo-slider {
  overflow: hidden;
}

.client-logo-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: scroll-logos 20s linear infinite;
}

.client-logo-track img {
  margin: 0 20px;
  height: 50px;
}

.client-logos {
	margin-top: -65px;
}

.client-logos .logo-slider-container::before {
	content: "";
	position: absolute;
	top: -13px;
	left: -12px;
	height: 89px;
	width: 83px;
	z-index: 1;
	background: transparent;
	backdrop-filter: blur(6.5px);
	-webkit-backdrop-filter: blur(6.5px);
}

.client-logos .logo-slider-container::after {
	content: "";
	position: absolute;
	top: -20px;
	right: -9px;
	height: 99px;
	width: 75px;
	z-index: 1;
	background: transparent;
	backdrop-filter: blur(6.5px);
	-webkit-backdrop-filter: blur(6.5px);
}

@keyframes scroll-logos {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.client-logo-slider:hover .client-logo-track {
  animation-play-state: paused;
}

/* header */
header nav li.hdrmnbtn a{
	color: #000;
}


footer .trusted-partner-section a.btn {
	margin: 0 auto;
}

.top-button {
	padding: 15px;
}

/* pre footer */
.pre-footer-container {
/* 	background-color: #0B1B2B; */
	background: linear-gradient(160deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)), #104041;
    padding: 100px 50px;
    border-radius: 30px;
}

.pre-footer-container .pre-footer-img{
	position: absolute;
    right: 0;
    bottom: 0;
}

.pre-footer-container .pre-footer-img img{
	height: 450px;
	width: auto;
}

.link-building-section .slick-dots button {
	display: none;
}

.link-building-section .slick-dots button::before {
	content: "" !important;
}

.link-building-section .slick-dots li {
	height: 10px;
	width: 10px;
	background-color: #64748B;
	border-radius: 10px;
}

.link-building-section .slick-dots li.slick-active {
	width: 20px;
	background-color: #2F2F2F !important;
}

.link-building-section .link-arrows {
	margin-top: -100px !important;
	z-index: 2;
	padding-left: 30px;
	width: 50%;
}

.link-building-section .link-slide-image {
	height: 375px;
}
.landing-slider-next {
	background: #64748B4D;
	border: 0;
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
}

.landing-slider-prev {
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #2F2F2F;
	border-radius: 100%;
	background-color: transparent;
}

.landing-slider-prev:hover,
.landing-slider-next:hover{
	opacity: 0.5;
}	


.landing-slider-next.slick-disabled,
.landing-slider-prev.slick-disabled {
	opacity: 0.4;
}

.review-slide .review-column {
	height: 40px;
    width: 56px;
    object-fit: cover;
}

.review-slide .review-start {
	height: 30px;
    width: 174px;
    object-fit: cover;
}

/* pre footer */

.service-pre-footer-container {
	padding: 55px 50px !important;
}


.hero-clucth{
	border-left: 1px solid #ffffff7a;
}


/* custom popup */
#custom-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  display: none; /* hidden by default */
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

#custom-popup .popup-content {
  background: #fff;
  padding: 20px; 
	padding-top: 50px;
  max-width: 800px; 
  width: 90%;
  max-height: 80%;
  overflow-y: auto; 
  position: relative;
  box-shadow: 0 5px 20px rgba(0,0,0,0.3);
}

#custom-popup .popup-content .calendly-inline-widget {
  height: 600px; /* reduce Calendly height */
}

#custom-popup .close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}


footer form .wpcf7-spinner{
	display: none;
}

footer form .subscribe-form{
	background: white;
    padding: 7px;
    border-radius: 50px;
	display: flex;
}

footer form .wpcf7-email{
	border: none !important;
	width: 100% !important;
}

footer form .wpcf7-submit{
	border-radius: 50px;
	padding: 7px 20px !important;
}

footer form .wpcf7-submit:hover{
	background-color: #104041;
	color: white;
}

/* hide default pre footer */
footer section.trusted-partner-section{
	display: none;
}

/* blog details page */

.single-post .hero-section{
	padding: 80px 0;
	border-radius: 0 0 70px 70px;
	background: linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,.3)),#104041;
}

.single-post .hero-section .blog-image img{
	border-radius: 20px !important;
}

.single-post .related-posts-slider .slick-dots li button{
	display: none;
}
.single-post .related-posts-slider .slick-dots li button::before{
	content: none !important;
}

.single-post .related-posts-slider .slick-dots li{
	height: 10px;
	width: 10px;
	border-radius: 10px;
	background-color: #64748B;
}

.single-post .related-posts-slider .slick-dots li.slick-active{
	width: 20px;
	background-color: #2F2F2F;
}

.single-post .related-posts-slider .related-slide .category-badge a,
.blog article .card-body .category-badge a,
.category article .card-body .category-badge a,
.author article .card-body .category-badge a,
.latest-blog article .card-body .category-badge a{
	background-color: #104041 !important;
	color: #ADFF1C !important;
	padding: 10px 15px !important;
	border-radius: 50px !important;
}

.single-post main .trusted-partner-section a.btn-primary{
	margin-left: auto;
	margin-right: auto;
}

.single-post .tocdiv .blog-ai-summery,
.single-post .tocdiv .blog-toc .bd_toc_container{
	background-color: #F8FAFB !important;
	border: 1px solid #E2E8F0 !important;
}

.single-post .tocdiv .blog-toc .bd_toc_container{
	border-radius: 17px !important;
}


.single-post .tocdiv .blog-ai-summery ul.new-ai-tools-icon{
	margin-bottom: 0;
}

.single-post .tocdiv {
	max-width: unset !important;
	overflow-y: unset !important;
}

.single-post .blog-toc .bd_toc_content_list_item{
	height: 300px;
	overflow-y: auto;
}

/* blog list page */
.blog .custom-pagination .page-numbers.current,
.post-type-archive-case-study .custom-pagination .page-numbers.current,
.category .custom-pagination .page-numbers.current,
.author .custom-pagination .page-numbers.current{
	background-color: #104041;
    color: #ADFF1C;
}
.blog .custom-pagination .page-numbers,
.post-type-archive-case-study .custom-pagination .page-numbers,
.category .custom-pagination .page-numbers,
.author .custom-pagination .page-numbers{
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	color: black;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 35px;
	width: 35px;
	border-radius: 50px;
}

.blog article .wp-post-image,
.latest-blog article .wp-post-image{
	height: 245px;
	object-fit: cover;
}

/* authro page css */
.author  .authro-hero-section{
	border-bottom-left-radius: 100px;
	border-bottom-right-radius: 100px;
	background: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .8)), #104041;
	padding: 100px 0;
	position: relative;
}

.author-hero-box{
	background-color: #FFFFFF33;
	border: 1px solid #FFFFFF33;
}


@media (max-width: 1024px){
	.pre-footer-container{
		padding-bottom: 450px;
	}
	.link-building-section .link-slide-image {
		height: 400px;
	}
	.link-building-section .link-arrows {
		margin-top: 20px !important;
		padding-left: 0;
		justify-content: center !important;
		width: 100%;
	}
	.service-pre-footer-container{
		padding-bottom: 450px !important;
	}
		/* blog page */
	.blog article .wp-post-image,
	.latest-blog article .wp-post-image{
		height: 194px;
	}
	.author  .authro-hero-section{
		border-bottom-left-radius: 45px;
		border-bottom-right-radius: 45px;
		padding: 50px 0;
	}
}

@media (max-width: 767px) {
	.client-logos{
		margin-top: -50px;																		
	}
	.client-logo-track img {
		margin: 0 10px;
		height: 35px;
	}
	.client-logos{
		width: 90%;
	}
	.client-logos .logo-slider-container::before {
		top: -14px;
		left: 5px;
		height: 60px;
		width: 40px;
	}

	.client-logos .logo-slider-container::after {
		top: -14px;
		right: 5px;
		height: 60px;
		width: 40px;
	}
	.pre-footer-container{
		padding: 30px 30px 300px 30px; 
		border-radius: 20px;
	}
	
	.pre-footer-container .pre-footer-img img{
		height: 280px;
	}
	
	.hero-clucth{
		border-left: none;
	}
		.link-building-section .link-slide-image {
		height: 250px;
		width: 100%;
	}
	header .offcanvas .nav-item-9156,
	header .offcanvas .nav-item-9156 a{
		width: 100%;
	}
	.service-pre-footer-container{
		padding: 30px 30px 300px 30px !important;
	}
	
	/* blog details page */

	.single-post .hero-section{
		padding: 50px 0;
		border-radius: 0 0 30px 30px;
	}
	
			/* blog page */
	.blog article .wp-post-image,
	.latest-blog article .wp-post-image{
		height: unset;
	}
	
		/* single blog TOC */
	.single-post .blog-toc .bd_toc_container {
        width: 100% !important;
        max-width: 100% !important;
    }

    .single-post .blog-toc .fit_content {
        width: 100% !important;
    }

}