/**
 * Theme Name:     UmalQura
 * Author:         Noman Ahmed
 * Template:       emall
 * Text Domain:	   umalqura
 * Description:    A Premium and Responsive WordPress theme, designed for E-Commerce websites
 */

/* Set 50% width to image and content blocks */
.blog-image {
  width: 50% !important;
}

.blog-image img {
  width: 100% !important; /* Use 100% for better scaling inside container */
  height: 500px !important;
  object-fit: cover !important;
}

.blog-content {
  width: 50% !important;
}

.blog-content h3 {
  font-size: 24px !important;
  margin-bottom: 10px !important;
}

.blog-content p {
  font-size: 16px !important;
  color: #555 !important;
}

/* Responsive: Stack image and content on small screens */
@media (max-width: 768px) {
  .blog-image,
  .blog-content {
    width: 100% !important;
  }
}

/* Swiper nav buttons */
.swiper-button-next,
.swiper-button-prev {
  color: #000 !important;
}
