/* style/resources-789win-withdrawal-speed-test.css */

.page-resources-789win-withdrawal-speed-test {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f9fa;
}

.page-resources-789win-withdrawal-speed-test__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-789win-withdrawal-speed-test__hero {
    position: relative;
    background: linear-gradient(135deg, #007bff, #ffc107);
    color: #fff;
    padding: 100px 0;
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px; /* Ensure enough space for content */
}

.page-resources-789win-withdrawal-speed-test__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
    z-index: 1;
}

.page-resources-789win-withdrawal-speed-test__hero .page-resources-789win-withdrawal-speed-test__container {
    position: relative;
    z-index: 2;
}

.page-resources-789win-withdrawal-speed-test__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-resources-789win-withdrawal-speed-test__subtitle {
    font-size: 1.4em;
    margin-bottom: 30px;
    color: #eee;
}

.page-resources-789win-withdrawal-speed-test__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    font-size: 1.1em;
    border: none;
    cursor: pointer;
}

.page-resources-789win-withdrawal-speed-test__btn--primary {
    background-color: #ffc107;
    color: #007bff;
}

.page-resources-789win-withdrawal-speed-test__btn--primary:hover {
    background-color: #e0a800;
    color: #0056b3;
    transform: translateY(-3px);
}

.page-resources-789win-withdrawal-speed-test__btn--secondary {
    background-color: #007bff;
    color: #fff;
    border: 2px solid #007bff;
}

.page-resources-789win-withdrawal-speed-test__btn--secondary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
    transform: translateY(-3px);
}

.page-resources-789win-withdrawal-speed-test__section {
    padding: 60px 0;
    background-color: #fff;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}

.page-resources-789win-withdrawal-speed-test__section:nth-of-type(even) {
    background-color: #f0f0f0;
}

.page-resources-789win-withdrawal-speed-test__section-title {
    font-size: 2.5em;
    color: #007bff;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

.page-resources-789win-withdrawal-speed-test__sub-section-title {
    font-size: 1.8em;
    color: #343a40;
    margin-top: 40px;
    margin-bottom: 25px;
    border-bottom: 2px solid #ffc107;
    padding-bottom: 10px;
}

.page-resources-789win-withdrawal-speed-test__list {
    list-style: disc inside;
    margin-bottom: 20px;
    padding-left: 20px;
}

.page-resources-789win-withdrawal-speed-test__list li {
    margin-bottom: 10px;
    font-size: 1.1em;
}

.page-resources-789win-withdrawal-speed-test__image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 40px auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-789win-withdrawal-speed-test__table-responsive {
    overflow-x: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.page-resources-789win-withdrawal-speed-test__table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.page-resources-789win-withdrawal-speed-test__table th,
.page-resources-789win-withdrawal-speed-test__table td {
    border: 1px solid #dee2e6;
    padding: 12px 15px;
    text-align: left;
}

.page-resources-789win-withdrawal-speed-test__table th {
    background-color: #007bff;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.page-resources-789win-withdrawal-speed-test__table tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

.page-resources-789win-withdrawal-speed-test__table tbody tr:hover {
    background-color: #e9ecef;
}

.page-resources-789win-withdrawal-speed-test__testimonials {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-789win-withdrawal-speed-test__testimonial {
    background-color: #fefefe;
    border-left: 5px solid #ffc107;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.page-resources-789win-withdrawal-speed-test__testimonial p {
    font-style: italic;
    margin-bottom: 15px;
    color: #555;
}

.page-resources-789win-withdrawal-speed-test__testimonial cite {
    display: block;
    text-align: right;
    font-weight: bold;
    color: #007bff;
    font-style: normal;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-resources-789win-withdrawal-speed-test__title {
        font-size: 2.5em;
    }
    .page-resources-789win-withdrawal-speed-test__subtitle {
        font-size: 1.2em;
    }
    .page-resources-789win-withdrawal-speed-test__section-title {
        font-size: 2em;
    }
    .page-resources-789win-withdrawal-speed-test__sub-section-title {
        font-size: 1.5em;
    }
}

@media (max-width: 768px) {
    .page-resources-789win-withdrawal-speed-test__hero {
        padding: 80px 0;
        min-height: 350px;
    }
    .page-resources-789win-withdrawal-speed-test__title {
        font-size: 2em;
    }
    .page-resources-789win-withdrawal-speed-test__subtitle {
        font-size: 1em;
    }
    .page-resources-789win-withdrawal-speed-test__btn {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-resources-789win-withdrawal-speed-test__section {
        padding: 40px 0;
    }
    .page-resources-789win-withdrawal-speed-test__section-title {
        font-size: 1.8em;
    }
    .page-resources-789win-withdrawal-speed-test__sub-section-title {
        font-size: 1.3em;
    }
}

@media (max-width: 576px) {
    .page-resources-789win-withdrawal-speed-test__hero {
        padding: 60px 0;
        min-height: 300px;
    }
    .page-resources-789win-withdrawal-speed-test__title {
        font-size: 1.8em;
    }
    .page-resources-789win-withdrawal-speed-test__subtitle {
        font-size: 0.9em;
    }
    .page-resources-789win-withdrawal-speed-test__btn {
        padding: 10px 20px;
        font-size: 0.9em;
    }
    .page-resources-789win-withdrawal-speed-test__section {
        padding: 30px 0;
    }
    .page-resources-789win-withdrawal-speed-test__section-title {
        font-size: 1.5em;
    }
    .page-resources-789win-withdrawal-speed-test__sub-section-title {
        font-size: 1.2em;
    }
    .page-resources-789win-withdrawal-speed-test__table th,
    .page-resources-789win-withdrawal-speed-test__table td {
        padding: 8px 10px;
        font-size: 0.9em;
    }
    .page-resources-789win-withdrawal-speed-test__list li {
        font-size: 1em;
    }
}