.cat-info, .cat-info h3, .cat-info p, .cat-details,
.kitten-info, .kitten-info h3, .kitten-info p, .kitten-details {
    color: #111 !important;
}
.contact-section .container, .contact .container {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.plans-section .container {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
}
.contact-content, .contact-info, .contact-item {
    text-align: center;
    justify-content: center;
    align-items: center;
}
.contact-socials {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}
.contact-socials .social-link {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1.1rem;
    color: #2c3e50;
    text-decoration: none;
    transition: color 0.2s;
}
.contact-socials .social-link:hover {
    color: #e67e22;
}
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, .section-header, .cat-info, .kitten-info, .feature-card, .stat, .footer, .plans-section, .kittens-section, .breeder, .about, .cats-section, .container {
    text-align: center !important;
    color: #fff !important;
}
.plans-section .container,
.kittens-section .container {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.plans-section .section-header,
.plans-section p,
.plans-section h2,
.plans-section h3,
.plans-section h4,
.plans-section h5,
.plans-section h6,
.plans-section .plans-image-wrapper,
.kittens-section .section-header,
.kittens-section p,
.kittens-section h2,
.kittens-section h3,
.kittens-section h4,
.kittens-section h5,
.kittens-section h6 {
    text-align: center;
}
/* About us szekció leírás formázása */
.about-description {
    font-size: 1.15rem;
    color: #fff;
    margin: 20px 0 10px 0;
    line-height: 1.7;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
    background: url('images/dragons.jpg') no-repeat center center fixed;
    background-size: cover;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
.header {
    background: rgba(245, 245, 220, 0.95);
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    transition: all 0.3s ease;
}

.nav {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}

.nav-logo h2 {
    color: #2c3e50;
    font-weight: 700;
    font-size: 1.8rem;
}

.nav-menu {
    display: flex;
}

.nav-list {
    display: flex;
    list-style: none;
    gap: 30px;
    margin: 0;
    padding: 0;
}

.nav-link {
    text-decoration: none;
    color: #2c3e50;
    font-weight: 500;
    font-size: 1rem;
    transition: color 0.3s ease;
    position: relative;
}

.nav-link:hover {
    color: #e67e22;
}

.nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;
    left: 50%;
    background: #e67e22;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.nav-link:hover::after {
    width: 100%;
}

/* Mobile Toggle */
.nav-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.nav-toggle span {
    width: 25px;
    height: 3px;
    background: #2c3e50;
    margin: 3px 0;
    transition: 0.3s;
}

/* Hero Section */
.hero {
    margin-top: 80px;
    padding: 100px 20px 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    min-height: 70vh;
    position: relative;
    z-index: 1;
}

.hero-content h1 {
    font-size: 3rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.6;
}

.hero-btn {
    background: linear-gradient(135deg, #e67e22, #d35400);
    color: transparent !important;
    padding: 15px 30px;
    border: none;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(230, 126, 34, 0.3);
}

.hero-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(230, 126, 34, 0.4);
}

.hero-image img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* Why Maine Coon Section */
.why-maine-coon {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
}

.section-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 60px;
}

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

.feature-card {
    background: transparent !important;
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.feature-icon img {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}

.feature-number {
    position: absolute;
    top: -15px;
    right: 20px;
    background: #e67e22;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 700;
}

.feature-card h3 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
}

.feature-card p {
    color: #666;
    line-height: 1.6;
}

/* About Section */
.about {
    padding: 100px 0;
    background: url('images/dragons.jpg') center center/cover no-repeat !important;
    color: #fff;
}

.about-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 60px;
    align-items: center;
}

.about-text h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}

.about-text p {
    color: #fff;
    line-height: 1.7;
    margin-bottom: 20px;
    font-size: 1.1rem;
}

.about-image img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* Breeder Section */
.breeder {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
}

.breeder-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.breeder-text h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 30px;
    line-height: 1.2;
}

.breeder-text p {
    color: #666;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 20px;
}

.breeder-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.stat {
    text-align: center;
    padding: 20px;
    background: transparent !important;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.stat:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.stat-number {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    color: #e67e22;
    margin-bottom: 10px;
}

.stat-label {
    font-size: 0.9rem;
    color: #666;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.breeder-image {
    position: relative;
}

.breeder-image img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* Cats Section */
.cats-section {
    padding: 100px 0;
    background: transparent !important;
}

.cats-section:nth-of-type(odd) {
    background: transparent !important;
}

.cats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
}

