/* Transition MUST be on the base, not .is-visible */
.scroll-animate {
	opacity: 0;
	transform: translateY(40px);
	transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
		transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
	-webkit-transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
		transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.scroll-animate.fade-down {
	transform: translateY(-40px);
}

.scroll-animate.is-visible {
	opacity: 1;
	transform: translateY(0) !important;
}

/* Stagger delays */
.scroll-animate.delay-1 { transition-delay: 0.3s; -webkit-transition-delay: 0.3s; }
.scroll-animate.delay-2 { transition-delay: 0.6s; -webkit-transition-delay: 0.6s; }

.scroll-animate { transform: translateY(20px); }
.scroll-animate.fade-down { transform: translateY(-20px); }

.dropdown-menu.depth_0.show{
	padding:0px;
	border-radius: 0;
}
.img-mode-multiply{mix-blend-mode: multiply;}
.map_round iframe{border-radius:6% !important;}
.z-1{
	z-index: 1;
}
.post_enjoy a{
	color: #E6437C!important;
	text-decoration: underline;
}
.post_enjoy a:hover{
	text-decoration: none;
}
.footer-form span.wpcf7-list-item {
	display: block;
}
figure {
	margin: 0 !important;
}
.wp-block-button:hover .wp-block-button__link,
.wp-block-button__link:hover{
	background:#000000 !important;
	color: #ffffff !important;
}
/* a.wp-block-button__link{
font-size:15px;
font-weight:600;
padding:12px 30px;
letter-spacing:0.06em;
text-decoration:none !important;
border-radius:8px;
text-transform:uppercase;
border-color:#0095f2!important;
background-color:#0095f2!important;
color:#fff !important;
}
a.wp-block-button__link:hover,
a.wp-block-button__link:focus{
border-color:#0095f2!important;
background-color:#0095f2!important;
color:#fff !important;
}
.btn-info {
background: #0095f2;
border-color: #0095f2;
color: #fff !important;
} */
input.wpmtst_submit_testimonial{
	font-size:15px;
	font-weight:600;
	padding:12px 30px;
	letter-spacing:0.06em;
	text-decoration:none !important;
	border-radius:8px;
	text-transform:uppercase;
	border-color:#0095f2!important;
	background-color:#0095f2!important;
	color:#fff !important;
}
input.wpmtst_submit_testimonial:hover{
	border-color:#0095f2!important;
	background-color:#0095f2!important;
	color:#fff !important;
}

span.wpcf7-form-control-wrap,
span.wpcf7-spinner {
	display: block !important;
}

textarea#wpmtst_post_content{height:120px;}
textarea.wpcf7-form-control.wpcf7-textarea {
	height: 150px;
}
.wpmtst-testimonial-inner {
	border: solid 1px rgb(0, 0, 0);
}


#inner-slider .carousel-item img{
	height: 500px !important;
	object-fit: cover;
	object-position: center;
}
/* Comments Section Styling */
.comments-section {
	margin-top: 4rem;
	padding-top: 3rem;
	border-top: 1px solid #e2e8f0;
}

.comments-title {
	font-size: 2rem;
	font-weight: 700;
	color: #1a202c;
	margin-bottom: 2rem;
	position: relative;
}

.comments-title::after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 60px;
	height: 3px;
	background: #3b82f6;
	border-radius: 2px;
}

/* Comment List Styling */
.comment-list {
	list-style: none;
	padding: 0;
	margin: 0 0 3rem 0;
}

.comment {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 1.5rem;
	margin-bottom: 1.5rem;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
}

.comment:hover {
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
	transform: translateY(-1px);
}

.comment-meta {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}

.comment-author {
	display: flex;
	align-items: center;
	gap: 12px;
}

.comment-author .avatar {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 3px solid #f7fafc;
}

.comment-author .fn {
	font-weight: 600;
	color: #1a202c;
	font-size: 1.1rem;
}

.comment-metadata {
	font-size: 0.875rem;
	color: #718096;
	margin-left: auto;
}

