@font-face {
	font-family: "IRANSansWeb";
	src: url(../fonts/Farsi/IRANSansWeb.ttf);
}
@font-face {
	font-family: "IRANSansWeb_Bold";
	src: url(../fonts/Farsi/IRANSansWeb_Bold.ttf);
}
@font-face {
	font-family: "IRANSansWeb_num";
	src: url(../fonts/Farsi/IRANSansWeb_Medium_FaNum.ttf);
}
a {
	text-decoration: none;
	color: #000;
}
.contact-us-list li {
	list-style: none;
}
.contact-us-list {
	padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
div,
li,
button {
	font-family: "IRANSansWeb", "IRANSansWeb_Bold", "IRANSansWeb_num";
}
h2.section-title {
	font-weight: bolder;
	font-size: 16px;
	margin: 0 !important;
	padding: 5px;
}
body {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
main {
	display: flex;
	flex-direction: column;
	align-items: center;
}
main section {
	display: flex;
	align-items: flex-end;
}
.second-section {
	background-color: #f7f7f7;
	padding: 10px 0px;
}
main .swiper {
	width: 100%;
	height: 500px;
}
@media (max-width: 768px) {
	main .swiper {
		height: 410px !important;
	}
}
.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: #512611;
}
@media (min-width: 768px) and (max-width: 991px) {
	main .swiper {
		height: 378px;
	}
}
@media (min-width: 992px) {
	main .swiper {
		height: 547px;
	}
}
@media (min-width: 1200px) and (max-width: 1399px) {
	main .swiper {
		height: 24rem;
	}
	.swiper-horizontal > .swiper-pagination-bullets,
	.swiper-pagination-bullets.swiper-pagination-horizontal,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		display: none;
	}
}
@media (min-width: 1400px) {
	main .swiper {
		height: 24rem;
	}
}
.swiper-slide {
	position: relative;
}

.swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
main .swiper-slide img {
	border-radius: 8px;
	object-position: top;
}

.slide-text {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
	font-size: 16px;
	width: 420px;
	text-align: center;
}

