.sidebar-logo {
    font-size: 24px;
    font-weight: 700;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 1.2;
}


.alsiduuoasddd{
    margin-top: 50px;
    width: 100%;
    height: 300px;
    object-fit: cover;
}


.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 290px;
    height: 100vh;
    background: #010101;
    color: #f2e6de;
    transform: translateX(-100%);
    transition: transform 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    z-index: 2100;
    overflow-y: auto;
    box-shadow: 6px 0 28px rgba(0, 0, 0, 0.08);
    border-right: 1px solid rgba(220, 190, 160, 0.25);
}

.menu a i {
      width: 24px;
    font-size: 1.2rem;
    color: #dcaa53;
}









        .sidebar {
       position: fixed;
    top: 0;
    left: 0;
    width: 290px;
    height: 100vh;
    background: #010101;
    color: #f2e6de;
    transform: translateX(-100%);
    transition: transform 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    z-index: 2100;
    overflow-y: auto;
    box-shadow: 6px 0 28px rgba(0, 0, 0, 0.3);
    border-right: 1px solid rgba(220, 190, 160, 0.2);
        }

        .sidebar.open {
            transform: translateX(0);
        }

        @media (min-width: 992px) {
            .sidebar {
                transform: translateX(0);
                width: 290px;
            }
            .app {
                margin-left: 290px;
            }
            .topbar {
                left: 290px;
            }
        }

    
     

        .menu {
            list-style: none;
            padding: 0 0.8rem;
            margin-top: 1rem;
        }

        .menu li {
            margin: 6px 0;
        }

        .menu a {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 12px 18px;
            color: #e6d9cf;
            text-decoration: none;
            border-radius: 60px;
            font-weight: 500;
            font-size: 0.9rem;
            transition: all 0.25s ease;
        }


  

        .dropdown {
            position: relative;
        }

        .dropdown > a .fa-chevron-down {
            margin-left: auto;
            font-size: 0.75rem;
            transition: transform 0.3s;
        }

        .submenu {
            list-style: none;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.45s ease-in-out;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 28px;
            margin-top: 6px;
        }

        .submenu a {
            padding: 10px 18px 10px 52px;
            font-size: 0.8rem;
            font-weight: 400;
        }

        .dropdown.active > a .fa-chevron-down {
            transform: rotate(180deg);
        }

        .submenu.active {
            max-height: 480px;
        }

  
        .topbar .logo-text {
           font-family: 'Playfair Display', serif;
    /* font-size: 1.2rem; */
    font-weight: 700;
    background: #e5b95f;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
        }

        .topbar .logo-text span {
            font-size: 0.7rem;
            font-family: 'Inter', sans-serif;
            color: #b28b6f;
            display: block;
            font-weight: 500;
        }

        .menu-toggle {
            width: 46px;
            height: 46px;
            background: white;
            border-radius: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            box-shadow: 0 6px 14px rgba(0, 0, 0, 0.04);
            color: #b85c3a;
            font-size: 1.3rem;
        }

        @media (min-width: 992px) {
            .menu-toggle {
                display: none;
            }
        }

        .overlay {
            position: fixed;
            inset: 0;
            background: rgba(30, 20, 15, 0.65);
            backdrop-filter: blur(4px);
            z-index: 2050;
            opacity: 0;
            visibility: hidden;
            transition: 0.3s;
        }

        .overlay.active {
            opacity: 1;
            visibility: visible;
        }

        .app {
            min-height: 100vh;
        }


        .btn-primary {
     display: inline-flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #cd9a49;
    color: #cd9a49;
    padding: 0.9rem 2.2rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    /* border: none; */
    cursor: pointer;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}










.content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1.5rem;
}

.about-florist {
    padding: 2rem;
    transition: all 0.3s ease;
}

.florist-flex {
    display: flex;
    gap: 2.5rem;
    align-items: center;
    flex-wrap: wrap;
}

