/* Auto-generated CSS for template */

/* Section: headers/header-text-7 */
#header-text-7 .bg {
    background-image: url('../images/bg-72.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity:0.2;
}

/* Section: descriptions/desc-img-list-3col */
#desc-img-list-3col .bg-wrap {
    background-color: #f4f5f6;
}

/* Section: prices/prices-faq-combo */
#prices-faq-combo .bg {
    background: #f9fafb;
    opacity: 1;
}

#prices-faq-combo .compact-price-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 40px;
    border: 2px solid #e5e7eb;
    transition: all 0.3s ease;
    height: 100%;
}

#prices-faq-combo .compact-price-card:hover {
    border-color: #3b82f6;
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.1);
}

#prices-faq-combo .compact-price-card.highlight {
    border-color: #3b82f6;
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
}

#prices-faq-combo .compact-price {
    font-size: 2.5rem;
    font-weight: 800;
    color: #3b82f6;
    margin-bottom: 15px;
}

#prices-faq-combo .num {
    font-size: 3rem;
}

#prices-faq-combo .compact-features {
    list-style: none;
    padding: 0;
}

#prices-faq-combo .compact-features li {
    padding: 8px 0;
}

#prices-faq-combo .faq-item {
    background: #ffffff;
    padding: 25px;
    border-radius: 10px;
    border-left: 4px solid #3b82f6;
}

#prices-faq-combo .faq-question {
    color: #1f2937;
    margin-bottom: 10px;
}

#prices-faq-combo .faq-answer {
    color: #6b7280;
    margin: 0;
}


/* Section: actions/action-img-text */
#action-img-text .bg-wrap {
    background-color: #ffbd00;
}

/* Section: descriptions/desc-text-halfbg-4 */
#desc-text-halfbg-4 .bg-wrap {
    background-color: #a2aab1;
}


/* Section: text/text-centered-quote */
#text-centered-quote .bg {
    background: #ffffff;
    opacity: 1;
}

#text-centered-quote .quote-symbol {
    font-size: 5rem;
    color: #3b82f6;
    line-height: 1;
    font-family: Georgia, serif;
}

#text-centered-quote .stats-row {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
}

#text-centered-quote .stat-item h4 {
    color: #3b82f6;
}


/* Section: text/text-timeline */
#text-timeline .bg {
    background: #f9fafb;
    opacity: 1;
}

#text-timeline .timeline {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding-left: 40px;
}

#text-timeline .timeline::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #3b82f6 0%, #8b5cf6 100%);
}

#text-timeline .timeline-item {
    position: relative;
    margin-bottom: 40px;
}

#text-timeline .timeline-marker {
    position: absolute;
    left: -36px;
    width: 20px;
    height: 20px;
    background: #3b82f6;
    border: 3px solid #ffffff;
    border-radius: 50%;
    font-size: 0;
}

#text-timeline .timeline-content {
    background: #ffffff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}


/* Section: contact/contact-center-form */
#contact-center-form .bg {
	background-image: url('../images/bg-46.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.1;
}

#contact-center-form .form-control {
	border: none; border-bottom: 2px solid #007bff;
	border-radius: 0px;
	padding: 16px 22px;
	background: #fffbeb;
	transition: all 0.3s ease;
}

#contact-center-form .form-control:focus {
	border-color: #d97706;
	background: #ffffff;
	box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.15);
	transform: scale(1.02);
}

#contact-center-form .btn { border: 1px solid #28a745; background: transparent; color: #28a745; padding: 12px 30px; cursor: pointer; }

#contact-center-form .btn:hover {
	transform: translateY(-5px) scale(1.05);
	box-shadow: 0 15px 30px rgba(245, 158, 11, 0.4);
}


/* Section: footers/footer-modern-clean */
#footer-modern-clean .bg {
    background: #1f2937;
    opacity: 1;
}

#footer-modern-clean {
    color: #d1d5db;
}

#footer-modern-clean h5,
#footer-modern-clean .footer-title {
    color: #ffffff;
}

#footer-modern-clean .social-links {
    display: flex;
    gap: 15px;
}

#footer-modern-clean .social-link {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

#footer-modern-clean .social-link:hover {
    background: #3b82f6;
    transform: translateY(-3px);
}

#footer-modern-clean .footer-links {
    list-style: none;
    padding: 0;
}

#footer-modern-clean .footer-links li {
    margin-bottom: 12px;
}

#footer-modern-clean .footer-links a {
    color: #d1d5db;
    text-decoration: none;
    transition: all 0.3s ease;
}

#footer-modern-clean .footer-links a:hover {
    color: #3b82f6;
    padding-left: 5px;
}

#footer-modern-clean .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
    text-align: center;
}

#footer-modern-clean .copyright {
    margin: 0;
    color: #9ca3af;
}


/* 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;
}





/* Cookie Alert Styles */
.cookie-alert {
    z-index: 9999;
}

.cookie-center-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cookie-overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
}

.cookie-modal-content {
    position: relative;
    background: #ffffff;
    border-radius: 12px;
    padding: 40px;
    max-width: 500px;
    width: 90%;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    text-align: center;
    z-index: 10000;
}

.cookie-modal-title {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.cookie-modal-text {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 25px;
}

.cookie-modal-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.btn-modal-accept {
    background: #007bff;
    color: #ffffff;
    border: none;
    padding: 12px 30px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.btn-modal-accept:hover {
    background: #0056b3;
    color: #ffffff;
}

.fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.cookie-corner {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.cookie-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 25px;
    max-width: 350px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.cookie-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 0 0 15px 0;
}

.cookie-description {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.btn-cookie-primary {
    background: #007bff;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-cookie-primary:hover {
    background: #0056b3;
    color: #ffffff;
}

.cookie-floating {
    position: fixed;
    bottom: 20px;
    left: 20px;
}

.cookie-floating-container {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px;
    max-width: 400px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
}

.cookie-float-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.cookie-float-description {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.cookie-float-btn {
    background: #28a745;
    color: #ffffff;
    border: none;
    padding: 10px 25px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cookie-float-btn:hover {
    background: #218838;
}

.cookie-glass-wrapper {
    padding: 20px;
}

.cookie-glass-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.cookie-glass-content {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cookie-glass-emoji {
    font-size: 32px;
}

.cookie-glass-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 0 0 5px 0;
}

.cookie-glass-subtitle {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.cookie-glass-btn {
    background: #28a745;
    color: #ffffff;
    border: none;
    padding: 10px 25px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    margin-left: auto;
}

.cookie-minimal-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

.cookie-icon {
    font-size: 24px;
}

.cookie-text {
    margin: 0;
    color: #333;
    font-size: 14px;
}

.btn-minimal {
    background: #007bff;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 768px) {
    .cookie-modal-content {
        padding: 30px 20px;
        max-width: 95%;
    }
    
    .cookie-corner, .cookie-floating {
        bottom: 10px;
        left: 10px;
        right: 10px;
    }
    
    .cookie-card, .cookie-floating-container {
        max-width: 100%;
    }
}
