/* style/lottery-welfare-lottery.css */
.page-lottery-welfare-lottery {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
}

.page-lottery-welfare-lottery-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-lottery-welfare-lottery-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: center;
}

@media (min-width: 768px) {
    .page-lottery-welfare-lottery-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.page-lottery-welfare-lottery-hero {
    background: linear-gradient(135deg, #003366, #1a4d80);
    color: #fff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-lottery-welfare-lottery-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:lottery,pattern,abstract]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-lottery-welfare-lottery-hero > .page-lottery-welfare-lottery-container {
    position: relative;
    z-index: 1;
}

.page-lottery-welfare-lottery-hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
}

.page-lottery-welfare-lottery-hero-subtitle {
    font-size: 1.3em;
    margin-bottom: 40px;
    color: #e0e0e0;
}

.page-lottery-welfare-lottery-btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    margin: 10px;
    cursor: pointer;
    border: none;
}

.page-lottery-welfare-lottery-btn-primary {
    background-color: #FFCC00;
    color: #003366;
}

.page-lottery-welfare-lottery-btn-primary:hover {
    background-color: #e6b800;
    transform: translateY(-3px);
}

.page-lottery-welfare-lottery-btn-secondary {
    background-color: transparent;
    color: #FFCC00;
    border: 2px solid #FFCC00;
}

.page-lottery-welfare-lottery-btn-secondary:hover {
    background-color: #FFCC00;
    color: #003366;
    transform: translateY(-3px);
}

