/* style/promotions-first-deposit-bonus.css */

/* General Page Styling */
.page-promotions-first-deposit-bonus {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f9fa;
}

.page-promotions-first-deposit-bonus__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-promotions-first-deposit-bonus__hero-section {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    color: #fff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-bottom: 5px solid #ffc107;
}

.page-promotions-first-deposit-bonus__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;charset=UTF-8,%3Csvg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M100 0L0 100H100V0z" fill="rgba(255,255,255,0.1)"/%3E%3Cpath d="M0 0L100 100V0H0z" fill="rgba(0,0,0,0.1)"/%3E%3C/svg%3E');
    opacity: 0.3;
    pointer-events: none;
}

.page-promotions-first-deposit-bonus__main-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    font-weight: bold;
}

.page-promotions-first-deposit-bonus__lead-text {
    font-size: 1.3em;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #e0e0e0;
}

.page-promotions-first-deposit-bonus__cta-button {
    display: inline-block;
    background-color: #ffc107;
    color: #000;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.page-promotions-first-deposit-bonus__cta-button:hover {
    background-color: #e0a800;
    transform: translateY(-2px);
}

.page-promotions-first-deposit-bonus__cta-button--secondary {
    background-color: #0056b3;
    color: #fff;
    margin-top: 20px;
}

.page-promotions-first-deposit-bonus__cta-button--secondary:hover {
    background-color: #003f80;
}

