
    .page-codehi88 {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f0f2f5;
}

.page-codehi88 h1,
.page-codehi88 h2,
.page-codehi88 h3 {
    color: #1a1a1a;
    margin-bottom: 20px;
    font-weight: 700;
}

.page-codehi88 h1 {
    font-size: 2.8em;
    text-align: center;
}

.page-codehi88 h2 {
    font-size: 2.2em;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
}

.page-codehi88 h3 {
    font-size: 1.6em;
}

.page-codehi88 p {
    margin-bottom: 15px;
}

.page-codehi88 strong {
    color: #e74c3c;
}

.page-codehi88__hero-section {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    color: #fff;
    padding: 10px 20px 60px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-codehi88__hero-content {
    max-width: 900px;
    margin: 0 auto;
    z-index: 2;
}

.page-codehi88__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #fff;
}

.page-codehi88__hero-description {
    font-size: 1.15em;
    margin-bottom: 30px;
    max-width: 800px;
    color: #e0e0e0;
}

.page-codehi88__hero-cta-button {
    display: inline-block;
    background-color: #e74c3c;
    color: #fff;
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-codehi88__hero-cta-button:hover {
    background-color: #c0392b;
    transform: translateY(-3px);
}

.page-codehi88__hero-image-wrapper {
    margin-top: 40px;
    width: 100%;
    max-width: 1000px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    z-index: 1;
    box-sizing: border-box;
}

.page-codehi88__hero-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.page-codehi88__about-section,
.page-codehi88__promo-section,
.page-codehi88__cta-section {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    margin-top: 30px;
}

.page-codehi88__about-content,
.page-codehi88__promo-content,
.page-codehi88__cta-description {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    font-size: 1.1em;
}

.page-codehi88__products-section {
    padding: 60px 20px;
    background-color: #f9f9f9;
    text-align: center;
}

.page-codehi88__product-grid,
.page-codehi88__why-choose-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 30px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.page-codehi88__product-card,
.page-codehi88__why-choose-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    padding: 25px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
}