.swiper-button-next,
.swiper-button-prev {
	color: #fff;
}
.news-item {
	padding: 15px;
	margin-bottom: 10px;
	border-radius: 5px;
}
.news-item h5 {
	margin-bottom: 0;
}
.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 9px;
	font-weight: bold;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	border: 2px solid rgb(255, 255, 255);
	background-color: rgba(0, 0, 0, 0.366);
	border-radius: 100px;
	width: 35px;
	height: 35px;
}
.latest-news-box {
	border-radius: 8px;
	overflow: hidden;
}
@media (max-width: 991px) {
	.latest-news-box {
		margin-top: 15px;
	}
}
.latest-news-box {
	text-align: center;
	border: 2px solid #b1b1b1;
	border-radius: 20px;
}
.latest-news-head {
	padding: 10px 15px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.latest-news-head h5 {
	margin: 0 10px;
}
.news-icon {
	color: #0000007f;
}

.news-icon-left {
	transform: scaleX(-1);
}

.latest-news-body ul {
	list-style: none;
	padding: 0px;
	margin: 0;
	text-align: justify;
	direction: rtl; /* Ensure text direction is RTL */
}
.latest-news-body ul li {
	position: relative;
	padding-right: 20px; /* Add space for the icon on the right */
}
.latest-news-body ul li::before {
	content: "";
	position: absolute;
	right: 0; /* Move icon to the right */
	top: 50%;
	width: 16px; /* Adjust icon size */
	height: 16px;
	background-image: url("/assets/source/media/icons/diamond-bullet.svg"); /* Replace with actual SVG link */
	background-size: contain;
	background-repeat: no-repeat;
	transform: translateY(-50%);
}

@media (max-width: 768px) {
	.latest-news-body ul {
		padding: 0px !important;
	}
}

.latest-news-body li {
	padding: 10px 5px;
	border-bottom: 1px solid #e0e0e0;
	background: #d9d9d9;
	font-size: 14px;
}

.latest-news-body li:nth-child(odd) {
	background-color: #f3f3f3;
}

.latest-news-body a {
	color: #333;
	text-decoration: none;
	display: block;
	transition: all 0.3s ease-in-out;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.latest-news-body a:hover {
	color: #ff2f00;
}

@media (max-width: 768px) {
	.latest-news-col {
		display: flex;
		justify-content: center;
	}
}
/* main news section start*/
.main-news-container {
	background-image: url(../media/background/bg-2.png);
	/* Set a specific height */
	min-height: 70vh;

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.main-news .row {
	margin-left: -10px;
	margin-right: -10px;
}

.main-news .col {
	padding-left: 10px;
	padding-right: 10px;
}
.news-card {
	margin: 3% auto;
	padding: 3%;
	border-radius: 5px;
	background: hsla(0, 0%, 97%, 1);

	background: linear-gradient(
		90deg,
		hsla(0, 0%, 97%, 1) 1%,
		hsla(258, 100%, 98%, 1) 46%,
		hsla(0, 0%, 97%, 1) 99%
	);

	background: -moz-linear-gradient(
		90deg,
		hsla(0, 0%, 97%, 1) 1%,
		hsla(258, 100%, 98%, 1) 46%,
		hsla(0, 0%, 97%, 1) 99%
	);

	background: -webkit-linear-gradient(
		90deg,
		hsla(0, 0%, 97%, 1) 1%,
		hsla(258, 100%, 98%, 1) 46%,
		hsla(0, 0%, 97%, 1) 99%
	);

	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#F7F7F7", endColorstr="#F8F5FF", GradientType=1 );

	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease-in-out;
	width: 278px;
	height: 400px;
	display: flex;
	justify-content: space-between;
	border: 2px solid white;
}

.news-card:hover {
	box-shadow: 0px 0px 10px rgba(35, 35, 35, 0.2);
}
.news-card .news-image img {
	width: -webkit-fill-available;
	height: 200px;
	border-radius: 7px;
	object-fit: cover;
}
.news-card h5 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-wrap: wrap;
	font-weight: bold;
	font-size: 15px;
}
.news-card p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 98%;
	font-size: 13px;
	opacity: 0.8;
}
.btn-see-more {
	border: 1px solid #0000007f;
	border-radius: 100px;
	font-size: 10px;
	padding: 3px 13px;
}
.news-date img {
	padding-bottom: 4px;
}

.news-date.d-flex.flex-row.gap-2 {
	border-radius: 100px;
	padding: 5px;
	transition: all 0.3s ease-in-out;
	font-size: 10px;
	padding: 3px 8px;
}
@media (min-width: 768px) {
	.news-card:hover {
		background: hsla(216, 17%, 94%, 1);

		background: linear-gradient(
			90deg,
			hsla(216, 17%, 94%, 1) 0%,
			hsla(258, 100%, 98%, 1) 46%,
			hsla(216, 17%, 94%, 1) 98%
		);

		background: -moz-linear-gradient(
			90deg,
			hsla(216, 17%, 94%, 1) 0%,
			hsla(258, 100%, 98%, 1) 46%,
			hsla(216, 17%, 94%, 1) 98%
		);

		background: -webkit-linear-gradient(
			90deg,
			hsla(216, 17%, 94%, 1) 0%,
			hsla(258, 100%, 98%, 1) 46%,
			hsla(216, 17%, 94%, 1) 98%
		);

		filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#EEF0F3", endColorstr="#F8F5FF", GradientType=1 );
		border: none;
	}
	.news-card:focus-visible {
		border: none;
	}
	.news-card:hover .news-date.d-flex.flex-row.gap-2 {
		background-color: #cfcfcf;
	}
}
.btn-see-more:hover {
	background-color: #000000;
	color: #ffffff;
}
.more-news-link {
	background-color: #002863 !important;
	padding: 6px;
	color: white;
	border-radius: 7px;
	transition: all 0.7s ease-in-out;
}
.more-news-link:hover {
	background-color: #194a93 !important;
	color: white;
	border-radius: 100px;
}
/* main news section end*/
/* Services Start */
.services {
	/* background-color: red; */
	padding: 5px;
}
.services-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
}

