body { font-family: 'Inter', sans-serif; background:#f7f3ee; }

/* ===================== */
/* HERO SECTION */
/* ===================== */
.hero {
    height: 80vh;
    background: url('https://www.riadma.com/assets/about/hero.webp') center/cover no-repeat;
    border-radius: 18px;
    margin-top: 25px;
    position: relative;
}
.hero-overlay {
    position:absolute;
    top:0; left:0;
    width:100%; height:100%;
    background:rgba(0,0,0,.45);
    border-radius:18px;
}
.hero-content {
    position:absolute;
    bottom:60px;
    left:50%;
    transform:translateX(-50%);
    color:#fff;
    text-align:center;
}
.hero-content h1 {
    font-size: 48px;
    font-weight:700;
}
.hero-search input {
    padding:14px 18px;
    border-radius: 30px;
    border:none;
    font-size:18px;
}
.article-thumb {
    /*aspect-ratio: 16 / 9;
    width: 100%;*/
    object-fit: cover;
    background: url('https://www.riadma.com/assets/loading-placeholder.webp') center/cover no-repeat;
    font-size: 0; /* أهم خطوة: تمنع ظهور ALT */
    line-height: 0; /* أيضاً تساعد */
}
.logo-footer{
	width: 250px;
	height: auto;
	transition: all 0.3s ease
}
.fw-bold{
	color: #fff !important;
}
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}
/* SECTION TITLES */
.section-title {
    font-size:28px;
    font-weight:700;
    margin-bottom:20px;
}
.share-buttons a {
    width: 38px;
    height: 38px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.25s ease;
}

