/*
Theme Name: NeuralGlass
Theme URI: https://yourwebsite.com
Author: Debjeet Pal
Author URI: https://yourwebsite.com
Description: A WordPress theme converted from NeuralGlass HTML template.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: NeuralGlass
*/
/* @import url("assets/css/templatemo-NeuralGlass-v1.css");

.container {
    overflow: hidden;
} */
.logo img{
	max-width: 170px !important;
}
.section-title{
	padding: 0 10px;
}
/* Testimonials Section */
.testimonials {
  padding: 100px 0;
  text-align: center;
  position: relative;
}

.testimonials-container {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

.owl-carousel .testimonial-item {
  border-radius: 20px;
  padding: 40px 30px;
  min-height: 280px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  transition: transform 0.3s ease, background 0.3s ease;
}

.owl-carousel .testimonial-item:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-5px);
}

.testimonial-icon {
  font-size: 2rem;
  color: #ff66cc;
  margin-bottom: 15px;
}

.testimonial-text {
  font-size: 1rem;
  line-height: 1.7;
  color: #e0e0e0;
  margin-bottom: 20px;
}

.testimonial-author {
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
}

.testimonial-role {
  font-size: 0.9rem;
  color: #ccc;
}

/* Owl Carousel Default Styles */
.owl-theme .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.3);
  width: 12px;
  height: 12px;
  transition: all 0.3s ease;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: linear-gradient(90deg, #ff66cc, #7a5eff);
  transform: scale(1.3);
}

@media only screen and (max-width: 1200px){
	header{
		position: sticky !important;
		left: 2%;
		transform: translatex(0) !important;
	}
	body, section{
		position: relative !important;
	}
	.contact-info::before{
		content: none !important;
	}
	
}
#testimonials img{
	max-width: 100px !important;
	margin: 0 auto;
}
@media only screen and (max-width: 1024px){
	br{
		display: none !important;
	}
	.feature-content{
		transform: skew(0deg) !important;
	}
}
@media only screen and (max-width: 600px){
	.hexagon-inner, .hexagon-inner > *{
		transform: rotate(0deg) !important;
	}
}