:root {
    --primary-color: #2c3e50;
    --secondary-color: #e74c3c;
    --accent-color: #f39c12;
    --light-color: #ecf0f1;
    --dark-color: #2c3e50;
    --success-color: #27ae60;
    --font-primary: 'Tajawal', sans-serif;
    --font-secondary: 'Roboto', sans-serif;
}

body {
    font-family: var(--font-primary);
    background-color: #f9f9f9;
    color: #333;
    overflow-x: hidden;
}

/* استایل‌های نویگیشن */
.navbar {
    background-color: white;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    padding: 15px 0;
    transition: all 0.3s ease;
}

.navbar.scrolled {
	padding: 10px 0;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.navbar-brand img {
	height: 50px;
}
        

/* استایل‌های هیرو سکشن */
.hero-section {
    background: linear-gradient(135deg, rgba(44, 62, 80, 0.9) 0%, rgba(52, 73, 94, 0.9) 100%), 
                 no-repeat center center;
    background-size: cover;
    color: white;
    padding: 120px 0 80px;
    position: relative;
}

/* استایل‌های گالری */
.gallery-section {
    padding: 60px 0;
    background-color: #f5f7fa;
    overflow: hidden;
}

#main-slider {
    margin: 0 auto;
    max-width: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

#main-slider .splide__slide img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* سایر استایل‌ها */
.hero-section {
	background: linear-gradient(135deg, rgba(44, 62, 80, 0.9) 0%, rgba(52, 73, 94, 0.9) 100%), 
				url('https://images.unsplash.com/photo-1560518883-ce09059eeffa?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1473&q=80') no-repeat center center;
	background-size: cover;
	color: white;
	padding: 120px 0 80px;
	position: relative;
}

.hero-content {
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
}

.property-badge {
	display: inline-block;
	background-color: var(--secondary-color);
	color: white;
	padding: 5px 15px;
	border-radius: 30px;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.hero-title {
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 1.3;
}

.hero-subtitle {
	font-size: 1.2rem;
	margin-bottom: 30px;
	opacity: 0.9;
}

.price-tag {
	background-color: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(10px);
	padding: 15px 25px;
	border-radius: 10px;
	display: inline-block;
	margin-bottom: 30px;
}

.ltr-input {
    direction: ltr;
}

#bidAmount {
    text-align: left;
    font-family: monospace;
    letter-spacing: 1px;
    padding: 10px 15px;
}

.price-amount, .bid-amount  {
	font-size: 2.2rem;
	font-weight: 700;
	direction: ltr;
    display: inline-block;
	text-align: left;
    font-family: monospace;
	color: var(--accent-color);
}

.price-label {
	font-size: 1rem;
	opacity: 0.8;
}

.btn-primary-custom {
	background-color: var(--secondary-color);
	border: none;
	padding: 12px 30px;
	margin-bottom: 8px;
	font-size: 1.1rem;
	font-weight: 600;
	border-radius: 8px;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(231, 76, 60, 0.4);
}

.btn-primary-custom:hover {
	background-color: #c0392b;
	transform: translateY(-3px);
	box-shadow: 0 6px 20px rgba(231, 76, 60, 0.5);
}

.countdown-timer {
	background-color: rgba(255, 255, 255, 0.1);
	padding: 20px;
	border-radius: 10px;
	margin-top: 30px;
	backdrop-filter: blur(5px);
}

.timer-item {
	display: inline-block;
	margin: 0 10px;
	text-align: center;
}

.timer-value {
	font-size: 2rem;
	font-weight: 700;
	background-color: rgba(0, 0, 0, 0.3);
	color: white;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	display: inline-block;
}

.timer-label {
	font-size: 0.8rem;
	opacity: 0.8;
	margin-top: 5px;
	display: block;
}

.section-title {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 30px;
	position: relative;
	display: inline-block;
}

.section-title:after {
	content: '';
	position: absolute;
	bottom: -10px;
	right: 0;
	width: 60px;
	height: 3px;
	background-color: var(--secondary-color);
}

.property-section {
	padding: 80px 0;
	background-color: white;
}

.property-highlights {
	margin-top: 40px;
}

.highlight-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
}

.highlight-icon {
	background-color: var(--light-color);
	color: var(--secondary-color);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	margin-left: 15px;
	flex-shrink: 0;
}

.highlight-content h4 {
	font-size: 1.1rem;
	font-weight: 600;
	margin-bottom: 5px;
}

.highlight-content p {
	color: #666;
	font-size: 0.95rem;
}

.gallery-section {
	padding: 60px 0;
	background-color: #f5f7fa;
}

.gallery-thumbnail {
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}

.gallery-thumbnail:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.gallery-thumbnail img {
	width: 100%;
	height: 100px;
	object-fit: cover;
}

.location-section {
	padding: 60px 0;
	background-color: white;
}

