/* Auto-generated CSS for template */

/* Section: headers/header-modal-text */
#header-modal-text .bg {
    background-image: url('../images/gallery/bg-83.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity:1;
}

/* Section: benefits/benefits-3col-6 */
#benefits-3col-6 .bg-wrap{
    background: #F4F5F6;
}

/* Section: prices/price-3col */
#price-3col .bg-wrap {
    background-color: #F4F5F6;
}


/* Section: text/text-2col */
#text-2col .bg {

    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.1;
}


/* Section: text/text-gradient-bg */
#text-gradient-bg .bg {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    opacity: 1;
}

#text-gradient-bg .icon-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

#text-gradient-bg .icon-item {
    background: rgba(255, 255, 255, 0.2);
    padding: 12px 25px;
    border-radius: 50px;
    font-weight: 600;
    backdrop-filter: blur(10px);
}


/* Section: testimonials/testimonials-quote-large */
#testimonials-quote-large .bg {
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    opacity: 0.5;
}

#testimonials-quote-large .quote-symbol {
    font-size: 6rem;
    color: #3b82f6;
    line-height: 1;
    font-family: Georgia, serif;
}

#testimonials-quote-large .quote-text {
    color: #1f2937;
    font-style: italic;
}

#testimonials-quote-large .author-circle {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 700;
}

#testimonials-quote-large .rating-stars {
    color: #fbbf24;
    font-size: 1.5rem;
    margin-right: 10px;
}

#testimonials-quote-large .rating-text {
    color: #6b7280;
    font-weight: 600;
}


/* Section: contact/contact-text-map */
#contact-text-map .bg {
	background-image: url('../images/gallery/bg-41.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.1;
}

#contact-text-map .form-control {
	border: none; border-bottom: 2px solid #007bff; box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	border-radius: 0px;
	padding: 14px 18px;
	background: #fff1f2;
	transition: all 0.3s ease;
}

#contact-text-map .form-control:focus {
	border-color: #e11d48;
	background: #ffffff;
	box-shadow: 0 6px 18px rgba(244, 63, 94, 0.2);
}

#contact-text-map .btn { border: 1px solid #7bccc4; background: #95e1d3; color: #000; padding: 12px 30px; cursor: pointer; }

#contact-text-map .btn:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 24px rgba(244, 63, 94, 0.35);
}


/* Section: cookies/cookies-detailed-panel */
#cookies-detailed-panel {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    max-width: 400px;
}

#cookies-detailed-panel .panel-box {
    background: #ffffff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
}

#cookies-detailed-panel .panel-desc {
    color: #6b7280;
    font-size: 0.95rem;
}

#cookies-detailed-panel .cookie-categories {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#cookies-detailed-panel .category-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

#cookies-detailed-panel .required-badge {
    background: #fef3c7;
    color: #92400e;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
}

#cookies-detailed-panel .category-text {
    font-size: 0.85rem;
    color: #9ca3af;
    margin: 0;
}

#cookies-detailed-panel .panel-footer {
    display: flex;
    gap: 10px;
}

#cookies-detailed-panel .panel-btn {
    flex: 1;
    padding: 12px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
}

#cookies-detailed-panel .panel-btn.primary {
    background: #3b82f6;
    color: #ffffff;
    border: none;
}

#cookies-detailed-panel .panel-btn.outline {
    background: transparent;
    color: #6b7280;
    border: 1px solid #d1d5db;
}


