@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

/* Slaď barvy a styly, zjednoduš akcenty a ikonky */
:root {
    --primary: #9c278f;
    --secondary: #ed1e79;
    --accent: #c81e68;
    --black: #000;
    --white: #fff;
    --gray: #f7fafc;
}

/* Globální font */
body {
    font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
    color: var(--black);
    background: var(--gray);
    line-height: 1.6;
}

/* Odkazy, tlačítka, menu */
a, .btn-link, .nav-link, .navbar-brand, .card-title, .event-title, .about-gallery-title {
    color: var(--primary) !important;
}
a:hover, .btn-link:hover, .nav-link:hover {
    color: var(--secondary) !important;
}
.btn-primary, .badge-primary {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    color: var(--white) !important;
}
.btn-primary:hover, .badge-primary:hover {
    background-color: transparent !important;
    border-color: var(--primary) !important;
    color: var(--primary) !important;
}
.btn-outline-primary {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
    background: transparent !important;
}
.btn-outline-primary:hover {
    background-color: var(--primary) !important;
    color: var(--white) !important;
    border-color: var(--primary) !important;
}

/* Header a menu */
.navbar, .navbar-light {
    background: #fff !important;
    border-bottom: 2px solid var(--primary);
    box-shadow: 0 2px 12px rgba(156, 39, 143, 0.08);
}
.navbar-brand {
    color: var(--primary) !important;
}
.navbar-nav .nav-link {
    color: var(--primary) !important;
    text-shadow: none;
    font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 1.1rem;
    padding: 0.7rem 1.2rem;
    transition: color 0.2s;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover {
    color: var(--secondary) !important;
    background: rgba(255,255,255,0.08);
}

/* Nadpisy */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
    color: var(--primary);
    font-weight: 700;
    letter-spacing: 0.5px;
}

.card-title, .event-title {
    color: var(--primary);
}

.card {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(156, 39, 143, 0.08);
}

.card-body {
    padding: 20px;
}

.card-text {
    font-size: 1rem;
    color: #555;
}

.event-date {
    background: var(--primary);
    color: var(--white);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}

.event-date .day {
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
}

.event-date .month {
    font-size: 14px;
    text-transform: uppercase;
}

.event-circle {
    border: 2px solid var(--primary);
    background: var(--white);
}

.event-circle:hover {
    border-color: var(--secondary);
    box-shadow: 0 10px 25px rgba(156, 39, 143, 0.13);
}

.event-address, .event-date-time {
    color: var(--accent);
}

.event-details-content {
    border-top: 4px solid var(--primary);
}

.about-final-box, .team-section-box, .modern-story-box {
    border-left: 6px solid var(--primary);
}

.about-final-header, .team-header, .story-header {
    border-bottom: 1px solid var(--secondary);
}

.about-final-icon, .team-icon, .story-icon {
    color: var(--primary);

}

.about-gallery-title {
    color: var(--primary);
}

.about-gallery-caption {
    color: var(--accent);
}

.leaflet-popup-content .btn-primary {
    background-color: var(--primary) !important;
    color: var(--white) !important;
}

.leaflet-popup-content .btn-primary:hover {
    background-color: var(--secondary) !important;
}

.social-icon i {
    color: var(--primary);
    transition: all 0.3s;
    padding: 3px;
}
.social-icon:hover i {
    color: var(--white);
    background-color: var(--primary);
    padding: 3px;
}

/* General styles */
body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    color: #333;
    line-height: 1.6;
}

/* Header styles */
h1.display-4, h2.h4 {
    font-weight: bold;
    color: #222;
}

/* Image styles */
.img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Card styles */
.card {
    border: 1px solid #9C278F !important;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-body {
    padding: 20px;
}

.card-title {
    font-size: 1.25rem;
    font-weight: bold;
    color: #222;
}

.card-text {
    font-size: 1rem;
    color: #555;
}

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