#property-map {
	height: 400px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.auction-section {
	padding: 80px 0;
	background: linear-gradient(135deg, #f5f7fa 0%, #e4e8eb 100%);
}

.auction-steps {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	/* margin-bottom: 100px;  test*/
	flex-wrap: wrap;
}

.step-item {
	flex: 0 0 30%;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}

@media (max-width: 768px) {
	.step-item {
		flex: 0 0 100%;
	}
}

.step-number {
	background-color: var(--secondary-color);
	color: white;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	font-weight: 700;
	margin: 0 auto 20px;
	position: relative;
	z-index: 2;
}

.step-item:not(:last-child):after {
	content: '';
	position: absolute;
	top: 25px;
	left: -45%;
	width: 80%;
	height: 2px;
	background-color: #ddd;
	z-index: 1;
}

@media (max-width: 768px) {
	.step-item:not(:last-child):after {
		display: none;
	}
}

.step-content {
	background-color: white;
	padding: 30px 20px;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	height: 75%; 
}

.step-title {
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 15px;
	color: var(--dark-color);
}

.step-description {
	color: #666;
	font-size: 0.95rem;
}

.current-bid {
	background-color: white;
	border-radius: 10px;
	padding: 30px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	margin-top: 40px;
	text-align: center;
}

.bid-amount {
	font-size: 2.5rem;
	font-weight: 700;
	color: var(--accent-color);
	margin: 10px 0;
}

.bid-label {
	font-size: 1rem;
	color: #666;
}

.bid-count {
	display: inline-block;
	background-color: var(--light-color);
	color: var(--dark-color);
	padding: 5px 15px;
	border-radius: 20px;
	font-size: 0.9rem;
	margin-top: 15px;
}

.testimonial-section {
	padding: 80px 0;
	background-color: white;
}

.testimonial-card {
	background-color: #f9f9f9;
	border-radius: 10px;
	padding: 30px;
	margin: 15px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	position: relative;
}

.testimonial-card:before {
	content: '\201C';
	font-family: Georgia, serif;
	font-size: 4rem;
	color: rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 20px;
	right: 20px;
	line-height: 1;
}

.testimonial-text {
	font-size: 1rem;
	color: #555;
	margin-bottom: 20px;
	line-height: 1.6;
	position: relative;
	z-index: 2;
}

.testimonial-author {
	display: flex;
	align-items: center;
}

.author-avatar {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	margin-left: 15px;
}

.author-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.author-info h5 {
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 5px;
}

.author-info p {
	font-size: 0.8rem;
	color: #777;
}

.faq-section {
	padding: 80px 0;
	background-color: #f5f7fa;
}

.accordion-item {
	margin-bottom: 15px;
	border-radius: 8px !important;
	overflow: hidden;
	border: 1px solid #eee !important;
}

.accordion-button {
	font-weight: 600;
	padding: 20px;
	background-color: white;
}

.accordion-button:not(.collapsed) {
	background-color: white;
	color: var(--secondary-color);
}

.accordion-button:focus {
	box-shadow: none;
	border-color: #eee;
}

.cta-section {
	padding: 100px 0;
	background: linear-gradient(135deg, rgba(44, 62, 80, 0.9) 0%, rgba(52, 73, 94, 0.9) 100%), 
				url('https://images.unsplash.com/photo-1560518883-ce09059eeffa?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1473&q=80') no-repeat center center;
	background-size: cover;
	color: white;
	text-align: center;
}

.cta-title {
	font-size: 2.2rem;
	font-weight: 700;
	margin-bottom: 20px;
}

.cta-subtitle {
	font-size: 1.2rem;
	margin-bottom: 30px;
	opacity: 0.9;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

footer {
	background-color: var(--dark-color);
	color: white;
	padding: 60px 0 30px;
}

.footer-logo img {
	height: 50px;
	margin-bottom: 20px;
}

.footer-about p {
	opacity: 0.8;
	font-size: 0.95rem;
	line-height: 1.6;
	margin-bottom: 20px;
}

.footer-links h5 {
	font-size: 1.1rem;
	font-weight: 600;
	margin-bottom: 20px;
	position: relative;
	display: inline-block;
}

.footer-links h5:after {
	content: '';
	position: absolute;
	bottom: -8px;
	right: 0;
	width: 40px;
	height: 2px;
	background-color: var(--secondary-color);
}

.footer-links ul {
	list-style: none;
	padding: 0;
}

.footer-links li {
	margin-bottom: 10px;
}

.footer-links a {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	transition: all 0.3s ease;
	font-size: 0.9rem;
}

.footer-links a:hover {
	color: white;
	padding-right: 5px;
}

.footer-contact p {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	font-size: 0.95rem;
	opacity: 0.8;
}

.footer-contact i {
	margin-left: 10px;
	color: var(--secondary-color);
	width: 20px;
	text-align: center;
}

.social-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background-color: rgba(255, 255, 255, 0.1);
	color: white;
	border-radius: 50%;
	margin-left: 10px;
	transition: all 0.3s ease;
}

.social-links a:hover {
	background-color: var(--secondary-color);
	transform: translateY(-3px);
}

.copyright {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 20px;
	margin-top: 40px;
	text-align: center;
	font-size: 0.9rem;
	opacity: 0.7;
}

/* Animation Classes */
.animate-up {
	animation: fadeInUp 1s ease;
}

.animate-delay-1 {
	animation-delay: 0.2s;
}

.animate-delay-2 {
	animation-delay: 0.4s;
}

.animate-delay-3 {
	animation-delay: 0.6s;
}

/* Splide Overrides */
.splide__arrow {
	background: var(--secondary-color) !important;
	opacity: 1 !important;
}

.splide__pagination__page.is-active {
	background: var(--secondary-color) !important;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
	.hero-title {
		font-size: 2rem;
	}
	
	.hero-subtitle {
		font-size: 1rem;
	}
	
	.section-title {
		font-size: 1.8rem;
	}
}

@media (max-width: 768px) {
	.hero-section {
		padding: 100px 0 60px;
	}
	
	.price-amount {
		font-size: 1.8rem;
	}
	
	.timer-value {
		font-size: 1.5rem;
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
	
	.cta-title {
		font-size: 1.8rem;
	}
	
	.cta-subtitle {
		font-size: 1rem;
	}
}

@media (max-width: 576px) {
	.hero-title {
		font-size: 1.8rem;
	}
	
	.price-tag {
		padding: 10px 20px;
	}
	
	.price-amount {
		font-size: 1.5rem;
	}
	
	.timer-item {
		margin: 0 5px;
	}
	
	.timer-value {
		font-size: 1.2rem;
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	
	.timer-label {
		font-size: 0.7rem;
	}
}