.florist-photo {
    flex: 0 0 auto;
    background: linear-gradient(145deg, #f8efe6, #f5e8dc);
    border-radius: 50%;
    padding: 0.5rem;
    box-shadow: 0 15px 25px -8px rgba(194, 126, 71, 0.2);
}

.florist-photo img {
    width: 280px;
    height: 280px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #fff6ef;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    display: block;
}

.florist-photo img:hover {
    transform: scale(1.01);
}

/* Bio side */
.florist-bio {
    flex: 1;
    min-width: 260px;
}

.florist-name {
    font-size: 1.9rem;
    font-weight: 500;
    letter-spacing: -0.3px;
    color: #4a3326;
    border-left: 5px solid #c27e47;
    padding-left: 1.1rem;
    margin-bottom: 0.75rem;
}

.florist-bio p {
    font-size: 1rem;
    color: #3d2c23;
    margin-top: 1rem;
}

.florist-bio p:first-of-type {
    margin-top: 0.6rem;
}
#b17b2f
.florist-bio strong {
       color: #b38241;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    font-weight: 700;
    background: #e5b95f;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;

    
}

/* special emoji / text line */
.florist-bio p:last-of-type {
       /* background: #fef4ea; */
    /* padding: 0.8rem 1rem; */
    /* border-radius: 28px; */
    margin-top: 1.2rem;
    /* border: 1px solid #f7e5d8; */
}

/* Responsive */
@media (max-width: 780px) {
    .florist-flex {
        flex-direction: column;
        text-align: center;
        gap: 1.8rem;
    }

    .florist-name {
        border-left: none;
        border-bottom: 3px solid #c27e47;
        padding-left: 0;
        padding-bottom: 0.5rem;
        display: inline-block;
    }

    .florist-photo img {
        width: 220px;
        height: 220px;
    }

    .about-florist {
        padding: 5px;
    }

    .florist-bio p:last-of-type {
        text-align: left;
    }
}

@media (max-width: 480px) {
    .content {
        padding: 1rem;
    }

    .florist-name {
        /* font-size: 1.2rem; */
    }

    .florist-photo img {
        width: 180px;
        height: 180px;
    }
}






.about-florist strong{
    color: #b38241;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    font-weight: 700;
    background: #e5b95f;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}




















        /* ========== FLOWERS SECTION ========== */
        .flowers-showcase {
            max-width: 1280px;
            margin: 0 auto;
            padding: 5rem 2rem;
            background: #ffffff;
        }

        .section-title {
 


                font-size: 1.9rem;
    font-weight: 500;
    letter-spacing: -0.3px;
    color: #4a3326;
    border-left: 5px solid #c27e47;
    padding-left: 1.1rem;
    margin-bottom: 5rem;
        }

 

        /* Flower Grid */
        .flower-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
            gap: 2rem;
        }

        /* Flower Card */
        .flower-card {
            background: #faf8f5;
            padding: 2rem;
            transition: all 0.35s ease;
            border: 1px solid #ece5dd;
        }

        .flower-card:hover {
            background: #ffffff;
            border-color: #d4c5b8;
            box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.08);
        }

        /* Flower Title */
        .flower-card h3 {
            font-family: 'Playfair Display', 'Georgia', serif;
            font-size: 1.65rem;
            font-weight: 500;
            color: #2c2418;
            letter-spacing: -0.01em;
            margin: 0 0 1rem 0;
            padding-bottom: 0.75rem;
            border-bottom: 1px solid #e8dfd7;
        }

        /* Subtitle (Kam skirtos...) */
        .flower-card h4 {
            font-size: 0.75rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            color: #8b7356;
            margin: 1.5rem 0 0.65rem 0;
        }

        /* Paragraphs */
        .flower-card p {
            font-size: 0.95rem;
            line-height: 1.65;
            color: #4a4036;
            margin-bottom: 0.75rem;
        }

        .flower-card p strong {
           color: #b38241;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    font-weight: 700;
    background: #e5b95f;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
        }

        /* Last paragraph - clean */
        .flower-card p:last-of-type {
            background: transparent;
            padding: 0;
            border-left: none;
            margin-top: 0.5rem;
            font-size: 0.9rem;
            color: #6b5a4a;
        }

        /* Responsive */
        @media (max-width: 850px) {
            .flowers-showcase {
                padding:5px;
            }

            .section-title {
                font-size: 2.2rem;
                margin-bottom: 2.5rem;
            }

            .flower-grid {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }

            .flower-card {
                padding: 1.5rem;
            }

            .flower-card h3 {
                /* font-size: 1.2rem; */
            }
        }

        @media (max-width: 480px) {
            .flowers-showcase {
                padding: 5px;
            }
.feature-grid{
    flex-direction: column;
}
            .section-title {
                font-size: 1.8rem;
            }

            .flower-card p {
                font-size: 0.9rem;
            }
        }

        /* Subtle fade-in animation */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .flower-card {
            animation: fadeInUp 0.5s ease forwards;
            opacity: 0;
        }

        .flower-card:nth-child(1) { animation-delay: 0.05s; }
        .flower-card:nth-child(2) { animation-delay: 0.1s; }
        .flower-card:nth-child(3) { animation-delay: 0.15s; }
        .flower-card:nth-child(4) { animation-delay: 0.2s; }
        .flower-card:nth-child(5) { animation-delay: 0.25s; }
        .flower-card:nth-child(6) { animation-delay: 0.3s; }






