/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.main-service{
	transition: transform 0.3s ease;
}
.main-service:hover{
	transform: translateY(-5px); 
}
/*My gradient  */
.myColor {
  background: linear-gradient(90deg, #2563eb, #14B8A6); /* Example gradient */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

/* Key Higlits for the service lop */
.highlight-list {
	list-style: none;
	padding: 0;
}
.highlight-list li {
	display: flex;
	align-items: left;
	margin-bottom: 5px;
	font-size: 0.7rem;
	font-weight: 400;
	line-height: 1.5;
	transition: transform 0.3s ease-in-out;
}
.highlight-list li:hover {
	transform: translateX( 3px);
}
.highlight-icon {
	margin-right: 8px;
	color: #2563eb;
}
/*Product intro  */
.treatment-tabs {
	text-align: center;
	margin-bottom: 50px;
}
.treatment-tabs button,.filter-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 5px;
	padding: 12px 20px;
	border: none;
	color: #060606;
	border-radius: 28px;
	background: #ebf5ff;
	cursor: pointer;
	font-family: Poppins, sans-serif;
	font-size: 16px;
	transition: background 0.3s, color 0.3s;
}
.treatment-tabs button.active {
	color: #fff;
	background-image: linear-gradient(to left, #14B8A6, #2563eb);
}
.filter-btn.active {
	color: #fff;
	background-image: linear-gradient(to left, #14B8A6, #2563eb);
}
.treatment-tabs button:hover{
	background-color: #f4f7fa;
}
.keyproduct{
	font-size: 18px;
	font-weight: 600;
}

.treatment-content {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: stretch;
	position: relative;
	min-height: 280px;
	padding: 30px;
	border-radius: 10px;
	background-color: #f7f7f7;
}

.tab-content {
	display: flex;
	flex: 1;
	gap: 20px;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	transition: opacity 0.5s ease, transform 0.5s ease;
	transform: translateY(20px);
}
.tab-content.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	position: relative;
}

.treatment-left {
	flex: 1;
	min-width: 280px;
}
.treatment-right {
	flex: 1;
	min-width: 280px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.treatment-content img {
	width: 100%;
	max-width: 500px;
	height: 250px;
	object-fit: cover;
	border-radius: 8px;
}
.treatment-left ul {
	list-style: none;
	padding: 0;
	margin: 10px 0;
}
.treatment-left ul li {
	position: relative;
	padding-left: 28px;
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 1.5;
	margin-left: 5px;
}
.treatment-left ul li::before {
	content: "\f00c"; 
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #14B8A6;
	position: absolute;
	left: 0;
	top: 0;
}


/* Responsive adjustments */
@media (max-width: 768px) {
	.tab-content {
		flex-direction: column;
	}
	.treatment-right {
		margin-top: 15px;
	}
}

/* Product grid style */
 .product-filter {
     margin-bottom: 20px;
     text-align: center;
        }

.product_titel{
	color: #060606;
	font-size: 16px;
	line-height: 1.5; 
	font-weight: 700;
}
.filter-btn:hover{
	background-color: #f4f7fa;
	color: #060606;
}

.product-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	transition: all 0.3s ease;
}
.product-categories a{
	color: #477ef6;
	font-size: 14px;
	line-height: 1.2rem;
}

.product-details{
	padding-top: 30px;
	text-align: left;
    font-family: "Poppins", Sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #646464;
}
.product-hr{
	border: 1px dashed #eeeeee;
	height: px;
	margin: 20px auto;

}

.product-card {
	width: calc(25% - 20px);
	border: 1px solid #eeeeee;
	padding: 30px 19px 30px 19px;
	box-sizing: border-box;
	transition: all 0.3s ease;
	background-color: #f8fbfd;
	border-radius: 7px;
	box-shadow: rgba(0, 0, 0, 0.09) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.09) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}
.product-card:hover{
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.3) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.product-card.hidden {
	display: none !important;
}

.view-more-btn {
font-family: "Poppins", Sans-serif;
    font-size: 15px;
	text-align: center;
	width: 100%;
    font-weight: 400;
    letter-spacing: 0.6px;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-image: linear-gradient(219deg, #14B8A6 0%, #2563EB 100%);
    border-style: none;
    border-radius: 7px 7px 7px 7px;
    padding: 7px 50px 7px 50px;
	transition: background 0.5s, color 0.5s;
	margin-top: 20px;

}

.view-more-btn:hover {
  color: #060606; 
/*   transform: translateY(-2px);  */
}




@media (max-width: 768px) {
	.product-card {
		width: calc(50% - 20px);
	}
}

@media (max-width: 480px) {
	.product-card {
		width: 100%;
	}
}

.product-pagination {
	margin-top: 30px;
	text-align: center;
}

.product-pagination ul {
	list-style: none;
	padding: 0;
	display: inline-flex;
}

.product-pagination li {
	margin: 0 5px;
}

.product-pagination a, .product-pagination span {
	padding: 8px 12px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #333;
	border-radius: 4px;
	transition: background 0.3s ease;
}

.product-pagination .current,
.product-pagination a:hover {
	background-color: #2563eb;
	color: #fff;
	border-color: #2563eb;
}

/* ===== Gallery Layout ===== */

.noimage{
  font-family: "Poppins", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 8px;
}
.gallery-images {
	display: flex;
	flex-direction: column;
        }

.gallery-content {
	display: none;
	flex-wrap: wrap;
	gap: 15px;
    }  

.gallery-content.active {
	display: flex;
}

.gallery-content img {
	width: 200px;
	height: 250px;
	object-fit: fit;
	border-radius: 4px;
	cursor: pointer;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-content img:hover {
	transform: scale(1.05);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* ===== Lightbox Modal ===== */
.lightbox-modal {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.95);
	align-items: center;
	justify-content: center;
	flex-direction: column;
	animation: fadeIn 0.3s ease-in-out;
}

.lightbox-modal.show {
	display: flex;
}

@keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}

.lightbox-modal img {
	max-width: 90%;
	max-height: 80%;
	border-radius: 6px;
	transition: opacity 0.3s ease;
}

.lightbox-close {
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
	transition: transform 0.3s ease;
}

.lightbox-close:hover {
	transform: scale(1.2);
}

 /* ===== Tabs ===== */
.gallery-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 20px;
}

.gallery-tab {
	background-image: linear-gradient(219deg, #14B8A6 0%, #2563EB 100%);
	font-family: "Poppins", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.5px;
	fill: #111111;
	color: #fff;
	 border-style: none;
	border-width: 1px 1px 1px 1px;
	border-color: #7A7A7A;
	border-radius: 7px 7px 7px 7px;
	padding: 7px 50px 7px 50px;
	transition: background 0.5s ease, color 0.5s ease;
}
.gallery-tab:hover{
	background-color: #000;
	}

.gallery-tab.active {
	background: #333;
	color: #fff;
}
/* ===== Arrows ===== */
.lightbox-prev,
.lightbox-next {
	position: absolute;
	top: 50%;
	font-size: 50px;
	color: #fff;
	border: none;
	cursor: pointer;
	user-select: none;
	transform: translateY(-50%);
	padding: 10px 15px;
	border-radius: 50%;
	transition: background 0.3s ease, transform 0.3s ease;
}

.lightbox-prev:hover,
.lightbox-next:hover {
	/*             background: rgba(0,0,0,0.6); */
	transform: translateY(-50%) scale(1.1);
}

.lightbox-prev {
	left: 20px;
}

.lightbox-next {
	right: 20px;
}

/* ===== Responsive Media Queries ===== */
@media (max-width: 1024px) {
	.gallery-content img {
		width: 160px;
		height: 120px;
	}
}

@media (max-width: 768px) {
	.gallery-tab {
		padding: 4px 8px;
		font-size: 12px;
	}

	.gallery-content {
		gap: 5px;
		align-content:center;
	}

	.gallery-content img {
		width: 140px;
		height: 105px;
	}

	.lightbox-prev,
	.lightbox-next {
		font-size: 30px;
		padding: 8px 12px;
	}
}

@media (max-width: 480px) {
	.gallery-content img {
		width: 95px;
		height: 75px;

	}

	.lightbox-prev,
	.lightbox-next {
		font-size: 20px;
		padding: 6px 10px;
	}

	.lightbox-close {
		font-size: 30px;
		top: 15px;
		right: 20px;
	}
}