/* style/deposit-withdrawal-guide-deposit-methods-process.css */
.page-deposit-withdrawal-guide-deposit-methods-process {
    font-family: 'Arial', sans-serif;
    color: #f5e6d0; /* Light text for dark background */
    background-color: #0A192F; /* Main dark background */
    line-height: 1.6;
}

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

.page-deposit-withdrawal-guide-deposit-methods-process__section {
    padding: 60px 0;
}

.page-deposit-withdrawal-guide-deposit-methods-process__hero {
    background: linear-gradient(135deg, #0A192F, #1A304C); /* Dark blue gradient */
    text-align: center;
    padding: 100px 0;
    color: #FFD700; /* Gold for hero text */
}

.page-deposit-withdrawal-guide-deposit-methods-process__main-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #FFD700;
    font-weight: bold;
    line-height: 1.2;
}

.page-deposit-withdrawal-guide-deposit-methods-process__hero-subtitle {
    font-size: 1.3em;
    margin-bottom: 40px;
    color: #E0E0E0;
}

.page-deposit-withdrawal-guide-deposit-methods-process__section-title {
    font-size: 2.5em;
    color: #FFD700; /* Gold for section titles */
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 10px;
}

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

.page-deposit-withdrawal-guide-deposit-methods-process__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-size: 1.1em;
    cursor: pointer;
}

.page-deposit-withdrawal-guide-deposit-methods-process__btn--primary {
    background-color: #FFD700; /* Gold button */
    color: #0A192F; /* Dark blue text */
    border: 2px solid #FFD700;
}

.page-deposit-withdrawal-guide-deposit-methods-process__btn--primary:hover {
    background-color: #E6C200;
    transform: translateY(-2px);
}

.page-deposit-withdrawal-guide-deposit-methods-process__btn--secondary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-deposit-withdrawal-guide-deposit-methods-process__btn--secondary:hover {
    background-color: #FFD700;
    color: #0A192F;
    transform: translateY(-2px);
}

.page-deposit-withdrawal-guide-deposit-methods-process__btn--large {
    padding: 18px 35px;
    font-size: 1.2em;
}

.page-deposit-withdrawal-guide-deposit-methods-process__btn-wrapper {
    text-align: center;
    margin-top: 50px;
}

.page-deposit-withdrawal-guide-deposit-methods-process__link-inline {
    color: #FFD700; /* Gold for inline links */
    text-decoration: none;
    font-weight: bold;
}

.page-deposit-withdrawal-guide-deposit-methods-process__link-inline:hover {
    text-decoration: underline;
}

.page-deposit-withdrawal-guide-deposit-methods-process__introduction p {
    font-size: 1.1em;
    text-align: justify;
    margin-bottom: 20px;
    color: #E0E0E0;
}

.page-deposit-withdrawal-guide-deposit-methods-process__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-deposit-withdrawal-guide-deposit-methods-process__feature-item {
    background-color: #1A304C; /* Slightly lighter dark blue */
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 215, 0, 0.2);
}

.page-deposit-withdrawal-guide-deposit-methods-process__feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
    filter: brightness(1.2); /* Make icons pop */
}

.page-deposit-withdrawal-guide-deposit-methods-process__feature-title {
    font-size: 1.5em;
    color: #FFD700;
    margin-bottom: 10px;
}

.page-deposit-withdrawal-guide-deposit-methods-process__feature-item p {
    color: #f5e6d0;
    font-size: 0.95em;
}

.page-deposit-withdrawal-guide-deposit-methods-process__method-item {
    background-color: #1A304C;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 215, 0, 0.2);
}

.page-deposit-withdrawal-guide-deposit-methods-process__method-title {
    font-size: 2em;
    color: #FFD700;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.page-deposit-withdrawal-guide-deposit-methods-process__method-icon {
    width: 40px;
    height: 40px;
    filter: brightness(1.2);
}

.page-deposit-withdrawal-guide-deposit-methods-process__method-details {
    margin-top: 20px;
}

.page-deposit-withdrawal-guide-deposit-methods-process__sub-title {
    font-size: 1.3em;
    color: #FFD700;
    margin-top: 20px;
    margin-bottom: 10px;
}

.page-deposit-withdrawal-guide-deposit-methods-process__method-details ul,
.page-deposit-withdrawal-guide-deposit-methods-process__method-details ol {
    list-style-position: inside;
    margin-left: 20px;
    color: #f5e6d0;
    margin-bottom: 20px;
}

.page-deposit-withdrawal-guide-deposit-methods-process__method-details ul li,
.page-deposit-withdrawal-guide-deposit-methods-process__method-details ol li {
    margin-bottom: 8px;
    font-size: 1em;
}

