

.faq-container-seo {
    margin-top: 40px;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.faq-item-seo {
    margin-bottom: 20px;
}

.faq-item-seo h3 {
    font-size: 1.3rem;
    color: #000;
    margin-bottom: 10px;
}

.faq-item-seo p {
    font-size: 1rem;
    line-height: 1.6;
    color: #666;
}

.footer-seo {
    background-color: #fff;
    color: #000;
    text-align: center;
    padding: 10px 0;
    position: relative;
    bottom: 0;
    width: 100%;
    margin-top: 30px;
}

.footer-seo a {
    color: #000;
    text-decoration: none;
    margin: 0 10px;
}

.footer a:hover {
    text-decoration: underline;
}

.seo-container {
    max-width: 900px;
    margin: 400px auto 50px auto;
    padding: 40px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.seo-title-main {
    font-size: 1.8rem;
    padding: 10px;
    color: #000;
    font-weight: bold;
    margin-top: 30px;
    border-bottom: 2px solid #ddd;
}

.seo-title-section {
    font-size: 1.5rem;
    padding: 10px;
    color: #000;
    margin-top: 20px;
}

.seo-text {
    font-size: 1rem;
    padding: 10px;
    line-height: 1.6;
    color: #000 !important;
    margin-top: 15px;
}

.seo-list {
    list-style: none;
    padding: 0;
}

.seo-list-item {
    padding: 10px 0;
    font-size: 1rem;
    color: #000 !important;
}

.seo-list-link {
    text-decoration: none;
    color: #FF8800 !important;
    font-weight: bold;
    transition: color 0.3s ease;
}

.seo-list-link:hover {
    color: #229C4A;
}

.seo-intro {
    text-align: center;
    padding: 20px 0;
    color: #000;
    font-size: 1.2rem;
    font-weight: 500;
}

.seo-button {
    display: inline-block;
    background-color: #2B61FF;
    color: #000;
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.seo-button:hover {
    background-color: #2B61FF;
}

.seo-image-container {
    text-align: center;
    margin-top: 20px;
}

.seo-image-container img {
    max-width: 100%;
    width: 100%;
    height: auto;
    border: 5px solid #FF8800;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}



.reviews-container-seo {
    margin-top: 40px;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.review-item-seo {
    margin-bottom: 20px;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.review-author-seo {
    font-size: 1.2rem;
    font-weight: bold;
    color: #000;
}

.review-date-seo {
    font-size: 0.9rem;
    color: #000;
}

.review-text-seo {
    font-size: 1rem;
    margin: 10px 0;
    line-height: 1.5;
    color: #000;
}

.review-rating-seo {
    font-size: 1rem;
    color: #E5AD1F;
}