/* Auto-generated CSS for template */

/* Section: headers/header-img-modal */
#header-img-modal .bg-wrap {
    background-color: #44ADC7;
}

#header-img-modal .bg {
    background-image: url('images/bg-69.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.4;
}


/* Section: descriptions/desc-halfbg-text-4 */
#desc-halfbg-text-4 .bg-wrap {
    background-color: #f4f5f6;
}

/* Section: actions/action-img-text-btn */
#action-img-text-btn .bg-wrap {
    background-color: #AF9F8C;
}


/* Section: benefits/benefits-2col-counter */

#benefits-2col-counter .bg-wrap{
    background: #F2F0ED;
}


/* Section: prices/prices-toggle-yearly */
#prices-toggle-yearly .bg {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    opacity: 0.3;
}

#prices-toggle-yearly .pricing-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-weight: 600;
}

#prices-toggle-yearly .toggle-switch {
    width: 50px;
    height: 26px;
    background: #d1d5db;
    border-radius: 50px;
    position: relative;
    cursor: pointer;
}

#prices-toggle-yearly .toggle-indicator {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #ffffff;
    border-radius: 50%;
    top: 3px;
    left: 3px;
    transition: all 0.3s ease;
}

#prices-toggle-yearly .save-badge {
    background: #10b981;
    color: #ffffff;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 0.8rem;
    margin-left: 8px;
}

#prices-toggle-yearly .price-box {
    background: #ffffff;
    border-radius: 20px;
    padding: 50px 40px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
}

#prices-toggle-yearly .price-box:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

#prices-toggle-yearly .price-box.featured {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
}

#prices-toggle-yearly .emoji-badge {
    font-size: 3rem;
    margin-bottom: 20px;
}

#prices-toggle-yearly .big-price {
    font-size: 4rem;
    font-weight: 800;
    color: #f59e0b;
}

#prices-toggle-yearly .featured .big-price {
    color: #ffffff;
}

#prices-toggle-yearly .features-list {
    list-style: none;
    padding: 0;
    text-align: left;
}

#prices-toggle-yearly .features-list li {
    padding: 10px 0;
}

#prices-toggle-yearly .cta-button {
    width: 100%;
    padding: 15px;
    border: 2px solid #f59e0b;
    background: transparent;
    color: #f59e0b;
    border-radius: 10px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}

#prices-toggle-yearly .cta-button.primary {
    background: #ffffff;
    color: #667eea;
    border-color: #ffffff;
}

#prices-toggle-yearly .cta-button:hover {
    transform: scale(1.05);
}


/* Section: testimonials/testimonials-minimal-quotes */
#testimonials-minimal-quotes .bg {
    background: linear-gradient(135deg, #ede9fe 0%, #ddd6fe 100%);
    opacity: 0.4;
}

#testimonials-minimal-quotes .quote-item {
    border-left: 4px solid #8b5cf6;
    padding-left: 30px;
}

#testimonials-minimal-quotes .quote-content {
    font-size: 1.3rem;
    color: #1f2937;
    line-height: 1.8;
    margin-bottom: 20px;
    font-style: italic;
}

#testimonials-minimal-quotes .quote-attribution {
    color: #6b7280;
    font-size: 1rem;
}

#testimonials-minimal-quotes .quote-attribution strong {
    color: #8b5cf6;
}


/* Section: contact/contact-map-text */
#contact-map-text .bg {
	background-image: url('images/bg-40.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 1;
}

#contact-map-text .form-control {
	border: 2px solid #14b8a6;
	border-radius: 12px;
	padding: 15px 20px;
	background: rgba(255, 255, 255, 0.95);
	transition: all 0.3s ease;
}

#contact-map-text .form-control:focus {
	border-color: #0d9488;
	background: #ffffff;
	box-shadow: 0 5px 20px rgba(20, 184, 166, 0.25);
}

#contact-map-text .btn {
	background: linear-gradient(135deg, #14b8a6 0%, #0d9488 100%);
	border: none;
	padding: 15px 40px;
	border-radius: 12px;
	font-weight: 600;
	color: #ffffff;
	transition: all 0.3s ease;
}

#contact-map-text .btn:hover {
	transform: scale(1.05);
	box-shadow: 0 10px 25px rgba(20, 184, 166, 0.35);
}


/* Section: cookies/cookie-corner-card */
#cookie-corner-card {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    max-width: 400px;
    animation: slideInRight 0.5s ease-out;
}

#cookie-corner-card .cookie-card {
    background: white;
    border-radius: 16px;
    padding: 1.75rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

#cookie-corner-card .cookie-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: transparent;
    border: none;
    font-size: 1.75rem;
    color: #999;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

#cookie-corner-card .cookie-close:hover {
    color: #333;
    transform: rotate(90deg);
}

#cookie-corner-card .cookie-card-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

#cookie-corner-card .cookie-emoji {
    font-size: 2rem;
    line-height: 1;
}

#cookie-corner-card .cookie-title {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a1a;
}

#cookie-corner-card .cookie-description {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 1.25rem;
}

#cookie-corner-card .cookie-buttons {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

#cookie-corner-card .btn-cookie-primary {
    flex: 1;
    padding: 0.75rem 1.25rem;
    background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%);
    color: white;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease;
    border: none;
    font-size: 0.95rem;
}

#cookie-corner-card .btn-cookie-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(124, 58, 237, 0.4);
}

#cookie-corner-card .btn-cookie-secondary {
    flex: 1;
    padding: 0.75rem 1.25rem;
    background: #f3f4f6;
    color: #374151;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

#cookie-corner-card .btn-cookie-secondary:hover {
    background: #e5e7eb;
}

#cookie-corner-card .cookie-policy-link {
    display: block;
    text-align: center;
    font-size: 0.85rem;
    color: #7c3aed;
    text-decoration: none;
}

#cookie-corner-card .cookie-policy-link:hover {
    text-decoration: underline;
}

@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@media (max-width: 480px) {
    #cookie-corner-card {
        bottom: 10px;
        right: 10px;
        left: 10px;
        max-width: none;
    }
    
    #cookie-corner-card .cookie-buttons {
        flex-direction: column;
    }
}


