﻿.breadcrumb a {
	text-decoration: none;
	color: #2f4f2f;
	font-weight: 500;
}

.breadcrumb .active {
	color: #000;
	font-weight: bold;
}

.share-icons i {
	font-size: 20px;
	margin-left: 8px;
	color: #007f3d;
	cursor: pointer;
}

.filter-box, .product-box {
	background: #f9f9f9;
	border-radius: 6px;
	padding: 20px;
}

.green-box {
	background: #007f3d;
	color: #fff;
	border-radius: 6px;
	padding: 25px;
	line-height: 2;
}

.rating {
	color: #007f3d;
}

.product-img {
	border: 1px solid #ddd;
	border-radius: 6px;
	background: #f9f9f9;
	padding: 10px;
}

.check-title {
	font-weight: bold;
	color: #007f3d;
}
.form-check{
	padding-right:0px;
}
.product-box h2::after {
	content: "";
	display: inline-block;
	width: 3px;
	height: 15px;
	background: #008a16;
	margin-bottom: 3px;
	margin-right: 3px;
}
.product-box h2 {
	font-family: 'Roboto', 'Open Sans', 'Arial Narrow', sans-serif;
	font-weight: 300; /* سبک نازک */
	letter-spacing: 1px; /* فاصله حروف شبیه تصویر */
	color: #007A33; /* همون سبز داخل عکس */
}
.carousel-item img {
	border-radius: 10px;
	padding: 10px;
	border: 2px solid;
	height: 254px;
}
/* افکت باکس‌ها */
.box-animate {
	transition: all 0.4s ease;
	border-radius: 14px;
}

	.box-animate:hover {
		transform: translateY(-5px);
		box-shadow: 0 8px 20px rgba(0,0,0,0.15);
	}

/* استایل فیلتر زیباتر */
.filter-box {
	background: #f9fafb;
	border-radius: 14px;
	border: 1px solid #e5e7eb;
}

	.filter-box hr {
		margin: 10px 0;
		border-top: 1px dashed #ccc;
	}

.carousel-indicators [data-bs-target] {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 10px;
	height: 2px;
	margin: 0 3px;
	cursor: pointer;
	background-color: #ccc;
	border: 0;
	opacity: .5;
	transition: all 0.6s ease;
}

/* حالت فعال درست */
.carousel-indicators .active {
	width: 30px !important;
	background-color: #c2a618 !important;
	opacity: 1;
}
#productGallery {
	border-radius: 14px;
	border: 1px solid #e5e7eb;
}
.carousel-indicators {
	bottom: 8px;
	background-color: #f9fafb;
}
.label-title {
	color: #000;
	font-weight: 500;
}
/*.label-title:after{

	border:1px dashed #ccc;
}*/

.product-box h5::before, .product-details-card h6::before {
	content: "";
	display: inline-block;
	width: 3px;
	height: 15px;
	background: #008a16;
	/* margin-bottom: 3px; */
	margin-left: 3px;
}
.social-icons a {
	display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    border: 1px solid #4CAF50;
    border-radius: 50%;
    color: #4CAF50;
    font-size: 15px;
    text-decoration: none;
    background: #fff;
    transition: all 0.3s ease;

}

	.social-icons a:hover {
		background: #4CAF50; /* پر شدن داخل دایره موقع هاور */
		color: #fff; /* آیکون سفید بشه */
	}
.nav-tabs {
	border-bottom: 1px solid #ddd;
}

	.nav-tabs .nav-link {
		color: #666;
		border: none;
		border-radius: 0;
		padding: 12px 25px;
		font-weight: 500;
		background: #fff;
		border-bottom: 1px solid #ccc;
	}

		.nav-tabs .nav-link.active {
			color: #007f3d !important;
			font-weight: bold;
			border: none;
			/*	border-bottom: 3px solid #007f3d;*/
			background: #f3f3f3;
		}
/* عنوان بخش */
.section-title {
	color: #007f3d;
	font-weight: bold;
	margin: 20px 0;
/*	display: flex;*/
	align-items: center;
	font-size: 18px;
}
.section-title::after {
	color: #007f3d;
	font-weight: bold;
	margin: 20px 0;
	display: flex;
	align-items: center;
	font-size: 18px;
}

	.section-title i {
		margin-left: 6px;
	}
/* باکس محتوای توضیحات */
.detail-box {
	border: 2px solid #007f3d;
	border-radius: 6px;
	padding: 20px;
	background: #fff;
}

	.detail-box img {
		border-radius: 6px;
		max-width: 100%;
		height: auto;
	}

.feedback-section {
	display: flex;
	/*height: 100vh;*/
}

.feedback-img {
	flex: 1;
	background: url('../img/product-details/bigimage.png') center center/cover no-repeat;
}

.feedback-form {
	flex: 1;
	background: #111;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px;
	opacity: .9;
}

