    :root {
            --primary-color: #B9B2A8;
            --dark-color: #000000;
            --light-color: #FFFFFF;
        }
.galerie-detail .img-fluid.rounded.mb-3 {
  height: 360px;
  overflow: hidden;
  object-fit: cover;
  width: 100%;
}
.fancybox__container {
  z-index: 99999999999999999999999 !important;
}
	.analysis-point ul {
  list-style: none; /* odstraní tečky */
  padding: 0;
  margin: 0;
}
.right {
  text-align: right;
  margin-top: 20px;
}
.package-price.marketing {
  text-align: center;
}
.analysis-point li {
  position: relative;
  padding-left: 28px; /* místo pro ikonu */
  margin-bottom: 8px;
}

.analysis-point li::before {
  content: "\f00c"; /* Font Awesome ikona "fa-check" */
  font-family: "Font Awesome 6 Free";
  font-weight: 900; /* pro solid styl */
  color: #28a745; /* zelená barva */
  position: absolute;
  left: 0;
  top: 0;
}
	
		
.hero-section p {
  font-size: 1.5rem;
}

        ul li {
  text-align: left;
}
        .section-title:after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 60px;
            height: 3px;
            background-color: var(--primary-color);
        }
        
        .service-card {
            border: none;
            border-radius: 0;
            transition: all 0.3s ease;
            height: 100%;
            background-color: var(--light-color);
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            margin-bottom: 30px;
        }
        
        .service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        }
        
        .service-icon {
            font-size: 3rem;
            color: var(--primary-color);
            margin-bottom: 1.5rem;
        }
        
        .benefit-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 20px;
            padding: 15px;
            transition: all 0.3s ease;
            border-left: 3px solid transparent;
        }
        
        .benefit-item:hover {
            background-color: rgba(185, 178, 168, 0.1);
            border-left: 3px solid var(--primary-color);
        }
        
        .benefit-icon {
            color: var(--primary-color);
            font-size: 1.5rem;
            margin-right: 15px;
            margin-top: 5px;
        }
        
        .process-step {
            text-align: center;
            padding: 30px 20px;
            position: relative;
        }
        
        .step-number {
            width: 50px;
            height: 50px;
            background-color: var(--primary-color);
            color: var(--dark-color);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            margin: 0 auto 20px;
            font-size: 1.5rem;
        }
        
        .technique-card {
            border: 1px solid #eee;
            padding: 25px;
            margin-bottom: 30px;
            transition: all 0.3s ease;
            background: white;
            height: 100%;
        }
        
        .technique-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        }
        
        .technique-icon {
            font-size: 2.5rem;
            color: var(--primary-color);
            margin-bottom: 1rem;
        }
        
        .technique-image {
            border-radius: 8px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            margin-bottom: 20px;
        }
        

        
        .pricing-card {
            border: none;
            border-radius: 0;
            transition: all 0.3s ease;
            text-align: center;
            padding: 40px 30px;
            margin-bottom: 30px;
            background: white;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        }
        
        .pricing-card.featured {
            transform: scale(1.05);
            border: 2px solid var(--primary-color);
        }
        
        .pricing-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        }
        
        .pricing-card.featured:hover {
            transform: scale(1.05) translateY(-10px);
        }
        
        .price {
            font-size: 3rem;
            font-weight: bold;
            color: var(--primary-color);
            margin: 20px 0;
        }
        
        .price-period {
            color: #666;
            font-size: 0.9rem;
        }
        
        .technique-detail {
            margin-bottom: 40px;
        }
        
        .technique-benefits {
            background-color: rgba(185, 178, 168, 0.1);
            padding: 20px;
            border-radius: 8px;
            margin: 20px 0;
        }



.nav-link {
  margin: 0px 16px;
}
     .stat-number {
  font-size: 3rem;
  font-weight: bold;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 10px;
}
.stat-label {
  text-align: center;
  color: #666;
  font-size: 1.1rem;
}

        
        .personnel-card {
            border: 1px solid #eee;
            padding: 25px;
            margin-bottom: 30px;
            transition: all 0.3s ease;
            background: white;
            height: 100%;
        }
        
        .personnel-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        }
        
        .personnel-icon {
            font-size: 2.5rem;
            color: var(--primary-color);
            margin-bottom: 1rem;
        }
        
        .personnel-image {
            border-radius: 8px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            margin-bottom: 20px;
        }
        
  



















	.client-info.text-center.mt-4 {
  display: block;
}	
.hero-section {
 text-align: left !important;
}

#testimonials .carousel-item {
  height: min-content !important;
}


#testimonials .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: max-content !important;
  /*! min-height: 330px !important; */
}

#testimonials .carousel-control-prev,
#testimonials .carousel-control-next {
    width: 50px;
    height: 50px;
    /*! background: #007bff; */
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.8;
    transition: all 0.3s ease;
}

#testimonials .carousel-control-prev {
    left: -45px;
}

#testimonials .carousel-control-next {
    right: -45px;
}

#testimonials .carousel-control-prev:hover,
#testimonials .carousel-control-next:hover {
    background: #eee;
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
}

#testimonials .carousel-control-prev-icon,
#testimonials .carousel-control-next-icon {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    filter: invert(1);
}

#testimonials .carousel-indicators {
    /*! bottom: -60px; */
}
#testimonialCarousel {
  /*! height: max-content !important; */
}
#testimonials .carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
    border: 2px solid transparent;
    margin: 0 6px;
    transition: all 0.3s ease;
}

#testimonials .carousel-indicators button.active {
    background-color: #007bff;
    border-color: #007bff;
    transform: scale(1.2);
}

#testimonials .carousel-indicators button:hover:not(.active) {
    background-color: #aaa;
    transform: scale(1.1);
}


.testimonial-card {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
    border: 1px solid #f0f0f0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 35px rgba(0,0,0,0.15);
}

.testimonial-text {
    font-style: italic;
    line-height: 1.6;
    color: #555;
    margin-bottom: 0;
    font-size: 1rem;
}

.testimonial-stars {
    font-size: 16px;
}

.client-info h6 {
    color: #333;
    font-weight: 600;
    margin-bottom: 5px;
}


        .benefit-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 20px;
            padding: 15px;
            transition: all 0.3s ease;
            border-left: 3px solid transparent;
        }
        
        .benefit-item:hover {
            background-color: rgba(185, 178, 168, 0.1);
            border-left: 3px solid var(--primary-color);
        }
        
        .benefit-icon {
            color: var(--primary-color);
            font-size: 1.5rem;
            margin-right: 15px;
            margin-top: 5px;
        }
        

        .concept-card {
            border: 1px solid #eee;
            padding: 25px;
            margin-bottom: 30px;
            transition: all 0.3s ease;
            background: white;
            height: 100%;
        }
        
        .concept-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        }
        
        .concept-icon {
            font-size: 2.5rem;
            color: var(--primary-color);
            margin-bottom: 1rem;
        }
        
        .concept-image {
            border-radius: 8px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            margin-bottom: 20px;
        }
        
        .testimonial-card {
            background-color: var(--light-color);
            border-left: 4px solid var(--primary-color);
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            height: 100%;
        }
        
        .testimonial-text {
            font-style: italic;
            margin-bottom: 20px;
        }
        
        .client-info {
            display: flex;
            align-items: center;
        }
        

        
        .pricing-card {
            border: none;
            border-radius: 0;
            transition: all 0.3s ease;
            text-align: center;
            padding: 40px 30px;
            margin-bottom: 30px;
            background: white;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        }
        
        .pricing-card.featured {
            transform: scale(1.05);
            border: 2px solid var(--primary-color);
        }
        
        .pricing-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        }
        
        .pricing-card.featured:hover {
            transform: scale(1.05) translateY(-10px);
        }
        
        .price {
            font-size: 3rem;
            font-weight: bold;
            color: var(--primary-color);
            margin: 20px 0;
        }
        
        .price-period {
            color: #666;
            font-size: 0.9rem;
        }
        
        .concept-detail {
            margin-bottom: 40px;
        }
        
        .concept-benefits {
            background-color: rgba(185, 178, 168, 0.1);
            padding: 20px;
            border-radius: 8px;
            margin: 20px 0;
        }
        
        .concept-element {
            margin-bottom: 30px;
            padding: 20px;
            border-left: 4px solid var(--primary-color);
            background: white;
        }
        
        .concept-showcase {
            position: relative;
            overflow: hidden;
            margin-bottom: 30px;
            border-radius: 8px;
        }
        
        .concept-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.7);
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: all 0.3s ease;
            color: white;
            text-align: center;
            padding: 20px;
        }
        
        .concept-showcase:hover .concept-overlay {
            opacity: 1;
        }



