/*
Theme Name: Aludrink Web
Theme URI: https://aludrink.com/
Author: Fazekassmedia
Author URI: https://fazekass.com/
Description: AluDrink.
Version: 1.0
*/


:root {
    --primary: #1a2a3a;
    --secondary: #28a1dc;
    --accent: #3498db;
    --light: #f8f9fa;
    --dark: #121e26;
    --text: #333333;
}

html {
  scroll-padding-top: 3rem; /* A navigációs sáv magassága */
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', 'Segoe UI', sans-serif;
}

body {
    background-color: var(--light);
    color: var(--text);
    line-height: 1.7;
    overflow-x: hidden;
}

/* Navbar - változatlanul megtartva */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(26, 37, 47, 0.95);
    backdrop-filter: blur(8px);
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.2rem 0;
}

.logo {
    font-size: 1.8rem;
    font-weight: 700;
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.logo:hover {
    transform: scale(1.05);
}

.logo img {
    height: 2rem;
}

.nav-links {
    display: flex;
    list-style: none;
}

.nav-links li {
    margin-left: 2rem;
}

.nav-links a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    padding: 5px 0;
    font-size: 1.05rem;
}

.nav-links a:hover {
    color: var(--secondary);
}

.nav-links a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: var(--secondary);
    bottom: 0;
    left: 0;
    transition: width 0.3s ease;
}

.hero-content h2{ 
    text-shadow: 0 2px 15px rgba(0,0,0,0.4);
    animation: fadeInUp 1s ease-out;
}

.nav-links a:hover::after {
    width: 100%;
}

.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
}

/* Frissített Hero Banner */
.hero-banner {
    background: linear-gradient(135deg, var(--primary), var(--dark));
    color: white;
    padding: 12rem 0 8rem;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.bottle-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.floating-bottle {
    position: absolute;
    width: 15vmin;
    max-width: 180px;
    min-width: 100px;
    filter: drop-shadow(0 15px 20px rgba(0,0,0,0.4));
    opacity: 0.9;
    animation: float 14s infinite ease-in-out;
    transition: all 0.5s ease;
}

.floating-bottle:hover {
    transform: scale(1.1) rotate(10deg);
    filter: drop-shadow(0 20px 25px rgba(231, 76, 60, 0.5));
}

.bottle-1 { top: 20%; left: 8%; animation-delay: 0s; }
.bottle-2 { top: 60%; left: 18%; animation-delay: 3s; width: 12vmin; }
.bottle-3 { top: 30%; right: 12%; animation-delay: 2s; width: 14vmin; }
.bottle-4 { top: 65%; right: 8%; animation-delay: 4s; width: 10vmin; }

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.hero-title {
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.1;
    text-shadow: 0 2px 15px rgba(0,0,0,0.4);
    animation: fadeInUp 1s ease-out;
}

.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.5rem);
    margin-bottom: 3rem;
    opacity: 0.9;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    animation: fadeInUp 1s ease-out 0.2s forwards;
    opacity: 0;
}

.btn {
    display: inline-block;
    background: var(--secondary);
    color: white;
    padding: 0.8rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid var(--secondary);
    font-size: 1.1rem;
}

.btn:hover {
    background: transparent;
    color: var(--secondary);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.btn-outline {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.btn-outline:hover {
    background: white;
    color: var(--primary);
}

.btn-container {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
    animation: fadeInUp 1s ease-out 0.4s forwards;
    opacity: 0;
}

/* Main Sections */
section {
    padding: 3rem 0;
    position: relative;
}

.section-title {
    text-align: center;
    margin-bottom: 4rem;
}

.section-title h2 {
    font-size: 2.8rem;
    color: var(--primary);
    position: relative;
    display: inline-block;
}

.flogo{
    margin-bottom: 1rem;
}

/* Features Section */
.features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2.5rem;
}

.feature-card {
    background: white;
    border-radius: 12px;
    padding: 2.5rem 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: var(--secondary);
    transition: all 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.feature-card:hover::before {
    height: 10px;
}

.feature-icon {
    font-size: 3.5rem;
    color: var(--secondary);
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
}

.feature-card:hover .feature-icon {
    transform: scale(1.1);
}

.feature-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1.2rem;
    color: var(--primary);
}

/* Use Cases Section */
.use-cases {
    background: var(--primary);
    color: white;
}

.use-cases .section-title h2 {
    color: white;
}

.use-cases .section-title h2::after {
    background: var(--secondary);
}

.use-cases-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.use-case {
    background: rgba(255, 255, 255, 0.1);
    padding: 2.5rem 2rem;
    border-radius: 10px;
    transition: all 0.4s ease;
    text-align: center;
    backdrop-filter: blur(5px);
}

.use-case:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
}