.page-deposit-withdrawal-guide-deposit-methods-process__method-image {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 8px;
    margin-top: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-deposit-withdrawal-guide-deposit-methods-process__text-center {
    text-align: center;
    margin-top: 30px;
    font-size: 1.1em;
    color: #E0E0E0;
}

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

.page-deposit-withdrawal-guide-deposit-methods-process__step-item {
    background-color: #1A304C;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    text-align: center;
    border: 1px solid rgba(255, 215, 0, 0.2);
}

.page-deposit-withdrawal-guide-deposit-methods-process__step-number {
    font-size: 3em;
    color: #FFD700;
    font-weight: bold;
    margin-bottom: 10px;
}

.page-deposit-withdrawal-guide-deposit-methods-process__step-title {
    font-size: 1.6em;
    color: #FFD700;
    margin-bottom: 15px;
}

.page-deposit-withdrawal-guide-deposit-methods-process__step-item p {
    color: #f5e6d0;
    font-size: 1em;
}

.page-deposit-withdrawal-guide-deposit-methods-process__step-image {
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 8px;
    margin-top: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-deposit-withdrawal-guide-deposit-methods-process__note {
    font-style: italic;
    color: #B0B0B0;
    margin-top: 20px;
    text-align: center;
}

.page-deposit-withdrawal-guide-deposit-methods-process__table-wrapper {
    overflow-x: auto;
    margin-top: 30px;
}

.page-deposit-withdrawal-guide-deposit-methods-process__limits-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
    background-color: #1A304C;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-deposit-withdrawal-guide-deposit-methods-process__limits-table th,
.page-deposit-withdrawal-guide-deposit-methods-process__limits-table td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.page-deposit-withdrawal-guide-deposit-methods-process__limits-table th {
    background-color: #0A192F;
    color: #FFD700;
    font-weight: bold;
    font-size: 1.1em;
}

.page-deposit-withdrawal-guide-deposit-methods-process__limits-table td {
    color: #f5e6d0;
}

.page-deposit-withdrawal-guide-deposit-methods-process__limits-table tbody tr:nth-child(odd) {
    background-color: #1A304C;
}

.page-deposit-withdrawal-guide-deposit-methods-process__limits-table tbody tr:nth-child(even) {
    background-color: #2A405C; /* Slightly different shade for readability */
}

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

.page-deposit-withdrawal-guide-deposit-methods-process__promo-item {
    background-color: #1A304C;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 215, 0, 0.2);
}

.page-deposit-withdrawal-guide-deposit-methods-process__promo-image {
    width: 100%;
    max-width: 300px;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-deposit-withdrawal-guide-deposit-methods-process__promo-title {
    font-size: 1.6em;
    color: #FFD700;
    margin-bottom: 10px;
}

.page-deposit-withdrawal-guide-deposit-methods-process__promo-item p {
    color: #f5e6d0;
    font-size: 1em;
}

.page-deposit-withdrawal-guide-deposit-methods-process__checklist {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.page-deposit-withdrawal-guide-deposit-methods-process__checklist li {
    background-color: #1A304C;
    padding: 15px 20px;
    margin-bottom: 10px;
    border-radius: 8px;
    display: flex;
    align-items: flex-start;
    color: #f5e6d0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    border-left: 5px solid #FFD700;
}

.page-deposit-withdrawal-guide-deposit-methods-process__checklist li strong {
    color: #FFD700;
    margin-right: 8px;
}

.page-deposit-withdrawal-guide-deposit-methods-process__info-image {
    width: 100%;
    max-width: 700px;
    height: auto;
    border-radius: 8px;
    margin-top: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-deposit-withdrawal-guide-deposit-methods-process__faq-item {
    background-color: #1A304C;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 215, 0, 0.1);
}

.page-deposit-withdrawal-guide-deposit-methods-process__faq-question {
    font-size: 1.4em;
    color: #FFD700;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.page-deposit-withdrawal-guide-deposit-methods-process__faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.2em;
    transition: transform 0.3s ease;
}

.page-deposit-withdrawal-guide-deposit-methods-process__faq-question.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-deposit-withdrawal-guide-deposit-methods-process__faq-answer {
    color: #f5e6d0;
    font-size: 1em;
    display: none;
    margin-top: 10px;
    padding-left: 10px;
    border-left: 3px solid #FFD700;
}

.page-deposit-withdrawal-guide-deposit-methods-process__faq-image {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 8px;
    margin-top: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-deposit-withdrawal-guide-deposit-methods-process__main-title {
        font-size: 2.5em;
    }

    .page-deposit-withdrawal-guide-deposit-methods-process__hero-subtitle {
        font-size: 1.1em;
    }

    .page-deposit-withdrawal-guide-deposit-methods-process__section-title {
        font-size: 2em;
    }

    .page-deposit-withdrawal-guide-deposit-methods-process__features-grid,
    .page-deposit-withdrawal-guide-deposit-methods-process__step-by-step,
    .page-deposit-withdrawal-guide-deposit-methods-process__promo-grid {
        grid-template-columns: 1fr;
    }

    .page-deposit-withdrawal-guide-deposit-methods-process__limits-table th,
    .page-deposit-withdrawal-guide-deposit-methods-process__limits-table td {
        padding: 10px;
        font-size: 0.9em;
    }
}

@media (max-width: 480px) {
    .page-deposit-withdrawal-guide-deposit-methods-process__main-title {
        font-size: 2em;
    }

    .page-deposit-withdrawal-guide-deposit-methods-process__section-title {
        font-size: 1.8em;
    }

    .page-deposit-withdrawal-guide-deposit-methods-process__btn {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-deposit-withdrawal-guide-deposit-methods-process__btn--large {
        padding: 15px 30px;
        font-size: 1.1em;
    }

    .page-deposit-withdrawal-guide-deposit-methods-process__feature-item,
    .page-deposit-withdrawal-guide-deposit-methods-process__method-item,
    .page-deposit-withdrawal-guide-deposit-methods-process__step-item,
    .page-deposit-withdrawal-guide-deposit-methods-process__promo-item,
    .page-deposit-withdrawal-guide-deposit-methods-process__faq-item {
        padding: 20px;
    }

    .page-deposit-withdrawal-guide-deposit-methods-process__method-title {
        font-size: 1.5em;
    }

    .page-deposit-withdrawal-guide-deposit-methods-process__step-title {
        font-size: 1.4em;
    }

    .page-deposit-withdrawal-guide-deposit-methods-process__faq-question {
        font-size: 1.2em;
    }
}