.page-resources-rrr88-deposit-withdrawal-methods {
    font-family: 'Arial', sans-serif;
    color: #f2e4d5; /* Light text for dark background */
    background-color: #0D1B2A; /* Main dark background */
    line-height: 1.6;
}

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

/* Hero Section */
.page-resources-rrr88-deposit-withdrawal-methods .hero-section {
    background: linear-gradient(135deg, #0D1B2A 0%, #1A2E40 100%); /* Darker gradient */
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-rrr88-deposit-withdrawal-methods .hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('[GALLERY:bg:abstract,pattern,dark,subtle]'); /* Subtle background pattern */
    opacity: 0.1;
    z-index: 0;
}

.page-resources-rrr88-deposit-withdrawal-methods .hero-title {
    font-size: 3.5em;
    color: #FFD700; /* Gold accent for title */
    margin-bottom: 20px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
}

.page-resources-rrr88-deposit-withdrawal-methods .hero-subtitle {
    font-size: 1.3em;
    color: #f2e4d5;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.page-resources-rrr88-deposit-withdrawal-methods .hero-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    position: relative;
    z-index: 1;
}

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

.page-resources-rrr88-deposit-withdrawal-methods .btn-primary {
    background-color: #FFD700; /* Gold */
    color: #0D1B2A; /* Dark text on gold */
}

.page-resources-rrr88-deposit-withdrawal-methods .btn-primary:hover {
    background-color: #e6c200; /* Slightly darker gold */
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(255, 215, 0, 0.4);
}

.page-resources-rrr88-deposit-withdrawal-methods .btn-secondary {
    background-color: transparent;
    color: #FFD700; /* Gold text */
    border: 2px solid #FFD700; /* Gold border */
}

.page-resources-rrr88-deposit-withdrawal-methods .btn-secondary:hover {
    background-color: #FFD700; /* Gold background on hover */
    color: #0D1B2A; /* Dark text on gold */
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(255, 215, 0, 0.4);
}

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

/* Section Styling */
.page-resources-rrr88-deposit-withdrawal-methods .info-section,
.page-resources-rrr88-deposit-withdrawal-methods .process-section,
.page-resources-rrr88-deposit-withdrawal-methods .faq-section,
.page-resources-rrr88-deposit-withdrawal-methods .cta-section {
    padding: 80px 0;
    text-align: center;
}

.page-resources-rrr88-deposit-withdrawal-methods .section-title {
    font-size: 2.8em;
    color: #FFD700;
    margin-bottom: 25px;
    font-weight: bold;
    position: relative;
}

.page-resources-rrr88-deposit-withdrawal-methods .section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    margin: 15px auto 0;
    border-radius: 2px;
}

.page-resources-rrr88-deposit-withdrawal-methods .section-description {
    font-size: 1.1em;
    color: #a8b3be;
    max-width: 900px;
    margin: 0 auto 50px;
}

/* Methods Grid */
.page-resources-rrr88-deposit-withdrawal-methods .methods-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-rrr88-deposit-withdrawal-methods .method-card {
    background-color: #1A2E40; /* Slightly lighter dark blue */
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(255, 215, 0, 0.2);
}

.page-resources-rrr88-deposit-withdrawal-methods .method-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
}

.page-resources-rrr88-deposit-withdrawal-methods .method-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}

.page-resources-rrr88-deposit-withdrawal-methods .method-title {
    font-size: 1.8em;
    color: #FFD700;
    margin-bottom: 15px;
}

.page-resources-rrr88-deposit-withdrawal-methods .method-description {
    color: #a8b3be;
    font-size: 1em;
    margin-bottom: 20px;
}

.page-resources-rrr88-deposit-withdrawal-methods .method-features {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.page-resources-rrr88-deposit-withdrawal-methods .method-features li {
    color: #f2e4d5;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95em;
}

.page-resources-rrr88-deposit-withdrawal-methods .method-features .icon-check {
    color: #FFD700;
    margin-right: 10px;
    font-weight: bold; /* Placeholder for actual checkmark icon */
}

/* Process Steps */
.page-resources-rrr88-deposit-withdrawal-methods .process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 50px;
    text-align: left;
}