.use-case i {
    font-size: 2.8rem;
    color: var(--secondary);
    margin-bottom: 1.5rem;
}

.use-case h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

/* About Section */
.about {
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('data/img/wp/usp.png') no-repeat center center/cover;
    color: white;
    text-align: center;
}

.about .section-title h2 {
    color: white;
}

.about .container {
    position: relative;
    z-index: 2;
}

.about p {
    max-width: 90%;
    margin: 0 auto 2rem;
    font-size: 1.1rem;
    opacity: 0.9;
}

/* Products Section */
.products {
    background: var(--light);
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
}

.product-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.product-img {
    height: 250px;
    overflow: hidden;
}

.product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.product-card:hover .product-img img {
    transform: scale(1.05);
}

.product-info {
    padding: 2rem;
}

.product-info h3 {
    font-size: 1.5rem;
    margin-bottom: 0.8rem;
    color: var(--primary);
}

.product-info .price {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 1.2rem;
}

/* Contact Section */
.contact {
    background: var(--primary);
    color: white;
}

.contact .section-title h2 {
    color: white;
}

.contact .section-title h2::after {
    background: var(--secondary);
}

.contact-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.contact-icon {
    font-size: 1.5rem;
    color: var(--secondary);
    margin-top: 3px;
}

.contact-text h3 {
    font-size: 1.3rem;
    margin-bottom: 0.3rem;
}

.contact-form {
    background: white;
        border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 2.5rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: var(--primary);
}

.form-control {
    width: 100%;
    padding: 0.8rem 1rem;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-control:focus {
    outline: none;
    border-color: var(--secondary);
    box-shadow: 0 0 0 3px rgba(61, 68, 255, 0.2);
}

textarea.form-control {
    min-height: 150px;
    resize: vertical;
}

.submit-btn {
    background: var(--secondary);
    color: white;
    border: none;
    padding: 0.8rem 2rem;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    background: #c0392b;
    transform: translateY(-3px);
}

/* Footer */
footer {
    background: var(--dark);
    color: white;
    padding: 4rem 0 2rem;
    text-align: center;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    text-align: left;
}

.footer-logo {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    display: inline-block;
}

.footer-logo i {
    color: var(--secondary);
    margin-right: 10px;
}

.footer-about p {
    opacity: 0.8;
    margin-bottom: 1.5rem;
}

.social-links {
    display: flex;
    gap: 1rem;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.1);
    color: white;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background: var(--secondary);
    transform: translateY(-3px);
}

.footer-links h3 {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 10px;
}

.footer-links h3::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 3px;
    background: var(--secondary);
    bottom: 0;
    left: 0;
}

.footer-links ul {
    list-style: none;
}

.footer-links li {
    margin-bottom: 0.8rem;
}

.footer-links a {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: var(--secondary);
    padding-left: 5px;
}

.copyright {
    padding-top: 2rem;
    border-top: 1px solid rgba(255,255,255,0.1);
    font-size: 0.9rem;
    opacity: 0.7;
}

/* Animations */
@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-30px) rotate(5deg);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Styles */
@media (max-width: 992px) {
    section {
        padding: 5rem 0;
    }
}

@media (max-width: 768px) {
    .mobile-menu-btn {
        display: block;
    }
    
    .nav-links {
        position: fixed;
        top: 4.1rem;
        left: -100%;
        width: 100%;
        background: var(--primary);
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transition: all 0.5s ease;
    }
    
    .nav-links.active {
        left: 0;
        top: 4.1rem;
    }
    
    .nav-links li {
        margin: 0.8rem 0;
    }
    
    .hero-banner {
        padding: 10rem 0 6rem;
    }
    
    .section-title h2 {
        font-size: 2.2rem;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 2.2rem;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .btn {
        padding: 0.7rem 1.5rem;
        font-size: 1rem;
    }
    
    .section-title h2 {
        font-size: 2rem;
    }
}

.language-switcher a img{
    width: 30px;
    height: 17px;
    border-radius: 10px;
    border: 2px solid white;
}

.wh{
    color: white;
}

/* Compact Technical Specifications Section */
.tech-specs {
    background: white;
    padding: 3rem 0;
}

.specs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.specs-card {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 1.5rem;
    transition: all 0.3s ease;
}

.specs-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.specs-icon {
    font-size: 2rem;
    color: var(--secondary);
    margin-bottom: 1rem;
}

.specs-card h3 {
    font-size: 1.2rem;
    color: var(--primary);
    margin-bottom: 1rem;
}

.specs-card ul {
    list-style: none;
}

.specs-card li {
    padding: 0.3rem 0;
    font-size: 0.95rem;
}

.specs-card strong {
    color: var(--primary);
    min-width: 100px;
    display: inline-block;
}

.tech-download {
    text-align: center;
    margin-top: 2rem;
}

@media (max-width: 768px) {
    .specs-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 576px) {
    .specs-grid {
        grid-template-columns: 1fr;
    }
}

/* Általános szekció magasság csökkentése */
section {
    padding: 2.5rem 0; /* Korábban 3rem vagy 5rem volt */
}

/* Hero Banner magasság csökkentése */
.hero-banner {
    min-height: 80vh; /* Korábban 100vh */
    padding: 10rem 0 6rem; /* Korábban 12rem 0 8rem */
}

/* Features Section - 4 kártya egy sorban */
.features {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); /* Korábban 280px */
    gap: 1.5rem; /* Korábban 2.5rem */
}