.share-buttons a:hover {
    transform: translateY(-2px);
}
.price-box {
    align-items: center; /* هذا مهم جداً */
}
.booking-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn-gold,
.btn-gold:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #C8983C;
    color: #fff !important;
    padding: 12px 26px;
    border-radius: 12px;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.25s ease;
    box-shadow: 0 5px 5px rgba(200,152,60,0.55);
}
.btn-gold:hover {
    background: #b78532;
    transform: translateY(-2px);
}
@media (max-width: 600px) {
    .price-box {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .btn-gold {
        width: 100%;
        padding: 5px;
        font-size: 16px;
		box-shadow: 0 5px 5px rgba(200,152,60,0.25);
    }
}
/* CARDS */
.travel-card {
    background:#fff;
    border-radius:12px;
    padding:12px;
    box-shadow:0 3px 12px rgba(0,0,0,.06);
    transition:.3s;
}
.travel-card:hover {
    transform: translateY(-6px);
}

/* CITY BOXES */
.city-box {
    border-radius:12px;
    height:150px;
    background-size:cover;
    background-position:center;
    position:relative;
    cursor:pointer;
}
.city-overlay {
    position:absolute;
    width:100%; height:100%;
    background:rgba(0,0,0,.4);
    border-radius:12px;
}
.city-name {
    position:absolute;
    bottom:15px;
    left:20px;
    color:#fff;
    font-size:20px;
    font-weight:600;
}

/* CTA */
.cta-box {
    background:#D4A86A;
    color:#fff;
    padding:50px;
    border-radius:18px;
    text-align:center;
}
.logo-wrapper img {
    width: 180px;
    height: auto;
    transition: all 0.3s ease;
}
.contact-box {
    background:#fff;
    padding:30px;
    border-radius:12px;
    box-shadow:0 3px 10px rgba(0,0,0,.06);
}
.article-card {
    background:#fff;
    padding:12px;
    border-radius:12px;
    box-shadow:0 3px 10px rgba(0,0,0,.06);
    transition:.3s;
}
.article-card:hover { transform:translateY(-6px); }

.cat-tag {
    background:#D4A86A;
    color:#fff;
    padding:4px 9px;
    font-size:13px;
    border-radius:6px;
    margin-right:5px;
}
.article-hero img {
    border-radius:12px;
    width:100%;
    height:430px;
    object-fit:cover;
}

.breadcrumb {
    margin-top:20px;
}
.box {
    background:#fff;
    padding:30px;
    border-radius:12px;
    box-shadow:0 3px 10px rgba(0,0,0,0.08);
}
.article-meta {
    color:#777;
    font-size:14px;
}

.article-content {
    background:#fff;
    padding:30px;
    border-radius:12px;
    box-shadow:0 3px 12px rgba(0,0,0,.06);
    line-height:1.75;
    font-size:18px;
	color: #62625f
}

.article-content h2 {
	font-size: 17pt
}

.share-buttons a {
    font-size:20px;
    margin-right:10px;
}

.related-card {
    background:#fff;
    padding:10px;
    border-radius:12px;
    box-shadow:0 2px 10px rgba(0,0,0,.05);
}
.filter-box {
    background:#fff;
    padding:20px;
    border-radius:12px;
    box-shadow:0 3px 12px rgba(0,0,0,.06);
}
.riad-card {
    background:#fff;
    border-radius:12px;
    padding:10px;
    transition:.3s;
    box-shadow:0 3px 10px rgba(0,0,0,.05);
}
.riad-card:hover {
    transform: translateY(-6px);
}

.load-more-btn {
    background:#D4A86A;
    color:#fff;
    padding:12px 32px;
    border-radius:30px;
    text-decoration:none;
    font-size:18px;
}
.load-more-btn:hover { background:#b99155; color:#fff; }

.hero-slider img {
    border-radius: 12px;
    height: 500px;
    object-fit: cover;
}
.amenity {
    padding:10px 15px;
    background:#faf5ef;
    border-radius:8px;
    margin-right:10px;
    margin-bottom:10px;
    font-size:15px;
}
.book-btn {
    background:#D4A86A;
    color:#fff;
    padding:12px 32px;
    border-radius:30px;
    font-size:18px;
    text-decoration:none;
}
.book-btn:hover {
    background:#b99155;
    color:#fff;
}
.wishlist-btn-menu {
    cursor: pointer;
    color: #bbb;
    transition: .3s;
}
.wishlist-btn {
    cursor: pointer;
    font-size: 26px;
    transition: 0.2s;
}
.img-fluid {
  max-width: 100%;
  /*height: 245px;*/
}
.wishlist-btn.active {
    color: red;
    transform: scale(1.2);
}
.btn-gold:hover {
    background: #b48830;
}
.camp-card {
    background:#fff;
    border-radius:12px;
    padding:10px;
    box-shadow:0 3px 10px rgba(0,0,0,.05);
    transition:.3s;
}
.camp-card:hover { transform:translateY(-6px); }
.city-card {
    border-radius:14px;
    height:230px;
    background-size:cover;
    background-position:center;
    position:relative;
    box-shadow:0 3px 10px rgba(0,0,0,.15);
    transition:.3s;
    cursor:pointer;
}
.city-card:hover {
    transform:translateY(-6px);
}

.city-name {
    position:absolute;
    bottom:18px;
    left:20px;
    color:#fff;
    font-size:26px;
    font-weight:700;
}
.city-hero-title {
    position:absolute; bottom:30px; left:30px;
    color:#fff; font-size:38px; font-weight:700;
	text-transform: capitalize;
}
.card {
    background:#fff;
    border-radius:12px;
    padding:10px;
    box-shadow:0 3px 10px rgba(0,0,0,.05);
}
.pages-box {
    background:#fff;
    padding:40px;
    border-radius:14px;
    margin-top:35px;
    box-shadow:0 4px 14px rgba(0,0,0,0.08);
}

.pages-box h3 {
    font-size:22px;
    font-weight:700;
    margin-top:25px;
}

.pages-box p, .pages-box li {
    font-size:16px;
    color:#555;
    line-height:1.7;
}
.item-card {
    background:#fff;
    padding:12px;
    border-radius:12px;
    box-shadow:0 3px 12px rgba(0,0,0,.06);
    transition:.3s;
}
.item-card:hover {
    transform:translateY(-5px);
}
.remove-btn {
    color:#D7263D;
    cursor:pointer;
    font-size:16px;
}
.search-box {
    background:#fff;
    padding:20px;
    border-radius:12px;
    box-shadow:0 2px 10px rgba(0,0,0,.08);
}

.result-card {
    background:#fff;
    border-radius:12px;
    padding:12px;
    box-shadow:0 2px 10px rgba(0,0,0,.05);
    transition:.3s;
}
.result-card:hover { transform:translateY(-5px); }

.tag {
    font-size:13px;
    background:#d5c3a3;
    color:#fff;
    padding:3px 8px;
    border-radius:6px;
    margin-right:6px;
}
#backToTop {
    position: fixed;
    bottom: 20px;
    right: 18px;
    width: 50px;
    height: 50px;

    background: #D4A86A;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI4IiBoZWlnaHQ9IjEyOCIgdmlld0JveD0iMCAwIDEyOCAxMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgNjRjMzUuMzUgMCA2NC0yOC42NSA2NC02NHMtMjguNjUtNjQtNjQtNjR2MTI4Wk02NCAwYzM1LjM1IDAgNjQgMjguNjUgNjQgNjRzLTI4LjY1IDY0LTY0IDY0VjBaIiBmaWxsPSJub25lIiBzdHJva2U9InJnYmEoMjU1LCAyNTUsIDI1NSwgMC4xKSIgc3Ryb2tlLXdpZHRoPSIzIi8+PC9zdmc+");
    background-size: cover;
    background-position: center;

    border-radius: 50%;
    border: none;

    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;

    z-index: 999999999 !important;

    opacity: 0;
    transform: translateY(15px);

    transition: opacity 0.45s ease, transform 0.45s ease, box-shadow 0.4s ease;

    box-shadow:
        0 0 12px rgba(212,168,106,0.6),
        0 0 28px rgba(0,0,0,0.22),
        0 0 0 7px rgba(212,168,106,0.25),
        inset 0 0 10px rgba(255,255,255,0.15);
}

#backToTop.show {
    display: flex;
    opacity: 1;
    transform: translateY(0);
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1.3;
  font-size:25px;
  color: #6a4420 !important;
}
.hone {
    color: #fff !important;
}
/* تحسين نسخة الموبايل */
@media (max-width: 1399px) {
  .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.3;
  font-size:25px
}
}

