body {
    font-family: 'Merriweather', serif;
    color: #333;
    background-color: #E0F2F7; /* Albastru Cer senin deschis */
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #2c3e50;
}

h1 {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: 2.2rem;
    margin-top: 2.5rem;
    margin-bottom: 1.2rem;
}

h3 {
    font-size: 1.8rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.navbar-brand {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #64B5F6 !important;
    font-size: 1.8rem;
}

.navbar {
    background-color: #ffffff !important;
    box-shadow: 0 2px 4px rgba(0,0,0,.08);
}

.nav-link {
    color: #333 !important;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #64B5F6 !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
}

.content-container {
    padding-top: 80px; /* Adjust based on header height */
    padding-bottom: 60px;
    max-width: 1200px;
    margin: auto;
}

.hero-section {
    background-color: #E0F2F7;
    padding: 60px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero-section img {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    width: 80%;
}

.section-padding {
    padding: 40px 0;
}

.section-bg-light {
    background-color: #f8f9fa;
}

.section-bg-accent {
    background-color: #FFCC80;
    color: #333;
}

.section-bg-dark {
    background-color: #64B5F6;
    color: #fff;
}

.card {
    border: none;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 20px;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,.1);
}

.card-img-top {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 200px;
    object-fit: cover;
}

.btn-primary {
    background-color: #81C784;
    border-color: #81C784;
    border-radius: 25px;
    padding: 10px 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.btn-primary:hover {
    background-color: #68b36a;
    border-color: #68b36a;
}

.btn-secondary {
    background-color: #6c757d;
    border-color: #6c757d;
    border-radius: 25px;
    padding: 10px 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.btn-secondary:hover {
    background-color: #5a6268;
    border-color: #545b62;
}

.footer {
    background-color: #2c3e50;
    color: #E0F2F7;
    padding: 40px 0;
    font-size: 0.9rem;
}

.footer a {
    color: #81C784;
    text-decoration: none;
}

.footer a:hover {
    color: #FFCC80;
    text-decoration: underline;
}

.icon-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #64B5F6;
    color: #fff;
    font-size: 1.5rem;
    margin-right: 15px;
    flex-shrink: 0;
}

.icon-protein::before { content: '🥩'; }
.icon-carbs::before { content: '🍞'; }
.icon-fats::before { content: '🥑'; }
.icon-vitamins::before { content: '🍊'; }
.icon-minerals::before { content: '✨'; }

.icon-apple::before { content: '🍎'; }
.icon-leaf::before { content: '🍃'; }
.icon-water::before { content: '💧'; }

.icon-avocado::before { content: '🥑'; }
.icon-quinoa::before { content: '🍚'; }
.icon-spinach::before { content: '🥬'; }
.icon-berries::before { content: '🍓'; }
.icon-nuts::before { content: '🌰'; }

.icon-check::before { content: '✅'; color: #81C784; }
.icon-cross::before { content: '❌'; color: #dc3545; }

.timeline {
    position: relative;
    padding: 20px 0;
    list-style: none;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: #64B5F6;
    left: 50%;
    margin-left: -2px;
}

.timeline-item {
    margin-bottom: 20px;
    position: relative;
}

.timeline-item-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,.05);
    margin-left: 50%;
    width: 45%;
}

.timeline-item:nth-child(even) .timeline-item-content {
    margin-left: 0;
    margin-right: 50%;
}

.timeline-item-content::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #81C784;
    border-radius: 50%;
    top: 30px;
    left: 50%;
    margin-left: -7px;
    z-index: 1;
}

.timeline-item:nth-child(even) .timeline-item-content::before {
    left: auto;
    right: 50%;
    margin-right: -7px;
}

.faq-item .card-header {
    background-color: #f0f8ff;
    border-bottom: 1px solid #dee2e6;
}

.faq-item .btn-link {
    width: 100%;
    text-align: left;
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-decoration: none;
}

.faq-item .btn-link:hover {
    color: #64B5F6;
}

.faq-item .card-body {
    background-color: #fff;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #2c3e50;
    color: #fff;
    padding: 15px;
    text-align: center;
    z-index: 1050;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.cookie-banner p {
    margin: 0;
    flex-grow: 1;
    text-align: left;
}

.cookie-banner .btn {
    margin: 5px;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .timeline::before {
        left: 20px;
    }
    .timeline-item-content {
        margin-left: 60px;
        width: calc(100% - 60px);
    }
    .timeline-item:nth-child(even) .timeline-item-content {
        margin-right: 0;
    }
    .timeline-item-content::before {
        left: 20px;
        margin-left: -7px;
    }
    .timeline-item:nth-child(even) .timeline-item-content::before {
        left: 20px;
        margin-right: 0;
    }
    .cookie-banner p {
        text-align: center;
    }
    .cookie-buttons {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

.section-limitations {
    background-color: #f0f8ff;
    padding: 30px;
    border-radius: 10px;
    margin-top: 40px;
    margin-bottom: 40px;
    border-left: 5px solid #64B5F6;
}

.section-limitations h2 {
    color: #64B5F6;
}

.farfurie-ideala {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
}

.farfurie-container {
    position: relative;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-color: #fff;
    border: 5px solid #81C784;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.farfurie-segment {
    position: absolute;
    width: 100%;
    height: 100%;
    clip-path: polygon(50% 50%, 100% 0, 100% 100%); /* Example for a segment */
    opacity: 0.8;
}

.segment-legume {
    background-color: #81C784;
    transform: rotate(0deg);
    clip-path: polygon(50% 50%, 100% 0, 100% 50%, 50% 100%); /* Quarter circle */
}

.segment-cereale {
    background-color: #FFCC80;
    transform: rotate(90deg);
    clip-path: polygon(50% 50%, 100% 0, 100% 50%, 50% 100%);
}

.segment-proteine {
    background-color: #64B5F6;
    transform: rotate(180deg);
    clip-path: polygon(50% 50%, 100% 0, 100% 50%, 50% 100%);
}

.segment-fructe {
    background-color: #FF8080;
    transform: rotate(270deg);
    clip-path: polygon(50% 50%, 100% 0, 100% 50%, 50% 100%);
}

.farfurie-center-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #333;
    font-size: 1.2rem;
    text-align: center;
    z-index: 10;
}

.blog-card-icon {
    font-size: 2.5rem;
    color: #64B5F6;
    margin-bottom: 15px;
}

.blog-card-icon.icon-water::before { content: '💧'; }
.blog-card-icon.icon-leaf::before { content: '🍃'; }
.blog-card-icon.icon-protein::before { content: '🥩'; }
.blog-card-icon.icon-vitamins::before { content: '🍊'; }
.blog-card-icon.icon-fats::before { content: '🥑'; }
.blog-card-icon.icon-plate::before { content: '🍽️'; }