.service-item {
	flex: 0 0 calc(50% - 10px); /* 2 items per row on small screens */
	max-width: calc(50% - 10px);
	text-decoration: none;
	color: inherit;
}
.service-icon img{
	width: 3rem; /* Increase this value to make icons larger */
	margin-bottom: 15px; /* Adjust this value to maintain spacing */
	color: #5e5e5e; /* You can keep or change this color as needed */
	transition: all 0.4s cubic-bezier(0.86, 0.01, 0.15, 0.99);
}

.service-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 100%;
	padding: 20px; /* Increase padding to accommodate larger icons */
	background-color: #ededed;
	border-radius: 8px;
	transition: all 0.4s cubic-bezier(0.86, 0.01, 0.15, 0.99);
}

/* Adjust responsive behavior if needed */
@media (max-width: 767px) {
	.service-icon img {
		width: 2.5rem; /* Slightly smaller on mobile, but still larger than before */
	}
}

.service-box:hover {
	/* box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transform: translateY(-5px); */
	color: white;
	box-shadow: 0 5px 35px rgba(0, 0, 0, 0.6);
	transform: translateY(-5px);
}
.service-box:hover .service-icon img {
	filter: brightness(0) invert(1);
}

.service-icon {
	margin-bottom: 10px;
}

.service-description {
	font-size: 14px;
	line-height: 1.4;
}

@media (min-width: 768px) {
	.service-item {
		flex: 0 0 calc(16.666% - 16.666px); /* 6 items per row on medium and larger screens */
		max-width: calc(16.666% - 16.666px);
	}
}

@media (max-width: 767px) {
	.services-container {
		gap: 10px;
	}

	.service-box {
		padding: 10px;
	}

	.service-description {
		font-size: 12px;
	}
}
.services .uil {
	width: 30px;
	height: 30px;
	.contact-us-from {
		background-color: #f8f9fa;
		padding: 20px;
		border-radius: 8px;
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	}

	.contact-us-from .form-control {
		border: 1px solid #ced4da;
		border-radius: 4px;
		padding: 10px;
		margin-bottom: 15px;
		transition: border-color 0.3s ease;
	}

	.contact-us-from .form-control:focus {
		border-color: #007bff;
		box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
	}

	.contact-us-from .form-label {
		font-weight: bold;
		color: #495057;
	}

	.contact-us-from .btn-primary {
		background-color: #007bff;
		border-color: #007bff;
		padding: 10px 20px;
		font-weight: bold;
		transition: background-color 0.3s ease;
	}

	.contact-us-from .btn-primary:hover {
		background-color: #0056b3;
		border-color: #0056b3;
	}

	.contact-us-from textarea.form-control {
		resize: vertical;
	}
}
.service-box::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0;
	border-radius: 8px;
}
.service-box:before {
	background: linear-gradient(to right, #1b0073, #7e5af5, #1b0073);
	transform: scaleX(0);
	opacity: 0;
	transform-origin: 50% 50%;
	transition: 0.4s cubic-bezier(0.86, 0.01, 0.15, 0.99);
	border-radius: 8px;
}

.service-box:hover:before {
	transform: scaleX(1) scaleY(1);
	opacity: 1;
	border-radius: 8px;
}
/* Services end */

/* Video report section start */
.video-report,
.small-video-report.d-flex.flex-row.gap-2.mb-2 {
	border-radius: 8px;
}
.video-report .news-thumb img {
	object-fit: cover;
	width: -webkit-fill-available;
	height: 260px;
}
.video-report p,
.small-video-report-body p {
	color: #00000098;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* Limits to 2 lines */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 3.2em; /* Approx. 2 lines in most cases */
	font-size: 12px;
}
.small-video-report-thumb img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	border: 0.5px solid rgba(160, 160, 160, 0.205);
}
.video-report .news-thumb img,
.small-video-report-thumb img {
	border-radius: 10px;
}
/* Video report section end */
.video-swiper-slide {
	display: flex;
	flex-direction: column;
}

.slide-content {
	padding: 15px;
	background-color: #f6f8ff;
	border-bottom: 1px solid #00000034;
}

.slide-title {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}