.page-lottery-welfare-lottery-section-title {
    font-size: 2.5em;
    color: #003366;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

.page-lottery-welfare-lottery-section-description {
    font-size: 1.1em;
    color: #555;
    text-align: center;
    margin-bottom: 60px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-lottery-welfare-lottery-about, .page-lottery-welfare-lottery-how-to-play, .page-lottery-welfare-lottery-types, .page-lottery-welfare-lottery-tips, .page-lottery-welfare-lottery-promotions, .page-lottery-welfare-lottery-faq, .page-lottery-welfare-lottery-cta-bottom, .page-lottery-welfare-lottery-responsible-gambling {
    padding: 80px 0;
}

.page-lottery-welfare-lottery-about {
    background-color: #f9f9f9;
}

.page-lottery-welfare-lottery-content-block h2 {
    text-align: left;
}

.page-lottery-welfare-lottery-content-block p {
    font-size: 1.05em;
    margin-bottom: 15px;
    color: #444;
}

.page-lottery-welfare-lottery-image-wrapper {
    text-align: center;
}

.page-lottery-welfare-lottery-image {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.page-lottery-welfare-lottery-feature-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.page-lottery-welfare-lottery-feature-list li {
    margin-bottom: 10px;
    font-size: 1.1em;
    color: #333;
}

.page-lottery-welfare-lottery-feature-list li i {
    color: #FFCC00;
    margin-right: 10px;
    font-size: 1.2em; /* Assuming icon-check class is handled by a font icon library */
}

.page-lottery-welfare-lottery-steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-lottery-welfare-lottery-step-card {
    background-color: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease;
    border-top: 5px solid #003366;
}

.page-lottery-welfare-lottery-step-card:hover {
    transform: translateY(-5px);
}

.page-lottery-welfare-lottery-step-icon {
    background-color: #FFCC00;
    color: #003366;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8em;
    font-weight: bold;
    margin: 0 auto 20px auto;
}

.page-lottery-welfare-lottery-step-title {
    font-size: 1.5em;
    color: #003366;
    margin-bottom: 15px;
}

.page-lottery-welfare-lottery-step-card p {
    font-size: 1em;
    color: #666;
    margin-bottom: 20px;
}

.page-lottery-welfare-lottery-btn-small {
    padding: 10px 20px;
    font-size: 0.9em;
}

.page-lottery-welfare-lottery-image-center {
  text-align: center;
  margin-top: 60px;
}

.page-lottery-welfare-lottery-image-large {
  max-width: 80%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
  .page-lottery-welfare-lottery-image-large {
    max-width: 100%;
  }
}

.page-lottery-welfare-lottery-types {
    background-color: #eef4f8;
}

.page-lottery-welfare-lottery-types-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.page-lottery-welfare-lottery-type-card {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s ease;
}

.page-lottery-welfare-lottery-type-card:hover {
    transform: translateY(-5px);
}

.page-lottery-welfare-lottery-type-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-bottom: 1px solid #eee;
}

.page-lottery-welfare-lottery-type-card h3 {
    font-size: 1.4em;
    color: #003366;
    margin: 20px 15px 10px 15px;
}

.page-lottery-welfare-lottery-type-card p {
    font-size: 0.95em;
    color: #666;
    padding: 0 15px 20px 15px;
}

.page-lottery-welfare-lottery-tips .page-lottery-welfare-lottery-content-block h2 {
    text-align: left;
}

.page-lottery-welfare-lottery-tip-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.page-lottery-welfare-lottery-tip-list li {
    margin-bottom: 15px;
    font-size: 1.05em;
    color: #333;
    display: flex;
    align-items: flex-start;
}

.page-lottery-welfare-lottery-tip-list li i {
    color: #FFCC00;
    margin-right: 12px;
    font-size: 1.4em; /* Assuming icon-star class is handled by a font icon library */
    flex-shrink: 0;
    margin-top: 3px;
}

.page-lottery-welfare-lottery-promotions {
    background-color: #f9f9f9;
}

.page-lottery-welfare-lottery-promo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-lottery-welfare-lottery-promo-card {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s ease;
    border: 1px solid #eee;
}

.page-lottery-welfare-lottery-promo-card:hover {
    transform: translateY(-5px);
}

.page-lottery-welfare-lottery-promo-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-bottom: 1px solid #eee;
}

.page-lottery-welfare-lottery-promo-title {
    font-size: 1.5em;
    color: #003366;
    margin: 20px 15px 10px 15px;
}

.page-lottery-welfare-lottery-promo-card p {
    font-size: 0.95em;
    color: #666;
    padding: 0 15px 20px 15px;
}

.page-lottery-welfare-lottery-faq {
    background-color: #eef4f8;
}

.page-lottery-welfare-lottery-accordion {
    max-width: 800px;
    margin: 40px auto 0 auto;
}

.page-lottery-welfare-lottery-accordion-item {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

.page-lottery-welfare-lottery-accordion-header {
    background-color: #003366;
    color: #fff;
    padding: 18px 25px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
}

.page-lottery-welfare-lottery-accordion-header:hover {
    background-color: #004488;
}

.page-lottery-welfare-lottery-accordion-header::after {
    content: '+';
    font-size: 1.5em;
    transition: transform 0.3s ease;
}

.page-lottery-welfare-lottery-accordion-header.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-lottery-welfare-lottery-accordion-content {
    padding: 0 25px;
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-lottery-welfare-lottery-accordion-content.active {
    max-height: 500px; /* Adjust as needed */
    padding: 20px 25px;
}

.page-lottery-welfare-lottery-accordion-content p {
    margin-bottom: 15px;
    color: #444;
}

.page-lottery-welfare-lottery-cta-bottom {
    background: linear-gradient(135deg, #003366, #1a4d80);
    color: #fff;
    padding: 80px 0;
    text-align: center;
}

.page-lottery-welfare-lottery-cta-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #fff;
}

.page-lottery-welfare-lottery-cta-description {
    font-size: 1.2em;
    margin-bottom: 40px;
    color: #e0e0e0;
}

.page-lottery-welfare-lottery-btn-large {
    padding: 18px 35px;
    font-size: 1.2em;
}

.page-lottery-welfare-lottery-responsible-gambling {
    background-color: #fff;
    padding: 60px 0;
    text-align: center;
    border-top: 1px solid #eee;
}

.page-lottery-welfare-lottery-responsible-gambling h2 {
    color: #003366;
}

.page-lottery-welfare-lottery-responsible-gambling p {
    max-width: 900px;
    margin: 20px auto;
    color: #555;
    font-size: 1.05em;
}

.highlight {
    color: #FFCC00;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-lottery-welfare-lottery-hero-title {
        font-size: 2.8em;
    }
    .page-lottery-welfare-lottery-section-title {
        font-size: 2em;
    }
    .page-lottery-welfare-lottery-cta-title {
        font-size: 2.2em;
    }
}

@media (max-width: 768px) {
    .page-lottery-welfare-lottery-hero {
        padding: 80px 0;
    }
    .page-lottery-welfare-lottery-hero-title {
        font-size: 2.2em;
    }
    .page-lottery-welfare-lottery-hero-subtitle {
        font-size: 1.1em;
    }
    .page-lottery-welfare-lottery-btn {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .page-lottery-welfare-lottery-grid {
        grid-template-columns: 1fr;
    }
    .page-lottery-welfare-lottery-content-block h2 {
        text-align: center;
    }
    .page-lottery-welfare-lottery-image-wrapper {
        order: -1;
    }
    .page-lottery-welfare-lottery-section-title {
        font-size: 1.8em;
    }
    .page-lottery-welfare-lottery-section-description {
        font-size: 1em;
    }
    .page-lottery-welfare-lottery-steps-grid, .page-lottery-welfare-lottery-types-grid, .page-lottery-welfare-lottery-promo-grid {
        grid-template-columns: 1fr;
    }
    .page-lottery-welfare-lottery-cta-title {
        font-size: 1.8em;
    }
    .page-lottery-welfare-lottery-cta-description {
        font-size: 1em;
    }
    .page-lottery-welfare-lottery-accordion-header {
        font-size: 1.1em;
        padding: 15px 20px;
    }
    .page-lottery-welfare-lottery-accordion-content {
        padding: 0 20px;
    }
    .page-lottery-welfare-lottery-accordion-content.active {
        padding: 15px 20px;
    }
}

@media (max-width: 480px) {
    .page-lottery-welfare-lottery-hero-title {
        font-size: 1.8em;
    }
    .page-lottery-welfare-lottery-hero-subtitle {
        font-size: 0.95em;
    }
    .page-lottery-welfare-lottery-section-title {
        font-size: 1.6em;
    }
    .page-lottery-welfare-lottery-step-title {
        font-size: 1.3em;
    }
    .page-lottery-welfare-lottery-cta-title {
        font-size: 1.6em;
    }
    .page-lottery-welfare-lottery-btn-large {
        padding: 15px 25px;
        font-size: 1.1em;
    }
}