/* 
Theme Name: Hello Child
Theme URI: https://elementor-site.ir/
Description: 
Author: Elementor Site
Author URI: https://elementor-site.ir/
Template: hello-elementor
Version: 1.0.1
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
*/

.entry-title {
	display:none!important;
}
.tor_title{
	background:url(https://onlinesafar24.com/wp-content/uploads/2025/01/banner-online24.jpg);
	height: 280px;
	background-size: cover;
}

/*---------------------------------
* ------استایل شورت کد مشخصات تور--------
* ----------------------------------------------*/
.trip-custom-fields {
	margin-top: 0px;
	font-family: 'yekan';
}

.trip-field {
	display: flex;
	align-items: center;
	padding: 9px;
	border: 1px solid #ddd;
	border-radius: 20px;
	margin-bottom: -7px;
	background-color: #f9f9f9;
	transition: background-color 0.3s ease;
}

.trip-field:hover {
	background-color: #f1f1f1;
}

.trip-field i {
	font-size: 20px;
	margin-right: 15px;
	color: #0c59a0;
}

.trip-field strong {
	font-weight: bold;
	color: #333;
	margin-right: 5px;
}

.trip-field:last-child {
	margin-bottom: 0;
}

.trip-custom-fields .trip-field i {
	font-size: 19px;
	color: #0c59a0; /* رنگ آیکون‌ها */
}

.trip-custom-fields .trip-field {
	background-color: #eef7ff;
	border-left: 5px solid #007bff; /* خط کنار برای شفافیت بیشتر */
}

.trip-custom-fields .trip-field:hover {
	background-color: #e1efff;
}

.trip-field strong {
	color: #0c59a0;
}

/*---------------------------------
* ----------استایل آکاردئون برنامه سفر-----------
* ---------------------------------------------------*/
.accordion {
	background-color: #f1f1f1;
	padding: 10px;
	text-align: right;
	cursor: pointer;
	width: 100%;
	border: 1px solid #ddd;
	margin-top: 5px;
	transition: background-color 0.3s ease;
	font-family: 'yekan';

}

.active, .accordion:hover {
	background-color: #ddd;
}

.panel {
	padding: 0 10px;
	display: none;
	overflow: hidden;
	background-color: #f9f9f9;
	margin-bottom: 5px;
	font-family: 'yekan';

}
.search_form{
	padding: 15px;
	margin: 10px;
	gap:20px;
	display: inline-flex;
	font-weight: bold;
	font-size: 20px;
	border: 3px solid #0C59A1;
	color: #0C59A1;
	border-radius: 10px;
	cursor: pointer;
	transition:0.3s linear;
	align-items:center;
	justify-content:center;
	flex-direction:column;
}
.search_form img{
	width:300px;
}
.search_form:hover{
	background:#0C59A1;
	color:#fff;
	transform:scale(0.9);
}