.feature-card {
    padding: 1.5rem 1.2rem; /* Korábban 2.5rem 2rem */
}

.feature-icon {
    font-size: 2.8rem; /* Korábban 3.5rem */
    margin-bottom: 1rem; /* Korábban 1.5rem */
}

.feature-card h3 {
    font-size: 1.3rem; /* Korábban 1.5rem */
    margin-bottom: 0.8rem; /* Korábban 1.2rem */
}

/* Use Cases Section */
.use-cases-grid {
    gap: 1.5rem; /* Korábban 2rem */
}

.use-case {
    padding: 1.8rem 1.5rem; /* Korábban 2.5rem 2rem */
}

/* Products Section */
.product-grid {
    gap: 2rem; /* Korábban 3rem */
}

.product-info {
    padding: 1.5rem; /* Korábban 2rem */
}

/* About Section */
.about p {
    margin-bottom: 1.5rem; /* Korábban 2rem */
    font-size: 1rem; /* Korábban 1.1rem */
}

/* Contact Section */
.contact-container {
    gap: 2rem; /* Korábban 3rem */
}

.contact-form {
    padding: 1.8rem; /* Korábban 2.5rem */
}

/* Footer */
.footer-content {
    gap: 1.5rem; /* Korábban 2rem */
    margin-bottom: 2rem; /* Korábban 3rem */
}



@media (max-width: 992px) {
    section {
        padding: 2rem 0; /* Korábban 5rem 0 */
    }
    
    .hero-banner {
        min-height: 70vh;
        padding: 8rem 0 4rem;
    }
}

@media (max-width: 768px) {
    .features {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
    
    .feature-card {
        padding: 1.2rem 1rem;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 2rem; /* Korábban 2.2rem */
    }
    
    .hero-subtitle {
        font-size: 1rem; /* Korábban 1.1rem */
    }
    
    .section-title h2 {
        font-size: 1.8rem; /* Korábban 2rem */
    }
}


/* Quality Section Styles */
.quality-section {
    background: white;
    padding: 3rem 0;
}

.quality-content {
    max-width: 1200px;
    margin: 0 auto;
}

.intro-text {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 3rem;
    text-align: center;
    color: var(--text);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.quality-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.quality-feature {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 2rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.quality-feature:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.quality-feature::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--secondary);
    transition: all 0.3s ease;
}

.quality-feature:hover::before {
    height: 6px;
}

.quality-feature .feature-icon {
    font-size: 2.5rem;
    color: var(--secondary);
    margin-bottom: 1.5rem;
}

.quality-feature h3 {
    font-size: 1.3rem;
    color: var(--primary);
    margin-bottom: 1rem;
}

.quality-feature ul {
    list-style: none;
    padding-left: 0;
}

.quality-feature li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

.quality-feature li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: var(--secondary);
    font-weight: bold;
}

.quality-summary {
    background: rgba(40, 161, 220, 0.1);
    border-left: 4px solid var(--secondary);
    padding: 1.5rem;
    border-radius: 0 8px 8px 0;
    margin-top: 2rem;
    font-style: italic;
}

.quality-summary p {
    margin: 0;
    line-height: 1.8;
}

@media (max-width: 768px) {
    .quality-features {
        grid-template-columns: 1fr;
    }
    
    .quality-feature {
        padding: 1.5rem;
    }
}



/* CSS (új stílusok hozzáadva) */
.language-switcher {
    margin-left: 1.5rem;
    position: relative;
}

.language-dropdown-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px 10px;
    border-radius: 20px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,0.3);
}

