/* style/thabet88-fishing-games.css */

:root {
    --primary-color: #FFD700;
    --secondary-color: #8B0000;
    --text-light: #ffffff;
    --text-dark: #333333;
    --background-dark: #000;
    --card-bg-light: #f9f9f9;
    --card-bg-dark: rgba(255, 255, 255, 0.1);
    --border-color: #e0e0e0;
}

.page-thabet88-fishing-games {
    font-family: 'Arial', sans-serif;
    color: var(--text-light); /* Body background is dark, so text is light */
    background-color: var(--background-dark);
}

.page-thabet88-fishing-games__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

/* Hero Section */
.page-thabet88-fishing-games__hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    padding-top: 10px; /* Adjust for fixed header */
    background: linear-gradient(135deg, rgba(139, 0, 0, 0.8), rgba(255, 215, 0, 0.5)), url('[GALLERY:bg_hero:1920x1080:thabet88,fishing_game,abstract_ocean,dark_gold_red]') no-repeat center center/cover;
    text-align: center;
    color: var(--text-light);
    overflow: hidden;
}

.page-thabet88-fishing-games__hero-container {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin-bottom: 40px;
}

.page-thabet88-fishing-games__main-title {
    font-size: 3.5em;
    font-weight: bold;
    margin-bottom: 20px;
    color: var(--primary-color);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-thabet88-fishing-games__hero-description {
    font-size: 1.2em;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #f0f0f0;
}

.page-thabet88-fishing-games__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.page-thabet88-fishing-games__cta-button {
    display: inline-block;
    padding: 15px 40px;
    background: var(--primary-color);
    color: var(--background-dark);
    text-decoration: none;
    border-radius: 8px;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    border: none;
    cursor: pointer;
}

.page-thabet88-fishing-games__cta-button:hover {
    background: #e6c200;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.page-thabet88-fishing-games__cta-button--secondary {
    background: var(--secondary-color);
    color: var(--text-light);
}

.page-thabet88-fishing-games__cta-button--secondary:hover {
    background: #6a0000;
}

.page-thabet88-fishing-games__hero-image-wrapper {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    max-width: 1000px;
    z-index: 1;
    opacity: 0.7;
}

.page-thabet88-fishing-games__hero-image {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

/* General Section Styling */
.page-thabet88-fishing-games__section-title {
    font-size: 2.5em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    color: var(--primary-color);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.page-thabet88-fishing-games__text-block {
    font-size: 1.1em;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #e0e0e0;
}

.page-thabet88-fishing-games__text-block a {
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-thabet88-fishing-games__text-block a:hover {
    color: #e6c200;
    text-decoration: underline;
}

/* About Fishing Section */
.page-thabet88-fishing-games__about-fishing-section {
    padding: 80px 0;
    background-color: #1a1a1a;
}

.page-thabet88-fishing-games__image-content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    margin-top: 40px;
}

.page-thabet88-fishing-games__image-grid-item {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-thabet88-fishing-games__text-content-item {
    text-align: left;
}

.page-thabet88-fishing-games__sub-title {
    font-size: 1.8em;
    color: var(--primary-color);
    margin-bottom: 15px;
}

/* Why Choose Section */
.page-thabet88-fishing-games__why-choose-section {
    padding: 80px 0;
    background-color: var(--background-dark);
}

.page-thabet88-fishing-games__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-thabet88-fishing-games__feature-card {
    background: var(--card-bg-dark);
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 215, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-thabet88-fishing-games__feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-thabet88-fishing-games__feature-icon {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
    object-fit: contain;
}

.page-thabet88-fishing-games__card-title {
    font-size: 1.5em;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.page-thabet88-fishing-games__feature-card p {
    color: #c0c0c0;
    line-height: 1.6;
}

/* How To Play Section */
.page-thabet88-fishing-games__how-to-play-section {
    padding: 80px 0;
    background-color: #1a1a1a;
}

.page-thabet88-fishing-games__steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-thabet88-fishing-games__step-item {
    background: var(--card-bg-dark);
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(139, 0, 0, 0.2);
}

.page-thabet88-fishing-games__step-number {
    font-size: 2.5em;
    font-weight: bold;
    color: var(--primary-color);
    margin-bottom: 15px;
    background: rgba(255, 215, 0, 0.1);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.page-thabet88-fishing-games__step-title {
    font-size: 1.4em;
    color: var(--text-light);
    margin-bottom: 10px;
}

.page-thabet88-fishing-games__step-item p {
    color: #c0c0c0;
    line-height: 1.6;
}

.page-thabet88-fishing-games__cta-center {
    text-align: center;
    margin-top: 50px;
}

/* Promotions Section */
.page-thabet88-fishing-games__promotions-section {
    padding: 80px 0;
    background-color: var(--background-dark);
}

.page-thabet88-fishing-games__promotion-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-thabet88-fishing-games__promotion-card {
    background: var(--card-bg-dark);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 215, 0, 0.2);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-thabet88-fishing-games__promotion-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-thabet88-fishing-games__promotion-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-bottom: 1px solid rgba(255, 215, 0, 0.2);
}

.page-thabet88-fishing-games__promotion-card .page-thabet88-fishing-games__card-title {
    margin-top: 20px;
    font-size: 1.4em;
}

.page-thabet88-fishing-games__promotion-card p {
    padding: 0 20px 20px;
    color: #c0c0c0;
    line-height: 1.6;
}

.page-thabet88-fishing-games__cta-button--small {
    padding: 10px 25px;
    font-size: 0.95em;
    margin-bottom: 20px;
}

/* FAQ Section */
.page-thabet88-fishing-games__faq-section {
    padding: 80px 0;
    background-color: #1a1a1a;
}

.page-thabet88-fishing-games__faq-list {
    margin-top: 40px;
}

.page-thabet88-fishing-games__faq-item {
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    background: var(--card-bg-dark);
    border: 1px solid rgba(255, 215, 0, 0.2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-thabet88-fishing-games__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    position: relative;
}

.page-thabet88-fishing-games__faq-question:hover {
    background: rgba(255, 255, 255, 0.1);
}

.page-thabet88-fishing-games__faq-question h3 {
    margin: 0;
    padding: 0;
    flex: 1;
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.5;
    color: var(--text-light);
    pointer-events: none;
}

.page-thabet88-fishing-games__faq-toggle {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: var(--primary-color);
    transition: transform 0.3s ease, color 0.3s ease;
    flex-shrink: 0;
    margin-left: 15px;
    pointer-events: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
}

.page-thabet88-fishing-games__faq-item.active .page-thabet88-fishing-games__faq-toggle {
    color: var(--primary-color);
    transform: rotate(45deg);
}

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

.page-thabet88-fishing-games__faq-item.active .page-thabet88-fishing-games__faq-answer {
    max-height: 2000px !important;
    padding: 20px 25px !important;
    opacity: 1;
    background: rgba(255, 255, 255, 0.03);
    border-top: 1px solid rgba(255, 215, 0, 0.1);
    border-radius: 0 0 8px 8px;
    color: #e0e0e0;
}

/* Brand Section */
.page-thabet88-fishing-games__brand-section {
    padding: 80px 0;
    background-color: var(--background-dark);
}

.page-thabet88-fishing-games__brand-content {
    margin-top: 40px;
    text-align: center;
}

.page-thabet88-fishing-games__brand-highlights {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-thabet88-fishing-games__highlight-item {
    background: var(--card-bg-dark);
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(139, 0, 0, 0.2);
}

.page-thabet88-fishing-games__highlight-title {
    font-size: 1.3em;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.page-thabet88-fishing-games__highlight-item p {
    color: #c0c0c0;
    line-height: 1.6;
}

/* Blog Section */
.page-thabet88-fishing-games__blog-section {
    padding: 80px 0;
    background-color: #1a1a1a;
}

.page-thabet88-fishing-games__blog-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-thabet88-fishing-games__blog-item {
    background: var(--card-bg-dark);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 215, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-thabet88-fishing-games__blog-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-thabet88-fishing-games__blog-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.page-thabet88-fishing-games__blog-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-bottom: 1px solid rgba(255, 215, 0, 0.2);
}

.page-thabet88-fishing-games__blog-item-title {
    font-size: 1.3em;
    color: var(--primary-color);
    padding: 15px 20px 0;
    margin-bottom: 10px;
    line-height: 1.4;
}

.page-thabet88-fishing-games__blog-item-excerpt {
    font-size: 0.95em;
    color: #c0c0c0;
    padding: 0 20px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.page-thabet88-fishing-games__blog-item-date {
    font-size: 0.85em;
    color: #888;
    display: block;
    padding: 0 20px 15px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-thabet88-fishing-games__main-title {
        font-size: 3em;
    }
    .page-thabet88-fishing-games__section-title {
        font-size: 2em;
    }
    .page-thabet88-fishing-games__hero-image-wrapper {
        width: 90%;
    }
    .page-thabet88-fishing-games__image-content-grid {
        grid-template-columns: 1fr;
    }
    .page-thabet88-fishing-games__text-content-item {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .page-thabet88-fishing-games__hero-section {
        padding-top: 10px !important; /* Mobile fixed header adjustment */
        padding-bottom: 80px;
    }
    .page-thabet88-fishing-games__main-title {
        font-size: 2.2em;
    }
    .page-thabet88-fishing-games__hero-description {
        font-size: 1em;
    }
    .page-thabet88-fishing-games__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
    .page-thabet88-fishing-games__cta-button {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding: 12px 25px !important;
        font-size: 1em !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }
    .page-thabet88-fishing-games__hero-image-wrapper {
        position: static;
        transform: none;
        width: 100%;
        margin-top: 40px;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .page-thabet88-fishing-games__hero-image {
        max-width: 100% !important;
        height: auto !important;
        display: block !important;
        border-radius: 8px;
    }

    .page-thabet88-fishing-games__section-title {
        font-size: 1.8em;
    }
    .page-thabet88-fishing-games__text-block {
        font-size: 0.95em;
    }
    .page-thabet88-fishing-games__sub-title {
        font-size: 1.5em;
    }

    .page-thabet88-fishing-games__features-grid,
    .page-thabet88-fishing-games__steps-grid,
    .page-thabet88-fishing-games__promotion-cards,
    .page-thabet88-fishing-games__brand-highlights,
    .page-thabet88-fishing-games__blog-list {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .page-thabet88-fishing-games__feature-card,
    .page-thabet88-fishing-games__step-item,
    .page-thabet88-fishing-games__promotion-card,
    .page-thabet88-fishing-games__highlight-item,
    .page-thabet88-fishing-games__blog-item {
        padding: 20px;
    }
    .page-thabet88-fishing-games__feature-icon {
        width: 80px;
        height: 80px;
    }
    .page-thabet88-fishing-games__card-title {
        font-size: 1.2em;
    }
    .page-thabet88-fishing-games__faq-question {
        padding: 15px 20px;
    }
    .page-thabet88-fishing-games__faq-question h3 {
        font-size: 1em;
    }
    .page-thabet88-fishing-games__faq-toggle {
        font-size: 20px;
        width: 24px;
        height: 24px;
    }
    .page-thabet88-fishing-games__faq-item.active .page-thabet88-fishing-games__faq-answer {
        padding: 15px 20px !important;
    }
    .page-thabet88-fishing-games__promotion-image {
        height: 180px;
    }
    .page-thabet88-fishing-games__blog-image {
        height: 150px;
    }

    /* Ensure all images are responsive */
    .page-thabet88-fishing-games img {
      max-width: 100% !important;
      height: auto !important;
      display: block !important;
    }
    .page-thabet88-fishing-games__container,
    .page-thabet88-fishing-games__about-fishing-section .page-thabet88-fishing-games__container,
    .page-thabet88-fishing-games__why-choose-section .page-thabet88-fishing-games__container,
    .page-thabet88-fishing-games__how-to-play-section .page-thabet88-fishing-games__container,
    .page-thabet88-fishing-games__promotions-section .page-thabet88-fishing-games__container,
    .page-thabet88-fishing-games__faq-section .page-thabet88-fishing-games__container,
    .page-thabet88-fishing-games__brand-section .page-thabet88-fishing-games__container,
    .page-thabet88-fishing-games__blog-section .page-thabet88-fishing-games__container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        overflow: hidden !important;
    }
}

@media (max-width: 480px) {
    .page-thabet88-fishing-games__main-title {
        font-size: 1.8em;
    }
    .page-thabet88-fishing-games__section-title {
        font-size: 1.5em;
    }
    .page-thabet88-fishing-games__cta-button {
        font-size: 0.9em !important;
        padding: 10px 20px !important;
    }
}