/* style/resources-hello88-withdrawal-process.css */

.page-resources-hello88-withdrawal-process {
    font-family: 'Arial', sans-serif;
    color: #F8F8F8; /* Light gray for main text on dark background */
    background-color: #0A2239; /* Main dark blue background */
    line-height: 1.6;
}

.page-resources-hello88-withdrawal-process .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-hello85-withdrawal-process .hero-section {
    background: linear-gradient(135deg, #0A2239 0%, #204060 100%);
    padding: 100px 0;
    text-align: center;
    color: #FFD700; /* Gold for hero text */
    border-bottom: 5px solid #FFD700;
}

.page-resources-hello88-withdrawal-process .hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #FFD700; /* Gold for main title */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-hello88-withdrawal-process .hero-description {
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto 40px;
    color: #E0E0E0;
}

.page-resources-hello88-withdrawal-process .section-title {
    font-size: 2.5em;
    color: #FFD700; /* Gold for section titles */
    text-align: center;
    margin-bottom: 40px;
    padding-top: 60px;
    position: relative;
}

.page-resources-hello88-withdrawal-process .section-title::after {
    content: '';
    width: 80px;
    height: 4px;
    background-color: #DC143C; /* Red underline */
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
}

.page-resources-hello88-withdrawal-process section {
    padding: 80px 0;
    background-color: #0A2239;
}

.page-resources-hello88-withdrawal-process .introduction-section, 
.page-resources-hello88-withdrawal-process .processing-time-section, 
.page-resources-hello88-withdrawal-process .troubleshooting-section, 
.page-resources-hello88-withdrawal-process .faq-section {
    background-color: #1A3A59;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-hello88-withdrawal-process .introduction-section p, 
.page-resources-hello88-withdrawal-process .processing-time-section p, 
.page-resources-hello88-withdrawal-process .troubleshooting-section p,
.page-resources-hello88-withdrawal-process .faq-answer {
    color: #F8F8F8;
    font-size: 1.1em;
    margin-bottom: 20px;
}

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

.page-resources-hello88-withdrawal-process .btn-primary {
    background-color: #DC143C; /* Red for primary action */
    color: #FFFFFF; /* White text for contrast */
    border: 2px solid #DC143C;
}

.page-resources-hello88-withdrawal-process .btn-primary:hover {
    background-color: #FF4500;
    transform: translateY(-3px);
    border-color: #FF4500;
}

.page-resources-hello88-withdrawal-process .btn-secondary {
    background-color: #FFD700; /* Gold for secondary action */
    color: #0A2239; /* Dark blue text for contrast */
    border: 2px solid #FFD700;
}

.page-resources-hello88-withdrawal-process .btn-secondary:hover {
    background-color: #E0B500;
    transform: translateY(-3px);
    border-color: #E0B500;
}

.page-resources-hello88-withdrawal-process .btn-large {
    padding: 18px 35px;
    font-size: 1.2em;
}

.page-resources-hello88-withdrawal-process .step-item {
    background-color: #0A2239;
    padding: 30px;
    margin-bottom: 25px;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    border-left: 5px solid #FFD700;
}

.page-resources-hello88-withdrawal-process .step-title {
    font-size: 1.8em;
    color: #FFD700; /* Gold for step titles */
    margin-bottom: 15px;
}

.page-resources-hello88-withdrawal-process .step-item p {
    color: #E0E0E0;
    margin-bottom: 15px;
}

.page-resources-hello88-withdrawal-process .list-style {
    list-style: none;
    padding: 0;
    margin-left: 20px;
    color: #F8F8F8;
}

.page-resources-hello88-withdrawal-process .list-style li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

.page-resources-hello88-withdrawal-process .list-style li::before {
    content: '✅';
    position: absolute;
    left: 0;
    color: #FFD700;
}

.page-resources-hello88-withdrawal-process .tips-list {
    list-style: none;
    padding: 0;
}

.page-resources-hello88-withdrawal-process .tips-list li {
    background-color: #0A2239;
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 8px;
    border-right: 5px solid #DC143C;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-hello88-withdrawal-process .tips-list .list-title {
    font-size: 1.6em;
    color: #FFD700; /* Gold for tip titles */
    margin-bottom: 10px;
}

.page-resources-hello88-withdrawal-process .tips-list p {
    color: #E0E0E0;
}

.page-resources-hello88-withdrawal-process .issue-solution-item {
    background-color: #0A2239;
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 8px;
    border-left: 5px solid #DC143C;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-hello88-withdrawal-process .issue-title {
    font-size: 1.6em;
    color: #FFD700; /* Gold for issue titles */
    margin-bottom: 10px;
}

.page-resources-hello88-withdrawal-process .faq-item {
    background-color: #0A2239;
    padding: 25px;
    margin-bottom: 15px;
    border-radius: 8px;
    border-bottom: 2px solid #FFD700;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.page-resources-hello88-withdrawal-process .faq-question {
    font-size: 1.5em;
    color: #DC143C; /* Red for FAQ questions */
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.page-resources-hello88-withdrawal-process .faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2em;
    transition: transform 0.3s ease;
}

.page-resources-hello88-withdrawal-process .faq-question.active::after {
    content: '-';
    transform: translateY(-50%) rotate(180deg);
}

.page-resources-hello88-withdrawal-process .faq-answer {
    display: none;
    font-size: 1.05em;
    color: #E0E0E0;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 10px;
}

.page-resources-hello88-withdrawal-process .cta-section {
    background-color: #0A2239;
    text-align: center;
    padding: 80px 0;
    border-top: 5px solid #FFD700;
}

.page-resources-hello88-withdrawal-process .cta-section .section-title {
    color: #FFD700;
    margin-bottom: 20px;
}

.page-resources-hello88-withdrawal-process .cta-section p {
    font-size: 1.2em;
    color: #E0E0E0;
    margin-bottom: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-hello88-withdrawal-process .image-wrapper {
    margin: 40px 0;
    text-align: center;
}

.page-resources-hello88-withdrawal-process .content-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
    border: 3px solid #FFD700;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-resources-hello88-withdrawal-process .hero-title {
        font-size: 2.5em;
    }

    .page-resources-hello88-withdrawal-process .hero-description {
        font-size: 1em;
    }

    .page-resources-hello88-withdrawal-process .section-title {
        font-size: 2em;
    }

    .page-resources-hello88-withdrawal-process .btn {
        padding: 12px 25px;
        font-size: 1em;
        margin: 5px;
    }

    .page-resources-hello88-withdrawal-process .btn-large {
        padding: 15px 30px;
        font-size: 1.1em;
    }

    .page-resources-hello88-withdrawal-process .step-title, 
    .page-resources-hello88-withdrawal-process .tips-list .list-title, 
    .page-resources-hello88-withdrawal-process .issue-title, 
    .page-resources-hello88-withdrawal-process .faq-question {
        font-size: 1.4em;
    }

    .page-resources-hello88-withdrawal-process section {
        padding: 60px 0;
    }
}

@media (max-width: 480px) {
    .page-resources-hello88-withdrawal-process .hero-title {
        font-size: 2em;
    }

    .page-resources-hello88-withdrawal-process .section-title {
        font-size: 1.8em;
    }

    .page-resources-hello88-withdrawal-process .btn {
        display: block;
        width: calc(100% - 20px);
        margin: 10px auto;
    }

    .page-resources-hello88-withdrawal-process .step-item, 
    .page-resources-hello88-withdrawal-process .tips-list li, 
    .page-resources-hello88-withdrawal-process .issue-solution-item, 
    .page-resources-hello88-withdrawal-process .faq-item {
        padding: 20px;
    }
}