#backToTop {
    position: fixed;
    bottom: 20px;
    right: 18px;
    width: 50px;
    height: 50px;

    background: #D4A86A;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI4IiBoZWlnaHQ9IjEyOCIgdmlld0JveD0iMCAwIDEyOCAxMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgNjRjMzUuMzUgMCA2NC0yOC42NSA2NC02NHMtMjguNjUtNjQtNjQtNjR2MTI4Wk02NCAwYzM1LjM1IDAgNjQgMjguNjUgNjQgNjRzLTI4LjY1IDY0LTY0IDY0VjBaIiBmaWxsPSJub25lIiBzdHJva2U9InJnYmEoMjU1LCAyNTUsIDI1NSwgMC4xKSIgc3Ryb2tlLXdpZHRoPSIzIi8+PC9zdmc+");
    background-size: cover;
    background-position: center;

    border-radius: 50%;
    border: none;

    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;

    z-index: 999999999 !important;

    opacity: 0;
    transform: translateY(15px);

    transition: opacity 0.45s ease, transform 0.45s ease, box-shadow 0.4s ease;

    box-shadow:
        0 0 12px rgba(212,168,106,0.6),
        0 0 28px rgba(0,0,0,0.22),
        0 0 0 7px rgba(212,168,106,0.25),
        inset 0 0 10px rgba(255,255,255,0.15);
}

#backToTop.show {
    display: flex;
    opacity: 1;
    transform: translateY(0);
}

  .article-content img,
  .post-content img,
  .blog-content img,
  .content img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 15px 0;
    border-radius: 6px;
  }

/* إصلاح تباين النص في Navbar */
.navbar a, 
.navbar .nav-link {
    color: #2a1a0b !important; /* نص داكن */
    font-weight: 600;
}

/* Hover */
.navbar a:hover {
    color: #c08a40 !important;
}

/* إصلاح contrast في breadcrumbs والـ meta */
.article-meta, 
.breadcrumb a, 
.breadcrumb-item, 
.category-link {
    color: #3a2817 !important; /* نص قابل للقراءة */
}

.breadcrumb-item.active {
   text-transform: capitalize !important;;
}

/* العناوين داخل المقال */
.article-title,
.category-title {
    color: #2d1b0f !important;
}

/* الروابط داخل النص */
.article-content .a {
    color: #FFFFFF !important;
    font-weight: 600;
}

.article-content .a:hover {
    color: #8b5f27 !important;
}
.article-content a {
    color: #5a3a11 !important;
    font-weight: 600;
}

.article-content a:hover {
    color: #8b5f27 !important;
}
.article-meta a,
.category-link,
.breadcrumb a {
    color: #3a2817 !important; /* لون داكن واضح */
    font-weight: 600;
}

.article-meta a:hover,
.category-link:hover,
.breadcrumb a:hover {
    color: #c08a40 !important; /* ذهبي أغمق */
}