.feedback-box {
	width: 100%;
	max-width: 500px;
}

	.feedback-box h4 {
		color: #00a651;
		font-weight: bold;
		margin-bottom: 10px;
		display: flex;
		align-items: center;
	}

		.feedback-box h4 i {
			margin-left: 6px;
		}

.form-control {
	background: transparent;
	border: none;
	border-bottom: 1px solid #555;
	border-radius: 0;
	color: #ccc;
	margin-bottom: 20px;
}

	.form-control:focus {
		box-shadow: none;
		border-bottom: 1px solid #00a651;
	}

textarea.form-control {
	min-height: 120px;
	resize: none;
}

.btn-green {
	background: #00a651;
	color: #fff;
	font-weight: bold;
	width: 100%;
	padding: 12px;
	border-radius: 6px;
	border: none;
}

	.btn-green:hover {
		background: #008f42;
	}

small {
	color: #aaa;
	display: block;
	margin-bottom: 20px;
}
.form-control::placeholder {
	color: #aaa;
	opacity: 1;
}
/* کارت گالری با ماسک سبز و عنوان */
/*.proj-card {
	position: relative;
	display: block;
	border-radius: 16px;
	overflow: hidden;
}

	.proj-card img {
		display: block;
		height: 260px;
		object-fit: cover;
	}

	.proj-card .hover-mask {
		position: absolute;
		inset: 0;
		background: rgba(31,139,75,.85);*/ /* سبز نیمه‌شفاف */
		/*color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		opacity: 0;
		transition: opacity .3s ease;
	}

	.proj-card:hover .hover-mask {
		opacity: 1;
	}

	.proj-card .proj-title {
		position: absolute;
		bottom: 12px;
		right: 14px;
		background: rgba(0,0,0,.45);
		color: #fff;
		padding: 6px 10px;
		border-radius: 8px;
		font-weight: 600;
		font-size: .95rem;
	}*/


/* تصویر داخل لایت‌باکس */
#lightboxCarousel .carousel-item img {
	width: 100%;
	max-height: 75vh;
	object-fit: contain;
	background: #111;
}

#lightboxDots button {
	background-color: #fff !important;
}

/* نمایش 3 کارت در هر اسلاید */
.multi-carousel .carousel-inner {
	display: flex;
	transition: transform 0.6s ease;
}

.multi-carousel .carousel-item {
	display: flex;
	flex: 0 0 100%;
	padding: 0 0.5rem;
}

.multi-carousel .carousel-item-row {
	display: flex;
	width: 100%;
	flex-wrap: nowrap;
}

.multi-carousel .carousel-col {
	flex: 0 0 33.333%;
	max-width: 33.333%;
	padding: 0 0.5rem;
}

@media (max-width: 992px) {
	.multi-carousel .carousel-col {
		flex-basis: 50%;
		max-width: 50%;
	}
}

@media (max-width: 576px) {
	.multi-carousel .carousel-col {
		flex-basis: 100%;
		max-width: 100%;
	}
}

/* فلش‌ها */
.custom-arrow {
	width: 46px;
	height: 46px;
	top: 42%;
	transform: translateY(-50%);
	border-radius: 50%;
	background: #fff;
	opacity: 1;
	border: 1px solid #dfe3e6;
}

	.custom-arrow .carousel-control-prev-icon,
	.custom-arrow .carousel-control-next-icon {
		filter: invert(36%) sepia(19%) saturate(1415%) hue-rotate(92deg) brightness(92%) contrast(91%);
	}

	.custom-arrow:hover {
		background: #1f8b4b;
		border-color: #1f8b4b;
	}

		.custom-arrow:hover .carousel-control-prev-icon,
		.custom-arrow:hover .carousel-control-next-icon {
			filter: invert(100%);
		}

/* کارت + ماسک سبز و عنوان */
.proj-card {
	position: relative;
	display: block;
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 1rem;
}

	.proj-card img {
		display: block;
		height: 260px;
		width: 100%;
		object-fit: cover;
	}

	.proj-card .hover-mask {
		position: absolute;
		inset: 0;
		background: rgba(31,139,75,.85);
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		opacity: 0;
		transition: opacity .3s ease;
	}

	.proj-card:hover .hover-mask {
		opacity: 1;
	}

	.proj-card .proj-title {
		position: absolute;
		bottom: 12px;
		right: 14px;
		color: white;
		background: rgba(0,0,0,0.5);
		padding: 4px 8px;
		border-radius: 4px;
		font-size: 0.9rem;
	}


.blog-related {
	
	color: #1f8b4b;
}

.blog-related h5 {
	color: #1f8b4b;
}

.blog-card {
	border: 0;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(0,0,0,0.08);
	transition: transform .3s;
}

	.blog-card:hover {
		transform: translateY(-4px);
	}

	.blog-card img {
		object-fit: cover;
		height: 100%;
		width: 100%;
	}
