/* style/resources-hi88vip6-deposit-methods.css */

.page-resources-hi88vip6-deposit-methods {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f9fa;
}

.page-resources-hi88vip6-deposit-methods__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-resources-hi88vip6-deposit-methods__hero-section {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    color: #ffffff;
    padding: 80px 0;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-resources-hi88vip6-deposit-methods__main-title {
    font-size: 2.8em;
    margin-bottom: 15px;
    color: #ffc107;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-hi88vip6-deposit-methods__subtitle {
    font-size: 1.3em;
    margin-bottom: 30px;
    opacity: 0.9;
}

.page-resources-hi88vip6-deposit-methods__btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.page-resources-hi88vip6-deposit-methods__btn--primary {
    background-color: #ffc107;
    color: #0056b3;
    border: 2px solid #ffc107;
}

.page-resources-hi88vip6-deposit-methods__btn--primary:hover {
    background-color: #e0a800;
    color: #003e80;
    transform: translateY(-2px);
}

.page-resources-hi88vip6-deposit-methods__btn--secondary {
    background-color: #007bff;
    color: #ffffff;
    border: 2px solid #007bff;
}

.page-resources-hi88vip6-deposit-methods__btn--secondary:hover {
    background-color: #0056b3;
    color: #ffffff;
    transform: translateY(-2px);
}

.page-resources-hi88vip6-deposit-methods__content-section,
.page-resources-hi88vip6-deposit-methods__faq-section {
    padding: 60px 0;
}

.page-resources-hi88vip6-deposit-methods__introduction {
    margin-bottom: 40px;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.page-resources-hi88vip6-deposit-methods__introduction p {
    font-size: 1.1em;
    margin-bottom: 15px;
}

.page-resources-hi88vip6-deposit-methods__section-title {
    font-size: 2em;
    color: #007bff;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.page-resources-hi88vip6-deposit-methods__section-title::after {
    content: '';
    width: 80px;
    height: 4px;
    background-color: #ffc107;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
}

.page-resources-hi88vip6-deposit-methods__method-card {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-bottom: 30px;
}

.page-resources-hi88vip6-deposit-methods__method-title {
    font-size: 1.6em;
    color: #0056b3;
    margin-bottom: 15px;
}

.page-resources-hi88vip6-deposit-methods__sub-title {
    font-size: 1.3em;
    color: #007bff;
    margin-top: 25px;
    margin-bottom: 10px;
}

.page-resources-hi88vip6-deposit-methods__method-card p,
.page-resources-hi88vip6-deposit-methods__method-card ul,
.page-resources-hi88vip6-deposit-methods__method-card ol {
    margin-bottom: 15px;
    padding-left: 20px;
}

.page-resources-hi88vip6-deposit-methods__method-card ul li,
.page-resources-hi88vip6-deposit-methods__method-card ol li {
    margin-bottom: 8px;
}

.page-resources-hi88vip6-deposit-methods__info-box {
    background-color: #e9f5ff;
    border: 1px solid #007bff;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 40px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.page-resources-hi88vip6-deposit-methods__table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 20px;
}

.page-resources-hi88vip6-deposit-methods__table th,
.page-resources-hi88vip6-deposit-methods__table td {
    border: 1px solid #cce5ff;
    padding: 12px;
    text-align: left;
    font-size: 0.95em;
}

.page-resources-hi88vip6-deposit-methods__table th {
    background-color: #007bff;
    color: #ffffff;
    font-weight: bold;
}

.page-resources-hi88vip6-deposit-methods__table tr:nth-child(even) {
    background-color: #f0f8ff;
}

.page-resources-hi88vip6-deposit-methods__tips-list {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}

.page-resources-hi88vip6-deposit-methods__tips-list li {
    background-color: #ffffff;
    border-left: 5px solid #ffc107;
    padding: 15px 20px;
    margin-bottom: 15px;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    font-size: 1.05em;
}

.page-resources-hi88vip6-deposit-methods__advantages {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.page-resources-hi88vip6-deposit-methods__advantage-item {
    background-color: #ffffff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
    border-bottom: 4px solid #007bff;
}

.page-resources-hi88vip6-deposit-methods__advantage-title {
    font-size: 1.4em;
    color: #007bff;
    margin-bottom: 10px;
}

.page-resources-hi88vip6-deposit-methods__faq-item {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    overflow: hidden;
}

.page-resources-hi88vip6-deposit-methods__faq-question {
    font-size: 1.3em;
    color: #0056b3;
    padding: 20px;
    margin: 0;
    cursor: pointer;
    background-color: #f0f8ff;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    transition: background-color 0.3s ease;
}

.page-resources-hi88vip6-deposit-methods__faq-question:hover {
    background-color: #e9f5ff;
}

.page-resources-hi88vip6-deposit-methods__faq-question::after {
    content: '+';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5em;
    color: #ffc107;
    transition: transform 0.3s ease;
}

.page-resources-hi88vip6-deposit-methods__faq-question.active::after {
    content: '-';
    transform: translateY(-50%) rotate(180deg);
}

.page-resources-hi88vip6-deposit-methods__faq-answer {
    padding: 0 20px 20px;
    margin: 0;
    font-size: 1.05em;
    color: #555;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-resources-hi88vip6-deposit-methods__faq-answer.active {
    max-height: 200px; /* Adjust as needed */
    padding: 20px 20px 20px;
}

.page-resources-hi88vip6-deposit-methods__image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-resources-hi88vip6-deposit-methods__main-title {
        font-size: 2em;
    }

    .page-resources-hi88vip6-deposit-methods__subtitle {
        font-size: 1em;
    }

    .page-resources-hi88vip6-deposit-methods__section-title {
        font-size: 1.6em;
    }

    .page-resources-hi88vip6-deposit-methods__method-title {
        font-size: 1.4em;
    }

    .page-resources-hi88vip6-deposit-methods__sub-title {
        font-size: 1.2em;
    }

    .page-resources-hi88vip6-deposit-methods__btn {
        padding: 10px 20px;
        font-size: 1em;
    }

    .page-resources-hi88vip6-deposit-methods__content-section,
    .page-resources-hi88vip6-deposit-methods__faq-section {
        padding: 40px 0;
    }

    .page-resources-hi88vip6-deposit-methods__advantage-item {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .page-resources-hi88vip6-deposit-methods__main-title {
        font-size: 1.8em;
    }

    .page-resources-hi88vip6-deposit-methods__subtitle {
        font-size: 0.9em;
    }

    .page-resources-hi88vip6-deposit-methods__hero-section {
        padding: 60px 0;
    }

    .page-resources-hi88vip6-deposit-methods__advantages {
        grid-template-columns: 1fr;
    }
}