.slide-subtitle {
	font-size: 12px;
	color: #666;
	margin-bottom: 5px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 1.4em;
}

.slide-date {
	font-size: 12px;
	color: #999;
}
.small-video-report.d-flex.flex-row.gap-2.mb-2 {
	background: #f6f8ff;
	padding: 10px;
	align-items: unset;
}
.video-report {
	background: #f6f8ff;
	padding: 6px;
}

.section-head-title {
	background: -webkit-linear-gradient(
		180deg,
		#162d5d 0%,
		#133170 100%
	) !important;
	color: white;
	padding: 5px;
}
.separated-col {
	background-color: #ededed;
	padding: 7px;
}
@media (max-width: 768px) {
	.video-report {
		text-align: center;
		margin: 13px;
		padding-bottom: 10px;
	}
	.news-text-body.my-0.my-md-2 h5 {
		margin-top: 5px;
	}
}

@media (max-width: 500px) {
	.small-video-report.d-flex.flex-row.gap-2.mb-2 {
		flex-direction: column !important;
		text-align: justify;
		align-items: normal;
		border-bottom: 1px solid #d8d8d8;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.small-video-report.d-flex.flex-row.gap-2.mb-2 {
		flex-direction: column !important;
		text-align: justify;
		align-items: normal;
		background-color: transparent;
		border-bottom: 1px solid #d8d8d8;
	}
	.small-video-report-body h5 {
		font-size: 14px;
	}
	.small-video-report-thumb img {
		display: none;
	}
}
@media (min-width: 768px) {
	.small-video-report,
	.video-report {
		transition: all 0.3s ease-in-out;
	}
	.small-video-report:hover,
	.video-report:hover {
		box-shadow: 0 5px 35px rgba(0, 0, 0, 0.09);
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.small-video-report-thumb img {
		width: 100px;
		height: 100px;
		object-fit: cover;
	}
	.small-video-report-body h5 {
		font-size: 17px;
	}
}
.small-video-report-body h5 {
	font-size: 13px;
	line-height: 19px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.news-text-body.my-0.my-md-2 h5 {
		font-size: 14px;
		text-align: justify;
	}
}
/* nav styles start */

/* mid nav start */
.mid-nav {
	background-image: url(../media/background/ttt.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.social-col {
	text-align: end;
	align-self: center;
}
.list-inline-item {
	transition: all 0.3s ease-in-out;
}
.list-inline-item:hover {
	transform: scale(1.08);
	transition: all 0.3s ease-in-out;
}
@media (max-width: 503px) {
	img.mid-nav-logo {
		width: 220px;
		height: 90px;
	}
}
.mid-nav-logo {
	/*background-image: url(../media/background/nav-bg.jpg) !important;*/
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transform: scale(0.9);
	border-radius: 0;
	border-top-left-radius: 34px;
	border-bottom-right-radius: 34px;
	padding-right: 5px;
}
/* ////////////////////// */
.search-container input {
	outline: none;
}
.search-container input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
.search-container input::-webkit-search-decoration,
.search-container input::-webkit-search-cancel-button {
	display: none; /* remove the search and cancel icon */
}

/* search input field */
.search-container input[type="search"] {
	border: solid 1px #835139bd;
	padding: 9px 10px 9px 32px;
	width: 110px;

	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.search-container input[type="search"]:focus {
	width: 160px;
	background-color: #fff;
	border-color: #835139bd;

	-webkit-box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
	-moz-box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
	box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
}
.submit-search-icon {
	border: none;
	background: transparent;
	position: relative;
	left: 36px;
	transition: 0.3s ease-in-out;
}
.submit-search-icon:hover {
	transform: scale(1.1);
}
/* placeholder */
.search-container input:-moz-placeholder {
	color: #999;
}
.search-container input::-webkit-input-placeholder {
	color: #999;
}
.search-container input {
	box-shadow: 1px 0rem 1rem 3px #ffffff52 !important;
}
/* demo B */
.search-container #demo-b input[type="search"] {
	width: 15px;
	padding-left: 10px;
	color: transparent;
	cursor: pointer;
}
.search-container #demo-b input[type="search"]:hover {
	background-color: #fff;
}
.search-container #demo-b input[type="search"]:focus {
	width: 130px;
	padding-left: 32px;
	color: #000;
	background-color: #fff;
	cursor: auto;
}
.search-container #demo-b input:-moz-placeholder {
	color: transparent;
}
.search-container #demo-b input::-webkit-input-placeholder {
	color: transparent;
}
.search-container {
	text-align: end;
	align-self: center;
}
/* mid nav end */

