/* ===== VENOOS SERVICE HERO GLASS CLEAN ===== */

/* سکشن کلی */
.service-hero-venoos {
	background: #f9f9f9;
	padding: 0;
	max-width: 1000px;
	margin: 20px auto;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

/* تصویر */
.service-hero-img-wrapper {
	position: relative;
	text-align: center;
}

.service-hero-img {
	max-width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}

/* Glass Full */
.service-hero-glass {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.55);
	backdrop-filter: blur(8px);
	padding: 15px 10px;
	box-sizing: border-box;
}

.service-hero-title {
	font-size: 1.8rem;
	color: #23476d;
	font-weight: 700;
	text-align: center;
	margin: 0;
	line-height: 1.4;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* کپشن */
.service-hero-caption {
	font-size: 1rem;
	line-height: 1.9;
	color: #444;
	text-align: justify;
	padding: 20px;
	background: #ffffff;
	border-radius: 0 0 12px 12px;
	word-break: break-word;
	max-width: 100%;
}

.service-hero-caption p {
	margin-bottom: 1rem;
}

.service-hero-caption img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	margin: 20px auto;
	display: block;
	box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.service-hero-caption blockquote {
	background: #f0f2f5;
	border-right: 4px solid #23476d;
	padding: 12px 16px;
	border-radius: 8px;
	color: #555;
	font-size: 0.95rem;
	line-height: 1.8;
	margin: 20px 0;
}

/* ریسپانسیو */
@media (max-width: 768px) {
	.service-hero-title {
		font-size: 1.4rem;
	}
	.service-hero-caption {
		font-size: 0.95rem;
		line-height: 1.8;
		padding: 15px;
	}
}

.service-sidebar {
	width: 100%;
	margin-top: 30px;
}

/* در دسکتاپ فاصله کنار سایدبار */
@media (min-width: 992px) {
	.service-sidebar {
		margin-top: 0;
		padding-left: 20px; /* فاصله سمت چپ */
	}
}

@media (min-width: 992px) {
  .row.wrap {
	direction: ltr; /* جهت ردیف ltr */
  }
  .row.wrap > [class^="col-"] {
	direction: rtl; /* ستون‌ها rtl */
  }
}

@media (max-width: 991.98px) {
  /* سایدبار رو کامل عرض کن */
  .col-12.col-lg-4 {
	flex: 0 0 100% !important;
	max-width: 100% !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
	margin-top: 20px !important;
	box-sizing: border-box;
  }
  
  /* اطمینان از اینکه بخش سایدبار container درست کار می‌کنه */
  .service-sidebar {
	width: 100% !important;
	max-width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
  }
}

@media (min-width: 992px) {
  .sticky-sidebar {
	position: sticky;
	top: 100px; /* فاصله از بالا هنگام اسکرول */
  }
}

.service-video-wrapper {
	max-width: 800px;
	margin: 20px auto;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.service-video-wrapper video {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 16px;
}

