/* style/bn-c.css */

/* Base styles for the Bắn cá page */
.page-bn-c {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
}

.page-bn-c .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-bn-c .section-title {
    font-size: 2.5em;
    color: #007bff;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

.page-bn-c .section-description {
    font-size: 1.1em;
    text-align: center;
    margin-bottom: 50px;
    color: #555;
}

.page-bn-c .highlight-text {
    color: #ffc107;
}

.page-bn-c .btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
}

.page-bn-c .btn-primary {
    background-color: #007bff;
    color: #fff;
    border: 1px solid #007bff;
}

.page-bn-c .btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
    transform: translateY(-2px);
}

.page-bn-c .btn-secondary {
    background-color: #ffc107;
    color: #333;
    border: 1px solid #ffc107;
}

.page-bn-c .btn-secondary:hover {
    background-color: #e0a800;
    border-color: #e0a800;
    transform: translateY(-2px);
}

.page-bn-c .btn-lg {
    padding: 15px 30px;
    font-size: 1.1em;
}

/* Hero Section */
.page-bn-c .hero-section {
    background: linear-gradient(135deg, #007bff, #4da3ff);
    padding: 100px 0;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-bn-c .hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:banca,ocean,water,texture,f16878vip]') no-repeat center center/cover;
    opacity: 0.15;
    z-index: 1;
}

.page-bn-c .hero-section .container {
    position: relative;
    z-index: 2;
}

.page-bn-c .hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-bn-c .hero-description {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-bn-c .hero-cta .btn {
    margin: 10px;
}

/* About Section */
.page-bn-c .about-section {
    padding: 80px 0;
    background-color: #f9f9f9;
}

.page-bn-c .about-section .content-grid {
    display: flex;
    gap: 40px;
    align-items: center;
}

.page-bn-c .about-section .text-content {
    flex: 1;
}

.page-bn-c .about-section .text-content p {
    margin-bottom: 20px;
    font-size: 1.05em;
    color: #444;
}

.page-bn-c .about-section .text-content .btn {
    margin-top: 20px;
}

.page-bn-c .about-section .image-wrapper {
    flex: 1;
    text-align: center;
}

.page-bn-c .about-section .img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Features Section */
.page-bn-c .features-section {
    padding: 80px 0;
    background-color: #fff;
}

.page-bn-c .features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-bn-c .feature-card {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-bn-c .feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.page-bn-c .feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-bn-c .feature-card .card-title {
    font-size: 1.5em;
    color: #007bff;
    margin-bottom: 15px;
}

.page-bn-c .feature-card p {
    color: #666;
    font-size: 1em;
}

.page-bn-c .cta-bottom {
    text-align: center;
    margin-top: 60px;
}

/* Guide Section */
.page-bn-c .guide-section {
    padding: 80px 0;
    background-color: #f0f8ff;
}

.page-bn-c .guide-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-bn-c .guide-item {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-bn-c .guide-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-bn-c .guide-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.page-bn-c .guide-item .item-title {
    font-size: 1.4em;
    color: #007bff;
    padding: 20px 20px 0;
    margin-bottom: 10px;
}

.page-bn-c .guide-item p {
    color: #666;
    padding: 0 20px 20px;
    font-size: 0.95em;
}

.page-bn-c .cta-guide-bottom {
    text-align: center;
    margin-top: 60px;
}

/* Testimonials Section */
.page-bn-c .testimonials-section {
    padding: 80px 0;
    background-color: #fff;
}

.page-bn-c .testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-bn-c .testimonial-card {
    background-color: #fdfdfd;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}

.page-bn-c .testimonial-card .quote {
    font-style: italic;
    color: #555;
    margin-bottom: 15px;
    font-size: 1.05em;
}

.page-bn-c .testimonial-card .author {
    font-weight: bold;
    color: #007bff;
    text-align: right;
}

/* CTA Section */
.page-bn-c .cta-section {
    background: linear-gradient(135deg, #007bff, #0056b3);
    padding: 80px 0;
    color: #fff;
    text-align: center;
    border-top: 5px solid #ffc107;
}

.page-bn-c .cta-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.page-bn-c .cta-description {
    font-size: 1.2em;
    max-width: 900px;
    margin: 0 auto 40px;
}

.page-bn-c .cta-section .btn {
    margin: 10px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-bn-c .hero-title {
        font-size: 2.8em;
    }
    .page-bn-c .hero-description {
        font-size: 1.1em;
    }
    .page-bn-c .section-title {
        font-size: 2em;
    }
    .page-bn-c .about-section .content-grid {
        flex-direction: column;
    }
    .page-bn-c .about-section .image-wrapper {
        margin-top: 30px;
    }
    .page-bn-c .cta-title {
        font-size: 2.2em;
    }
}

@media (max-width: 768px) {
    .page-bn-c .hero-title {
        font-size: 2.2em;
    }
    .page-bn-c .hero-description {
        font-size: 1em;
    }
    .page-bn-c .section-title {
        font-size: 1.8em;
    }
    .page-bn-c .features-grid,
    .page-bn-c .guide-grid,
    .page-bn-c .testimonials-grid {
        grid-template-columns: 1fr;
    }
    .page-bn-c .cta-title {
        font-size: 1.8em;
    }
    .page-bn-c .btn-lg {
        padding: 12px 25px;
        font-size: 1em;
    }
}

@media (max-width: 576px) {
    .page-bn-c .hero-section,
    .page-bn-c .about-section,
    .page-bn-c .features-section,
    .page-bn-c .guide-section,
    .page-bn-c .testimonials-section,
    .page-bn-c .cta-section {
        padding: 50px 0;
    }
    .page-bn-c .hero-title {
        font-size: 1.8em;
    }
    .page-bn-c .hero-cta .btn {
        display: block;
        margin: 10px auto;
        width: 80%;
    }
    .page-bn-c .section-title {
        font-size: 1.5em;
    }
    .page-bn-c .cta-title {
        font-size: 1.6em;
    }
}