/* style/ta88-review-customer-support.css */
.page-ta88-review-customer-support {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
}

.page-ta88-review-customer-support-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-ta88-review-customer-support-hero {
    background: linear-gradient(135deg, #0A2463, #3B5998);
    color: #fff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-ta88-review-customer-support-hero-image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40%;
    max-width: 500px;
    opacity: 0.7;
    z-index: 0;
    display: none; /* Hidden on smaller screens */
}

@media (min-width: 768px) {
    .page-ta88-review-customer-support-hero-image {
        display: block;
    }
}

.page-ta88-review-customer-support-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #E3B23C;
    z-index: 1;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.page-ta88-review-customer-support-subtitle {
    font-size: 1.5em;
    margin-bottom: 40px;
    z-index: 1;
}

.page-ta88-review-customer-support-btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    margin: 10px;
    z-index: 1;
}

.page-ta88-review-customer-support-btn-primary {
    background-color: #E3B23C;
    color: #0A2463;
    border: 2px solid #E3B23C;
}

.page-ta88-review-customer-support-btn-primary:hover {
    background-color: #d1a12a;
    transform: translateY(-3px);
}

.page-ta88-review-customer-support-btn-secondary {
    background-color: transparent;
    color: #E3B23C;
    border: 2px solid #E3B23C;
}

.page-ta88-review-customer-support-btn-secondary:hover {
    background-color: rgba(227, 178, 60, 0.1);
    transform: translateY(-3px);
}

.page-ta88-review-customer-support-section {
    padding: 60px 0;
}

.page-ta88-review-customer-support-section:nth-child(even) {
    background-color: #f8f8f8;
}

.page-ta88-review-customer-support-section-title {
    font-size: 2.5em;
    color: #0A2463;
    text-align: center;
    margin-bottom: 40px;
}

.page-ta88-review-customer-support-text {
    font-size: 1.1em;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 30px auto;
    color: #555;
}

.page-ta88-review-customer-support-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-ta88-review-customer-support-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    text-align: center;
    transition: transform 0.3s ease;
}

.page-ta88-review-customer-support-card:hover {
    transform: translateY(-5px);
}

.page-ta88-review-customer-support-card-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.1));
}

.page-ta88-review-customer-support-card-title {
    font-size: 1.5em;
    color: #0A2463;
    margin-bottom: 15px;
}

.page-ta88-review-customer-support-card-text {
    color: #666;
    font-size: 0.95em;
    margin-bottom: 20px;
}

.page-ta88-review-customer-support-link {
    color: #E3B23C;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-ta88-review-customer-support-link:hover {
    color: #d1a12a;
    text-decoration: underline;
}

.page-ta88-review-customer-support-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

.page-ta88-review-customer-support-content-wrapper.page-ta88-review-customer-support-reverse {
    flex-direction: row-reverse;
}

.page-ta88-review-customer-support-text-content {
    flex: 1;
    min-width: 300px;
}

.page-ta88-review-customer-support-image-wrapper {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

.page-ta88-review-customer-support-img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-ta88-review-customer-support-list {
    list-style: none;
    padding-left: 0;
    margin: 20px 0;
    text-align: left;
    color: #444;
}

.page-ta88-review-customer-support-list li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
    font-size: 1.05em;
}

.page-ta88-review-customer-support-list li::before {
    content: '✅';
    position: absolute;
    left: 0;
    top: 0;
}

.page-ta88-review-customer-support-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-ta88-review-customer-support-testimonial-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    padding: 30px;
    text-align: center;
}

.page-ta88-review-customer-support-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
    border: 3px solid #E3B23C;
}

.page-ta88-review-customer-support-testimonial-text {
    font-style: italic;
    color: #555;
    margin-bottom: 15px;
}

.page-ta88-review-customer-support-testimonial-author {
    font-weight: bold;
    color: #0A2463;
}

.page-ta88-review-customer-support-cta {
    background-color: #0A2463;
    color: #fff;
    padding: 80px 0;
    text-align: center;
}

.page-ta88-review-customer-support-cta-title {
    font-size: 2.8em;
    color: #E3B23C;
    margin-bottom: 20px;
}

.page-ta88-review-customer-support-cta-text {
    font-size: 1.2em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-ta88-review-customer-support-title {
        font-size: 2.8em;
    }
    .page-ta88-review-customer-support-subtitle {
        font-size: 1.3em;
    }
    .page-ta88-review-customer-support-section-title {
        font-size: 2em;
    }
    .page-ta88-review-customer-support-content-wrapper {
        flex-direction: column;
    }
    .page-ta88-review-customer-support-content-wrapper.page-ta88-review-customer-support-reverse {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .page-ta88-review-customer-support-hero {
        padding: 60px 0;
    }
    .page-ta88-review-customer-support-title {
        font-size: 2.2em;
    }
    .page-ta88-review-customer-support-subtitle {
        font-size: 1.1em;
    }
    .page-ta88-review-customer-support-btn {
        padding: 12px 25px;
        font-size: 0.9em;
    }
    .page-ta88-review-customer-support-grid, .page-ta88-review-customer-support-testimonials-grid {
        grid-template-columns: 1fr;
    }
    .page-ta88-review-customer-support-section {
        padding: 40px 0;
    }
    .page-ta88-review-customer-support-cta-title {
        font-size: 2em;
    }
    .page-ta88-review-customer-support-cta-text {
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .page-ta88-review-customer-support-title {
        font-size: 1.8em;
    }
    .page-ta88-review-customer-support-subtitle {
        font-size: 1em;
    }
    .page-ta88-review-customer-support-btn {
        display: block;
        margin: 10px auto;
        width: 80%;
    }
    .page-ta88-review-customer-support-cta .page-ta88-review-customer-support-btn {
        width: auto;
        display: inline-block;
    }
}