/* style/resources-vin68-deposit-withdrawal-methods.css */

/* Base styles for the specific page */
.page-resources-vin68-deposit-withdrawal-methods {
    font-family: 'Arial', sans-serif;
    color: #E0E0E0; /* Light grey for general text on dark background */
    background-color: #0A192F; /* Main dark blue background */
    line-height: 1.6;
}

.page-resources-vin68-deposit-withdrawal-methods__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-vin68-deposit-withdrawal-methods__container--centered {
    text-align: center;
}

.page-resources-vin68-deposit-withdrawal-methods__section {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.page-resources-vin68-deposit-withdrawal-methods__section:nth-of-type(even) {
    background-color: #1a2c42; /* Slightly lighter dark blue for contrast */
}

/* Hero Section */
.page-resources-vin68-deposit-withdrawal-methods__hero {
    background: linear-gradient(135deg, #0A192F 0%, #1a2c42 100%);
    padding: 100px 0;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 450px;
}

.page-resources-vin68-deposit-withdrawal-methods__hero-content {
    z-index: 10;
    max-width: 800px;
    margin-bottom: 30px;
}

.page-resources-vin68-deposit-withdrawal-methods__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0.3;
}

.page-resources-vin68-deposit-withdrawal-methods__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(3px);
    transform: scale(1.05);
}

.page-resources-vin68-deposit-withdrawal-methods__title {
    font-size: 3.5em;
    color: #FFD700; /* Gold for main titles */
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.2;
}

.page-resources-vin68-deposit-withdrawal-methods__subtitle {
    font-size: 1.4em;
    color: #C0C0C0; /* Lighter grey for subtitles */
    margin-bottom: 30px;
}