/* top nav start */
.top-nav {
	/*background-image: url(../media/background/nav-bg.jpg) !important;*/
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background: #83513994;
}
.top-nav ul li img {
	filter: invert(0);
}
.calendar {
	text-align: right;
	color: white;
	font-weight: bold;
}

/* top nav end */
/* nav styles end */

/* footer start */
footer {
	background: #333333;
}
footer li,
footer a,
footer h6,
footer p,
footer address {
	color: white;
}
footer li {
	list-style: none;
	transition: all 0.5s ease-in-out;
}

footer a:hover {
	font-weight: bold;
	color: rgb(243, 249, 255);
}
footer svg path {
	color: white;
}
footer ul {
	padding: 0;
}
img.footer-logo {
	width: 250px;
}
.list-inline-item {
	margin-right: 0.5rem;
}
/* footer end */

/* Contact us page start */
.contact-us-from {
	background-color: #f8f9fa;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.contact-us-from .form-control {
	border: none;
	padding: 10px;
	margin-bottom: 15px;
	transition: all 0.3s ease-in-out;
	border: 0.4px solid #00000010;
}

.contact-us-from .form-control:focus {
	border-color: #ffffff;
	box-shadow: 0 0 0 2px rgba(117, 230, 255, 0.288);
}

.contact-us-from .form-label {
	font-weight: bold;
	color: #495057;
}

.custom-btn-1 {
	background-color: #a37e6c;
	color: white;
	border-color: none;
	padding: 10px 20px;
	font-weight: bold;
	transition: all 0.3s ease-in-out;
	display: flex;
}

.custom-btn-1:hover {
	color: #a37e6c;
	background-color: white;
	border: 2px solid #a37e6c;
}

.contact-us-from textarea.form-control {
	resize: vertical;
}
.form-control {
	background-color: #f1f1f1;
}
.for-message,
.textarea {
	resize: none !important;
}
.contact-us-from .form-control:not(.for-message) {
	border-radius: 100px;
}
/* Contact us page end */

/* About us page start */
@media (min-width: 371px) and (max-width: 767px) {
	.about-us-img {
		max-width: 350px;
		min-height: 300px;
	}
}

/* About us page end */

/* blog post page start */
.side-link {
	opacity: 0.9;
	border-bottom: 1px solid rgba(0, 0, 0, 0.137);
	padding-bottom: 5px;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}
.side-link:hover {
	opacity: 1;
	background-color: rgb(255, 255, 255);
	border-radius: 17px;
}
.side-link-thumb img {
	width: 50px;
	border-radius: 5px;
	height: 50px;
}
.side-link-body {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 3.2em;
}
.side-link-body p {
	margin: 0px !important;
}
.side-links-container {
	background-color: #f4f4f4;
	/* box-shadow: 0px 10px 11px 3px #00000014; */
	padding: 8px;
	border-radius: 15px;
	border-top-right-radius: 0px;
}
.blogs-meta-data {
	padding: 5px;
	background-color: #ebebeb;
	width: max-content;
}
.post-date-text {
	font-size: 14px;
	font-weight: bold;
	color: rgba(0, 0, 0, 0.5);
	padding-right: 5px;
	margin-bottom: 5px;
	padding: 3px 0px 0px 5px;
}
.post-date-icon svg {
	padding: 0px 0px 3px 0px;
}
/* blog post page end */

/* submit report page start */
.submit-report-form {
	background-color: #f6f5ff !important;
	padding: 5px;
}

