/* style/resources-hay88-deposit-withdrawal-methods.css */
.page-resources-hay88-deposit-withdrawal-methods {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f9fa; /* Light background for readability */
}

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

/* Hero Section */
.page-resources-hay88-deposit-withdrawal-methods .hero-section {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%); /* Darker blue for depth */
    color: #ffffff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-hay88-deposit-withdrawal-methods .hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at top left, rgba(255, 193, 7, 0.2) 0%, transparent 70%); /* Subtle golden glow */
    pointer-events: none;
}

.page-resources-hay88-deposit-withdrawal-methods .hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-hay88-deposit-withdrawal-methods .hero-description {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Buttons */
.page-resources-hay88-deposit-withdrawal-methods .btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

.page-resources-hay88-deposit-withdrawal-methods .btn-primary {
    background-color: #ffc107; /* Auxiliary color for primary action */
    color: #000000; /* High contrast for text */
    margin-right: 15px;
}

.page-resources-hay88-deposit-withdrawal-methods .btn-primary:hover {
    background-color: #e0a800; /* Darker golden on hover */
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-hay88-deposit-withdrawal-methods .btn-secondary {
    background-color: #007bff; /* Main color for secondary action */
    color: #ffffff;
    border: 2px solid #007bff;
}

.page-resources-hay88-deposit-withdrawal-methods .btn-secondary:hover {
    background-color: #0056b3; /* Darker blue on hover */
    border-color: #0056b3;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-hay88-deposit-withdrawal-methods .btn-lg {
    padding: 18px 35px;
    font-size: 1.2em;
}

/* Content Section */
.page-resources-hay88-deposit-withdrawal-methods .content-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.page-resources-hay88-deposit-withdrawal-methods .section-title {
    font-size: 2.2em;
    color: #007bff; /* Main color for section titles */
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.page-resources-hay88-deposit-withdrawal-methods .section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #ffc107; /* Auxiliary color for accent */
    border-radius: 2px;
}

.page-resources-hay88-deposit-withdrawal-methods p {
    font-size: 1.1em;
    margin-bottom: 20px;
    line-height: 1.8;
    color: #495057;
}

.page-resources-hay88-deposit-withdrawal-methods strong {
    color: #007bff; /* Emphasize important keywords */
}

.page-resources-hay88-deposit-withdrawal-methods .content-image {
    width: 100%;
    max-width: 800px;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* Method Cards */
.page-resources-hay88-deposit-withdrawal-methods .method-card {
    background-color: #f0f8ff; /* Lighter blue background */
    border-left: 5px solid #007bff;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.page-resources-hay88-deposit-withdrawal-methods .method-title {
    font-size: 1.8em;
    color: #0056b3; /* Darker main color for sub-titles */
    margin-bottom: 15px;
}

.page-resources-hay88-deposit-withdrawal-methods .method-list {
    list-style-type: disc;
    padding-left: 25px;
    margin-bottom: 20px;
    color: #495057;
}

.page-resources-hay88-deposit-withdrawal-methods .method-list li {
    margin-bottom: 10px;
    font-size: 1.05em;
}

.page-resources-hay88-deposit-withdrawal-methods .method-list ol {
    list-style-type: decimal;
    padding-left: 20px;
    margin-top: 10px;
}

.page-resources-hay88-deposit-withdrawal-methods .method-image {
    width: 100%;
    max-width: 600px;
    height: auto;
    display: block;
    margin: 20px auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* CTA Block */
.page-resources-hay88-deposit-withdrawal-methods .cta-block {
    text-align: center;
    background-color: #e9f7ff; /* Even lighter blue for CTA */
    padding: 40px;
    border-radius: 10px;
    margin-top: 40px;
    margin-bottom: 40px;
    border: 1px dashed #007bff;
}

.page-resources-hay88-deposit-withdrawal-methods .cta-block p {
    font-size: 1.2em;
    margin-bottom: 25px;
    color: #0056b3;
    font-weight: bold;
}

.page-resources-hay88-deposit-withdrawal-methods .final-cta .btn {
    margin: 0 10px;
}

/* Notes Section */
.page-resources-hay88-deposit-withdrawal-methods .note-item {
    background-color: #fff3cd; /* Auxiliary light background for notes */
    border-left: 5px solid #ffc107;
    padding: 25px;
    margin-bottom: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-hay88-deposit-withdrawal-methods .note-title {
    font-size: 1.6em;
    color: #856404; /* Darker auxiliary color for note titles */
    margin-bottom: 10px;
}

.page-resources-hay88-deposit-withdrawal-methods .note-item p {
    color: #664d03;
}

.page-resources-hay88-deposit-withdrawal-methods .note-image {
    width: 100%;
    max-width: 500px;
    height: auto;
    display: block;
    margin: 20px auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* FAQ Section */
.page-resources-hay88-deposit-withdrawal-methods .faq-section {
    margin-top: 40px;
}

.page-resources-hay88-deposit-withdrawal-methods .faq-item {
    background-color: #f0f0f0;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.page-resources-hay88-deposit-withdrawal-methods .faq-question {
    font-size: 1.5em;
    color: #007bff;
    padding: 20px 25px;
    cursor: pointer;
    margin: 0;
    background-color: #e7f5ff; /* Lighter blue for FAQ question background */
    border-bottom: 1px solid #d1e7ff;
    position: relative;
}

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

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

.page-resources-hay88-deposit-withdrawal-methods .faq-answer {
    font-size: 1.05em;
    color: #495057;
    padding: 0 25px 20px;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, padding 0.5s ease-out;
}

.page-resources-hay88-deposit-withdrawal-methods .faq-answer.active {
    max-height: 200px; /* Adjust as needed */
    padding: 20px 25px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-resources-hay88-deposit-withdrawal-methods .hero-title {
        font-size: 2.5em;
    }
    .page-resources-hay88-deposit-withdrawal-methods .hero-description {
        font-size: 1.1em;
    }
    .page-resources-hay88-deposit-withdrawal-methods .section-title {
        font-size: 2em;
    }
    .page-resources-hay88-deposit-withdrawal-methods .method-title {
        font-size: 1.6em;
    }
    .page-resources-hay88-deposit-withdrawal-methods .note-title {
        font-size: 1.4em;
    }
    .page-resources-hay88-deposit-withdrawal-methods .btn {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-resources-hay88-deposit-withdrawal-methods .final-cta .btn {
        margin: 10px 0;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .page-resources-hay88-deposit-withdrawal-methods .hero-section {
        padding: 80px 0;
    }
    .page-resources-hay88-deposit-withdrawal-methods .hero-title {
        font-size: 2em;
    }
    .page-resources-hay88-deposit-withdrawal-methods .hero-description {
        font-size: 1em;
    }
    .page-resources-hay88-deposit-withdrawal-methods .section-title {
        font-size: 1.8em;
    }
    .page-resources-hay88-deposit-withdrawal-methods .cta-block {
        padding: 30px 20px;
    }
    .page-resources-hay88-deposit-withdrawal-methods .final-cta {
        flex-direction: column;
    }
    .page-resources-hay88-deposit-withdrawal-methods .btn-lg {
        width: 100%;
        margin-bottom: 15px;
    }
}

@media (max-width: 576px) {
    .page-resources-hay88-deposit-withdrawal-methods .hero-section {
        padding: 60px 0;
    }
    .page-resources-hay88-deposit-withdrawal-methods .hero-title {
        font-size: 1.8em;
    }
    .page-resources-hay88-deposit-withdrawal-methods .btn {
        width: 100%;
        margin-bottom: 10px;
    }
    .page-resources-hay88-deposit-withdrawal-methods .btn-primary {
        margin-right: 0;
    }
    .page-resources-hay88-deposit-withdrawal-methods .content-section {
        padding: 40px 0;
    }
    .page-resources-hay88-deposit-withdrawal-methods .method-card, .page-resources-hay88-deposit-withdrawal-methods .note-item {
        padding: 20px;
    }
    .page-resources-hay88-deposit-withdrawal-methods .faq-question {
        font-size: 1.3em;
        padding: 15px 20px;
    }
    .page-resources-hay88-deposit-withdrawal-methods .faq-question::after {
        right: 20px;
    }
    .page-resources-hay88-deposit-withdrawal-methods .faq-answer {
        padding: 0 20px 15px;
    }
    .page-resources-hay88-deposit-withdrawal-methods .faq-answer.active {
        padding: 15px 20px;
    }
}