.page-resources-rrr88-deposit-withdrawal-methods .step-item {
    background-color: #1A2E40;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    border: 1px solid rgba(255, 215, 0, 0.1);
}

.page-resources-rrr88-deposit-withdrawal-methods .step-number {
    font-size: 2.5em;
    font-weight: bold;
    color: #FFD700;
    margin-bottom: 15px;
    background-color: #0D1B2A;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #FFD700;
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
    margin-left: -15px; /* Adjust for visual alignment */
    margin-top: -15px;
    position: absolute;
    top: 0;
    left: 0;
}

.page-resources-rrr88-deposit-withdrawal-methods .step-title {
    font-size: 1.5em;
    color: #FFD700;
    margin-bottom: 10px;
    margin-top: 30px; /* Space for step number */
}

.page-resources-rrr88-deposit-withdrawal-methods .step-description {
    color: #a8b3be;
    font-size: 0.95em;
}

.page-resources-rrr88-deposit-withdrawal-methods .process-image {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin-top: 60px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 215, 0, 0.3);
}

/* Important Notes Section */
.page-resources-rrr88-deposit-withdrawal-methods .section-important-notes {
    background-color: #112033;
}

.page-resources-rrr88-deposit-withdrawal-methods .important-notes-list {
    list-style: none;
    padding: 0;
    margin: 50px auto;
    max-width: 900px;
    text-align: left;
}

.page-resources-rrr88-deposit-withdrawal-methods .important-notes-list li {
    background-color: #1A2E40;
    border-radius: 8px;
    padding: 20px 30px;
    margin-bottom: 15px;
    color: #f2e4d5;
    font-size: 1.05em;
    line-height: 1.8;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border-left: 5px solid #FFD700;
}

.page-resources-rrr88-deposit-withdrawal-methods .important-notes-list li strong {
    color: #FFD700;
    font-weight: bold;
}

/* FAQ Section */
.page-resources-rrr88-deposit-withdrawal-methods .faq-section {
    background-color: #0D1B2A;
}

.page-resources-rrr88-deposit-withdrawal-methods .faq-accordion {
    max-width: 900px;
    margin: 50px auto 0;
    text-align: left;
}

.page-resources-rrr88-deposit-withdrawal-methods .faq-item {
    background-color: #1A2E40;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 215, 0, 0.1);
}

.page-resources-rrr88-deposit-withdrawal-methods .faq-question {
    font-size: 1.3em;
    color: #FFD700;
    padding: 20px 30px;
    cursor: pointer;
    position: relative;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-resources-rrr88-deposit-withdrawal-methods .faq-question::after {
    content: '+';
    font-size: 1.5em;
    color: #FFD700;
    transition: transform 0.3s ease;
    font-weight: bold;
}

.page-resources-rrr88-deposit-withdrawal-methods .faq-item.active .faq-question::after {
    transform: rotate(45deg);
    content: '\2715'; /* Unicode 'X' mark */
}

.page-resources-rrr88-deposit-withdrawal-methods .faq-answer {
    padding: 0 30px 20px;
    color: #a8b3be;
    font-size: 1em;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, padding 0.5s ease-out;
}

.page-resources-rrr88-deposit-withdrawal-methods .faq-item.active .faq-answer {
    max-height: 500px; /* Increased max-height for expanded content */
    padding: 0 30px 30px;
}

/* CTA Section */
.page-resources-rrr88-deposit-withdrawal-methods .cta-section {
    background: linear-gradient(45deg, #0D1B2A, #1A2E40);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.page-resources-rrr88-deposit-withdrawal-methods .cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('[GALLERY:bg:abstract,geometric,dark,subtle]');
    opacity: 0.15;
    z-index: 0;
}

.page-resources-rrr88-deposit-withdrawal-methods .cta-title {
    font-size: 2.8em;
    color: #FFD700;
    margin-bottom: 20px;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.page-resources-rrr88-deposit-withdrawal-methods .cta-description {
    font-size: 1.2em;
    color: #f2e4d5;
    max-width: 800px;
    margin: 0 auto 40px;
    position: relative;
    z-index: 1;
}