.equipment-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.equipment-card {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #f0f0f0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

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

.equipment-icon {
    font-size: 3rem;
    color: var(--primary-color);
    margin-bottom: 1.5rem;
    text-align: center;
}

.brand-showcase {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.brand-card {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.brand-card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.process-timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.process-timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: var(--primary-color);
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

.process-step {
    padding: 2rem;
    position: relative;
    /*! width: 50%; */
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    /*! margin-bottom: 3rem; */
}

.process-step:nth-child(odd) {
    left: 0;
    /*! text-align: right; */
    margin-bottom: 20px;
    margin-top: 20px;
    display: ;
}

.process-step:nth-child(even) {
    /*! left: 50%; */
}

.step-number {
    /*! position: absolute; */
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
    z-index: 1;
}

.process-step:nth-child(odd) .step-number {
    /*! right: -25px; */
}

.process-step:nth-child(even) .step-number {
    left: -25px;
}

.cost-comparison-chart {
    background: white;
    padding: 3rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.chart-bar {
    height: 40px;
    margin: 1rem 0;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.bar-standard {
    background: linear-gradient(90deg, #ff6b6b, #ff8e8e);
}

.bar-professional {
    background: linear-gradient(90deg, #4ecdc4, #88d3ce);
}

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

.spec-card {
    background: white;
    padding: 1.5rem;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    border-left: 4px solid var(--primary-color);
}

.spec-value {
    font-size: 2rem;
    font-weight: bold;
    color: var(--primary-color);
    margin: 0.5rem 0;
}



@media screen and (max-width: 768px) {
    .process-timeline::after {
        left: 31px;
    }
    
    .process-step {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }
    
    .process-step:nth-child(even) {
        left: 0;
    }
    
    .step-number {
        left: 20px !important;
        right: auto !important;
    }
    
    .process-step:nth-child(odd) {
        text-align: left;
    }
}



        
        .equipment-card {
            border: 1px solid #eee;
            padding: 25px;
            margin-bottom: 30px;
            transition: all 0.3s ease;
            background: white;
            height: 100%;
        }
        
        .equipment-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        }
        
        .equipment-icon {
            font-size: 2.5rem;
            color: var(--primary-color);
            margin-bottom: 1rem;
        }
        
        .equipment-image {
            border-radius: 8px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            margin-bottom: 20px;
        }
        
 
        
        .equipment-benefits {
            background-color: rgba(185, 178, 168, 0.1);
            padding: 20px;
            border-radius: 8px;
            margin: 20px 0;
        }
        
        .brand-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
            gap: 20px;
            margin: 30px 0;
        }
        
        .brand-item {
            text-align: center;
            padding: 20px;
            border: 1px solid #eee;
            transition: all 0.3s ease;
        }
        
        .brand-item:hover {
            border-color: var(--primary-color);
            transform: translateY(-5px);
        }
        
        .specs-table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
        }
        
        .specs-table th,
        .specs-table td {
            padding: 12px 15px;
            border: 1px solid #ddd;
            text-align: left;
        }
        
        .specs-table th {
            background-color: var(--primary-color);
            color: var(--dark-color);
            font-weight: bold;
        }
        
        .specs-table tr:nth-child(even) {
            background-color: #f8f9fa;
        }
        
        .cost-comparison {
            margin: 30px 0;
        }
        
        .comparison-item {
            padding: 15px;
            margin-bottom: 10px;
            border-left: 4px solid var(--primary-color);
            background: white;
        }




        
        .marketing-services {
            background-color: #f8f9fa;
            padding: 80px 0;
        }
        
        .service-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 15px;
            padding: 10px;
            transition: all 0.3s ease;
        }
        
        .service-item:hover {
            background-color: rgba(185, 178, 168, 0.1);
            transform: translateX(5px);
        }
        
        .service-check {
            color: var(--primary-color);
            font-size: 1.2rem;
            margin-right: 15px;
            margin-top: 2px;
        }
        
        .marketing-image {
            border-radius: 8px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }
        
        .package-card {
            border: none;
            border-radius: 0;
            transition: all 0.3s ease;
            height: 100%;
            background-color: var(--light-color);
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            position: relative;
            overflow: hidden;
        }
        
        .package-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        }
        
        .package-header {
            background-color: var(--dark-color);
            color: var(--light-color);
            padding: 20px;
            text-align: center;
        }
        
        .package-price {
            font-size: 2.5rem;
            font-weight: 700;
            margin: 20px 0;
        }
        
        .package-features {
            padding: 20px;
        }
        
        .package-features ul {
            list-style: none;
            padding: 0;
        }
        
        .package-features li {
            margin-bottom: 10px;
            padding-left: 25px;
            position: relative;
        }
        
        .package-features li:before {
            content: '✓';
            position: absolute;
            left: 0;
            color: var(--primary-color);
            font-weight: bold;
        }
        
        .strategy-card {
            text-align: center;
            padding: 30px 20px;
            transition: all 0.3s ease;
            border: 1px solid #e9ecef;
            height: 100%;
        }
        
        .strategy-card:hover {
            border-color: var(--primary-color);
            transform: translateY(-5px);
        }
        
        .strategy-icon {
            font-size: 3rem;
            color: var(--primary-color);
            margin-bottom: 20px;
        }
        
        .stats-number {
            font-size: 3rem;
            font-weight: 700;
            color: var(--primary-color);
            margin-bottom: 10px;
        }
        
        .process-step {
            text-align: center;
            padding: 30px 20px;
            position: relative;
        }
        
        .step-number {
            width: 60px;
            height: 60px;
            background-color: var(--primary-color);
            color: var(--dark-color);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            font-weight: 700;
            margin: 0 auto 20px;
        }
        
        @media (max-width: 768px) {
            .marketing-hero {
                height: 50vh;
            }
            
            .marketing-hero h1 {
                font-size: 2.5rem;
            }
        }



        
        .benefit-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 20px;
            padding: 15px;
            transition: all 0.3s ease;
            border-left: 3px solid transparent;
        }
        
        .benefit-item:hover {
            background-color: rgba(185, 178, 168, 0.1);
            border-left: 3px solid var(--primary-color);
        }
        
        .benefit-icon {
            color: var(--primary-color);
            font-size: 1.5rem;
            margin-right: 15px;
            margin-top: 5px;
        }
        
        .process-step {
            text-align: center;
            padding: 30px 20px;
            position: relative;
        }
        
        .step-number {
            width: 50px;
            height: 50px;
            background-color: var(--primary-color);
            color: var(--dark-color);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            margin: 0 auto 20px;
            font-size: 1.5rem;
        }
        
        .cost-card {
            border: 1px solid #eee;
            padding: 25px;
            margin-bottom: 30px;
            transition: all 0.3s ease;
            background: white;
            height: 100%;
        }
        
        .cost-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        }
        
        .cost-icon {
            font-size: 2.5rem;
            color: var(--primary-color);
            margin-bottom: 1rem;
        }
        
        .cost-image {
            border-radius: 8px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            margin-bottom: 20px;
        }
        
        .testimonial-card {
            background-color: var(--light-color);
            border-left: 4px solid var(--primary-color);
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            height: 100%;
        }
        
        .testimonial-text {
            font-style: italic;
            margin-bottom: 20px;
        }
        
        .client-info {
            display: flex;
            align-items: center;
        }
        
        .client-avatar {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            object-fit: cover;
            margin-right: 15px;
        }
        
        .contact-info {
            margin-bottom: 30px;
        }
        
        .contact-icon {
            font-size: 1.5rem;
            color: var(--primary-color);
            margin-right: 15px;
        }
        

        
        .cta-section {
            background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url('https://images.unsplash.com/photo-1554224155-6726b3ff858f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1920&q=80');
            background-size: cover;
            background-position: center;
            padding: 100px 0;
            color: var(--light-color);
            text-align: center;
        }
        
        .pricing-card {
            border: none;
            border-radius: 0;
            transition: all 0.3s ease;
            text-align: center;
            padding: 40px 30px;
            margin-bottom: 30px;
            background: white;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        }
        
        .pricing-card.featured {
            transform: scale(1.05);
            border: 2px solid var(--primary-color);
        }
        
        .pricing-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        }
        
        .pricing-card.featured:hover {
            transform: scale(1.05) translateY(-10px);
        }
        
        .price {
            font-size: 3rem;
            font-weight: bold;
            color: var(--primary-color);
            margin: 20px 0;
        }
        
        .price-period {
            color: #666;
            font-size: 0.9rem;
        }
        
        .cost-benefits {
            background-color: rgba(185, 178, 168, 0.1);
            padding: 20px;
            border-radius: 8px;
            margin: 20px 0;
        }
        
        .cost-savings {
            text-align: center;
            padding: 30px 20px;
            border: 2px solid var(--primary-color);
            margin-bottom: 30px;
        }
        
        .savings-number {
            font-size: 3rem;
            font-weight: bold;
            color: var(--primary-color);
            margin-bottom: 10px;
        }
        
        .savings-label {
            font-size: 1.2rem;
            color: #666;
        }
        
        .cost-breakdown {
            margin-bottom: 40px;
        }
        
        .progress-cost {
            height: 25px;
            margin-bottom: 15px;
            background-color: #f8f9fa;
        }
        
        .cost-label {
            display: flex;
            justify-content: space-between;
            margin-bottom: 5px;
            font-weight: 500;
        }



        
  
        .service-icon {
            font-size: 3rem;
            color: var(--primary-color);
            margin-bottom: 1.5rem;
        }
        
        .benefit-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 20px;
            padding: 15px;
            transition: all 0.3s ease;
            border-left: 3px solid transparent;
        }
        
        .benefit-item:hover {
            background-color: rgba(185, 178, 168, 0.1);
            border-left: 3px solid var(--primary-color);
        }
        
        .benefit-icon {
            color: var(--primary-color);
            font-size: 1.5rem;
            margin-right: 15px;
            margin-top: 5px;
        }
        
        .process-step {
            /*! text-align: center; */
            /*! padding: 30px 20px; */
            /*! position: relative; */
        }
        
        .step-number {
            width: 50px;
            height: 50px;
            background-color: var(--primary-color);
            color: var(--dark-color);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            margin: 0 auto 20px;
            font-size: 1.5rem;
        }
        
        .tech-card {
            border: 1px solid #eee;
            padding: 25px;
            margin-bottom: 30px;
            transition: all 0.3s ease;
            background: white;
            height: 100%;
        }
        
        .tech-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        }
        
        .tech-icon {
            font-size: 2.5rem;
            color: var(--primary-color);
            margin-bottom: 1rem;
        }
        
        .tech-image {
            border-radius: 8px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            margin-bottom: 20px;
        }
        
        .testimonial-card {
            background-color: var(--light-color);
            border-left: 4px solid var(--primary-color);
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            height: 100%;
        }
        
        .testimonial-text {
            font-style: italic;
            margin-bottom: 20px;
        }
        
        .client-info {
            display: flex;
            align-items: center;
        }
        
        .client-avatar {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            object-fit: cover;
            margin-right: 15px;
        }
        
        .contact-info {
            margin-bottom: 30px;
        }
        
        .contact-icon {
            font-size: 1.5rem;
            color: var(--primary-color);
            margin-right: 15px;
        }
        
        footer {
            background-color: var(--dark-color);
            color: var(--light-color);
            padding: 60px 0 30px;
        }
        
        .social-icons a {
            display: inline-block;
            width: 40px;
            height: 40px;
            background-color: var(--primary-color);
            color: var(--dark-color);
            text-align: center;
            line-height: 40px;
            margin-right: 10px;
            transition: all 0.3s ease;
        }
        
        .social-icons a:hover {
            background-color: var(--light-color);
            transform: translateY(-5px);
        }
        
        .btn-custom {
            background-color: var(--primary-color);
            border: none;
            color: var(--dark-color);
            padding: 12px 30px;
            font-weight: 600;
            border-radius: 0;
            transition: all 0.3s ease;
        }
        
        .btn-custom:hover {
            background-color: var(--dark-color);
            color: var(--light-color);
        }
        
        .cta-section {
            background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url('https://images.unsplash.com/photo-1565299624946-b28f40a0ca4b?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1920&q=80');
            background-size: cover;
            background-position: center;
            padding: 100px 0;
            color: var(--light-color);
            text-align: center;
        }
        
        .tech-benefits {
            background-color: rgba(185, 178, 168, 0.1);
            padding: 20px;
            border-radius: 8px;
            margin: 20px 0;
        }
        
        .spec-table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
        }
        
        .spec-table th,
        .spec-table td {
            padding: 12px 15px;
            border: 1px solid #ddd;
            text-align: left;
        }
        
        .spec-table th {
            background-color: var(--primary-color);
            color: var(--dark-color);
            font-weight: bold;
        }
        
        .spec-table tr:nth-child(even) {
            background-color: #f8f9fa;
        }
        
        .example-sheet {
            border: 2px solid var(--primary-color);
            padding: 30px;
            margin: 30px 0;
            background: white;
        }
        
        .sheet-header {
            text-align: center;
            margin-bottom: 30px;
            padding-bottom: 15px;
            border-bottom: 2px solid var(--primary-color);
        }
        
        .ingredient-list {
            margin-bottom: 25px;
        }
        
        .nutrition-info {
            background-color: rgba(185, 178, 168, 0.1);
            padding: 20px;
            border-radius: 8px;
            margin: 20px 0;
        }

	
	

   .privacy-content {
            background-color: #f8f9fa;
            padding: 80px 0;
        }
        
        .privacy-section {
            margin-bottom: 3rem;
            padding: 2rem;
            background: white;
            border-radius: 8px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        }
        
        .privacy-section h3 {
            color: var(--dark-color);
            margin-bottom: 1.5rem;
            border-bottom: 2px solid var(--primary-color);
            padding-bottom: 0.5rem;
        }
        
        .contact-info {
            margin-bottom: 30px;
        }
        
        .contact-icon {
            font-size: 1.5rem;
            color: var(--primary-color);
            margin-right: 15px;
        }
        
        footer {
            background-color: var(--dark-color);
            color: var(--light-color);
            padding: 60px 0 30px;
        }
        
        .social-icons a {
            display: inline-block;
            width: 40px;
            height: 40px;
            background-color: var(--primary-color);
            color: var(--dark-color);
            text-align: center;
            line-height: 40px;
            margin-right: 10px;
            transition: all 0.3s ease;
        }
        
        .social-icons a:hover {
            background-color: var(--light-color);
            transform: translateY(-5px);
        }
        
        .back-to-top {
            position: fixed;
            bottom: 30px;
            right: 30px;
            background-color: var(--primary-color);
            color: var(--dark-color);
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            opacity: 0;
            transition: all 0.3s ease;
            z-index: 1000;
        }
        
        .back-to-top.show {
            opacity: 1;
        }
        
        .back-to-top:hover {
            background-color: var(--dark-color);
            color: var(--light-color);
        }
        
        .table-of-contents {
            background: white;
            padding: 2rem;
            border-radius: 8px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            margin-bottom: 3rem;
        }
        
        .table-of-contents ul {
            list-style: none;
            padding: 0;
        }
        
        .table-of-contents li {
            margin-bottom: 0.5rem;
        }
        
        .table-of-contents a {
            color: var(--dark-color);
            text-decoration: none;
            transition: all 0.3s ease;
        }
        
        .table-of-contents a:hover {
            color: var(--primary-color);
            padding-left: 5px;
        }
        
        @media (max-width: 768px) {
            .privacy-section {
                padding: 1rem;
            }
        }
		
		

        
        .service-card {
            border: none;
            border-radius: 0;
            transition: all 0.3s ease;
            height: 100%;
            background-color: var(--light-color);
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            margin-bottom: 30px;
        }
        
        .service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        }
        
        .service-icon {
            font-size: 3rem;
            color: var(--primary-color);
            margin-bottom: 1.5rem;
        }
        
        .benefit-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 20px;
            padding: 15px;
            transition: all 0.3s ease;
            border-left: 3px solid transparent;
        }
        
        .benefit-item:hover {
            background-color: rgba(185, 178, 168, 0.1);
            border-left: 3px solid var(--primary-color);
        }
        
        .benefit-icon {
            color: var(--primary-color);
            font-size: 1.5rem;
            margin-right: 15px;
            margin-top: 5px;
        }
        
        .process-step {
            /*! text-align: center; */
            /*! padding: 30px 20px; */
            /*! position: relative; */
        }
        
        .step-number {
            width: 50px;
            height: 50px;
            background-color: var(--primary-color);
            color: var(--dark-color);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            margin: 0 auto 20px;
            font-size: 1.5rem;
        }
        
        .audit-card {
            border: 1px solid #eee;
            padding: 25px;
            margin-bottom: 30px;
            transition: all 0.3s ease;
            background: white;
            height: 100%;
        }
        
        .audit-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        }
        
        .audit-icon {
            font-size: 2.5rem;
            color: var(--primary-color);
            margin-bottom: 1rem;
        }
        
        .audit-image {
            border-radius: 8px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            margin-bottom: 20px;
        }
        
        .testimonial-card {
            background-color: var(--light-color);
            border-left: 4px solid var(--primary-color);
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            height: 100%;
        }
        
        .testimonial-text {
            font-style: italic;
            margin-bottom: 20px;
        }
        
        .client-info {
            display: flex;
            align-items: center;
        }
        
        .client-avatar {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            object-fit: cover;
            margin-right: 15px;
        }
        
        .contact-info {
            margin-bottom: 30px;
        }
        
        .contact-icon {
            font-size: 1.5rem;
            color: var(--primary-color);
            margin-right: 15px;
        }
        

        
        .social-icons a {
            display: inline-block;
            width: 40px;
            height: 40px;
            background-color: var(--primary-color);
            color: var(--dark-color);
            text-align: center;
            line-height: 40px;
            margin-right: 10px;
            transition: all 0.3s ease;
        }
        
        .social-icons a:hover {
            background-color: var(--light-color);
            transform: translateY(-5px);
        }
        
        .btn-custom {
            background-color: var(--primary-color);
            border: none;
            color: var(--dark-color);
            padding: 12px 30px;
            font-weight: 600;
            border-radius: 0;
            transition: all 0.3s ease;
        }
        
        .btn-custom:hover {
            background-color: var(--dark-color);
            color: var(--light-color);
        }
        
        .cta-section {
            background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url('https://images.unsplash.com/photo-1565689228866-1d7afc55a58b?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1920&q=80');
            background-size: cover;
            background-position: center;
            padding: 100px 0;
            color: var(--light-color);
            text-align: center;
        }
        
        .pricing-card {
            border: none;
            border-radius: 0;
            transition: all 0.3s ease;
            text-align: center;
            padding: 40px 30px;
            margin-bottom: 30px;
            background: white;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        }
        
        .pricing-card.featured {
            transform: scale(1.05);
            border: 2px solid var(--primary-color);
        }
        
        .pricing-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        }
        
        .pricing-card.featured:hover {
            transform: scale(1.05) translateY(-10px);
        }
        
        .price {
            font-size: 3rem;
            font-weight: bold;
            color: var(--primary-color);
            margin: 20px 0;
        }
        
        .price-period {
            color: #666;
            font-size: 0.9rem;
        }
        
        .audit-detail {
            margin-bottom: 40px;
        }
        
        .audit-benefits {
            background-color: rgba(185, 178, 168, 0.1);
            padding: 20px;
            border-radius: 8px;
            margin: 20px 0;
        }
        
        .comparison-table {
            width: 100%;
            border-collapse: collapse;
            margin: 30px 0;
        }
        
        .comparison-table th,
        .comparison-table td {
            padding: 15px;
            text-align: left;
            border-bottom: 1px solid #eee;
        }
        
        .comparison-table th {
            background-color: var(--primary-color);
            color: var(--dark-color);
            font-weight: bold;
        }
        
        .comparison-table tr:hover {
            background-color: rgba(185, 178, 168, 0.05);
        }
        
        .check-icon {
            color: #28a745;
            margin-right: 10px;
        }
        
        .times-icon {
            color: #dc3545;
            margin-right: 10px;
        }


        
        .service-card {
            border: none;
            border-radius: 0;
            transition: all 0.3s ease;
            height: 100%;
            background-color: var(--light-color);
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            margin-bottom: 30px;
        }
        
        .service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        }
        
        .service-icon {
            font-size: 3rem;
            color: var(--primary-color);
            margin-bottom: 1.5rem;
        }
        
        .benefit-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 20px;
            padding: 15px;
            transition: all 0.3s ease;
            border-left: 3px solid transparent;
        }
        
        .benefit-item:hover {
            background-color: rgba(185, 178, 168, 0.1);
            border-left: 3px solid var(--primary-color);
        }
        
        .benefit-icon {
            color: var(--primary-color);
            font-size: 1.5rem;
            margin-right: 15px;
            margin-top: 5px;
        }
        
        .process-step {
            /*! text-align: center; */
            /*! padding: 30px 20px; */
            /*! position: relative; */
        }
        
        .step-number {
            width: 50px;
            height: 50px;
            background-color: var(--primary-color);
            color: var(--dark-color);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            margin: 0 auto 20px;
            font-size: 1.5rem;
        }
        
        .strategy-card {
            border: 1px solid #eee;
            padding: 25px;
            margin-bottom: 30px;
            transition: all 0.3s ease;
            background: white;
            height: 100%;
        }
        
        .strategy-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        }
        
        .strategy-icon {
            font-size: 2.5rem;
            color: var(--primary-color);
            margin-bottom: 1rem;
        }
        
        .strategy-image {
            border-radius: 8px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            margin-bottom: 20px;
        }
        
        .testimonial-card {
            background-color: var(--light-color);
            border-left: 4px solid var(--primary-color);
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            height: 100%;
        }
        
        .testimonial-text {
            font-style: italic;
            margin-bottom: 20px;
        }
        
        .client-info {
            display: flex;
            align-items: center;
        }
        
        .client-avatar {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            object-fit: cover;
            margin-right: 15px;
        }
        
        .contact-info {
            margin-bottom: 30px;
        }
        
        .contact-icon {
            font-size: 1.5rem;
            color: var(--primary-color);
            margin-right: 15px;
        }
        

        
        .social-icons a {
            display: inline-block;
            width: 40px;
            height: 40px;
            background-color: var(--primary-color);
            color: var(--dark-color);
            text-align: center;
            line-height: 40px;
            margin-right: 10px;
            transition: all 0.3s ease;
        }
        
        .social-icons a:hover {
            background-color: var(--light-color);
            transform: translateY(-5px);
        }
        
        .btn-custom {
            background-color: var(--primary-color);
            border: none;
            color: var(--dark-color);
            padding: 12px 30px;
            font-weight: 600;
            border-radius: 0;
            transition: all 0.3s ease;
        }
        
        .btn-custom:hover {
            background-color: var(--dark-color);
            color: var(--light-color);
        }
        
        .cta-section {
            background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url('https://images.unsplash.com/photo-1559925393-8be0ec4767c8?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1920&q=80');
            background-size: cover;
            background-position: center;
            padding: 100px 0;
            color: var(--light-color);
            text-align: center;
        }
        
        .pricing-card {
            border: none;
            border-radius: 0;
            transition: all 0.3s ease;
            text-align: center;
            padding: 40px 30px;
            margin-bottom: 30px;
            background: white;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        }
        
        .pricing-card.featured {
            transform: scale(1.05);
            border: 2px solid var(--primary-color);
        }
        
        .pricing-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        }
        
        .pricing-card.featured:hover {
            transform: scale(1.05) translateY(-10px);
        }
        
        .price {
            font-size: 3rem;
            font-weight: bold;
            color: var(--primary-color);
            margin: 20px 0;
        }
        
        .price-period {
            color: #666;
            font-size: 0.9rem;
        }
        
        .strategy-detail {
            margin-bottom: 40px;
        }
        
        .strategy-benefits {
            background-color: rgba(185, 178, 168, 0.1);
            padding: 20px;
            border-radius: 8px;
            margin: 20px 0;
        }
        
        .metric-card {
            text-align: center;
            padding: 30px 20px;
            border: 1px solid #eee;
            margin-bottom: 30px;
            transition: all 0.3s ease;
        }
        
        .metric-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
            border-color: var(--primary-color);
        }
        
        .metric-value {
            font-size: 3rem;
            font-weight: bold;
            color: var(--primary-color);
            margin-bottom: 10px;
        }
        
        .metric-label {
            font-size: 1.1rem;
            color: #666;
        }

	

        
        .service-icon {
            font-size: 3rem;
            color: var(--primary-color);
            margin-bottom: 1.5rem;
        }
        
        .benefit-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 20px;
            padding: 15px;
            transition: all 0.3s ease;
            border-left: 3px solid transparent;
        }
        
        .benefit-item:hover {
            background-color: rgba(185, 178, 168, 0.1);
            border-left: 3px solid var(--primary-color);
        }
        
        .benefit-icon {
            color: var(--primary-color);
            font-size: 1.5rem;
            margin-right: 15px;
            margin-top: 5px;
        }
        
        .process-step {
            /*! text-align: center; */
            /*! padding: 30px 20px; */
            /*! position: relative; */
        }
        
        .step-number {
            width: 50px;
            height: 50px;
            background-color: var(--primary-color);
            color: var(--dark-color);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            margin: 0 auto 20px;
            font-size: 1.5rem;
        }
        
        .menu-example {
            border: 1px solid #eee;
            padding: 25px;
            margin-bottom: 30px;
            transition: all 0.3s ease;
            background: white;
        }
        
        .menu-example:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        }
        
        .menu-category {
            color: var(--primary-color);
            font-weight: bold;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid var(--primary-color);
        }
        
        .menu-item {
            margin-bottom: 15px;
            padding-bottom: 15px;
            border-bottom: 1px solid #eee;
        }
        
        .menu-item:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }
        
        .menu-item-name {
            font-weight: bold;
            margin-bottom: 5px;
        }
        
        .menu-item-description {
            font-size: 0.9rem;
            color: #666;
            margin-bottom: 5px;
        }
        
        .menu-item-price {
            font-weight: bold;
            color: var(--dark-color);
        }
        
        .testimonial-card {
            background-color: var(--light-color);
            border-left: 4px solid var(--primary-color);
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            height: 100%;
        }
        
        .testimonial-text {
            font-style: italic;
            margin-bottom: 20px;
        }
        
        .client-info {
            display: flex;
            align-items: center;
        }
        
        .client-avatar {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            object-fit: cover;
            margin-right: 15px;
        }
        
        .contact-info {
            margin-bottom: 30px;
        }
        
        .contact-icon {
            font-size: 1.5rem;
            color: var(--primary-color);
            margin-right: 15px;
        }

        
        .social-icons a {
            display: inline-block;
            width: 40px;
            height: 40px;
            background-color: var(--primary-color);
            color: var(--dark-color);
            text-align: center;
            line-height: 40px;
            margin-right: 10px;
            transition: all 0.3s ease;
        }
        
        .social-icons a:hover {
            background-color: var(--light-color);
            transform: translateY(-5px);
        }
        
        .btn-custom {
            background-color: var(--primary-color);
            border: none;
            color: var(--dark-color);
            padding: 12px 30px;
            font-weight: 600;
            border-radius: 0;
            transition: all 0.3s ease;
        }
        
        .btn-custom:hover {
            background-color: var(--dark-color);
            color: var(--light-color);
        }
        
        .menu-image {
            border-radius: 8px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }
        
        .cta-section {
            background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url('https://images.unsplash.com/photo-1565299624946-b28f40a0ca4b?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1920&q=80');
            background-size: cover;
            background-position: center;
            padding: 100px 0;
            color: var(--light-color);
            text-align: center;
        }
        
        .pricing-card {
            border: none;
            border-radius: 0;
            transition: all 0.3s ease;
            text-align: center;
            padding: 40px 30px;
            margin-bottom: 30px;
            background: white;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        }
        
        .pricing-card.featured {
            transform: scale(1.05);
            border: 2px solid var(--primary-color);
        }
        
        .pricing-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        }
        
        .pricing-card.featured:hover {
            transform: scale(1.05) translateY(-10px);
        }
        
        .price {
            font-size: 3rem;
            font-weight: bold;
            color: var(--primary-color);
            margin: 20px 0;
        }
        
        .price-period {
            color: #666;
            font-size: 0.9rem;
        }

	

        
        .service-card {
            border: none;
            border-radius: 0;
            transition: all 0.3s ease;
            height: 100%;
            background-color: var(--light-color);
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            margin-bottom: 30px;
        }
        
        .service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        }
        
        .service-icon {
            font-size: 3rem;
            color: var(--primary-color);
            margin-bottom: 1.5rem;
        }
        
        .benefit-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 20px;
            padding: 15px;
            transition: all 0.3s ease;
            border-left: 3px solid transparent;
        }
        
        .benefit-item:hover {
            background-color: rgba(185, 178, 168, 0.1);
            border-left: 3px solid var(--primary-color);
        }
        
        .benefit-icon {
            color: var(--primary-color);
            font-size: 1.5rem;
            margin-right: 15px;
            margin-top: 5px;
        }
        
        .process-step {
            /*! text-align: center; */
            /*! padding: 30px 20px; */
            /*! position: relative; */
        }
        
        .step-number {
            width: 50px;
            height: 50px;
            background-color: var(--primary-color);
            color: var(--dark-color);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            margin: 0 auto 20px;
            font-size: 1.5rem;
        }
        
        .protocol-card {
            border: 1px solid #eee;
            padding: 25px;
            margin-bottom: 30px;
            transition: all 0.3s ease;
            background: white;
            height: 100%;
        }
        
        .protocol-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        }
        
        .protocol-icon {
            font-size: 2.5rem;
            color: var(--primary-color);
            margin-bottom: 1rem;
        }
        
        .protocol-image {
            border-radius: 8px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            margin-bottom: 20px;
        }
        
        .testimonial-card {
            background-color: var(--light-color);
            border-left: 4px solid var(--primary-color);
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            height: 100%;
        }
        
        .testimonial-text {
            font-style: italic;
            margin-bottom: 20px;
        }
        
        .client-info {
            display: flex;
            align-items: center;
        }
        
        .client-avatar {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            object-fit: cover;
            margin-right: 15px;
        }
        
        .contact-info {
            margin-bottom: 30px;
        }
        
        .contact-icon {
            font-size: 1.5rem;
            color: var(--primary-color);
            margin-right: 15px;
        }
        
        footer {
            background-color: var(--dark-color);
            color: var(--light-color);
            padding: 60px 0 30px;
        }
        
        .social-icons a {
            display: inline-block;
            width: 40px;
            height: 40px;
            background-color: var(--primary-color);
            color: var(--dark-color);
            text-align: center;
            line-height: 40px;
            margin-right: 10px;
            transition: all 0.3s ease;
        }
        
        .social-icons a:hover {
            background-color: var(--light-color);
            transform: translateY(-5px);
        }
        
        .btn-custom {
            background-color: var(--primary-color);
            border: none;
            color: var(--dark-color);
            padding: 12px 30px;
            font-weight: 600;
            border-radius: 0;
            transition: all 0.3s ease;
        }
        
        .btn-custom:hover {
            background-color: var(--dark-color);
            color: var(--light-color);
        }
        
        .cta-section {
            background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url('https://images.unsplash.com/photo-1552664730-d307ca884978?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1920&q=80');
            background-size: cover;
            background-position: center;
            padding: 100px 0;
            color: var(--light-color);
            text-align: center;
        }
        
        .protocol-benefits {
            background-color: rgba(185, 178, 168, 0.1);
            padding: 20px;
            border-radius: 8px;
            margin: 20px 0;
        }
        
        .process-flow {
            margin: 40px 0;
        }
        
        .flow-step {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
            padding: 20px;
            background: white;
            border-left: 4px solid var(--primary-color);
        }
        
        .flow-number {
            width: 40px;
            height: 40px;
            background-color: var(--primary-color);
            color: var(--dark-color);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            margin-right: 20px;
            flex-shrink: 0;
        }
        
        .checklist {
            margin: 20px 0;
        }
        
        .checklist-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 15px;
            padding: 10px;
        }
        
        .checklist-icon {
            color: var(--primary-color);
            margin-right: 15px;
            margin-top: 2px;
        }
        
        .metrics-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
            margin: 30px 0;
        }
        
        .metric-item {
            text-align: center;
            padding: 25px;
            background: white;
            border: 1px solid #eee;
            transition: all 0.3s ease;
        }
        
        .metric-item:hover {
            border-color: var(--primary-color);
            transform: translateY(-5px);
        }
        
        .metric-value {
            font-size: 2.5rem;
            font-weight: bold;
            color: var(--primary-color);
            margin-bottom: 10px;
        }
        
        .metric-label {
            color: #666;
            font-size: 1.1rem;
        }



        
        .hero-title {
            font-size: 3.5rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
        }
        
        .hero-subtitle {
            font-size: 1.5rem;
            margin-bottom: 2rem;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
        }
        
        .btn-custom {
            background-color: var(--primary-color);
            border: none;
            color: var(--dark-color);
            padding: 15px 40px;
            font-weight: 600;
            border-radius: 0;
            transition: all 0.3s ease;
            font-size: 1.1rem;
        }
        
        .btn-custom:hover {
            background-color: var(--light-color);
            transform: translateY(-3px);
        }
        
        .section-title {
            position: relative;
            margin-bottom: 3rem;
            font-weight: 700;
            text-align: center;
        }
        
        .section-title:after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 3px;
            background-color: var(--primary-color);
        }
        
        .benefit-card {
            background-color: var(--light-color);
            border: none;
            border-radius: 0;
            transition: all 0.3s ease;
            height: 100%;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            padding: 30px;
            text-align: center;
        }
        
        .benefit-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        }
        
        .benefit-icon {
            font-size: 3rem;
            color: var(--primary-color);
            margin-bottom: 1.5rem;
        }
        
        .process-step {
            /*! display: flex; */
            /*! align-items: flex-start; */
            /*! margin-bottom: 30px; */
        }
        
        .step-number {
            background-color: var(--primary-color);
            color: var(--dark-color);
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            margin-right: 20px;
            flex-shrink: 0;
        }
        
        .analysis-point {
            display: flex;
            align-items: flex-start;
            margin-bottom: 15px;
        }
        
        .analysis-check {
            color: var(--primary-color);
            font-size: 1.2rem;
            margin-right: 15px;
            margin-top: 2px;
        }
        
        .cta-section {
            background-color: var(--dark-color);
            color: var(--light-color);
            padding: 80px 0;
            text-align: center;
        }
        
        .cta-title {
            font-size: 2.5rem;
            margin-bottom: 1.5rem;
        }
        
        .testimonial-card {
            background-color: var(--light-color);
            border-left: 4px solid var(--primary-color);
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            height: 100%;
        }
        
        .testimonial-text {
            font-style: italic;
            margin-bottom: 20px;
        }
        
        .client-info {
            display: flex;
            align-items: center;
        }
        
        .client-avatar {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            object-fit: cover;
            margin-right: 15px;
        }
        
        .contact-form {
            background-color: #f8f9fa;
            padding: 50px;
        }
        
        .form-control {
            border-radius: 0;
            border: 1px solid #ddd;
            padding: 12px 15px;
        }
        
        .form-control:focus {
            border-color: var(--primary-color);
            box-shadow: 0 0 0 0.2rem rgba(185, 178, 168, 0.25);
        }
        

        
        .social-icons a {
            display: inline-block;
            width: 40px;
            height: 40px;
            background-color: var(--primary-color);
            color: var(--dark-color);
            text-align: center;
            line-height: 40px;
            margin-right: 10px;
            transition: all 0.3s ease;
        }
        
        .social-icons a:hover {
            background-color: var(--light-color);
            transform: translateY(-5px);
        }
        
        @media (max-width: 768px) {
            .hero-title {
                font-size: 2.5rem;
            }
            
            .hero-subtitle {
                font-size: 1.2rem;
            }
            
            .cta-title {
                font-size: 2rem;
            }
        }





