/* style/resources-gk88-deposit-withdrawal-guide.css */

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

.page-resources-gk88-deposit-withdrawal-guide .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-resources-gk88-deposit-withdrawal-guide .hero-section {
    background: linear-gradient(135deg, #0A2463, #3A5A90);
    color: #ffffff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-gk88-deposit-withdrawal-guide .hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract_pattern,geometric,blue_gold]') no-repeat center center / cover;
    opacity: 0.1;
    z-index: 0;
}

.page-resources-gk88-deposit-withdrawal-guide .hero-section .container {
    position: relative;
    z-index: 1;
}

.page-resources-gk88-deposit-withdrawal-guide .hero-section h1 {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #E3B23C;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    font-weight: bold;
}

.page-resources-gk88-deposit-withdrawal-guide .hero-section p {
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto 40px;
    color: #f0f0f0;
}

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

.page-resources-gk88-deposit-withdrawal-guide .btn-primary {
    background-color: #E3B23C;
    color: #0A2463;
    border: 2px solid #E3B23C;
}

.page-resources-gk88-deposit-withdrawal-guide .btn-primary:hover {
    background-color: #f0c55a;
    transform: translateY(-3px);
}

.page-resources-gk88-deposit-withdrawal-guide .btn-secondary {
    background-color: transparent;
    color: #E3B23C;
    border: 2px solid #E3B23C;
}

.page-resources-gk88-deposit-withdrawal-guide .btn-secondary:hover {
    background-color: rgba(227, 178, 60, 0.1);
    transform: translateY(-3px);
}

.page-resources-gk88-deposit-withdrawal-guide section {
    padding: 60px 0;
    background-color: #ffffff;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-resources-gk88-deposit-withdrawal-guide section:nth-of-type(odd) {
    background-color: #fdfdfd;
}

.page-resources-gk88-deposit-withdrawal-guide .section-title {
    font-size: 2.5em;
    color: #0A2463;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-resources-gk88-deposit-withdrawal-guide .section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #E3B23C;
    border-radius: 2px;
}

.page-resources-gk88-deposit-withdrawal-guide h2 {
    font-size: 2.2em;
    color: #0A2463;
    margin-bottom: 25px;
}

.page-resources-gk88-deposit-withdrawal-guide h3 {
    font-size: 1.8em;
    color: #0A2463;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-resources-gk88-deposit-withdrawal-guide .subsection-title {
    font-size: 1.8em;
    color: #0A2463;
    margin-top: 40px;
    margin-bottom: 20px;
    border-left: 5px solid #E3B23C;
    padding-left: 15px;
}

.page-resources-gk88-deposit-withdrawal-guide p {
    margin-bottom: 15px;
    color: #555;
}

.page-resources-gk88-deposit-withdrawal-guide strong {
    color: #0A2463;
}

.page-resources-gk88-deposit-withdrawal-guide a {
    color: #0A2463;
    text-decoration: none;
}

.page-resources-gk88-deposit-withdrawal-guide a:hover {
    text-decoration: underline;
    color: #E3B23C;
}

.page-resources-gk88-deposit-withdrawal-guide ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 20px;
    color: #555;
}

.page-resources-gk88-deposit-withdrawal-guide ul li {
    margin-bottom: 10px;
}