.page-codehi88__product-card:hover,
.page-codehi88__why-choose-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-codehi88__product-card img,
.page-codehi88__why-choose-card img {
    width: 100%;
    max-width: 400px; /* Adjust max-width for smaller cards */
    height: 250px; /* Fixed height for consistency */
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.page-codehi88__product-card-title,
.page-codehi88__why-choose-card-title {
    font-size: 1.4em;
    margin-bottom: 10px;
    color: #2a5298;
}

.page-codehi88__promo-content img {
    max-width: 800px;
    width: 100%;
    border-radius: 10px;
    margin-top: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.page-codehi88__promo-list {
    list-style: disc;
    padding-left: 25px;
    margin-top: 25px;
    text-align: left;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.page-codehi88__promo-list-item {
    margin-bottom: 10px;
    line-height: 1.6;
    font-size: 1.05em;
    color: #555;
    box-sizing: border-box;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.page-codehi88__why-choose-section {
    padding: 60px 20px;
    background-color: #eef4fa;
    text-align: center;
}

.page-codehi88__cta-section {
    background: linear-gradient(90deg, #2a5298 0%, #1e3c72 100%);
    color: #fff;
    padding: 60px 20px;
    text-align: center;
    margin-top: 30px;
}

.page-codehi88__cta-title {
    color: #fff;
    font-size: 2.5em;
    margin-bottom: 20px;
}

.page-codehi88__cta-description {
    font-size: 1.1em;
    margin-bottom: 30px;
    color: #e0e0e0;
}

.page-codehi88__cta-button {
    display: inline-block;
    background-color: #e74c3c;
    color: #fff;
    padding: 15px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1.3em;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-codehi88__cta-button:hover {
    background-color: #c0392b;
    transform: translateY(-3px);
}

/* FAQ Section */
.page-codehi88__faq-section {
    padding: 60px 20px;
    background-color: #f9f9f9;
    color: #333;
    margin-top: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.page-codehi88__faq-title {
    text-align: center;
    color: #1a1a1a;
    margin-bottom: 30px;
    font-size: 2.2em;
    font-weight: 700;
}

.page-codehi88__faq-container {
    max-width: 900px;
    margin: 0 auto;
}

.page-codehi88__faq-item {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.page-codehi88__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    cursor: pointer;
    background-color: #e0e0e0;
    font-size: 1.15em;
    font-weight: 600;
    color: #333;
    transition: background-color 0.3s ease;
    user-select: none;
}

.page-codehi88__faq-question:hover {
    background-color: #d0d0d0;
}

.page-codehi88__faq-question-text {
    margin: 0;
    padding: 0;
    font-size: 1em; /* Ensure it respects parent font size */
    pointer-events: none; /* Crucial for click handling */
}

.page-codehi88__faq-toggle {
    font-size: 1.8em;
    line-height: 1;
    transition: transform 0.3s ease;
    pointer-events: none; /* Crucial for click handling */
    font-weight: bold;
}

.page-codehi88__faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 25px; /* Initial padding */
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
    opacity: 0;
}

.page-codehi88__faq-answer p {
    margin: 0 0 15px 0;
    line-height: 1.6;
    color: #555;
    padding-bottom: 15px; /* Ensure space at bottom */
}

.page-codehi88__faq-item.active .page-codehi88__faq-answer {
    max-height: 2000px !important; /* Sufficiently large */
    padding: 20px 25px !important; /* Adjusted padding */
    opacity: 1;
}

.page-codehi88__faq-item.active .page-codehi88__faq-question {
    background-color: #c0c0c0;
    color: #1a1a1a;
}

.page-codehi88__faq-item.active .page-codehi88__faq-toggle {
    transform: rotate(45deg); /* Rotates the plus sign to resemble an X or for animation */
}

/* Floating Register/Login Buttons */
.page-codehi88__floating-buttons {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 1000;
}

.page-codehi88__floating-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 25px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 1.1em;
    text-decoration: none;
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease, background-color 0.2s ease;
    min-width: 120px;
}

.page-codehi88__floating-button:hover {
    transform: translateY(-3px);
}

.page-codehi88__floating-button--register {
    background-color: #e74c3c; /* Red */
}

.page-codehi88__floating-button--register:hover {
    background-color: #c0392b;
}

.page-codehi88__floating-button--login {
    background-color: #3498db; /* Blue */
}

.page-codehi88__floating-button--login:hover {
    background-color: #2980b9;
}

/* General image responsiveness */
.page-codehi88 img {
    max-width: 100%;
    height: auto;
    display: block; /* Prevents extra space below images */
    object-fit: cover; /* Ensures images cover their area well */
}

/* Image containers */
.page-codehi88__hero-image-wrapper,
.page-codehi88__product-card img,
.page-codehi88__promo-section img,
.page-codehi88__why-choose-card img {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    /* General mobile padding */
    .page-codehi88__hero-section,
    .page-codehi88__about-section,
    .page-codehi88__products-section,
    .page-codehi88__promo-section,
    .page-codehi88__why-choose-section,
    .page-codehi88__cta-section,
    .page-codehi88__faq-section {
        padding: 30px 15px !important;
    }

    /* Titles */
    .page-codehi88 h1 {
        font-size: 2.2em;
    }
    .page-codehi88 h2 {
        font-size: 1.8em;
    }
    .page-codehi88 h3 {
        font-size: 1.4em;
    }

    .page-codehi88__hero-description {
        font-size: 1em;
    }
    .page-codehi88__hero-cta-button {
        width: 80%;
        margin: 20px auto 0 auto;
        font-size: 1.1em;
        padding: 12px 20px;
    }

    /* Grids */
    .page-codehi88__product-grid,
    .page-codehi88__why-choose-grid {
        grid-template-columns: 1fr; /* Single column on mobile */
        gap: 20px;
    }

    .page-codehi88__product-card img,
    .page-codehi88__why-choose-card img {
        height: 200px; /* Adjust height for mobile cards */
    }

    /* List items */
    .page-codehi88__promo-list {
        padding-left: 15px !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
    }

    .page-codehi88__promo-list-item {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 5px !important; /* Adjust padding to fit */
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
        word-break: break-word !important; /* Ensure long words break */
    }

    /* FAQ Mobile Responsiveness */
    .page-codehi88__faq-title {
        font-size: 1.8em;
    }

    .page-codehi88__faq-question {
        padding: 15px 20px;
        font-size: 1.1em;
    }

    .page-codehi88__faq-answer {
        padding: 0 20px;
    }

    .page-codehi88__faq-item.active .page-codehi88__faq-answer {
        padding: 15px 20px !important;
    }

    /* Floating buttons */
    .page-codehi88__floating-buttons {
        bottom: 15px;
        right: 15px;
        left: 15px; /* Span full width on mobile */
        flex-direction: row; /* Side-by-side on mobile */
        gap: 10px;
    }
    .page-codehi88__floating-button {
        flex: 1; /* Distribute space evenly */
        font-size: 1em;
        padding: 10px 15px;
        min-width: unset;
    }
}
  