/* style/resources-how-to-register-deposit-sv88-com.css */

/* Variables for consistent styling */
:root {
    --sv88-primary-color: #0A2463; /* Royal Blue */
    --sv88-secondary-color: #FFD700; /* Gold */
    --sv88-text-dark: #222222;
    --sv88-text-light: #FFFFFF;
    --sv88-bg-light: #F8F8F8;
    --sv88-bg-dark: #071C41;
    --sv88-border-color: #E0E0E0;
}

.page-resources-how-to-register-deposit-sv88-com {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--sv88-text-dark);
    background-color: var(--sv88-bg-light);
}

.page-resources-how-to-register-deposit-sv88-com__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-how-to-register-deposit-sv88-com__hero-section {
    background: linear-gradient(135deg, var(--sv88-primary-color), var(--sv88-bg-dark));
    color: var(--sv88-text-light);
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-how-to-register-deposit-sv88-com__hero-title {
    font-size: 3em;
    margin-bottom: 20px;
    color: var(--sv88-secondary-color); /* Gold title on dark background */
    font-weight: bold;
    line-height: 1.2;
}

.page-resources-how-to-register-deposit-sv88-com__hero-subtitle {
    font-size: 1.4em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-how-to-register-deposit-sv88-com__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    cursor: pointer;
}

.page-resources-how-to-register-deposit-sv88-com__btn--primary {
    background-color: var(--sv88-secondary-color); /* Gold button */
    color: var(--sv88-primary-color); /* Dark blue text on gold */
    border: 2px solid var(--sv88-secondary-color);
}

.page-resources-how-to-register-deposit-sv88-com__btn--primary:hover {
    background-color: #E6C200; /* Slightly darker gold */
    transform: translateY(-2px);
}

.page-resources-how-to-register-deposit-sv88-com__btn--secondary {
    background-color: var(--sv88-primary-color); /* Dark blue button */
    color: var(--sv88-secondary-color); /* Gold text on dark blue */
    border: 2px solid var(--sv88-secondary-color);
}

.page-resources-how-to-register-deposit-sv88-com__btn--secondary:hover {
    background-color: var(--sv88-bg-dark);
    transform: translateY(-2px);
}

.page-resources-how-to-register-deposit-sv88-com__section {
    padding: 60px 0;
    background-color: var(--sv88-bg-light);
}

.page-resources-how-to-register-deposit-sv88-com__section--registration {
    background-color: var(--sv88-bg-light);
}

.page-resources-how-to-register-deposit-sv88-com__section--deposit {
    background-color: #F0F2F5; /* Slightly different light background */
}

.page-resources-how-to-register-deposit-sv88-com__section--benefits {
    background-color: var(--sv88-primary-color);
    color: var(--sv88-text-light);
}

.page-resources-how-to-register-deposit-sv88-com__section--faq {
    background-color: var(--sv88-bg-light);
}

.page-resources-how-to-register-deposit-sv88-com__section-title {
    font-size: 2.5em;
    color: var(--sv88-primary-color);
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-resources-how-to-register-deposit-sv88-com__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: var(--sv88-secondary-color);
    border-radius: 2px;
}

.page-resources-how-to-register-deposit-sv88-com__section--benefits .page-resources-how-to-register-deposit-sv88-com__section-title {
    color: var(--sv88-secondary-color); /* Gold title on dark blue background */
}

.page-resources-how-to-register-deposit-sv88-com__text {
    font-size: 1.1em;
    margin-bottom: 20px;
    text-align: justify;
}

.page-resources-how-to-register-deposit-sv88-com__highlight {
    color: var(--sv88-primary-color);
    font-weight: bold;
}

.page-resources-how-to-register-deposit-sv88-com__section--benefits .page-resources-how-to-register-deposit-sv88-com__highlight {
    color: var(--sv88-secondary-color);
}

.page-resources-how-to-register-deposit-sv88-com__step-by-step {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-how-to-register-deposit-sv88-com__step {
    background-color: var(--sv88-text-light);
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-how-to-register-deposit-sv88-com__step:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-resources-how-to-register-deposit-sv88-com__step-icon {
    font-size: 2.5em;
    font-weight: bold;
    color: var(--sv88-secondary-color);
    background-color: var(--sv88-primary-color);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
    border: 3px solid var(--sv88-secondary-color);
}

.page-resources-how-to-register-deposit-sv88-com__step-title {
    font-size: 1.5em;
    color: var(--sv88-primary-color);
    margin-bottom: 15px;
}

.page-resources-how-to-register-deposit-sv88-com__step-description {
    font-size: 1em;
    color: var(--sv88-text-dark);
    text-align: left;
    margin-bottom: 15px;
}

.page-resources-how-to-register-deposit-sv88-com__list {
    list-style-type: disc;
    padding-left: 25px;
    margin-bottom: 15px;
    text-align: left;
}

.page-resources-how-to-register-deposit-sv88-com__list li {
    margin-bottom: 8px;
    color: var(--sv88-text-dark);
}

.page-resources-how-to-register-deposit-sv88-com__step-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 20px;
    border: 1px solid var(--sv88-border-color);
}

.page-resources-how-to-register-deposit-sv88-com__note {
    font-style: italic;
    margin-top: 30px;
    padding: 20px;
    background-color: #FFF3E0; /* Light orange for notes */
    border-left: 5px solid var(--sv88-secondary-color);
    border-radius: 5px;
    color: #333;
}

.page-resources-how-to-register-deposit-sv88-com__link {
    color: var(--sv88-primary-color);
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-resources-how-to-register-deposit-sv88-com__link:hover {
    color: var(--sv88-secondary-color);
    text-decoration: underline;
}

.page-resources-how-to-register-deposit-sv88-com__deposit-methods {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-how-to-register-deposit-sv88-com__method-card {
    background-color: var(--sv88-text-light);
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-how-to-register-deposit-sv88-com__method-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.page-resources-how-to-register-deposit-sv88-com__method-icon {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 20px;
}

.page-resources-how-to-register-deposit-sv88-com__method-title {
    font-size: 1.6em;
    color: var(--sv88-primary-color);
    margin-bottom: 15px;
}

.page-resources-how-to-register-deposit-sv88-com__method-description {
    font-size: 1em;
    color: var(--sv88-text-dark);
    margin-bottom: 20px;
    text-align: left;
}

.page-resources-how-to-register-deposit-sv88-com__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-how-to-register-deposit-sv88-com__feature-item {
    background-color: var(--sv88-bg-dark); /* Darker blue for contrast */
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    text-align: center;
    transition: background-color 0.3s ease;
}

.page-resources-how-to-register-deposit-sv88-com__feature-item:hover {
    background-color: #1A3A7A;
}

.page-resources-how-to-register-deposit-sv88-com__feature-title {
    font-size: 1.5em;
    color: var(--sv88-secondary-color);
    margin-bottom: 15px;
}

.page-resources-how-to-register-deposit-sv88-com__feature-description {
    font-size: 1em;
    color: var(--sv88-text-light);
    opacity: 0.9;
}

.page-resources-how-to-register-deposit-sv88-com__overview-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin-top: 50px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-how-to-register-deposit-sv88-com__faq-item {
    background-color: var(--sv88-text-light);
    border: 1px solid var(--sv88-border-color);
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 25px;
    transition: border-color 0.3s ease;
}

.page-resources-how-to-register-deposit-how-to-register-deposit-sv88-com__faq-item:hover {
    border-color: var(--sv88-secondary-color);
}

.page-resources-how-to-register-deposit-sv88-com__faq-question {
    font-size: 1.2em;
    color: var(--sv88-primary-color);
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-resources-how-to-register-deposit-sv88-com__faq-question::after {
    content: '+';
    font-size: 1.5em;
    color: var(--sv88-secondary-color);
    transition: transform 0.3s ease;
}

.page-resources-how-to-register-deposit-sv88-com__faq-question.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-resources-how-to-register-deposit-sv88-com__faq-answer {
    font-size: 1em;
    color: var(--sv88-text-dark);
    margin-top: 15px;
    display: none; /* Hidden by default, toggled by JS */
    text-align: justify;
}

.page-resources-how-to-register-deposit-sv88-com__faq-answer.active {
    display: block;
}

.page-resources-how-to-register-deposit-sv88-com__cta-section {
    background: var(--sv88-secondary-color);
    color: var(--sv88-primary-color);
    padding: 80px 0;
    text-align: center;
}

.page-resources-how-to-register-deposit-sv88-com__cta-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    color: var(--sv88-primary-color);
}

.page-resources-how-to-register-deposit-sv88-com__cta-text {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #333;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-resources-how-to-register-deposit-sv88-com__hero-title {
        font-size: 2.5em;
    }
    .page-resources-how-to-register-deposit-sv88-com__hero-subtitle {
        font-size: 1.2em;
    }
    .page-resources-how-to-register-deposit-sv88-com__section-title {
        font-size: 2em;
    }
    .page-resources-how-to-register-deposit-sv88-com__step-by-step,
    .page-resources-how-to-register-deposit-sv88-com__deposit-methods,
    .page-resources-how-to-register-deposit-sv88-com__features-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .page-resources-how-to-register-deposit-sv88-com__hero-title {
        font-size: 2em;
    }
    .page-resources-how-to-register-deposit-sv88-com__hero-subtitle {
        font-size: 1em;
    }
    .page-resources-how-to-register-deposit-sv88-com__section {
        padding: 40px 0;
    }
    .page-resources-how-to-register-deposit-sv88-com__section-title {
        font-size: 1.8em;
    }
    .page-resources-how-to-register-deposit-sv88-com__cta-title {
        font-size: 2em;
    }
    .page-resources-how-to-register-deposit-sv88-com__cta-text {
        font-size: 1.1em;
    }
    .page-resources-how-to-register-deposit-sv88-com__step,
    .page-resources-how-to-register-deposit-sv88-com__method-card,
    .page-resources-how-to-register-deposit-sv88-com__feature-item {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .page-resources-how-to-register-deposit-sv88-com__hero-section {
        padding: 60px 0;
    }
    .page-resources-how-to-register-deposit-sv88-com__hero-title {
        font-size: 1.8em;
    }
    .page-resources-how-to-register-deposit-sv88-com__btn {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-resources-how-to-register-deposit-sv88-com__section-title {
        font-size: 1.5em;
    }
    .page-resources-how-to-register-deposit-sv88-com__cta-title {
        font-size: 1.8em;
    }
}