.wpcf7-list-item-label {
  font-size: 15px;
  line-height: 50px;
}
        
        .hero-content {
            max-width: 800px;
        }
        
        .section-title {
            position: relative;
            margin-bottom: 3rem;
            font-weight: 700;
        }
        
        .section-title:after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 60px;
            height: 3px;
            background-color: var(--primary-color);
        }
        
        .service-card {
            border: none;
            border-radius: 0;
            transition: all 0.3s ease;
            height: 100%;
            background-color: var(--light-color);
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            margin-bottom: 30px;
        }
        
        .service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        }
        
        .service-icon {
            font-size: 3rem;
            color: var(--primary-color);
            margin-bottom: 1.5rem;
        }
        
        .benefit-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 20px;
            padding: 15px;
            transition: all 0.3s ease;
            border-left: 3px solid transparent;
        }
        
        .benefit-item:hover {
            background-color: rgba(185, 178, 168, 0.1);
            border-left: 3px solid var(--primary-color);
        }
        
        .benefit-icon {
            color: var(--primary-color);
            font-size: 1.5rem;
            margin-right: 15px;
            margin-top: 5px;
        }
        
        .process-step {
            /*! text-align: center; */
            /*! padding: 30px 20px; */
            /*! position: relative; */
        }
        
        .step-number {
            width: 50px;
            height: 50px;
            background-color: var(--primary-color);
            color: var(--dark-color);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            margin: 0 auto 20px;
            font-size: 1.5rem;
        }
        
        .allergen-card {
            border: 1px solid #eee;
            padding: 25px;
            margin-bottom: 30px;
            transition: all 0.3s ease;
            background: white;
            height: 100%;
        }
        
        .allergen-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        }
        
        .allergen-icon {
            font-size: 2.5rem;
            color: var(--primary-color);
            margin-bottom: 1rem;
        }
        
        .allergen-image {
            border-radius: 8px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            margin-bottom: 20px;
        }
        
        .testimonial-card {
            background-color: var(--light-color);
            border-left: 4px solid var(--primary-color);
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            height: 100%;
        }
        
        .testimonial-text {
            font-style: italic;
            margin-bottom: 20px;
        }
        
        .client-info {
            display: flex;
            align-items: center;
        }
        
        .client-avatar {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            object-fit: cover;
            margin-right: 15px;
        }
        
        .contact-info {
            margin-bottom: 30px;
        }
        
        .contact-icon {
            font-size: 1.5rem;
            color: var(--primary-color);
            margin-right: 15px;
        }
        
        footer {
            background-color: var(--dark-color);
            color: var(--light-color);
            padding: 60px 0 30px;
        }
        
        .social-icons a {
            display: inline-block;
            width: 40px;
            height: 40px;
            background-color: var(--primary-color);
            color: var(--dark-color);
            text-align: center;
            line-height: 40px;
            margin-right: 10px;
            transition: all 0.3s ease;
        }
        
        .social-icons a:hover {
            background-color: var(--light-color);
            transform: translateY(-5px);
        }
        
        .btn-custom {
            background-color: var(--primary-color);
            border: none;
            color: var(--dark-color);
            padding: 12px 30px;
            font-weight: 600;
            border-radius: 0;
            transition: all 0.3s ease;
        }
        
        .btn-custom:hover {
            background-color: var(--dark-color);
            color: var(--light-color);
        }
        
        .cta-section {
            background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url('https://images.unsplash.com/photo-1556760544-74068565f05c?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1920&q=80');
            background-size: cover;
            background-position: center;
            padding: 100px 0;
            color: var(--light-color);
            text-align: center;
        }
        
        .allergen-benefits {
            background-color: rgba(185, 178, 168, 0.1);
            padding: 20px;
            border-radius: 8px;
            margin: 20px 0;
        }
        
        .allergen-table {
            width: 100%;
            border-collapse: collapse;
            margin: 30px 0;
        }
        
        .allergen-table th,
        .allergen-table td {
            padding: 15px;
            text-align: left;
            border: 1px solid #ddd;
        }
        
        .allergen-table th {
            background-color: var(--primary-color);
            color: var(--dark-color);
            font-weight: bold;
        }
        
        .allergen-table tr:nth-child(even) {
            background-color: #f8f9fa;
        }
        
        .allergen-badge {
            display: inline-block;
            padding: 5px 12px;
            margin: 2px;
            background-color: var(--primary-color);
            color: var(--dark-color);
            border-radius: 4px;
            font-size: 0.85rem;
            font-weight: 600;
        }
        
        .risk-level {
            display: inline-block;
            padding: 4px 10px;
            border-radius: 4px;
            font-size: 0.8rem;
            font-weight: 600;
        }
        
        .risk-high {
            background-color: #dc3545;
            color: white;
        }
        
        .risk-medium {
            background-color: #ffc107;
            color: black;
        }
        
        .risk-low {
            background-color: #28a745;
            color: white;
        }
        
        .menu-example {
            border: 2px solid var(--primary-color);
            padding: 30px;
            margin: 30px 0;
            background: white;
        }
        
        .menu-item {
            padding: 15px 0;
            border-bottom: 1px solid #eee;
        }
        
        .menu-item:last-child {
            border-bottom: none;
        }