.form-control {
	background-color: #ffffff;
}
.form-control:not(.textarea) {
	border-radius: 8px;
}
.form-control textarea {
	resize: none;
}
.file-attachemnt-rule-text {
	font-size: 12px;
	color: rgba(0, 0, 0, 0.5);
	font-weight: bold;
}
.submit-report-form .agreement-check-from {
	background: antiquewhite;
	border-radius: 8px;
	padding: 6px;
}
.uil-file-check-alt:before {
	content: "\e963";
	/* font-size: 21px; */
}
/* submit report page end */

/* signup page start */
.sign-up-page,
.login-page {
	background-color: #57575723;
	padding: 10px;
	border-radius: 7px;
}
.member-login a {
	color: rgb(71, 117, 255);
	font-weight: bold;
}
/* signup page end */

/* blogs-2 page start */
.archived-news-thumb img {
	width: 50px;
	height: 50px;
	border-radius: 100px;
}
.archived-news-container {
	background: #eeeeee;
	border-radius: 6px;
	padding: 13px;
	align-items: flex-start;
	width: fit-content;
	transition: all 0.3s ease-in-out;
}
.archived-news-text {
	transition: all 0.3s ease-in-out;
}
.archived-news-date {
	align-self: flex-end;
	background-color: #ffdbab;
	padding: 5px;
	border-radius: 2px;
	transition: all 0.3s ease-in-out;
}
.archived-news-text p {
	overflow: hidden;
	position: relative;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 300px;
}
.archived-news-container:hover {
	background-color: #ffdbab;
}
.archived-news-container:hover .archived-news-date {
	background: #eeeeee;
}
.archived-news-container:hover .archived-news-text {
	color: rgb(29, 29, 29);
}
/* blogs-2 page end */
/* ADvanced Search Start */
.advanced-search-container {
	background-color: #f6f4ff;
}
input.m-1.start-date.shadow,
input.m-1.end-date.shadow {
	padding-right: 10px;
	border: none;
}
.start-date,
.end-date {
	border-radius: 33px;
	height: 45px;
	width: 50%;
}
.search-input-md-ds {
	border-radius: 100px;
	border: none;
	/* box-shadow: none; */
	margin-bottom: 0;
}
.sort-filter-btn {
	background-color: #fbd083;
	transition: 0.3s;
}

/* ADvanced Search end */
@media (max-width: 991px) {
	.desktop-search-container {
		display: none !important;
	}
	.mobile-search-bar {
		margin-right: auto !important;
	}
	.stellarnav.container-fluid.dark.right.mobile {
		display: flex;
		align-items: center;
	}
}
@media (min-width: 992px) {
	.responsive-sidebar {
		display: flex;
		align-items: center;
	}
	.mobile-search-bar {
		display: none !important;
	}
	.desktop-search-container {
		margin-right: auto !important;
	}
}
.no-results-container img {
	width: 250px;
	height: 250px;
}

.logo-footer-container {
	left: 50%;
	transform: translate(-5rem, 0px);
	top: -73px;
}
.logo-footer-container img {
	width: 150px;
}
@media (min-width: 992px) and (max-width: 1200px) {
	.news-card {
		width: 225px;
		/* height: 346px; */
	}
	.news-card h5 {
		font-size: 15px;
	}
	.news-card p {
		font-size: 13px;
	}
}