.page-resources-gk88-deposit-withdrawal-guide .section-image, .page-resources-gk88-deposit-withdrawal-guide .step-image {
    width: 100%;
    max-width: 700px;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-resources-gk88-deposit-withdrawal-guide .step-by-step {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-gk88-deposit-withdrawal-guide .step-item {
    background-color: #fdfdfd;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-gk88-deposit-withdrawal-guide .step-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.page-resources-gk88-deposit-withdrawal-guide .step-number {
    background-color: #E3B23C;
    color: #0A2463;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    font-weight: bold;
    margin: 0 auto 20px;
    box-shadow: 0 4px 10px rgba(227, 178, 60, 0.4);
}

.page-resources-gk88-deposit-withdrawal-guide .step-item h3 {
    font-size: 1.5em;
    color: #0A2463;
    margin-bottom: 15px;
}

.page-resources-gk88-deposit-withdrawal-guide .step-item p {
    font-size: 1em;
    color: #666;
}

.page-resources-gk88-deposit-withdrawal-guide .faq-section {
    background-color: #f0f4f7;
}

.page-resources-gk88-deposit-withdrawal-guide .faq-item {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 25px;
    transition: box-shadow 0.3s ease;
}

.page-resources-gk88-deposit-withdrawal-guide .faq-item:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.page-resources-gk88-deposit-withdrawal-guide .faq-item h3 {
    color: #0A2463;
    font-size: 1.3em;
    margin-top: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-resources-gk88-deposit-withdrawal-guide .faq-item p {
    margin-top: 15px;
    color: #555;
    padding-left: 10px;
    border-left: 3px solid #E3B23C;
}

.page-resources-gk88-deposit-withdrawal-guide .action-buttons {
    text-align: center;
    margin-top: 40px;
}

.page-resources-gk88-deposit-withdrawal-guide .btn-large {
    padding: 18px 40px;
    font-size: 1.2em;
    min-width: 250px;
}

.page-resources-gk88-deposit-withdrawal-guide .cta-section {
    background: linear-gradient(135deg, #0A2463, #1A3E7A);
    color: #ffffff;
    text-align: center;
    padding: 80px 0;
    border-radius: 0;
    box-shadow: none;
}

.page-resources-gk88-deposit-withdrawal-guide .cta-section h2 {
    color: #E3B23C;
    font-size: 2.8em;
    margin-bottom: 30px;
}

.page-resources-gk88-deposit-withdrawal-guide .cta-section p {
    color: #f0f0f0;
    font-size: 1.1em;
    max-width: 800px;
    margin: 0 auto 40px;
}

.page-resources-gk88-deposit-withdrawal-guide .cta-buttons .btn {
    margin: 15px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-resources-gk88-deposit-withdrawal-guide .hero-section h1 {
        font-size: 2.5em;
    }
    .page-resources-gk88-deposit-withdrawal-guide .hero-section p {
        font-size: 1em;
    }
    .page-resources-gk88-deposit-withdrawal-guide .section-title {
        font-size: 2em;
    }
    .page-resources-gk88-deposit-withdrawal-guide .step-by-step {
        grid-template-columns: 1fr;
    }
    .page-resources-gk88-deposit-withdrawal-guide .btn-large {
        padding: 15px 30px;
        font-size: 1.1em;
        min-width: unset;
    }
    .page-resources-gk88-deposit-withdrawal-guide .cta-section h2 {
        font-size: 2em;
    }
    .page-resources-gk88-deposit-withdrawal-guide .hero-actions, .page-resources-gk88-deposit-withdrawal-guide .cta-buttons {
        flex-direction: column;
        display: flex;
    }
    .page-resources-gk88-deposit-withdrawal-guide .hero-actions .btn, .page-resources-gk88-deposit-withdrawal-guide .cta-buttons .btn {
        width: 100%;
        max-width: 300px;
        margin: 10px auto;
    }
}

@media (max-width: 480px) {
    .page-resources-gk88-deposit-withdrawal-guide .hero-section {
        padding: 80px 0 60px;
    }
    .page-resources-gk88-deposit-withdrawal-guide .hero-section h1 {
        font-size: 2em;
    }
    .page-resources-gk88-deposit-withdrawal-guide .section-title {
        font-size: 1.8em;
    }
    .page-resources-gk88-deposit-withdrawal-guide h3 {
        font-size: 1.3em;
    }
    .page-resources-gk88-deposit-withdrawal-guide .step-item h3 {
        font-size: 1.3em;
    }
}