/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.hero-text-wrapper .slider-title a{
    padding: 80px 50px !important;
    font-size: 25px !important;
    position: absolute;
    right: -50%;
    top: 50%;
    transform: translateY(-50px);
} 
.hero-text-wrapper .slider-title a:hover{
    transform:translateY(-50px);
}
.slider-title .col-lg-8{
    position:static;
}
.ctnp-proj ul li{
    transition: transform 0.4s ease-out, box-shadow 0.4s ease-out;
}

.ctnp-proj ul li:hover{
    box-shadow: 10px 12px 15px 7px #888888;
    transform: scale(1.1);
}
.testimonial-card {
  background: linear-gradient(to bottom, #f9f9f9, #e0e0e0);
  border-radius: 8px;
  padding: 24px;
  max-width: 100%;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.testimonial-text {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 16px;
  font-style: italic;
}

.testimonial-author {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 12px;
  text-align: center;
}

.testimonial-stars {
  font-size: 1.5rem;
  color: #ffc107; /* Yellow color for stars */
  text-align: center;
}

.mfp-close {
	right: 5%; !important;
}
.mfp-content .testimonial-card{
  width: 90% !important;
  margin: 0 auto !important;
}
.testimonial-carousel .owl-nav {
  text-align: center;
  margin-top: 10px;
  opacity:1 !important;
}
.testimonial-carousel .owl-nav button{
	opacity:1 !important;
}
.testimonial-carousel .owl-nav button:hover{
	background-color: transparent !important;
}
.testimonial-carousel .owl-nav .owl-prev{
	background: none !important;
    left: -40px !important;
}
.testimonial-carousel .owl-nav .owl-next{
	background: none !important;
    right: -40px !important;
}
.testimonial-carousel .owl-prev-arrow,
.testimonial-carousel .owl-next-arrow {
  padding: 5px 10px;
  cursor: pointer;
  display: inline-block;
  transition: 0.3s ease;
 opacity:1 !important;
  color: #333 !important;
  font-size: 50px !important;
  background-color: transparent !important;
	line-height: 45px !important;
}
.testimonial-carousel .owl-prev-arrow:hover,
.testimonial-carousel .owl-next-arrow:hover {
  color: #0073aa;
}

.testimonial-carousel .owl-dots {
  text-align: center;
  margin-top: 10px;
  bottom: -10%;
}
.testimonial-carousel .owl-dot span {
  width: 12px;
  height: 12px;
  background: #ddd;
  display: none;
  margin: 5px;
  border-radius: 50%;
}
.testimonial-carousel .owl-dot.active span {
  background: #0073aa;
}
.testimonial-carousel .owl-carousel .owl-nav.disabled, 
.testimonial-carousel .owl-carousel .owl-dots.disabled {
    display: inline-block;
}
.container .testimonial-carousel .owl-nav button.owl-next:hover,
.container .testimonial-carousel .owl-nav button.owl-prev:hover,
.container .testimonial-carousel .owl-nav button.owl-prev span:hover,{
	background-color: transparent !important;
}
.tiktok-feed{
	max-width: 820px;
    margin: 0 auto;
    border-radius: 8px;
	width:100%;
}
.tiktok-feed .tiktok-embed{
		border-left:none;
}
@media (max-width:1200px){
	.hero-master-container-mobile{
	 	margin-top: 220px;
	}
	.testimonial-popup-link .testimonial-text{
		overflow: hidden;
    	text-overflow: ellipsis;
    	display: -webkit-box;
    	-webkit-line-clamp: 2;
    	-webkit-box-orient: vertical;
	}
}
@media (max-width: 1183px) {
    .include-header .hero-text-wrapper {
        padding-top: 0px !important;
    }
	.include-header .hero-master-container-mobile{
		margin-top: 200px !important
	}
}
@media (max-width:990px){
    .hero-text-wrapper .slider-title a{
	position: relative;
    	right: 0;
    	top: 0;
    	transform: translateY(0px);
    }
	.include-header .hero-text-wrapper{
		display:block;
	}
	.include-header .hero-text-wrapper .col-md-9{
		width: 100%;
   		max-width: 100%;
	}
	.include-header .hero-text-wrapper .slider-title a.button{
		padding:15px 50px !important;
	}
	.include-header .hero-master-container-mobile {
        margin-top: 80px !important;
    }
	.testimonial-carousel .owl-item {
	  /*min-height: 300px !important;*/
	}
	.testimonial-carousel .owl-item.cloned {
	  height: auto !important;
	}
	.soc-med{
		display: none;
	}
}

@media (max-width: 768px) {
    .hero-text-wrapper .slider-title a {
        padding: 35px !important;
    }
	.case-study-wrapper{
		 gap: 30px;
	}
	.case-study-wrapper .cnt-block.equal-height,
	.case-study-wrapper .case-study{
		height:210px !important;
	}
	.case-study-wrapper .case-study img{
		object-fit: cover;
    	object-position: top;
		height: 100%;
	}
}
@media (max-width: 500px) {
    .testimonial-text,
	.testimonial-author{
        font-size: .8rem
    }
	.testimonial-stars {
    	font-size: 1rem;
	}
	 .testimonial-carousel .owl-item {
        min-height: 0px !important;
    }
}
@media (max-width: 390px) {
    .include-header .hero-text-wrapper .slider-title a.button {
        padding: 5px 16px !important;
        font-size: 15px !important;
		margin-top: -10px;
    }
	.testimonial-card{
		padding:15px !important;
	}
}
@media (max-width:375px){
	.slider-title p,
	.slider-title h2{
		margin-bottom:10px;
	}
}