/* Row styles */
.row {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.col-md-4, .col-md-6 {
    padding: 10px;
}

/* Additional styles */
.mt-5 {
    margin-top: 3rem;
}

.mb-4 {
    margin-bottom: 1.5rem;
}

.mb-5 {
    margin-bottom: 3rem;
}

.lead {
    font-size: 1.25rem;
    color: #555;
}

/* Icon styles */
i {
    color: #007bff;
    margin-right: 10px;
}

.carousel-inner img {
    height: 600px;
    object-fit: cover;
}

/* Event Map Styling */
.event-map {
    height: 300px;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* Upcoming Events Styling */
.upcoming-events {
    margin: 20px 0 40px 0;
}

.event-circle {
    background-color: white;
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

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

.event-date {
    background: #9c278f;
    color: white;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}

.event-date .day {
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
}

.event-date .month {
    font-size: 14px;
    text-transform: uppercase;
}

.event-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.event-address {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.event-time {
    background: #f8f9fa;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    color: #495057;
}

/* Event Details Styling */
.event-details {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.event-details-content {
    background: white;
    border-radius: 10px;
    max-width: 800px;
    width: 100%;
    padding: 30px;
    position: relative;
    max-height: 90vh;
    overflow-y: auto;
}

.event-details-close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    font-size: 1.5rem;
    color: #666;
}

.event-placeholder {
    background: #f8f9fa;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.event-placeholder i {
    font-size: 4rem;
    color: #999;
}

.event-date-time {
    color: #666;
    line-height: 1.8;
}

.event-description {
    border-top: 1px solid #eee;
    padding-top: 15px;
}

@media (max-width: 768px) {
    .event-details-content {
        padding: 20px;
    }
}
/* Section background and layout */
.custom-section {
    position: relative;
    background: #f7fafc;
    padding: 4rem 1rem;
    overflow: hidden;
    margin-bottom: 2rem;
}
@media (min-width: 640px) {
    .custom-section { padding-left: 2rem; padding-right: 2rem; }
}
@media (min-width: 1024px) {
    .custom-section { padding-left: 4rem; padding-right: 4rem; }
}
.custom-section-bg {
    position: absolute;
    inset: 0;
    opacity: 0.1;
    z-index: 1;
}
.custom-section-content {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    background: rgba(255,255,255,0.9);
    padding: 2rem;
    border-radius: 1.25rem;
    box-shadow: 0 10px 32px 0 rgba(0,0,0,0.12);
    z-index: 2;
}
.custom-section-content h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    color: #2d3748;
}
.custom-section-content p {
    font-size: 1.125rem;
    line-height: 1.7;
    color: #4a5568;
    margin-bottom: 1.5rem;
}
.custom-section-content blockquote {
    font-style: italic;
    color: #718096;
    border-left: 4px solid #ecc94b;
    padding-left: 1rem;
    margin-bottom: 1.5rem;
}
.custom-gallery {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 2.5rem;
}
@media (min-width: 640px) {
    .custom-gallery { grid-template-columns: 1fr 1fr; }
}
.custom-gallery-item {
    width: 100%;
    height: 16rem;
    background: #e2e8f0;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #718096;
    font-size: 1.1rem;
}

/* About section with fixed background */
.about-bg-fixed {
    min-height: 100vh;
    width: 100%;
    position: relative;
    background: url('../images/jak_to_zacalo_bw.png') no-repeat center center fixed;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* Transparent section for about page */
.about-section-transparent {
    width: 100%;
    padding: 20px 30px;
    background: rgba(255,255,255,0); /* decentní průhlednost */
    /* bez box-shadow, bez border-radius */
}

.about-section-transparent .container {
    /* zachová standardní šířku jako ostatní stránky */
    padding-top: 4rem;
    padding-bottom: 4rem;
}

@media (max-width: 768px) {
    .about-section-transparent .container {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

.about-section-transparent-sectioned {
    width: 100%;
    padding: 20px 30px;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .about-section-transparent-sectioned {
        padding-left: 5vw;
        padding-right: 5vw;
    }
}

@media (min-width: 1200px) {
    .about-section-transparent-sectioned {
        padding-left: 10vw;
        padding-right: 10vw;
    }
}

.about-section-padding {
    width: 100%;
    padding-left: 2vw;
    padding-right: 2vw;
    box-sizing: border-box;
    background: rgba(255,255,255,1);
    min-height: 100vh;
    position: relative;
}

@media (min-width: 768px) {
    .about-section-padding {
        padding-left: 5vw;
        padding-right: 5vw;
        background: rgba(255,255,255,1);
    }
}

@media (min-width: 1200px) {
    .about-section-padding {
        padding-left: 10vw;
        padding-right: 10vw;
        /*background: rgba(255,255,255,0.93);*/
        background: rgba(255,255,255,1);
    }
}

/* Moderní boxy s barvami loga */
.modern-story-box {
    border-left: 6px solid var(--primary);
}
.team-section-box {
    border-left: 6px solid var(--secondary);
}
.about-final-box {
    border-left: 6px solid var(--accent);
}

/* Modern Story Section */
.modern-story-box {
    background: rgba(255,255,255,0.96);
    border-radius: 1.25rem;
    box-shadow: 0 8px 32px 0 rgba(0,0,0,0.10);
    border-left: 6px solid var(--primary); /* fialová z loga */
    transition: box-shadow 0.2s;
}

.story-header {
    border-bottom: 1px solid #f3e9c7;
    padding-bottom: 0.5rem;
}

.story-icon {
    font-size: 2.2rem;
    color: #ecc94b;
    border-radius: 50%;
    padding: 0.5rem 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.story-lead {
    font-size: 1.08rem;
    color: #444;
    font-weight: 400;
    border-radius: 0.5rem;
    padding: 1rem 1.2rem;
}

.story-block {
    background: rgba(245,245,245,0.7);
    border-radius: 0.7rem;
    padding: 1rem 1.2rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    font-size: 1.08rem;
    color: #555;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.story-block p {
    flex: 1 1 auto;
    min-height: 120px; /* Adjust as needed for your design */
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.story-author {
    background: rgba(236,201,75,0.10);
    border-left: 4px solid #ecc94b;
    border-radius: 0.5rem;
    font-size: 1.08rem;
    color: #6b4f1d;
}

.story-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.story-block .story-image {
    width: 90%;
    max-width: 320px;
    min-width: 120px;
    margin: 0 auto;
    border-radius: 1rem;
    box-shadow: 0 4px 24px rgba(0,0,0,0.10);
    background: #faf9f6;
    object-fit: contain;
    border: 2px solid #f3e9c7;
    display: block;
}

@media (max-width: 768px) {
    .story-block .story-image {
        width: 98%;
        max-width: 98vw;
    }
}

/* Team Section Styles */
.team-section-box {
    background: rgba(255,255,255,0.96);
    border-radius: 1.25rem;
    box-shadow: 0 8px 32px 0 rgba(0,0,0,0.10);
    border-left: 6px solid var(--primary); /* růžová z loga */
    transition: box-shadow 0.2s;
    margin-bottom: 3rem;
}

.team-header {
    border-bottom: 1px solid rgba(156, 39, 143, 0.16);
    padding-bottom: 0.5rem;
}

.team-icon {
    font-size: 2.2rem;
    color: #9C278F;
    border-radius: 50%;
    padding: 0.5rem 0.7rem;
    box-shadow: 0 2px 8px rgba(126,217,87,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-photo {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border: 4px solid #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,0.10);
}

.team-name {
    font-weight: 600;
    color: #2d3748;
}

.team-quote {
    font-style: italic;
    color: #4a5568;
    border-left: 4px solid #9C278F;
    padding-left: 1rem;
    margin-bottom: 1rem;
    background: rgba(126,217,87,0.06);
    border-radius: 0.5rem;
}

.team-dishes img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 0.7rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    border: 2px solid #e3f7e7;
}

@media (max-width: 1050px) {
    .team-photo {
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 768px) {
    .team-photo {
        width: 300px;
        height: 300px;
    }
    .team-dishes img {
        width: 70px;
        height: 70px;
    }
}

.about-final-box {
    background: rgba(255,255,255,0.96);
    border-radius: 1.25rem;
    box-shadow: 0 8px 32px 0 rgba(0,0,0,0.08);
    border-left: 6px solid var(--primary); /* tmavší růžová z loga */
    transition: box-shadow 0.2s;
    margin-bottom: 3rem;
}

.about-final-header {
    border-bottom: 1px solid #ffe3dc;
    padding-bottom: 0.5rem;
    padding-top: 3rem;
}

.about-final-icon {
    font-size: 2.2rem;
    color: #ff7e67;
    border-radius: 50%;
    padding: 0.5rem 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-final-lead {
    font-size: 1.08rem;
    color: #444;
    font-weight: 400;
    border-radius: 0.5rem;
}

.about-gallery-title {
    font-weight: 600;
    color: #ff7e67;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
}

.about-gallery-img {
    width: 100%;
    height: 11rem;
    object-fit: cover;
    border-radius: 0.7rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    background: #f8f8f8;
}

.about-gallery-caption {
    text-align: center;
    font-size: 1rem;
    color: #6b4f1d;
    margin-top: 0.5rem;
    font-weight: 500;
    letter-spacing: 0.2px;
}

.custom-gallery {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.2rem;
    margin-top: 2.5rem;
}
@media (min-width: 640px) {
    .custom-gallery { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1024px) {
    .custom-gallery { grid-template-columns: 1fr 1fr 1fr 1fr; }
}
.custom-gallery-item {
    width: 100%;
    background: transparent;
    border-radius: 1rem;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: column;
    color: #718096;
    font-size: 1.1rem;
    padding: 0;
    box-shadow: none;
}

.leaflet-popup-content .btn-primary{
    background-color: unset;
}

.leaflet-popup-content .btn-primary:hover{
    background-color: #0069d9;
}

/* About section icon color fix */
.story-header i,
.team-header i,
.about-final-header i,
.about-gallery-title i,
.menu-section i,
.menu-header i,
.menu-category i,
.card-body i,
i.fas,
i.far,
.menu-item i {
    color: var(--primary) !important;
}

@media (max-width: 767.98px) {
    .d-flex.align-items-center {
        justify-content: center !important;
        text-align: center;
    }
    .d-flex.align-items-center .mr-3 {
        margin-right: 0 !important;
        margin-bottom: 0.5rem;
    }
    .d-flex.align-items-center > i {
        margin-right: 0 !important;
        margin-bottom: 0.5rem;
        display: block;
        padding-right: 20px;
    }
    .d-flex.align-items-center > div {
    }
    .card-body .badge-primary {
        margin-left: 20px !important;
    }
}

/* Styly pro návod na kontaktní stránce */
.card-header.bg-primary {
    border-bottom: 0;
}

.card-header.bg-white {
    border-bottom: 2px solid rgba(0,0,0,0.05);
}

.card.border-primary {
    transition: transform 0.2s;
}

.card.border-success {
    transition: transform 0.2s;
}

.card.border-primary:hover, .card.border-success:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.contact-guide-card .card.border-primary:hover,
.contact-guide-card .card.border-success:hover{
    transform: none !important;
    box-shadow: none !important;
}

/* Zvýraznění obsazených dnů v kalendáři Flatpickr */
.flatpickr-booked {
    background-color: #ffcccc !important;
    border-color: #ff8888 !important;
    color: #444 !important;
}

.flatpickr-disabled {
    cursor: not-allowed !important;
}

/* Styly pro návod na kontaktní stránce - přesun z inline stylů */
.contact-guide-card {
    border: none !important;
    box-shadow: none;
}

.contact-guide-header {
    margin-left: 10px;
    background: none!important;
}

/* Vypnutí hover efektu na card-body */
.contact-guide-card .card-body:hover {
    transform: none !important;
    box-shadow: none !important;
}

.contact-guide-card .card-body {
    transition: none !important;
}

/* Feature Grid - Styling for our services section without images */
.feature-grid {
    margin-top: 2rem;
}

.feature-item {
    background-color: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border-top: 4px solid var(--primary);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

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

.feature-item h3 {
    color: var(--primary);
    font-weight: 600;
    font-size: 1.3rem;
}

.feature-item p {
    color: #555;
    font-size: 1rem;
    line-height: 1.5;
    flex-grow: 1;
}

.feature-icon {
    font-size: 2.5rem;
    color: var(--primary);
    margin-bottom: 15px;
    display: block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(156, 39, 143, 0.1);
}

.our-services .btn-primary:hover {
    background-color: transparent !important;
    border-color: var(--primary) !important;
    color: var(--primary) !important;
}

/* Circular Service Layout - Fixed text overlap */
.services-circle-container {
    position: relative;
    width: 100%;
    max-width: 1200px; /* Increased from 1000px to provide more space */
    margin: 0 auto;
    min-height: 900px; /* Increased from 800px to add more vertical space */
    padding: 20px;
}

.services-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 600px;
    border-radius: 50%;
    z-index: 1; /* Lower z-index so it's behind text */
    overflow: hidden;
    box-shadow: 0 0 40px rgba(156, 39, 143, 0.2);
}

.services-center img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transform: scale(1.15);
}

/* Service items need higher z-index to be above background */
.service-item {
    position: absolute;
    width: 300px;
    height: auto;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    z-index: 5; /* Higher than services-center */
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.9); /* Semi-transparent background */
}

/* Remove bounce effect on service items */
.service-item:hover {
    transform: none !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08) !important;
    transition: none !important;
}

.service-item-1:hover,
.service-item-4:hover{
transform: translateX(-50%) !important;
}

/* More specific selector to remove bounce effect on service items with both classes */
.feature-item.service-item:hover {
    /*transform: none !important;*/
    box-shadow: 0 5px 15px rgba(0,0,0,0.08) !important;
    transition: none !important;
    background-color: rgba(255, 255, 255, 0.95);
}

/* Override feature-item hover effects for service items */
.service-item-2:hover,
.service-item-3:hover,
.service-item-5:hover,
.service-item-6:hover {
    transform: none !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08) !important;
}



/* Provide a more subtle hover effect instead */
.service-item {
    transition: background-color 0.3s ease !important;
}

.service-item:hover {
    background-color: rgba(255, 255, 255, 0.95);
}

/* Adjusted positions to prevent overlap */
.service-item-1 {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.service-item-2 {
    top: 15%;
    right: 5%;
}

.service-item-3 {
    bottom: 15%;
    right: 5%;
}

.service-item-4 {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.service-item-5 {
    bottom: 15%;
    left: 5%;
}

.service-item-6 {
    top: 15%;
    left: 5%;
}

/* Make service items a bit more compact */
.service-item .feature-icon {
    font-size: 2.2rem;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 10px;
}

.service-item h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.service-item p {
    font-size: 0.95rem;
    line-height: 1.4;
}

/* Responsive adjustments */
@media (max-width: 1300px) {
    .services-center {
        width: 90%;
        height: 500px;
    }
    .service-item {
        width: 275px; /* Reduced width for smaller screens */
    }

    .service-item-2 {
        top: 13%;
    }

    .service-item-3 {
        bottom: 18%;
    }

    .service-item-5 {
        bottom: 13%;
    }

    .service-item-6 {
        top: 13%;
    }
}

@media (max-width: 1200px) {
    .services-center {
        width: 90%;
        height: 400px;
    }
}

@media (max-width: 992px) {
    .services-circle-container {
        min-height: auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding: 0;
    }

    .services-center {
        display: none; /* Hide on mobile */
    }

    .service-item {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        transform: none !important;
        width: auto;
        margin: 0;
        height: 100%;
    }

    .service-item-1,
    .service-item-2,
    .service-item-3,
    .service-item-4,
    .service-item-5,
    .service-item-6 {
        grid-column: auto;
    }
}

@media (max-width: 576px) {
    .services-circle-container {
        grid-template-columns: 1fr;
    }
}

/* Cookie Consent Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    padding: 15px 20px;
    font-size: 14px;
    display: none;
    border-top: 2px solid var(--primary);
}

.cookie-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    gap: 20px;
}

.cookie-text {
    flex: 1;
    min-width: 280px;
}

.cookie-text h4 {
    margin-top: 0;
    color: var(--primary);
    font-size: 1.2rem;
}

.cookie-text p {
    margin-bottom: 0;
}

.cookie-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.cookie-settings-panel {
    background-color: #f8f9fa;
    padding: 15px;
    margin-top: 15px;
    border-radius: 5px;
    border-top: 1px solid #dee2e6;
}

.cookie-option {
    margin-bottom: 10px;
    padding: 10px;
    background: white;
    border-radius: 4px;
    border: 1px solid #eee;
}

.cookie-option label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
    cursor: pointer;
}

.cookie-option small {
    padding-left: 25px;
}

/* Media queries for cookie banner */
@media (max-width: 768px) {
    .cookie-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .cookie-buttons {
        width: 100%;
        justify-content: center;
    }
}