.page-promotions-first-deposit-bonus__hero-image-wrapper {
    margin-top: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-promotions-first-deposit-bonus__hero-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.page-promotions-first-deposit-bonus__content-section {
    padding: 60px 0;
}

.page-promotions-first-deposit-bonus__bg-light {
    background-color: #e9ecef;
}

.page-promotions-first-deposit-bonus__section-title {
    font-size: 2.5em;
    color: #007bff;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

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

.page-promotions-first-deposit-bonus__text-block {
    font-size: 1.1em;
    margin-bottom: 30px;
    text-align: justify;
    color: #495057;
}

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

.page-promotions-first-deposit-bonus__grid-item {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease;
}

.page-promotions-first-deposit-bonus__grid-item:hover {
    transform: translateY(-5px);
}

.page-promotions-first-deposit-bonus__feature-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    object-fit: contain;
}

.page-promotions-first-deposit-bonus__feature-title {
    font-size: 1.6em;
    color: #007bff;
    margin-bottom: 15px;
}

.page-promotions-first-deposit-bonus__feature-description {
    font-size: 1em;
    color: #555;
}

.page-promotions-first-deposit-bonus__bonus-types {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-promotions-first-deposit-bonus__bonus-type-item {
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    border-left: 5px solid #ffc107;
}

.page-promotions-first-deposit-bonus__bonus-type-title {
    font-size: 1.5em;
    color: #007bff;
    margin-bottom: 15px;
}

.page-promotions-first-deposit-bonus__steps-list {
    list-style: none;
    padding: 0;
    counter-reset: step-counter;
    margin-top: 40px;
}

.page-promotions-first-deposit-bonus__steps-list li {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    position: relative;
    padding-left: 80px;
}

.page-promotions-first-deposit-bonus__steps-list li::before {
    counter-increment: step-counter;
    content: counter(step-counter);
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #007bff;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8em;
    font-weight: bold;
    border: 3px solid #ffc107;
}

.page-promotions-first-deposit-bonus__step-title {
    font-size: 1.8em;
    color: #007bff;
    margin-bottom: 10px;
}

.page-promotions-first-deposit-bonus__steps-list p {
    font-size: 1.1em;
    color: #495057;
}

.page-promotions-first-deposit-bonus__steps-list a {
    color: #ffc107;
    text-decoration: none;
    font-weight: bold;
}

.page-promotions-first-deposit-bonus__steps-list a:hover {
    text-decoration: underline;
}

.page-promotions-first-deposit-bonus__image-full-width {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin-top: 40px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-promotions-first-deposit-bonus__terms-list {
    list-style: none;
    padding: 0;
    margin-top: 40px;
}

.page-promotions-first-deposit-bonus__terms-list li {
    background-color: #fff;
    margin-bottom: 15px;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border-left: 4px solid #007bff;
}

.page-promotions-first-deposit-bonus__term-title {
    font-size: 1.6em;
    color: #007bff;
    margin-bottom: 10px;
}

.page-promotions-first-deposit-bonus__comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 40px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-promotions-first-deposit-bonus__table-header,
.page-promotions-first-deposit-bonus__table-row {
    display: grid;
    grid-template-columns: 1.2fr repeat(3, 1fr);
    border-bottom: 1px solid #eee;
}

.page-promotions-first-deposit-bonus__table-header {
    background-color: #007bff;
    color: #fff;
    font-weight: bold;
    font-size: 1.1em;
}

.page-promotions-first-deposit-bonus__table-header span,
.page-promotions-first-deposit-bonus__table-row span {
    padding: 15px 20px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.page-promotions-first-deposit-bonus__table-header span:last-child,
.page-promotions-first-deposit-bonus__table-row span:last-child {
    border-right: none;
}

.page-promotions-first-deposit-bonus__table-row:nth-child(even) {
    background-color: #f2f2f2;
}

.page-promotions-first-deposit-bonus__tips-list {
    list-style: none;
    padding: 0;
    margin-top: 40px;
}

.page-promotions-first-deposit-bonus__tips-list li {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border-left: 4px solid #ffc107;
}

.page-promotions-first-deposit-bonus__tip-title {
    font-size: 1.6em;
    color: #007bff;
    margin-bottom: 10px;
}

.page-promotions-first-deposit-bonus__faq-container {
    margin-top: 40px;
}

.page-promotions-first-deposit-bonus__faq-item {
    background-color: #fff;
    margin-bottom: 15px;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border: 1px solid #ddd;
}

.page-promotions-first-deposit-bonus__faq-question {
    font-size: 1.5em;
    color: #007bff;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.page-promotions-first-deposit-bonus__faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.2em;
    font-weight: bold;
    color: #ffc107;
    transition: transform 0.3s ease;
}

.page-promotions-first-deposit-bonus__faq-question.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-promotions-first-deposit-bonus__faq-answer {
    font-size: 1.1em;
    color: #495057;
    display: none;
    padding-top: 10px;
    border-top: 1px solid #eee;
    margin-top: 10px;
}

.page-promotions-first-deposit-bonus__faq-question.active + .page-promotions-first-deposit-bonus__faq-answer {
    display: block;
}

.page-promotions-first-deposit-bonus__call-to-action-section {
    background: linear-gradient(135deg, #ffc107 0%, #e0a800 100%);
    color: #000;
    padding: 80px 0;
    text-align: center;
    border-top: 5px solid #007bff;
}

.page-promotions-first-deposit-bonus__call-to-action-section .page-promotions-first-deposit-bonus__section-title {
    color: #000;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3);
}

.page-promotions-first-deposit-bonus__call-to-action-section .page-promotions-first-deposit-bonus__section-title::after {
    background-color: #007bff;
}

.page-promotions-first-deposit-bonus__call-to-action-section .page-promotions-first-deposit-bonus__lead-text {
    color: #333;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
}

.page-promotions-first-deposit-bonus__call-to-action-section .page-promotions-first-deposit-bonus__cta-button--primary {
    background-color: #007bff;
    color: #fff;
    font-size: 1.4em;
    padding: 18px 35px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.page-promotions-first-deposit-bonus__call-to-action-section .page-promotions-first-deposit-bonus__cta-button--primary:hover {
    background-color: #0056b3;
    transform: translateY(-3px);
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-promotions-first-deposit-bonus__main-title {
        font-size: 2.8em;
    }
    .page-promotions-first-deposit-bonus__section-title {
        font-size: 2em;
    }
    .page-promotions-first-deposit-bonus__table-header,
    .page-promotions-first-deposit-bonus__table-row {
        grid-template-columns: 1fr;
    }
    .page-promotions-first-deposit-bonus__table-header span,
    .page-promotions-first-deposit-bonus__table-row span {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .page-promotions-first-deposit-bonus__table-header {
        display: none; /* Hide header on small screens */
    }
    .page-promotions-first-deposit-bonus__table-row {
        margin-bottom: 20px;
        border: 1px solid #eee;
        border-radius: 8px;
        background-color: #fff;
        box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    }
    .page-promotions-first-deposit-bonus__table-row span::before {
        content: attr(data-label);
        font-weight: bold;
        display: block;
        color: #007bff;
        margin-bottom: 5px;
    }
    .page-promotions-first-deposit-bonus__table-row span:nth-child(1)::before { content: 'Tiêu Chí'; }
    .page-promotions-first-deposit-bonus__table-row span:nth-child(2)::before { content: 'Ưu Đãi Loại A'; }
    .page-promotions-first-deposit-bonus__table-row span:nth-child(3)::before { content: 'Ưu Đãi Loại B'; }
    .page-promotions-first-deposit-bonus__table-row span:nth-child(4)::before { content: 'Ưu Đãi Loại C'; }

}

@media (max-width: 768px) {
    .page-promotions-first-deposit-bonus__hero-section {
        padding: 60px 0;
    }
    .page-promotions-first-deposit-bonus__main-title {
        font-size: 2.5em;
    }
    .page-promotions-first-deposit-bonus__lead-text {
        font-size: 1.1em;
    }
    .page-promotions-first-deposit-bonus__cta-button {
        padding: 12px 25px;
        font-size: 1.1em;
    }
    .page-promotions-first-deposit-bonus__section-title {
        font-size: 1.8em;
    }
    .page-promotions-first-deposit-bonus__grid {
        grid-template-columns: 1fr;
    }
    .page-promotions-first-deposit-bonus__bonus-types {
        grid-template-columns: 1fr;
    }
    .page-promotions-first-deposit-bonus__steps-list li {
        padding-left: 60px;
    }
    .page-promotions-first-deposit-bonus__steps-list li::before {
        width: 35px;
        height: 35px;
        font-size: 1.5em;
        left: 15px;
    }
    .page-promotions-first-deposit-bonus__step-title {
        font-size: 1.5em;
    }
    .page-promotions-first-deposit-bonus__term-title,
    .page-promotions-first-deposit-bonus__tip-title,
    .page-promotions-first-deposit-bonus__faq-question {
        font-size: 1.4em;
    }
}

@media (max-width: 480px) {
    .page-promotions-first-deposit-bonus__main-title {
        font-size: 2em;
    }
    .page-promotions-first-deposit-bonus__section-title {
        font-size: 1.6em;
    }
    .page-promotions-first-deposit-bonus__lead-text {
        font-size: 1em;
    }
    .page-promotions-first-deposit-bonus__cta-button {
        font-size: 1em;
        padding: 10px 20px;
    }
    .page-promotions-first-deposit-bonus__call-to-action-section .page-promotions-first-deposit-bonus__cta-button--primary {
        font-size: 1.2em;
        padding: 15px 25px;
    }
}