.feature-grid{
    display: flex;
    gap: 2rem;
    margin-bottom: 100px;
}






                /* ========== DOUBLE FEATURE SECTION ========== */
        .double-feature {
            max-width: 1280px;
            margin: 0 auto;
            padding: 0rem 2rem;
            display: flex;
    flex-direction: column;
            gap: 2rem;
            background: #ffffff;
        }

        /* Feature Card */
        .feature-card {
            background: #faf8f5;
            padding: 2.5rem;
            transition: all 0.35s ease;
            border: 1px solid #ece5dd;
        }

        .feature-card:hover {
            background: #ffffff;
            border-color: #d4c5b8;
            box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.08);
        }

        /* Titles */
        .feature-card h3 {
            font-family: 'Playfair Display', 'Georgia', serif;
            font-size: 1.6rem;
            font-weight: 500;
            color: #2c2418;
            letter-spacing: -0.01em;
            margin: 0 0 1.25rem 0;
            padding-bottom: 0.75rem;
            border-bottom: 1px solid #e8dfd7;
        }

        /* Paragraphs */
        .feature-card p {
            font-size: 0.95rem;
            line-height: 1.65;
            color: #4a4036;
            margin-bottom: 1rem;
        }

        .feature-card p strong {
            color: #b38241;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    font-weight: 700;
    background: #e5b95f;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
        }

        .feature-card p:last-child {
            margin-bottom: 0;
        }

        /* Responsive */
        @media (max-width: 850px) {
            .double-feature {
                padding: 3rem 1.5rem;
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }

            .feature-card {
                padding: 1.75rem;
            }

            .feature-card h3 {
                font-size: 1.4rem;
            }
        }

        @media (max-width: 480px) {
            .double-feature {
                padding: 5px;
            }

            .feature-card {
                padding: 1.5rem;
            }

            .feature-card p {
                font-size: 0.9rem;
            }
        }

        /* Subtle fade-in animation */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .feature-card {
            animation: fadeInUp 0.5s ease forwards;
            opacity: 0;
        }

        .feature-card:first-child {
            animation-delay: 0.05s;
        }

        .feature-card:last-child {
            animation-delay: 0.15s;
        }





















.footer {
    background: #1a1512;
    color: #d4c9c0;
    padding: 3rem 2rem 1.5rem;
    border-top: 3px solid #dcad57;
}

.footer-container {
    max-width: 1280px;
    margin: 0 auto;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-col h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 1.2rem;
    position: relative;
    padding-bottom: 0.5rem;
    text-align: left;
}



.footer-desc {
    font-size: 0.85rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    color: #b8aaa0;
    text-align: left;
}

.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0.7rem;
    font-size: 0.85rem;
}

.footer-contact-item i {
    width: 20px;
    color: #dcad57;
    font-size: 0.9rem;
}

.footer-contact-item a {
    color: #d4c9c0;
    text-decoration: none;
    transition: color 0.2s;
}

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

.footer-links {
    list-style: none;
    padding: 0;
    text-align: left;
}

.footer-links li {
    margin-bottom: 0.6rem;
}

.footer-links a {
    color: #d4c9c0;
    text-decoration: none;
    font-size: 0.85rem;
    transition: all 0.2s;
    display: inline-block;
}

.footer-links a:hover {
    color: #dcad57;
    transform: translateX(5px);
}

.footer-social {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.social-link {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    color: #d4c9c0;
    font-size: 1rem;
    transition: all 0.2s;
    text-decoration: none;
}

.social-link:hover {
    background: #dcad57;
    color: #ffffff;
    transform: translateY(-3px);
}

.newsletter-text {
    font-size: 0.8rem;
    margin-bottom: 0.8rem;
    color: #b8aaa0;
}

.newsletter-form {
    display: flex;
    gap: 0.5rem;
}

.newsletter-form input {
    flex: 1;
    padding: 0.6rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.05);
    border-radius: 30px;
    color: #ffffff;
    font-size: 0.8rem;
    outline: none;
    transition: all 0.2s;
}

.newsletter-form input:focus {
    border-color: #dcad57;
    background: rgba(255, 255, 255, 0.1);
}

.newsletter-form input::placeholder {
    color: #8a7a6e;
}

.newsletter-form button {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #dcad57;
    border: none;
    border-radius: 50%;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.2s;
}

.newsletter-form button:hover {
    background: #a8643e;
    transform: scale(1.05);
}

.footer-bottom {
    text-align: center;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.75rem;
    color: #8a7a6e;
}

