/* style/k88-platform-reviews-customer-service.css */
.page-k88-platform-reviews-customer-service {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f9fa;
}

.page-k88-platform-reviews-customer-service__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-k88-platform-reviews-customer-service__hero-section {
    background: linear-gradient(135deg, #0A2463, #FFD700);
    color: #ffffff;
    padding: 80px 0 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-k88-platform-reviews-customer-service__main-title {
    font-size: 3.2em;
    margin-bottom: 15px;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    font-weight: bold;
}

.page-k88-platform-reviews-customer-service__subtitle {
    font-size: 1.4em;
    margin-bottom: 30px;
    color: #f0f0f0;
}

.page-k88-platform-reviews-customer-service__hero-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    margin-top: 30px;
}

.page-k88-platform-reviews-customer-service__content-section {
    padding: 60px 0;
    background-color: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
}

.page-k88-platform-reviews-customer-service__intro-text {
    font-size: 1.1em;
    margin-bottom: 40px;
    text-align: justify;
    color: #444;
}

.page-k88-platform-reviews-customer-service__section-title {
    font-size: 2.2em;
    color: #0A2463;
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
}

.page-k88-platform-reviews-customer-service__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    border-radius: 2px;
}

.page-k88-platform-reviews-customer-service__sub-section-title {
    font-size: 1.8em;
    color: #0A2463;
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: left;
    border-left: 5px solid #FFD700;
    padding-left: 15px;
}

.page-k88-platform-reviews-customer-service__feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.page-k88-platform-reviews-customer-service__feature-item {
    background-color: #f0f2f5;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-k88-platform-reviews-customer-service__feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.page-k88-platform-reviews-customer-service__feature-heading {
    font-size: 1.4em;
    color: #0A2463;
    margin-bottom: 15px;
}

.page-k88-platform-reviews-customer-service__channel-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.page-k88-platform-reviews-customer-service__channel-item {
    background-color: #ffffff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    text-align: center;
    border: 1px solid #eee;
    transition: border-color 0.3s ease;
}

.page-k88-platform-reviews-customer-service__channel-item:hover {
    border-color: #FFD700;
}

.page-k88-platform-reviews-customer-service__channel-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.page-k88-platform-reviews-customer-service__channel-heading {
    font-size: 1.3em;
    color: #0A2463;
    margin-bottom: 10px;
}

.page-k88-platform-reviews-customer-service__list {
    list-style: disc inside;
    margin-left: 20px;
    margin-bottom: 30px;
    color: #555;
}

.page-k88-platform-reviews-customer-service__list li {
    margin-bottom: 10px;
}

.page-k88-platform-reviews-customer-service__illustration-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 30px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.page-k88-platform-reviews-customer-service__cta-text {
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
    color: #0A2463;
}

.page-k88-platform-reviews-customer-service__cta-buttons {
    text-align: center;
    margin-bottom: 40px;
}

.page-k88-platform-reviews-customer-service__btn {
    display: inline-block;
    padding: 15px 30px;
    margin: 10px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-k88-platform-reviews-customer-service__btn--primary {
    background-color: #FFD700;
    color: #0A2463;
    border: 2px solid #FFD700;
}

.page-k88-platform-reviews-customer-service__btn--primary:hover {
    background-color: #e6c200;
    border-color: #e6c200;
    transform: translateY(-3px);
}

.page-k88-platform-reviews-customer-service__btn--secondary {
    background-color: #0A2463;
    color: #FFD700;
    border: 2px solid #0A2463;
}

.page-k88-platform-reviews-customer-service__btn--secondary:hover {
    background-color: #1a3c7a;
    border-color: #1a3c7a;
    transform: translateY(-3px);
}

.page-k88-platform-reviews-customer-service__cta-image {
    max-width: 80%;
    height: auto;
    display: block;
    margin: 30px auto 0;
    border-radius: 10px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.page-k88-platform-reviews-customer-service__faq-section {
    margin-top: 50px;
    background-color: #f0f2f5;
    padding: 30px;
    border-radius: 10px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
}

.page-k88-platform-reviews-customer-service__faq-item {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ccc;
}

.page-k88-platform-reviews-customer-service__faq-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.page-k88-platform-reviews-customer-service__faq-question {
    font-size: 1.3em;
    color: #0A2463;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.page-k88-platform-reviews-customer-service__faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2em;
    color: #FFD700;
    font-weight: bold;
}

.page-k88-platform-reviews-customer-service__faq-question.active::after {
    content: '-';
}

.page-k88-platform-reviews-customer-service__faq-answer {
    font-size: 1.05em;
    color: #555;
    padding-left: 10px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.page-k88-platform-reviews-customer-service__faq-answer.show {
    max-height: 200px; /* Adjust as needed */
    padding-top: 10px;
}

.page-k88-platform-reviews-customer-service__conclusion-text {
    font-size: 1.15em;
    text-align: center;
    margin-top: 50px;
    font-style: italic;
    color: #444;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-k88-platform-reviews-customer-service__main-title {
        font-size: 2.5em;
    }
    .page-k88-platform-reviews-customer-service__subtitle {
        font-size: 1.2em;
    }
    .page-k88-platform-reviews-customer-service__section-title {
        font-size: 1.8em;
    }
    .page-k88-platform-reviews-customer-service__sub-section-title {
        font-size: 1.5em;
    }
    .page-k88-platform-reviews-customer-service__feature-grid, 
    .page-k88-platform-reviews-customer-service__channel-grid {
        grid-template-columns: 1fr;
    }
    .page-k88-platform-reviews-customer-service__btn {
        padding: 12px 25px;
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .page-k88-platform-reviews-customer-service__main-title {
        font-size: 2em;
    }
    .page-k88-platform-reviews-customer-service__subtitle {
        font-size: 1em;
    }
    .page-k88-platform-reviews-customer-service__btn {
        display: block;
        margin: 10px auto;
        width: 80%;
    }
    .page-k88-platform-reviews-customer-service__hero-section {
        padding: 60px 0 30px;
    }
    .page-k88-platform-reviews-customer-service__content-section {
        padding: 30px 0;
    }
}