﻿.image250 {
    height: 250px !important;
}

.mycenter {
    text-align: center;
}

.image200 {
    height: 200px !important;
}

.hero-single {
    position: relative;
    overflow: hidden;
    text-align: center; /* Center align the content */
}

.hero-image {
    display: block;
    width: 100%; /* Ensure the image takes full width of its container */
    height: auto; /* Maintain aspect ratio */
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white; /* Text color */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Optional: Text shadow for better readability */
    width: 80%; /* Adjust based on your design */
    max-width: 600px; /* Optional: Max width for larger screens */
    padding: 20px; /* Optional: Padding around text */
    background-color: rgba(0, 0, 0, 0.5); /* Optional: Semi-transparent background for better contrast */
}

.hero-title {
    font-size: 36px; /* Adjust font size as needed */
    margin-bottom: 10px; /* Optional: Margin between title and description */
}

.hero-content-wrapper {
    padding: 20px; /* Optional: Padding inside content wrapper */
}

@media (max-width: 980px) {
    .myimagemobile {
        height: 220px !important;
        width: 100% !important;
    }

    .home-2 .hero-single {
        margin-top: 50px !important;
    }
}

.hero-slider.owl-theme .owl-nav [class*="owl-"] {
    line-height: 20px !important;
    width: 30px;
    height: 30px;
}

.hero-section {
    padding-top: 50px;
    position: relative;
    height: 35vh; /* یا هر ارتفاع دلخواه */
    background: url('https://hotelmashhadonline.ir/images/Home.jpg') no-repeat center center/cover;
    display: flex;
    flex-direction: column; /* ترتیب عمودی */
    align-items: flex-start; /* چیدمان از سمت چپ */
    justify-content: center;
    color: #1d1d1d; /* رنگ متن */
    text-align: right; /* متن به سمت راست */
    padding: 20px; /* فاصله داخلی */
}

    .hero-section::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 50%; /* یا هر درصد دلخواه */
        background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    }


    .hero-section h1 {
        margin: 0;
    }

    .hero-section p {
        margin: 0;
    }

@media (max-width: 980px) {
    .hero-section h1 {
        margin-top: 30px;
    }

    .hero-section p {
        margin: 0;
    }
}

.tablestyle {
    width: 100%;
    margin: 0px auto;
}

.site-heading {
    text-align: center; /* مرکز چیدمان */
    margin-bottom: 40px; /* فاصله پایین */
}

.site-title {
    color: #333; /* رنگ متن */
    position: relative; /* موقعیت نسبی */
    display: inline-block; /* نمایش به صورت بلوکی */
    max-width: 100%; /* حداکثر عرض */
    padding: 10px 0; /* فاصله بالا و پایین */
}

    .site-title::after {
        content: ""; /* محتوای خالی */
        display: block; /* نمایش به صورت بلوکی */
        width: 100%; /* عرض 90% */
        height: 2px; /* ارتفاع خط */
        background-color: #ff7f50; /* رنگ خط */
        border-radius: 2px; /* گوشه‌های گرد */
        margin: 10px auto; /* فاصله خودکار */
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* سایه برای خط */
    }

    .site-title::after {
        transform: translateY(-5px); /* جابجایی خط دوم */
    }