@media (max-width: 850px) {
    .footer {
        padding: 2rem 1.5rem 1rem;
    }
    
    .footer-grid {
        gap: 1.5rem;
    }
    
    }
    
    .footer-col {
        text-align: center;
    }
    
  
    .footer-links a:hover {
        transform: translateX(0);
    }
    
    .footer-social {
        justify-content: center;
    }
    
    .newsletter-form {
        max-width: 280px;
        margin: 0 auto;
    }
    
  

@media (max-width: 480px) {
    .footer {
        padding: 1.5rem 1rem 1rem;
    }
    .map-section{
        padding: 5px;
    }
    .footer-grid {
        gap: 1.2rem;
    }
    
    .footer-col h4 {
        font-size: 1rem;
        text-align: left;
    }
    
    .footer-contact-item, 
    .footer-links a,
    .footer-desc {
        font-size: 0.75rem;
    }
}












html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #FEFAF5;
    color: #2C2A29;
    line-height: 1.5;
    overflow-x: hidden;
}

/* ---------- TOPBAR (navigacija) ---------- */
.topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8rem 2rem;
    z-index: 1000;
    /* box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05); */
    /* border-bottom: 1px solid rgba(194, 126, 90, 0.15); */
}

.logo-text {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #2C2A29;
}

.logo-text span {
    font-size: 0.75rem;
    font-family: 'Inter', sans-serif;
    color: #dcad57;
    font-weight: 400;
    margin-left: 0.5rem;
}



/* ---------- SIDEBAR ---------- */
.sidebar {
    top: 0;
    left: -300px;
    width: 300px;
    height: 100vh;
    box-shadow: 5px 0 30px rgba(0, 0, 0, 0.1);
    z-index: 1100;
    transition: left 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    overflow-y: auto;
    border-right: 1px solid #EADBC6;
}

.sidebar.open {
    left: 0;
}





.menu {
    list-style: none;
    padding: 0;
}

.menu li {
    margin-bottom: 0.5rem;
}




.dropdown {
    position: relative;
}

.dropdown > a .fa-chevron-down {
    margin-left: auto;
    font-size: 0.75rem;
    transition: transform 0.3s;
}

.dropdown.active > a .fa-chevron-down {
    transform: rotate(180deg);
}

.submenu {
    list-style: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    padding-left: 2rem;
    margin-top: 0.3rem;
}

.submenu.active {
    max-height: 300px;
}

.submenu li a {
    font-size: 0.9rem;
    padding: 0.5rem 0.8rem;
}

/* ---------- OVERLAY ---------- */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    z-index: 1050;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
}

/* ============================================
   PRANCŪZIŠKAS HERO - PILNAS EKRANAS
   ============================================ */

.hero-luxury {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #1a1410;
}

/* Fono paveikslėlis su zoom efektu */
.hero-media-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.hero-media-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: slowZoom 20s ease-in-out infinite alternate;
    transform-origin: center;
}

@keyframes slowZoom {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.08);
    }
}

/* Gradiento sluoksnis tekstui paryškinti */
.hero-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 1;
}

/* Plaukiojantys žiedlapiai (CSS dekoracija) */
.floating-petal {
    position: absolute;
    pointer-events: none;
    z-index: 2;
    font-size: 1.8rem;
    opacity: 0.15;
    animation: floatPetal linear infinite;
}

.floating-petal-1 { top: 15%; left: 5%; animation-duration: 14s; }
.floating-petal-2 { top: 70%; left: 85%; animation-duration: 18s; animation-delay: -5s; }
.floating-petal-3 { top: 40%; left: 92%; animation-duration: 12s; animation-delay: -2s; }
.floating-petal-4 { top: 80%; left: 8%; animation-duration: 20s; animation-delay: -8s; }
.floating-petal-5 { top: 25%; left: 88%; animation-duration: 16s; animation-delay: -3s; }