.comment-content {
	color: #2d3748;
	line-height: 1.6;
	margin-bottom: 1rem;
}

.comment-reply-link {
	background: #3b82f6;
	color: white;
	padding: 0.5rem 1rem;
	border-radius: 6px;
	text-decoration: none;
	font-size: 0.875rem;
	font-weight: 500;
	transition: all 0.3s ease;
}

.comment-reply-link:hover {
	background: #2563eb;
	transform: translateY(-1px);
}

/* Children comments */
.children {
	list-style: none;
	padding-left: 2rem;
	margin-top: 1.5rem;
}

.children .comment {
	background: #f8fafc;
	border-left: 3px solid #3b82f6;
}

/* Comment Form Styling */
.comment-respond {
	background: #f8fafc;
	border-radius: 12px;
	padding: 2rem;
	border: 1px solid #e2e8f0;
}

.comment-reply-title {
	font-size: 1.5rem;
	font-weight: 600;
	color: #1a202c;
	margin-bottom: 1.5rem;
	display: flex;
	align-items: center;
	gap: 10px;
}

.comment-reply-title::before {
	content: '💬';
	font-size: 1.25rem;
}

.comment-form {
	display: grid;
	gap: 1.5rem;
}

.comment-form-comment {
	grid-column: 1 / -1;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.form-submit {
	grid-column: 1 / -1;
	text-align: right;
	margin-top: 1rem;
}

/* Input Fields Styling */
.comment-form label {
	font-weight: 500;
	color: #4a5568;
	font-size: 0.875rem;
	margin-bottom: 0.25rem;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
	width: 100%;
	padding: 0.875rem 1rem;
	border: 2px solid #e2e8f0;
	border-radius: 8px;
	font-size: 1rem;
	transition: all 0.3s ease;
	background: white;
	box-sizing: border-box;
}

.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus,
.comment-form textarea:focus {
	outline: none;
	border-color: #3b82f6;
	box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
	transform: translateY(-1px);
}

.comment-form textarea {
	min-height: 120px;
	resize: vertical;
	font-family: inherit;
}

/* Submit Button */
.submit {
	background: linear-gradient(135deg, #f49513, #f49513);
	color: white;
	border: none;
	padding: 0.875rem 2rem;
	border-radius: 8px;
	font-size: 1rem;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.submit:hover {
	background: linear-gradient(135deg, #2563eb, #1e40af);
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.submit:active {
	transform: translateY(0);
}

/* Logged in user info */
.logged-in-as {
	background: #edf2f7;
	padding: 1rem;
	border-radius: 8px;
	margin-bottom: 1.5rem;
	font-size: 0.875rem;
	color: #4a5568;
}

.logged-in-as a {
	color: #3b82f6;
	text-decoration: none;
	font-weight: 500;
}

.logged-in-as a:hover {
	text-decoration: underline;
}

/* Required field indicator */
.required {
	color: #e53e3e;
	margin-left: 4px;
}

/* Brand Carousel Container */
/* Method 1: Add margin to slides */
.brand-carousel .slick-slide {
	margin: 0 20px; /* Adds 15px on left and right */
}

/* OR Method 2: Add padding to slide container */
.brand-slide {
	padding: 0 20px; /* Already in your code, just adjust the value */
}

/* OR Method 3: Use slick-list padding */
.brand-carousel .slick-list {
	margin: 0 -15px; /* Negative margin to compensate for slide margins */
}

.brand-carousel .slick-slide {
	margin: 0 15px;
}
.brand-carousel {
	margin: 0 auto;
	position: relative;
	padding: 0 60px;
}

.brand-slide {
	padding: 0 15px;
	text-align: center;
	outline: none;
}

.brand-logo {
	max-width: 350px;
	max-height: 220px;
	width: auto;
	height: auto;
	margin: 0 auto;
	transition: all 0.3s ease;
	object-fit: contain;
}

.brand-slide:hover .brand-logo {
	filter: grayscale(0%);
	opacity: 1;
	transform: scale(1.05);
}

/* Slick Slider Styles */
.brand-carousel .slick-list {
	padding: 20px 0;
}

.brand-carousel .slick-slide {
	opacity: 0.5;
	transition: opacity 0.3s ease;
}

.brand-carousel .slick-slide.slick-active {
	opacity: 1;
}

/* Navigation Arrows */
.brand-carousel .slick-prev,
.brand-carousel .slick-next {
	width: 40px;
	height: 40px;
	z-index: 10;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}

.brand-carousel .slick-prev:hover,
.brand-carousel .slick-next:hover {
	background: #fff;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.brand-carousel .slick-prev {
	left: 10px;
}

.brand-carousel .slick-next {
	right: 10px;
}

.brand-carousel .slick-prev:before,
.brand-carousel .slick-next:before {
	color: #333;
	font-size: 20px;
	opacity: 0.7;
}

.brand-carousel .slick-prev:hover:before,
.brand-carousel .slick-next:hover:before {
	opacity: 1;
}

/* Dots Navigation */
.brand-carousel .slick-dots {
	bottom: -40px;
}

.brand-carousel .slick-dots li button:before {
	font-size: 10px;
	opacity: 0.3;
}

.brand-carousel .slick-dots li.slick-active button:before {
	opacity: 1;
	color: #333;
}

/* Responsive Design */
@media (max-width: 768px) {
	.brand-carousel {
		padding: 0 40px;
	}

	.brand-logo {
		max-width: 140px;
		max-height: 60px;
	}

	.brand-carousel .slick-prev {
		left: 5px;
	}

	.brand-carousel .slick-next {
		right: 5px;
	}
}

@media (max-width: 480px) {
	.brand-carousel {
		padding: 0 30px;
	}

	.brand-logo {
		max-width: 120px;
		max-height: 50px;
	}

	.brand-carousel .slick-prev,
	.brand-carousel .slick-next {
		width: 30px;
		height: 30px;
	}
}
/* Responsive Design */
@media (min-width: 768px) {
	.comment-form {
		grid-template-columns: 1fr 1fr;
		gap: 1.5rem;
	}

	.comment-form-author,
	.comment-form-email {
		grid-column: span 1;
	}

	.comment-form-url {
		grid-column: 1 / -1;
	}
}

@media (max-width: 767px) {
	.comments-section {
		margin-top: 2rem;
		padding-top: 2rem;
	}

	.comment {
		padding: 1rem;
	}

	.comment-respond {
		padding: 1.5rem;
	}

	.children {
		padding-left: 1rem;
	}

	.comment-meta {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.5rem;
	}

	.comment-metadata {
		margin-left: 0;
	}
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
	.comments-section {
		border-top-color: #374151;
	}

	.comments-title,
	.comment-author .fn {
		color: #f9fafb;
	}

	.comment {
		background: #1f2937;
		border-color: #374151;
		color: #d1d5db;
	}

	.comment-content {
		color: #e5e7eb;
	}

	.comment-respond {
		background: #1f2937;
		border-color: #374151;
	}

	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form input[type="url"],
	.comment-form textarea {
		background: #111827;
		border-color: #374151;
		color: #f9fafb;
	}

	.logged-in-as {
		background: #374151;
		color: #d1d5db;
	}
}

/* Animation for new comments */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.comment {
	animation: fadeInUp 0.5s ease-out;
}

/* Success message styling */
.comment-awaiting-moderation {
	background: #d1fae5;
	color: #065f46;
	padding: 0.5rem 1rem;
	border-radius: 6px;
	font-size: 0.875rem;
	margin-top: 1rem;
	border-left: 4px solid #10b981;
}
@media (max-width:1599.98px) {

}

@media (max-width: 1359.98px) {	

}

@media( max-width : 991px ){
	#inner-slider .carousel-item img{
		height: 300px !important;
	}

}
@media (min-width: 768px) {

}

@media (max-width:767.98px) {
	#inner-slider .carousel-item img{
		height: 300px !important;
	}
}