.team-contact {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 15px;
    margin-top: 15px;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 8px 0;
}

.contact-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.contact-item i {
    width: 24px;
    height: 24px;
    margin-right: 12px;
    background: #007bff;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.contact-item a {
    color: #2c3e50;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
    word-break: break-all;
}

.contact-item a:hover {
    color: #007bff;
    transform: translateX(2px);
}

/* Responsive design */
@media (max-width: 768px) {
    .team-contact {
        padding: 12px;
        margin-top: 12px;
    }
    
    .contact-item {
        margin-bottom: 8px;
        padding: 6px 0;
    }
    
    .contact-item i {
        width: 22px;
        height: 22px;
        margin-right: 10px;
        font-size: 11px;
    }
}




        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            color: var(--dark-color);
            line-height: 1.6;
        }
        
        .navbar {
            background-color: var(--dark-color) !important;
            padding: 15px 0;
        }
        
        .navbar-brand {
            font-weight: 700;
            color: var(--primary-color) !important;
            font-size: 1.5rem;
        }
        
        .hero-section {
            background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.7)), 
                        url('https://images.unsplash.com/photo-1495474472287-4d71bcdd2085?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80');
            background-size: cover;
            background-position: center;
            color: var(--light-color);
            padding: 120px 0 80px;
            text-align: center;
            margin-top: 96px;
        }
        
        .hero-title {
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
        }
        
        .hero-subtitle {
            font-size: 1.3rem;
            margin-bottom: 2rem;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }
        
        .btn-custom {
            background-color: var(--primary-color);
            border: none;
            color: var(--dark-color);
            padding: 15px 40px;
            font-weight: 600;
            border-radius: 0;
            transition: all 0.3s ease;
            font-size: 1.1rem;
        }
        
        .btn-custom:hover {
            background-color: var(--light-color);
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.2);
        }
        
        .section-title {
            position: relative;
            margin-bottom: 3rem;
            font-weight: 700;
            text-align: center;
        }
        
        .section-title:after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 3px;
            background-color: var(--primary-color);
        }
        
        .team-card {
            background-color: var(--light-color);
            border: none;
            border-radius: 10px;
            transition: all 0.3s ease;
            height: 100%;
            box-shadow: 0 5px 15px rgba(0,0,0,0.08);
            padding: 30px;
            text-align: center;
            margin-bottom: 30px;
        }
        
        .team-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.15);
        }
        
        .team-photo {
            width: 200px;
            height: 200px;
            border-radius: 50%;
            object-fit: cover;
            margin: 0 auto 20px;
            border: 5px solid var(--primary-color);
        }
        
        .team-name {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 5px;
            color: var(--dark-color);
        }
        
        .team-title {
            color: var(--primary-color);
            font-weight: 600;
            margin-bottom: 15px;
            font-size: 1.1rem;
        }
        
        .team-description {
            margin-bottom: 20px;
            text-align: left;
        }
        
        .team-skills {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            justify-content: center;
            margin-top: 15px;
        }
        
        .skill-tag {
            background-color: var(--primary-color);
            color: var(--dark-color);
            padding: 5px 12px;
            border-radius: 20px;
            font-size: 0.85rem;
            font-weight: 600;
        }
        
        .contact-info {
            background-color: #f8f9fa;
            /*! padding: 60px 0; */
        }
        
        .contact-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 25px;
        }
        
        .contact-icon {
            font-size: 1.5rem;
            color: var(--primary-color);
            margin-right: 15px;
            margin-top: 5px;
            flex-shrink: 0;
        }
        
        .contact-details h5 {
            margin-bottom: 5px;
            font-weight: 700;
        }
        
        .map-section {
            height: 400px;
            background-color: #e9ecef;
        }
        
        .contact-form {
            padding: 60px 0;
        }
        
        .form-control {
            border-radius: 0;
            border: 1px solid #ddd;
            padding: 12px 15px;
            margin-bottom: 20px;
        }
        
        .form-control:focus {
            border-color: var(--primary-color);
            box-shadow: 0 0 0 0.2rem rgba(185, 178, 168, 0.25);
        }
        
        footer {
            background-color: var(--dark-color);
            color: var(--light-color);
            padding: 40px 0 20px;
        }
        
        .social-icons a {
            display: inline-block;
            width: 40px;
            height: 40px;
            background-color: var(--primary-color);
            color: var(--dark-color);
            text-align: center;
            line-height: 40px;
            margin-right: 10px;
            border-radius: 50%;
            transition: all 0.3s ease;
        }
        
        .social-icons a:hover {
            background-color: var(--light-color);
            transform: translateY(-5px);
        }
        
        @media (max-width: 768px) {
            .hero-title {
                font-size: 2.2rem;
            }
            
            .hero-subtitle {
                font-size: 1.1rem;
            }
            
            .team-photo {
                width: 150px;
                height: 150px;
            }
        }





        a {
  color: var(--primary-color);
  font-weight: bold;
}
        body {
            font-family: 'Noto Sans', Tahoma, Geneva, Verdana, sans-serif;
            color: var(--dark-color);
        }
        
        .navbar {
            background-color: var(--dark-color) !important;
            padding: 15px 0;
            transition: all 0.3s ease;
        }
        
   
        
        .hero-slider {
            height: 100vh;
            position: relative;
            overflow: hidden;
        }
        
        .carousel-item {
            height: 100vh;
        }
        
        .carousel-item img {
            object-fit: cover;
            height: 100%;
            filter: brightness(0.7);
        }
        
        .carousel-caption {
            bottom: 30%;
            text-align: left;
            max-width: 600px;
            margin: 0 auto;
            left: 10%;
            right: 10%;
        }
        
        .carousel-caption h1 {
            font-size: 3.5rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
        }
        
        .carousel-caption p {
            font-size: 1.5rem;
            margin-bottom: 2rem;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        }
        
        .btn-custom {
            background-color: var(--primary-color);
            border: none;
            color: var(--dark-color);
            padding: 12px 30px;
            font-weight: 600;
            border-radius: 0;
            transition: all 0.3s ease;
        }
        
        .btn-custom:hover {
            background-color: #888;
            color: var(--light-color);
        }
        
        .section-title {
            position: relative;
            margin-bottom: 3rem;
            font-weight: 700;
        }
        
        .section-title:after {
            content: '';
            position: absolute;
            bottom: -10px;
            /*! left: 0; */
            width: 60px;
            height: 3px;
            background-color: var(--primary-color);
        }
        
        .service-card {
            border: none;
            border-radius: 0;
            transition: all 0.3s ease;
            height: 100%;
            background-color: var(--light-color);
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        }
        
        .service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        }
        
        .service-icon {
            font-size: 3rem;
            color: var(--primary-color);
            margin-bottom: 1.5rem;
        }
        
        .portfolio-item {
            position: relative;
            overflow: hidden;
            margin-bottom: 30px;
        }
        
        .portfolio-item img {
            width: 100%;
            height: 300px;
            object-fit: cover;
            transition: all 0.5s ease;
        }
        
        .portfolio-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(185, 178, 168, 0.8);
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: all 0.3s ease;
        }
        
        .portfolio-item:hover .portfolio-overlay {
            opacity: 1;
        }
        
        .portfolio-item:hover img {
            transform: scale(1.1);
        }
        
        .testimonial-card {
            background-color: var(--light-color);
            border-left: 4px solid var(--primary-color);
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            height: 100%;
        }
        
        .testimonial-text {
            font-style: italic;
            margin-bottom: 20px;
        }
        
        .client-info {
            display: flex;
            align-items: center;
        }
        
        .client-avatar {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            object-fit: cover;
            margin-right: 15px;
        }
        
        .contact-info {
            margin-bottom: 30px;
        }
        
        .contact-icon {
            font-size: 1.5rem;
            color: var(--primary-color);
            margin-right: 15px;
        }
        
        footer {
            background-color: var(--dark-color);
            color: var(--light-color);
            padding: 60px 0 30px;
        }
        
        .footer-logo {
            height: 70px;
            margin-bottom: 20px;
        }
        
        .social-icons a {
            display: inline-block;
            width: 40px;
            height: 40px;
            background-color: var(--primary-color);
            color: var(--dark-color);
            text-align: center;
            line-height: 40px;
            margin-right: 10px;
            transition: all 0.3s ease;
        }
        #consulting a {
  font-weight: normal;
  color: black;
}
        .social-icons a:hover {
            background-color: var(--light-color);
            transform: translateY(-5px);
        }
        
        /* Nové styly pro sekci Gastronomického poradenství */
        .consulting-services {
            background-color: #f8f9fa;
            padding: 80px 0;
        }
        
        .service-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 15px;
            padding: 10px;
            transition: all 0.3s ease;
        }

        .service-item:hover {
            background-color: rgba(185, 178, 168, 0.1);
            transform: translateX(5px);
        }
        
        .service-check {
            color: var(--primary-color);
            font-size: 1.2rem;
            margin-right: 15px;
            margin-top: 2px;
        }
        
        .consulting-image {
            border-radius: 8px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }
        
        @media (max-width: 768px) {
            .carousel-caption {
                bottom: 20%;
            }
            
            .carousel-caption h1 {
                font-size: 2.5rem;
            }
            
            .carousel-caption p {
                font-size: 1.2rem;
            }
        }