/* Section Titles */
.page-resources-vin68-deposit-withdrawal-methods__section-title {
    font-size: 2.5em;
    color: #FFD700;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

/* CTA Button */
.page-resources-vin68-deposit-withdrawal-methods__cta-button {
    display: inline-block;
    background-color: #FFD700; /* Gold for CTA buttons */
    color: #0A192F; /* Dark blue text on gold button */
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    cursor: pointer;
}

.page-resources-vin68-deposit-withdrawal-methods__cta-button:hover {
    background-color: #e6c200; /* Slightly darker gold on hover */
    transform: translateY(-3px);
}

.page-resources-vin68-deposit-withdrawal-methods__cta-button--large {
    padding: 20px 40px;
    font-size: 1.3em;
    margin-top: 30px;
}

.page-resources-vin68-deposit-withdrawal-methods__login-link {
    color: #FFD700;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.page-resources-vin68-deposit-withdrawal-methods__login-link:hover {
    color: #e6c200;
}

/* Method Cards */
.page-resources-vin68-deposit-withdrawal-methods__method-card {
    background-color: #1a2c42; /* Darker blue for method cards */
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.page-resources-vin68-deposit-withdrawal-methods__method-card:hover {
    transform: translateY(-5px);
}

.page-resources-vin68-deposit-withdrawal-methods__method-title {
    font-size: 1.8em;
    color: #FFD700;
    margin-bottom: 20px;
    text-align: center;
}

.page-resources-vin68-deposit-withdrawal-methods__method-body {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.page-resources-vin68-deposit-withdrawal-methods__method-image {
    flex: 0 0 350px;
    max-width: 350px;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.page-resources-vin68-deposit-withdrawal-methods__method-details {
    flex: 1;
}

.page-resources-vin68-deposit-withdrawal-methods__method-details p {
    margin-bottom: 15px;
}

.page-resources-vin68-deposit-withdrawal-methods__sub-heading {
    font-size: 1.3em;
    color: #FFD700;
    margin-top: 25px;
    margin-bottom: 15px;
}

.page-resources-vin68-deposit-withdrawal-methods__method-details ol, 
.page-resources-vin68-deposit-withdrawal-methods__method-details ul {
    list-style-type: decimal;
    padding-left: 25px;
    margin-bottom: 20px;
}

.page-resources-vin68-deposit-withdrawal-methods__method-details ul {
    list-style-type: disc;
}

.page-resources-vin68-deposit-withdrawal-methods__method-details li {
    margin-bottom: 10px;
    color: #E0E0E0;
}

/* Important Notes Section */
.page-resources-vin68-deposit-withdrawal-methods__list {
    list-style-type: '✅ ';
    padding-left: 25px;
    margin-top: 30px;
    font-size: 1.1em;
}

.page-resources-vin68-deposit-withdrawal-methods__list li {
    margin-bottom: 15px;
    color: #E0E0E0;
}

.page-resources-vin68-deposit-withdrawal-methods__image-full-width {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
    border-radius: 10px;
    margin-top: 40px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-vin68-deposit-withdrawal-methods__image-full-width--bottom {
    margin-top: 60px;
    border-radius: 0;
}

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

.page-resources-vin68-deposit-withdrawal-methods__advantage-item {
    background-color: #0A192F;
    border: 1px solid #FFD700;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.page-resources-vin68-deposit-withdrawal-methods__advantage-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}

.page-resources-vin68-deposit-withdrawal-methods__advantage-title {
    font-size: 1.5em;
    color: #FFD700;
    margin-bottom: 15px;
    font-weight: bold;
}

/* FAQ Section */
.page-resources-vin68-deposit-withdrawal-methods__faq-item {
    background-color: #1a2c42;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

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

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

.page-resources-vin68-deposit-withdrawal-methods__faq-question.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-resources-vin68-deposit-withdrawal-methods__faq-answer {
    color: #E0E0E0;
    display: none;
    margin-top: 15px;
    padding-left: 10px;
    border-left: 3px solid #FFD700;
}

.page-resources-vin68-deposit-withdrawal-methods__faq-answer.active {
    display: block;
}

.page-resources-vin68-deposit-withdrawal-methods__call-to-action {
    text-align: center;
    margin-top: 50px;
    padding: 40px;
    background-color: #0A192F;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-vin68-deposit-withdrawal-methods__call-to-action p {
    font-size: 1.3em;
    margin-bottom: 25px;
    color: #C0C0C0;
}

.page-resources-vin68-deposit-withdrawal-methods__small-text {
    font-size: 0.9em;
    color: #C0C0C0;
    margin-top: 20px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-resources-vin68-deposit-withdrawal-methods__hero {
        padding: 80px 0;
        min-height: 350px;
    }
    .page-resources-vin68-deposit-withdrawal-methods__title {
        font-size: 2.8em;
    }
    .page-resources-vin68-deposit-withdrawal-methods__subtitle {
        font-size: 1.2em;
    }
    .page-resources-vin68-deposit-withdrawal-methods__section-title {
        font-size: 2em;
    }
    .page-resources-vin68-deposit-withdrawal-methods__method-body {
        flex-direction: column;
        align-items: center;
    }
    .page-resources-vin68-deposit-withdrawal-methods__method-image {
        max-width: 100%;
        flex: none;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .page-resources-vin68-deposit-withdrawal-methods__hero {
        padding: 60px 0;
        min-height: 300px;
    }
    .page-resources-vin68-deposit-withdrawal-methods__title {
        font-size: 2.2em;
    }
    .page-resources-vin68-deposit-withdrawal-methods__subtitle {
        font-size: 1em;
    }
    .page-resources-vin68-deposit-withdrawal-methods__section {
        padding: 40px 0;
    }
    .page-resources-vin68-deposit-withdrawal-methods__section-title {
        font-size: 1.8em;
    }
    .page-resources-vin68-deposit-withdrawal-methods__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-resources-vin68-deposit-withdrawal-methods__cta-button--large {
        padding: 15px 30px;
        font-size: 1.1em;
    }
    .page-resources-vin68-deposit-withdrawal-methods__method-title {
        font-size: 1.6em;
    }
    .page-resources-vin68-deposit-withdrawal-methods__sub-heading {
        font-size: 1.1em;
    }
    .page-resources-vin68-deposit-withdrawal-methods__advantage-title {
        font-size: 1.3em;
    }
    .page-resources-vin68-deposit-withdrawal-methods__faq-question {
        font-size: 1.2em;
    }
}

@media (max-width: 480px) {
    .page-resources-vin68-deposit-withdrawal-methods__hero {
        padding: 40px 0;
        min-height: 250px;
    }
    .page-resources-vin68-deposit-withdrawal-methods__title {
        font-size: 1.8em;
    }
    .page-resources-vin68-deposit-withdrawal-methods__subtitle {
        font-size: 0.9em;
    }
    .page-resources-vin68-deposit-withdrawal-methods__section {
        padding: 30px 0;
    }
    .page-resources-vin68-deposit-withdrawal-methods__section-title {
        font-size: 1.5em;
    }
    .page-resources-vin68-deposit-withdrawal-methods__method-card {
        padding: 20px;
    }
    .page-resources-vin68-deposit-withdrawal-methods__list {
        padding-left: 20px;
        font-size: 1em;
    }
}