@media (min-width: 1201px) and (max-width: 1399px) {
	.news-card {
		width: 258px;
		/* height: 346px; */
	}
	.news-card h5 {
		font-size: 15px;
	}
	.news-card p {
		font-size: 13px;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	main .swiper {
		height: 378px;
	}
}
footer.container-fluid.p-5.align-self-center.position-relative.mt-5 {
	margin-top: 90px !important;
}

/* Lawyer search page start */

.lawyersearch-page .input-group-text,
.profile-page .input-group-text {
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
	border-top-right-radius: 10px !important;
	border-bottom-right-radius: 10px !important;
}
.lawyersearch-page .form-control,
.profile-page .form-control,
.profile-page .form-select {
	border-top-left-radius: 10px !important;
	border-bottom-left-radius: 10px !important;
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}
.lawyersresult-page .card {
	border: none;
	border-radius: 15px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.lawyersresult-page .card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
	background-color: #e3f2fd;
}
.lawyersresult-page .card img {
	border: 3px solid #0d6efd;
}
.lawyersresult-page .card-body p i {
	color: #0d6efd;
	margin-left: 5px;
}
.profile-page .input-group-text {
	background-color: #e3f2fd;
	border: none;
}
.profile-page .profile-image {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	border: 4px solid #0d6efd;
	object-fit: cover;
	margin-bottom: 15px;
}
/* Lawyer search page end */

/* fixes */
@media (max-width: 767px) {
	.sm-video-container {
		padding: 12px;
	}
}
@media (min-width: 768px) {
	.video-report .swiper-slide,
	.video-report,
	.d-flex.flex-column.justify-content-between.sm-video-container {
		height: 393px;
	}
	.video-report-slider .swiper-slide img {
		height: 235px !important;
	}
}
.row.gap-4.justify-content-center .col-md-4 {
	background-color: #ededed !important;
}
.stellarnav.dark,
.top-nav,
.mid-nav-logo {
	/*background: -webkit-linear-gradient(*/
	/*	180deg,*/
	/*	#162d5d 0%,*/
	/*	#133170 100%*/
	/*) !important;*/
	/*background-image: url(https://www.bushehrbar.ir/assets/source/media/background/nav-bg.jpg);*/
	background: #014c6a;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.text-justify-fix {
	text-align: justify;
	padding-left: 10px;
}
/* fixed end */

/* News ticker start */
.custom-slider-container {
	width: 100%;
	background-color: #f8f9fa;
	padding: 1px 0;
	border: 0.4px solid #00000014;
	border-radius: 5px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
}
.custom-slider-item {
	text-align: right;
	font-size: 14px;
	padding: 10px;
	white-space: nowrap;
}
@media (max-width: 768px) {
	.custom-slider-item {
		font-size: 14px;
		padding: 10px 8px;
	}
}
.custom-slider-nav {
	padding-left: 10px;
	width: fit-content;
	display: flex;
	flex-direction: row;
	position: relative;
	top: -23px;
	transform: translateY(-50%);
	justify-content: flex-end;
	align-items: stretch;
	margin-right: auto;
}
.custom-slider-nav button {
	background: #c1c1c1d1;
	color: #000000;
	border: 0.5px solid #0000001c;
	padding: 10px 15px;
	margin: 5px 0;
	border-radius: 50px;
	cursor: pointer;
	width: 31px;
	height: 31px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 21px;
	opacity: 0.5;
	transition: all 0.2s ease-in-out;
	transform: scale(0.9);
}
.custom-slider-nav:hover button {
	opacity: 1;
	background: #3131316b;
	color: #ffffff;
}
.custom-slider-nav button:hover {
	opacity: 1;
	background: #fafafa;
	color: #003686;
}
.fixed-height-container {
	height: 41px;
}
.sied-links-head {
	background: #e7ebff;
	width: fit-content;
	padding: 1px 30px;
	border-radius: 8px;
	border-bottom-right-radius: 0px;
	position: relative;
}
.sied-links-head:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	width: 0;
	height: 0;
	border-bottom: 34px solid #7b7b7b78;
	border-left: 20px solid #ffffff00;
	z-index: -1;
	left: -17px;
	opacity: 0.7;
	background-color: transparent !important;
	border-radius: 4px;
	border-bottom-right-radius: 0px;
}

.sied-links-head h4 {
	font-size: 13px;
	padding: 5px;
}
.newsticker-head p {
	padding: 14px 8px;
	background: #d9d9d9d1;
	width: fit-content;
	color: rgb(0, 0, 0);
	font-size: 11px;
	font-weight: bold;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	height: 46.2px;
}

/* News ticker end */
.blog-post {
	text-align: justify;
}
.blogpost-thumb {
	width: -webkit-fill-available;
	/*height: 500px !important;*/
}
.responsive-sidebar .desktop-search-container {
	display: block !important;
}
@media (max-width: 991px) {
	.responsive-sidebar .desktop-search-container {
		display: none !important;
	}
}
.profile-head-section .profile-img {
	width: 125px;
	height: 125px;
	margin: 5px;
	border: 4px solid #605dd6;
}
.profile-page-head-bg {
	background: #f0f1ff;
	border-radius: 5px;
	padding: 8px;
}
.lawyers-search-form {
	background: #f0f1ff;
	border: none !important;
}
.lawyersresult-page .card-text {
	margin-bottom: 5px !important;
}