@keyframes floatPetal {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 0.05;
    }
    50% {
        transform: translateY(-40px) rotate(15deg);
        opacity: 0.2;
    }
    100% {
        transform: translateY(0) rotate(0deg);
        opacity: 0.05;
    }
}
.hero-content-container {
    position: relative;
    z-index: 10;
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
    padding: 6rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.hero-text {
    max-width: 900px;
    color: white;
    animation: fadeInUp 0.8s ease-out;
}

.hero-tag {
    display: inline-block;
    background: rgba(194, 126, 90, 0.9);
    backdrop-filter: blur(8px);
    padding: 0.4rem 1.5rem;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    font-family: 'Inter', sans-serif;
    border: 1px solid rgba(255, 215, 180, 0.3);
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 700;
    background: linear-gradient(125deg, #e5b95f, #b47c35);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.hero-text h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.5rem, 7vw, 4.5rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.hero-text h1 i {
    color: #f5d5b3;
    margin-right: 0.3rem;
}

.hero-address {
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.8rem;
    background: rgb(186 132 58 / 52%);
    backdrop-filter: blur(3px);
    padding: 0.6rem 1.8rem;
    border-radius: 50px;
    margin: 0 auto 1.5rem;
    width: fit-content;
    font-size: 0.9rem;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.hero-address i {
    color: #f5d5b3;
}

.hero-description {
    font-size: 1.05rem;
    line-height: 1.7;
    max-width: 650px;
    margin: 0 auto 2rem;
    color: rgba(255, 248, 240, 0.95);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.hero-description strong {
    color: #f5d5b3;
    font-weight: 600;
}

.hero-cta-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-top: 0.5rem;
}


.btn-primary i {
    font-size: 1rem;
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    color: white;
    padding: 0.9rem 2rem;
    border-radius: 50px;
    font-weight: 500;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1.5px solid rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(4px);
}



@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


@media (min-width: 992px) {
    .sidebar {
        transform: translateX(0);
        left: 0;
    }
    
    .topbar {
        left: 300px;
        width: calc(100% - 300px);
    }
    
    .menu-toggle {
        display: none;
    }
    
    .hero-content-container {
        padding: 0 2rem;
    }
}

@media (max-width: 991px) {
    .hero-content-container {
        padding: 8rem 1.5rem 4rem;
    }
    
    .hero-text h1 {
        font-size: 2.8rem;
    }
    
    .hero-description {
        font-size: 0.95rem;
    }
}

@media (max-width: 576px) {
    .hero-content-container {
        padding: 7rem 1rem 3rem;
    }
    
    .hero-text h1 {
        font-size: 2rem;
    }
    
    .hero-tag {
        font-size: 0.65rem;
        padding: 0.3rem 1rem;
    }
    
    .hero-address {
        font-size: 0.75rem;
        padding: 0.4rem 1rem;
        flex-direction: column;
        gap: 0.3rem;
    }
    
    .hero-description {
        font-size: 0.85rem;
        line-height: 1.5;
    }
    
    .btn-primary, .btn-secondary {
        padding: 0.7rem 1.5rem;
        font-size: 0.85rem;
    }
    
    .floating-petal {
        font-size: 1.2rem;
        opacity: 0.1;
    }
}

.app {
    min-height: 100vh;
}

.content {
    background: #FEFAF5;
    padding: 4rem 0;
}

footer {
    background: #2C2A29;
    color: #DCD3C9;
    text-align: center;
    padding: 2rem;
    font-size: 0.85rem;
    border-top: 3px solid #dcad57;
}

/* PAPILDYTA: Kad sekcijos nepranyktų po fixed topbar */
#apie, #flowers, #contact {
    scroll-margin-top: 80px;
}
#hero-main {
    scroll-margin-top: 0;
}




/* Google Maps sekcija */
.map-section {
    max-width: 1200px;
    margin: 3rem auto;
    padding: 0 2rem;
}

.map-container {
    background: #FFF8F2;
    border-radius: 30px;
    padding: 2rem;
}

.map-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

/* Hover efektai mygtukams */
.map-section a[href*="maps.google"]:hover {
    background: #A56342 !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(194, 126, 90, 0.3);
}

.map-section a[href*="waze"]:hover {
    background: #C27E5A !important;
    color: white !important;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .map-container {
        padding: 5px;
    }
    .map-section a[href*="maps.google"],
    .map-section a[href*="waze"] {
        padding: 0.6rem 1.2rem !important;
        font-size: 0.8rem;
    }
}





.map-subtitle {
    text-align: center;
    color: #4A4440;
    margin-bottom: 2rem;
    font-size: 1rem;
}

.map-wrapper {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.btn-map {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #dcad57;
    color: white;
    padding: 0.8rem 2rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 1.5rem;
    transition: all 0.3s ease;
}

.btn-map:hover {
    background: #A56342;
    transform: translateY(-2px);
}

.map-cta {
    text-align: center;
}



.map-label {
     display: flex;
    gap: 10px;
    top: 7px;
    position: absolute;
    left: 7px;
    z-index: 10;
    background: #ffffff;
    padding: 20px;
    width: 300px;
    border-radius: 8px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
    font-size: 14px;
    line-height: 1.4;
    color: #000;
    z-index: 10;

}.map-logo {
    width: 100px;
    height: auto;
    flex-shrink: 0;
}