body {
  overflow-x: unset;
}

.banner {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: var(--transition);
}

.banner img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  transition: var(--transition);
}

.banner:hover img {
  transform: scale(1.02);
}

.banner-caption {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: var(--accent-color);
  color: var(--text-dark);
  padding: 4px 10px;
  border-radius: var(--radius-sm);
  font-weight: bold;
  box-shadow: var(--shadow);
}

.blog-content video {
  width: 100%;
  max-height: 40rem;
}

.fixed-img {
  height: 220px;
  object-fit: cover;
  transition: var(--transition);
}

.card:hover .fixed-img {
  transform: scale(1.05);
}

.hotel-services ul li:hover {
  color: var(--primary-color);
  transition: var(--transition);
}

.theme-btn {
  background: var(--primary-color);
  color: #fff;
  padding: 12px 20px;
  border-radius: var(--radius-sm);
  text-decoration: none;
  font-weight: bold;
  transition: var(--transition);
}

.theme-btn:hover {
  background: var(--primary-dark);
}

/* حالت ضربدر */
.navbar .custom-toggler.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.navbar .custom-toggler.active span:nth-child(2) {
  opacity: 0;
}

.navbar .custom-toggler.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

.blog-sidebar .card-sticky {
  height: 15rem;
}

.blog-sidebar .card-sticky1 {
  height: 15.4rem;
  top: 10rem;
}

.blog-sidebar .card-sticky2 {
  max-height: 28rem;
  top: 27rem;
}

.blog-sidebar .card-bar {
  width: 2.5rem;
  height: 0.2rem;
  background-color: var(--primary-color);
  border-radius: 10rem;
}

.section-images-article .overlay-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(0deg, #000, transparent);
  padding: 30px 10px 10px 0;
  font-weight: 600;
}

.section-images-article .card {
  max-height: 13.125rem;
}

.logo {
  width: 7rem;
}

.section-hotel-gardi .card img {
  width: 9rem;
  height: 6rem;
}

.section-knowledge .card img {
  height: 9rem;
}

.blog-article {
  line-height: 1.8;
}

.blog-content a {
  color: var(--primary-color);
}

.blog-content .content-html {
  font-size: 1.1rem;
}

.blog-content .content-html h2 {
  color: #2c3e50;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
}

.blog-content .content-html h3 {
  color: #34495e;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.blog-content .content-html p {
  margin-bottom: 1.5rem;
  text-align: justify;
}

.blog-content .content-html img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 1rem 0;
}

.blog-content .content-html blockquote {
  border-right: 4px solid #3498db;
  background: #f8f9fa;
  padding: 1rem 1.5rem;
  margin: 1.5rem 0;
  font-style: italic;
}

.featured-image img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}

.share-buttons .btn {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1024px) {
  .blog-sidebar .card-sticky1,
  .blog-sidebar .card-sticky2 {
    position: unset;
    height: auto;
  }
}
