/*
Theme Name: mazlum1380 - مسافرخانه مظلومی نژاد
Theme URI: https://mazlum1380.ir/
Author: کامران اسفندیاری
Author URI: https://kamranesfandiari.ir/
Description: قالب اختصاصی بوتیک هتل سنتی درب شازده با طراحی لوکس، راست‌به‌چپ، رنگ اصلی زرشکی و اسلایدشو هیرو. ساخته شده با Bootstrap 5 RTL.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: darbe-shazdeh
Tags: custom-menu, rtl-language-support, bootstrap, luxury-hotel, persian-garden, responsive
*/

  body {
            font-family: 'Vaziran', sans-serif;
        }
@font-face {
  font-family: 'IRANSansWeb';
  src: url('fonts/IRANSansWeb.eot');
  src: url('fonts/IRANSansWeb.woff2') format('woff2'),
  url('fonts/IRANSansWeb.woff') format('woff'),
  url('fonts/IRANSansWeb.ttf') format('truetype'),
  url('fonts/IRANSansWeb.svg#IRANSansWeb') format('svg'),
  url('fonts/IRANSansWeb.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
*{
  font-family: IRANSansWeb !important;
}
a{
  text-decoration: none !important;
}
              body { 
                 background-color: #f8f5f2; }
        .maroon { color: #800000; } /* زرشکی اصلی */
        .bg-maroon { background-color: #800000; }
        .bg-light-beige { background-color: #f5f0e8; }

        /* Navbar شفاف اولیه و مات هنگام اسکرول */
        .navbar {
            background-color: transparent !important;
            transition: background-color 0.4s ease;
        }
        .navbar.scrolled {
            background-color: rgba(128, 0, 0, 0.95) !important;
            backdrop-filter: blur(10px);
        }

        /* Hero با اسلایدشو (Carousel) */
        .hero-carousel .carousel-item img {
            height: 90vh;
            object-fit: cover;
        }
        .carousel-caption {
            background: rgba(0,0,0,0.5);
            border-radius: 10px;
            padding: 20px;
        }

        .room-card { transition: transform 0.3s; }
        .room-card:hover { transform: scale(1.05); }
        .price-tag { background-color: #800000; color: white; padding: 5px 10px; border-radius: 5px; }
   