/* New Fixes */
@media (max-width: 991px) {
	.responsive-sidebar,
	.stellarnav.mobile ul {
		text-align: right !important;
	}
	li.mobile-search-bar {
		background-color: transparent !important;
	}
	.stellarnav .dd-toggle,
	.stellarnav .dd-toggle {
		left: 0 !important;
		right: unset !important;
	}
}
div#iran-date {
	direction: ltr;
	text-align: end;
}
.col-2.newsticker-head.align-self-center {
	width: unset !important;
}
@media (max-width: 768px) {
	footer .row.align-items-center.mt-4 {
		margin-top: 34px !important;
	}
	.custom-slider-nav {
		display: none;
	}
	.slide-text {
		width: 300px;
	}
	.swiper-button-next,
	.swiper-button-prev {
		top: var(--swiper-navigation-top-offset, 43%) !important;
	}
}
@media (min-width: 992px) and (max-width: 1999px) {
	.col-md-10.fixed-height-container {
		width: 86.33333333%;
	}
}
@media (min-width: 1200px) {
	.col-md-10.fixed-height-container {
		width: 88.33333333%;
	}
}
@media (min-width: 1400px) {
	.col-md-10.fixed-height-container {
		width: 90.333333%;
	}
}
section.container-fluid.d-flex.justify-content-center {
	margin-top: 0px !important;
	margin-bottom: -24px !important;
}

img.img-fluid.about-us-img {
	background-color: #f8f9fa;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.right-col-contactus {
	background-color: #f8f9fa;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.right-col-contactus .social-media {
	filter: invert(1);
}
.about-us-body-text {
	background-color: #f2f2f282;
	border-radius: 10px;
	line-height: 2;
	padding: 9px;
}
.opacity-9 {
	opacity: 0.9;
}
/* footer links style start */
.footer-helper-link ul {
	list-style: none; /* Remove default bullets */
	padding-right: 0;
	direction: rtl; /* Ensure text direction is RTL */
}

.footer-helper-link ul li {
	position: relative;
	padding-right: 30px; /* Add space for the icon on the right */
}

.footer-helper-link ul li::before {
	content: "";
	position: absolute;
	right: 0; /* Move icon to the right */
	top: 50%;
	width: 20px; /* Adjust icon size */
	height: 20px;
	background-image: url("/assets/source/media/icons/link.svg"); /* Replace with actual SVG URL */
	background-size: contain;
	background-repeat: no-repeat;
	transform: translateY(-50%);
}
.copyright-footer {
	background-color: #1d1d1d;
	color: #ffffffd6;
	text-align: center;
}
footer {
	background: #333333;
	margin-top: 86px !important;
}
footer address {
	margin-bottom: 0px !important;
}
.slider-wrapper {
	max-width: 100%;
	margin: 0 auto;
	padding: 10px;
	background-color: #f8f9fa;
	border-radius: 8px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.main-slider {
	margin-bottom: 15px;
}

.main-slider img,
.thumbnail-slider img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position: top;
	border-radius: 6px;
}

.main-slider img {
	max-width: 300px;
	margin: 0 auto;
	display: block;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.thumbnail-slider {
	display: flex;
	justify-content: center;
	gap: 10px;
}

.thumbnail-slider .slick-slide {
	padding: 5px;
	opacity: 0.6;
	transition: opacity 0.3s ease;
}

.thumbnail-slider .slick-current {
	opacity: 1;
}

.thumbnail-slider img {
	max-width: 100px;
	border: 2px solid transparent;
	transition: border 0.3s;
}

.thumbnail-slider .slick-current img {
	border-color: #004085; /* formal deep blue */
}
/* blog post start */
.copy-link-icon {
	background: #000000;
	padding: 8px;
	border-radius: 12px;
	transition: all .3s ease-in-out;
}
.copy-link-icon:hover{
	filter: invert(0);
}
/* blog post end */