.language-dropdown-btn:hover {
    background: rgba(255,255,255,0.1);
}

.language-dropdown-btn img {
    width: 20px;
    height: 15px;
    border-radius: 2px;
}

.language-dropdown-btn i {
    font-size: 0.7rem;
    color: white;
    transition: transform 0.3s ease;
}

.language-dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background: white;
    min-width: 160px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 8px;
    overflow: hidden;
}

.language-dropdown-content a {
    color: var(--text);
    padding: 10px 15px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.language-dropdown-content a:hover {
    background: #f1f1f1;
    color: var(--secondary);
}

.language-dropdown-content a img {
    width: 20px;
    height: 15px;
    border-radius: 2px;
}

.language-dropdown:hover .language-dropdown-content {
    display: block;
}

.language-dropdown:hover .language-dropdown-btn i {
    transform: rotate(180deg);
}

/* Mobile styles */
@media (max-width: 768px) {
    .language-switcher {
        margin: 1rem 0;
        width: 100%;
    }
    
    .language-dropdown {
        width: 100%;
    }
    
    .language-dropdown-btn {
        width: 40%;
        justify-content: center;
        padding: 10px;
        margin: auto;
    }
    
    .language-dropdown-content {
        position: static;
        width: 100%;
        box-shadow: none;
        border-radius: 0;
    }
}



.wpcf7-response-output {
    color: black;
    border-radius: 0.4rem;
}


/* Látványtervek Section - Updated */
.design-section {
    background: white;
    padding: 3rem 0;
}

.design-section .section-title {
    margin-bottom: 2rem;
}

.design-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Mindig 2 oszlop mobilon */
    gap: 1rem;
    margin: 0 auto;
    max-width: 1200px;
}

.design-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    aspect-ratio: 1/1;
}

.design-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.design-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.design-item:hover img {
    transform: scale(1.05);
}

.design-category-title {
    font-size: 1.2rem;
    color: var(--primary);
    margin: 2rem 0 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--secondary);
    display: inline-block;
    grid-column: 1 / -1; /* Spanolja az összes oszlopot */
}

/* Nagyobb képernyőkre (tablet és desktop) */
@media (min-width: 768px) {
    .design-grid {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 1.5rem;
    }
}

/* LightGallery Overrides */
.lg-backdrop {
    background-color: rgba(0, 0, 0, 0.9);
}

.lg-outer .lg-thumb-item.active, 
.lg-outer .lg-thumb-item:hover {
    border-color: var(--secondary);
}

.lg-actions .lg-next, 
.lg-actions .lg-prev {
    color: var(--secondary);
}

.lg-toolbar .lg-icon {
    color: white;
}

.lg-toolbar .lg-icon:hover {
    color: var(--secondary);
}



/* Látványtervek Section - Dark Version */
.design-section {
    background: #3b3b3b;
    padding: 3rem 0;
    color: white; /* Fehér szöveg a teljes szekcióban */
}

.design-section .section-title h2,
.design-section .section-title p {
    color: white; /* Fehér címek */
}

.design-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 oszlop mobilon */
    gap: 1rem;
    margin: 0 auto;
    max-width: 1200px;
}

.design-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    aspect-ratio: 1/1;
    background: #2b2b2b; /* Sötét háttér a képek mögött */
}

.design-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.design-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    opacity: 0.9;
}

.design-item:hover img {
    transform: scale(1.05);
    opacity: 1;
}

.design-category-title {
    font-size: 1.2rem;
    color: white; /* Fehér szöveg */
    margin: 2rem 0 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--secondary);
    display: inline-block;
    grid-column: 1 / -1;
}

/* Nagyobb képernyőkre (tablet és desktop) */
@media (min-width: 768px) {
    .design-grid {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 1.5rem;
    }
}

/* LightGallery Overrides - Dark Theme */
.lg-backdrop {
    background-color: rgba(0, 0, 0, 0.95);
}

.lg-outer .lg-thumb-item.active, 
.lg-outer .lg-thumb-item:hover {
    border-color: var(--secondary);
}

.lg-actions .lg-next, 
.lg-actions .lg-prev {
    color: var(--secondary);
}

.lg-toolbar .lg-icon {
    color: white;
}

.lg-toolbar .lg-icon:hover {
    color: var(--secondary);
}

.lg-sub-html {
    color: white;
    background: rgba(0, 0, 0, 0.6);
}

.wpcf7-list-item-label {
    color: black;
}


a.privacy-link {
    color: #28a1dc;
    text-decoration: none;}
    
.checkbox-wrapper{
    text-align: right;
}