.product-details-card .col-7
,
.product-details-card .col-12
{
	    position: relative;
}

.date-badge {
	background: #1f8b4b;
	color: #fff;
	padding: 4px 10px;
	font-size: 0.8rem;
	display: inline-block;
	position: absolute;
	top: -5px;
	left: 10px;
	border-top: 4px solid #a28b14;
}
.big-badg {
	background: #1f8b4b;
	color: #fff;
	padding: 4px 10px;
	font-size: 0.8rem;
	display: inline-block;
	position: absolute; /* تغییر مهم */
	top: -5px;
	left: 10px;
	border-top: 4px solid #a28b14;
/*	border-radius: 4px;*/
}




.blog-card h6 {
	font-weight: 700;
	font-size: 1rem;
	margin-bottom: .5rem;
}

.blog-card p {
	font-size: 0.9rem;
	color: #555;
}
.section-title {
	color: #1f8b4b;
	font-weight: bold;
}

.doc-card {
	background: #f9f9f9;
	border-radius: 8px;
	padding: 12px 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: background .3s;
}

	.doc-card:hover {
		background: #f0f0f0;
	}

.doc-icon {
	width: 50px;
	height: 50px;
	background: url("../img/product-details/pdf.png") no-repeat center/contain;
	flex-shrink: 0;
}

.doc-title {
	font-size: 0.9rem;
	color: #333;
	margin: 0;
	flex-grow: 1;
	padding-right: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.download-btn {
	font-size: 1.4rem;
	color: #1f8b4b;
}


/*---------ارتباط با جابون-----------*/
.contact-jaboon  {
	background-color: #f2f2f2;
}
.contact-jaboon .section-title {
	font-size: 52px;
	font-weight: 300;
	color: #ccc;
}

.contact-jaboon .section-subtitle {
	font-size: 26px;
	font-weight: 600;
	margin-top: -20px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}

	.contact-jaboon .section-subtitle::before,
	.contact-jaboon .section-subtitle::after {
		content: "";
		flex: 1;
		height: 2px;
		background: #1f8b4b;
		max-width: 120px;
	}

.contact-jaboon .icon-box {
	text-align: center;
	padding: 20px;
}

	.contact-jaboon .icon-box i {
		font-size: 48px;
		color: #1f8b4b;
		margin-bottom: 15px;
	}

	.contact-jaboon.icon-box h6 {
		font-size: 18px;
		color: #555;
	}
.newsletter-bar {
	background: var(--brand);
	padding: 18px 0;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
}

.newsletter-title {
	color: #fff;
	font-weight: 800;
	letter-spacing: .2px;
}

.nl-input {
	background: #219550;
	color: #1c8245;
	border: none;
	border-radius: 14px !important;
	height: 48px;
	padding-inline: 18px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15);
	text-align: right;
	max-width: 500px;
}

	.nl-input::placeholder {
		color: #d9f3e6;
		opacity: .85;
	}

.nl-btn {
	width: 65px;
	height: 48px;
	border-radius: 14px !important;
	background: var(--brand-dark);
	border: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
	color: #fff;
	right: -30px;
	position: relative;
}

.nl-form .input-group {
	gap: 12px;
}
/* فاصله بین دکمه و فیلد */
@media (max-width: 768px) {
	.newsletter-title {
		margin-top: 10px;
		text-align: center;
	}
}
.bg-gray {
	background-color: #ffffff;
}
.product-details-card p{
	text-align:justify;
}
.big-image{
	width:100%;
	max-height:400px;
}
.proj-card{
	color:#ffff;
}

.proj-title::before {
	content: "";
	display: inline-block;
	width: 3px;
	height: 10px;
	background: #008a16;
	/* margin-bottom: 3px; */
	margin-left: 3px;
}
footer input {
	border-radius: var(--bs-border-radius) !important;
}
#executed-gallery .hover-mask {
	position: absolute;
	inset: 0;

	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	transition: opacity .3s;
	background: rgb(24 174 97 / 59%);
}

#executed-gallery a.proj-card {
	position: relative;
	display: block;
}

	#executed-gallery a.proj-card:hover .hover-mask {
		opacity: 1;
	}
/* حذف فاصله اضافی در موبایل */
@media (max-width: 768px) {
	#executed-gallery .carousel {
		margin-bottom: 0 !important;
	}
}

/* ردیف اصلی: ستون‌ها هم‌ارتفاع */
.product-details-related .row.g-4 {
	display: flex;
	align-items: stretch;
}

/* ستون‌ها باید فلکس باشن */
.product-details-related .col-lg-5,
.product-details-related .col-lg-7 {
	display: flex;
	flex-direction: column;
}

/* کارت‌ها کش بیاد */
.product-details-card {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
}