.cat-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.cat-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.cat-card img {
    width: 100%;
    height: auto;
    max-height: 300px;
    object-fit: contain;
    border-radius: 0;
    cursor: pointer;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.cat-info {
    padding: 30px;
}

.cat-info h3 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
}

.cat-details {
    color: #e67e22;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 1rem;
}

.cat-info p {
    color: #111;
    line-height: 1.6;
}

/* Kittens Section */
.kittens-section {
    padding: 100px 0;
    background: transparent !important;
}

.section-subtitle {
    text-align: center;
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 60px;
    margin-top: -30px;
}

.kittens-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
}

.kitten-card {
    background: transparent !important;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.kitten-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.kitten-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    cursor: pointer;
}

.kitten-card img.info-image {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 250px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
}

.kitten-info {
    padding: 30px;
}

.kitten-info h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
}

.kitten-details {
    color: #e67e22;
    font-weight: 600;
    margin-bottom: 15px;
}

.kitten-status {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
    margin-top: 15px;
}

.kitten-status.available {
    background: #d4edda;
    color: #155724;
}

.kitten-status.reserved {
    background: #fff3cd;
    color: #856404;
}

.kitten-status.expected {
    background: #d1ecf1;
    color: #0c5460;
}

/* Quote Section */
.quote-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #2c3e50, #34495e);
    text-align: center;
}

blockquote {
    max-width: 800px;
    margin: 0 auto;
}

blockquote p {
    font-size: 2rem;
    color: white;
    font-style: italic;
    margin-bottom: 20px;
    line-height: 1.4;
}

cite {
    color: #e67e22;
    font-size: 1.2rem;
    font-weight: 600;
    font-style: normal;
}

/* Contact Section */
.contact {
    padding: 100px 0;
    background: transparent !important;
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

.contact-info h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 40px;
}

.contact-item {
    margin-bottom: 20px;
    font-size: 1.1rem;
}

.contact-item strong {
    color: #2c3e50;
    display: block;
    margin-bottom: 5px;
}

.contact-item a {
    color: #e67e22;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-item a:hover {
    color: #d35400;
}

.contact-form {
    background: transparent !important;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.form-group {
    margin-bottom: 20px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 15px;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #e67e22;
}

.submit-btn {
    background: linear-gradient(135deg, #e67e22, #d35400);
    color: white;
    padding: 15px 30px;
    border: none;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    box-shadow: 0 4px 15px rgba(230, 126, 34, 0.3);
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(230, 126, 34, 0.4);
}

/* Footer */
.footer {
    background: #2c3e50;
    color: transparent !important;
    padding: 40px 0;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.back-to-top {
    color: #e67e22;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.back-to-top:hover {
    color: #d35400;
}

/* Responsive Design */
@media (max-width: 768px) {
    .nav-toggle {
        display: flex;
    }

    .nav-menu {
        position: fixed;
        left: -100%;
        top: 80px;
        flex-direction: column;
        background-color: rgb(245, 245, 220);
        width: 100%;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
        padding: 20px 0;
    }

    .nav-menu.show-menu {
        left: 0;
    }

    .nav-list {
        flex-direction: column;
        gap: 0;
    }

    .nav-menu li {
        margin: 15px 0;
    }

    .hero {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
        padding: 50px 20px;
    }

    .hero-content h1 {
        font-size: 2.2rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .about-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .breeder-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .breeder-stats {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .breeder-text h2 {
        font-size: 2rem;
    }

    .contact-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .footer-content {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .section-title {
        font-size: 2rem;
    }

    .about-text h2 {
        font-size: 2rem;
    }

    .contact-info h2 {
        font-size: 2rem;
    }

    blockquote p {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 1.8rem;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .about-text h2 {
        font-size: 1.8rem;
    }

    .contact-info h2 {
        font-size: 1.8rem;
    }

    .cats-grid,
    .kittens-grid {
        grid-template-columns: 1fr;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    .contact-form {
        padding: 30px 20px;
    }
}

/* Animation for scroll */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.feature-card,
.cat-card,
.kitten-card {
    animation: fadeInUp 0.6s ease forwards;
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}
html {
    height: 100%;
    background: url('images/background.jpg') no-repeat center center fixed;
    background-size: cover;
}

body {
    background: transparent !important;
    min-height: 100vh;
}

.header,
.feature-card,
.breeder,
.stat,
.cat-card,
.kitten-card,
.footer {
    background: rgba(255,255,255,0.85) !important;


