.in-sv-hero-section {
	height: 60vh;
	min-height: 400px;
	max-height: 600px;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.in-sv-hero-section picture,
.in-sv-hero-section img,
.in-sv-hero-section video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.hero-bg-media {
	z-index: -1;
}

.in-sv-hero-content {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 100%;
	min-height: 100%;
	z-index: 1;
}

.in-sv-hero-content .container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

.in-sv-hero-content .headline-sv h2,
.in-sv-hero-content .headline-sv h4 {
	text-align: center;
	margin: 10px auto;
	width: 100%;
}

.hero-overlay {
	background: rgba(0, 0, 0, 0.25);
	z-index: 0;
}

.company-logo-img {
	filter: grayscale(100%);
	transition: filter 0.3s ease;
}

.company-logo:hover .company-logo-img {
	filter: grayscale(0%);
}

.company-logo {
	transition: transform 0.3s ease;
}

.company-logo:hover {
	transform: scale(1.05);
}

@keyframes fadeDown {
	0% {
		opacity: 0;
		transform: translateY(-15px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.service-blog-card .slide2 .read-more {
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
	margin-top: 20px;
	display: inline-block;
}

.service-blog-card:hover .slide2 .read-more {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.in-sv-faq-section {
	position: relative;
}

.faq-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;
}

.faq-content-wrap {
	position: relative;
	z-index: 2;
}

.faq-content-area,
.faq-title,
.faq-title h2,
.in-sv-faq-accordion .accordion-button,
.in-sv-faq-accordion .accordion-body,
.in-sv-faq-accordion a {
	color: #fff;
}

.in-sv-faq-accordion .accordion-button {
	background-color: rgba(255, 255, 255, 0.08);
}

.faq-contact-link {
	color: #fff;
	text-decoration: none;
}

.faq-contact-link-underline {
	text-decoration: underline;
}

.faq-social-link {
	color: #fff;
	text-decoration: none;
	display: inline-block;
}

html[lang="ar"] .faq-social-link,
html[dir="rtl"] .faq-social-link {
	margin-right: 10px;
}

html[lang="en"] .faq-social-link,
html[dir="ltr"] .faq-social-link {
	margin-left: 10px;
}

html[lang="ar"] .in-sv-faq-content-area,
html[dir="rtl"] .in-sv-faq-content-area,
html[lang="ar"] .in-sv-faq-accordion .accordion-header button,
html[dir="rtl"] .in-sv-faq-accordion .accordion-header button,
html[lang="ar"] .in-sv-faq-accordion .accordion-body,
html[dir="rtl"] .in-sv-faq-accordion .accordion-body {
	direction: rtl !important;
	text-align: right !important;
}

html[lang="en"] .in-sv-faq-content-area,
html[dir="ltr"] .in-sv-faq-content-area,
html[lang="en"] .in-sv-faq-accordion .accordion-header button,
html[dir="ltr"] .in-sv-faq-accordion .accordion-header button,
html[lang="en"] .in-sv-faq-accordion .accordion-body,
html[dir="ltr"] .in-sv-faq-accordion .accordion-body {
	direction: ltr !important;
	text-align: left !important;
}

.about-media-wrap {
	display: inline-block;
	width: 100%;
	position: relative;
}

.about-img {
	object-fit: cover;
	width: 100%;
	height: 400px;
}

.about-img-overlay {
	background-color: rgba(45, 92, 36, 0.4);
	pointer-events: none;
}

.partners-section-title-main {
	color: var(--main-sv-color);
}

.partners-section-title-alt {
	color: var(--base-sv-color);
}

.partners-map-title {
	color: var(--main-sv-color);
}

.partners-map-svg {
	margin: 0 auto;
	display: block;
}

@media (max-width: 768px) {
	.in-sv-hero-section {
		height: calc(100vh - 80px);
		min-height: calc(100vh - 80px);
		max-height: none;
		margin-top: 80px;
	}

	.desktop-hero-bg,
	.desktop-video-hero-bg {
		display: none !important;
	}

	.mobile-hero-bg {
		display: block !important;
	}
}

@media (max-width: 480px) {
	.in-sv-hero-content .headline-sv h2 {
		font-size: 1.75rem;
	}

	.in-sv-hero-content .headline-sv h4 {
		font-size: 1.1rem;
	}
}

@media (min-width: 769px) {
	.desktop-hero-bg {
		display: none !important;
	}

	.desktop-video-hero-bg {
		display: block !important;
	}

	.mobile-hero-bg {
		display: none !important;
	}
}

html[lang="en"] .in-sv-section-title h2,
html[dir="ltr"] .in-sv-section-title h2,
html[lang="en"] .headline-sv h2,
html[lang="en"] .headline-sv h3,
html[lang="en"] .headline-sv h4,
html[dir="ltr"] .headline-sv h2,
html[dir="ltr"] .headline-sv h3,
html[dir="ltr"] .headline-sv h4,
html[lang="en"] h1,
html[lang="en"] h2,
html[lang="en"] h3,
html[lang="en"] h4,
html[lang="en"] h5,
html[lang="en"] h6,
html[dir="ltr"] h1,
html[dir="ltr"] h2,
html[dir="ltr"] h3,
html[dir="ltr"] h4,
html[dir="ltr"] h5,
html[dir="ltr"] h6,
html[lang="en"] .fw-bold,
html[dir="ltr"] .fw-bold,
html[lang="en"] [style*="font-weight: 600"],
html[lang="en"] [style*="font-weight: bold"],
html[dir="ltr"] [style*="font-weight: 600"],
html[dir="ltr"] [style*="font-weight: bold"] {
	font-weight: 500 !important;
	letter-spacing: 0.5px !important;
}
