/* style/blog-z88-promotions-2024.css */

/* Base styles for the page content */
.page-blog-z88-promotions-2024 {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333333; /* Default text color for light background */
    background-color: #f5f5f5; /* Light background for the main content area */
}

/* General section styling */
.page-blog-z88-promotions-2024__section {
    padding: 40px 0;
    margin-bottom: 20px;
    background-color: #ffffff; /* Default section background */
}

.page-blog-z88-promotions-2024__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-blog-z88-promotions-2024__section-title {
    font-size: 2.5em;
    color: #C61F1F; /* Main brand color for titles */
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
    line-height: 1.2;
}

.page-blog-z88-promotions-2024__paragraph {
    font-size: 1.1em;
    margin-bottom: 15px;
    text-align: justify;
}

.page-blog-z88-promotions-2024__image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Hero Section */
.page-blog-z88-promotions-2024__hero-section {
    position: relative;
    overflow: hidden;
    padding-top: 10px; /* Small top padding, body handles header offset */
    background-color: #140C0C; /* Dark background as per custom color */
    color: #FFF1E8; /* Main text color for dark background */
    display: flex;
    flex-direction: column; /* Image above text */
    align-items: center;
    justify-content: center;
    text-align: center;
}

.page-blog-z88-promotions-2024__hero-image-wrapper {
    width: 100%;
    max-height: 600px; /* Limit height for desktop */
    overflow: hidden;
}

.page-blog-z88-promotions-2024__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover; /* Cover for desktop to fill width */
}

.page-blog-z88-promotions-2024__hero-content {
    padding: 40px 20px;
    max-width: 900px;
    width: 100%;
    box-sizing: border-box;
    z-index: 1;
}

.page-blog-z88-promotions-2024__main-title {
    font-size: clamp(2.2em, 4vw, 3.5em); /* Responsive font size for H1 */
    color: #F3C54D; /* Gold color for main title */
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}