/* style/deposit-withdrawal-guide-qh88-deposit-methods.css */

.page-deposit-withdrawal-guide-qh88-deposit-methods {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f9fa;
}

.page-deposit-withdrawal-guide-qh88-deposit-methods__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-deposit-withdrawal-guide-qh88-deposit-methods__hero-section {
    background: linear-gradient(135deg, #0A2342 0%, #1A3A6A 100%); /* Dark blue gradient */
    color: #ffffff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-deposit-withdrawal-guide-qh88-deposit-methods__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at top right, rgba(255, 215, 0, 0.1), transparent 70%);
    pointer-events: none;
}

.page-deposit-withdrawal-guide-qh88-deposit-methods__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #FFD700; /* Gold for emphasis */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-deposit-withdrawal-guide-qh88-deposit-methods__hero-subtitle {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #E0E0E0;
}

.page-deposit-withdrawal-guide-qh88-deposit-methods__content-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.page-deposit-withdrawal-guide-qh88-deposit-methods__heading {
    font-size: 2.5em;
    color: #0A2342;
    margin-top: 40px;
    margin-bottom: 25px;
    text-align: left;
    border-bottom: 3px solid #FFD700;
    padding-bottom: 10px;
}

.page-deposit-withdrawal-guide-qh88-deposit-methods__sub-heading {
    font-size: 1.8em;
    color: #0A2342;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-deposit-withdrawal-guide-qh88-deposit-methods__mini-heading {
    font-size: 1.3em;
    color: #1A3A6A;
    margin-top: 20px;
    margin-bottom: 10px;
}

.page-deposit-withdrawal-guide-qh88-deposit-methods p {
    font-size: 1.1em;
    margin-bottom: 15px;
    color: #444;
}

.page-deposit-withdrawal-guide-qh88-deposit-methods strong {
    color: #0A2342;
}

.page-deposit-withdrawal-guide-qh88-deposit-methods__list,
.page-deposit-withdrawal-guide-qh88-deposit-methods__ordered-list {
    margin-bottom: 20px;
    padding-left: 25px;
}

.page-deposit-withdrawal-guide-qh88-deposit-methods__list li,
.page-deposit-withdrawal-guide-qh88-deposit-methods__ordered-list li {
    margin-bottom: 10px;
    font-size: 1.05em;
    color: #555;
}

.page-deposit-withdrawal-guide-qh88-deposit-methods__ordered-list li strong {
    color: #0A2342;
}

.page-deposit-withdrawal-guide-qh88-deposit-methods__btn {
    display: inline-block;
    padding: 15px 30px;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    cursor: pointer;
    margin-top: 20px;
}

.page-deposit-withdrawal-guide-qh88-deposit-methods__btn--primary {
    background-color: #FFD700; /* Gold */
    color: #0A2342;
    border: 2px solid #FFD700;
}

.page-deposit-withdrawal-guide-qh88-deposit-methods__btn--primary:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
}

.page-deposit-withdrawal-guide-qh88-deposit-methods__btn--secondary {
    background-color: #0A2342;
    color: #FFD700;
    border: 2px solid #FFD700;
    margin-left: 15px;
}

.page-deposit-withdrawal-guide-qh88-deposit-methods__btn--secondary:hover {
    background-color: #1A3A6A;
    transform: translateY(-2px);
}

.page-deposit-withdrawal-guide-qh88-deposit-methods__btn--large {
    padding: 18px 40px;
    font-size: 1.2em;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

.page-deposit-withdrawal-guide-qh88-deposit-methods__method-card {
    background-color: #f0f2f5;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border-left: 5px solid #FFD700;
}

.page-deposit-withdrawal-guide-qh88-deposit-methods__method-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-deposit-withdrawal-guide-qh88-deposit-methods__image--full-width {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.page-deposit-withdrawal-guide-qh88-deposit-methods__image--small {
    display: block;
    max-width: 200px;
    margin: 30px auto;
    height: auto;
    border-radius: 5px;
}

.page-deposit-withdrawal-guide-qh88-deposit-methods__text--highlight {
    font-size: 1.15em;
    font-weight: bold;
    color: #0A2342;
    background-color: #fffacd; /* Light yellow for highlight */
    padding: 15px 20px;
    border-left: 5px solid #FFD700;
    margin: 30px 0;
    border-radius: 5px;
}

.page-deposit-withdrawal-guide-qh88-deposit-methods__text--center {
    text-align: center;
    margin-top: 30px;
    font-size: 1.1em;
    color: #444;
}

.page-deposit-withdrawal-guide-qh88-deposit-methods__faq-item {
    background-color: #fdfdfd;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-deposit-withdrawal-guide-qh88-deposit-methods__faq-item p {
    margin-bottom: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-deposit-withdrawal-guide-qh88-deposit-methods__hero-title {
        font-size: 2.5em;
    }
    .page-deposit-withdrawal-guide-qh88-deposit-methods__hero-subtitle {
        font-size: 1em;
    }
    .page-deposit-withdrawal-guide-qh88-deposit-methods__heading {
        font-size: 2em;
    }
    .page-deposit-withdrawal-guide-qh88-deposit-methods__sub-heading {
        font-size: 1.5em;
    }
    .page-deposit-withdrawal-guide-qh88-deposit-methods__btn {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-deposit-withdrawal-guide-qh88-deposit-methods__btn--secondary {
        margin-left: 0;
        margin-top: 10px;
    }
    .page-deposit-withdrawal-guide-qh88-deposit-methods__btn--large {
        padding: 15px 30px;
        font-size: 1.1em;
    }
    .page-deposit-withdrawal-guide-qh88-deposit-methods__method-card,
    .page-deposit-withdrawal-guide-qh88-deposit-methods__faq-item {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .page-deposit-withdrawal-guide-qh88-deposit-methods__hero-title {
        font-size: 2em;
    }
    .page-deposit-withdrawal-guide-qh88-deposit-methods__hero-subtitle {
        font-size: 0.9em;
    }
    .page-deposit-withdrawal-guide-qh88-deposit-methods__heading {
        font-size: 1.8em;
    }
    .page-deposit-withdrawal-guide-qh88-deposit-methods__sub-heading {
        font-size: 1.3em;
    }
    .page-deposit-withdrawal-guide-qh88-deposit-methods p,
    .page-deposit-withdrawal-guide-qh88-deposit-methods__list li,
    .page-deposit-withdrawal-guide-qh88-deposit-methods__ordered-list li {
        font-size: 0.95em;
    }
    .page-deposit-withdrawal-guide-qh88-deposit-methods__btn {
        width: 100%;
        text-align: center;
        margin-left: 0;
    }
    .page-deposit-withdrawal-guide-qh88-deposit-methods__btn--secondary {
        margin-top: 15px;
    }
}