/* Auto-generated CSS for template */

/* 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: descriptions/desc-img-text-4 */
#desc-img-text-4 .bg-wrap {
    background-color: #F4F5F6;
}


/* Section: prices/prices-minimal-clean */
#prices-minimal-clean .bg {
    background: #f9fafb;
    opacity: 1;
}

#prices-minimal-clean .single-price-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 60px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    text-align: center;
}

#prices-minimal-clean .price-value {
    margin-bottom: 15px;
}

#prices-minimal-clean .dollar {
    font-size: 2rem;
    vertical-align: top;
    color: #6b7280;
}

#prices-minimal-clean .number {
    font-size: 5rem;
    font-weight: 900;
    color: #1f2937;
}

#prices-minimal-clean .per {
    font-size: 1.2rem;
    color: #6b7280;
}

#prices-minimal-clean .price-desc {
    color: #6b7280;
    margin-bottom: 30px;
}

#prices-minimal-clean .divider {
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #e5e7eb 50%, transparent 100%);
    margin: 30px 0;
}

#prices-minimal-clean .features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: 40px 0;
    text-align: left;
}

#prices-minimal-clean .feature {
    font-weight: 600;
    color: #059669;
}

#prices-minimal-clean .main-cta {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: #ffffff;
    border: none;
    padding: 18px 50px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 15px;
}

#prices-minimal-clean .main-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(59, 130, 246, 0.3);
}

#prices-minimal-clean .trial-note {
    color: #6b7280;
    font-size: 0.9rem;
    margin: 0;
}


/* Section: testimonials/testimonial-3col-3 */
#testimonial-3col-3 .bg-wrap {
    background-color: #A2AAB1;
}

/* Section: contact/contact-form */
#contact-form .bg {
	background-image: url('images/bg-31.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom right;
	opacity: 1;
}

#contact-form .form-control {
	border: 3px solid #000;
	border-radius: 0px;
	padding: 15px 20px;
	transition: all 0.3s ease;
}

#contact-form .form-control:focus {
	border-color: #2563eb;
	box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
	transform: translateY(-2px);
}

#contact-form .btn { border: 2px solid #dc3545; background: #dc3545; color: #fff; padding: 12px 30px; cursor: pointer; }

#contact-form .btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 25px rgba(59, 130, 246, 0.3);
}


/* Section: footers/footer-logo-text-2 */
#footer-logo-text-2 .bg {
    background-image: url('images/bg-sign-primary.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto;
    opacity:0.05;
}


/* Section: cookies/cookie-minimal-bottom */
#cookie-minimal-bottom {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 -4px 30px rgba(0, 0, 0, 0.08);
    padding: 1rem 0;
}

#cookie-minimal-bottom .cookie-minimal-wrapper {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

#cookie-minimal-bottom .cookie-icon {
    font-size: 2rem;
    line-height: 1;
}

#cookie-minimal-bottom .cookie-content {
    flex: 1;
    min-width: 250px;
}

#cookie-minimal-bottom .cookie-text {
    margin: 0;
    font-size: 0.95rem;
    color: #333;
}

#cookie-minimal-bottom .cookie-text a {
    color: #7c3aed;
    text-decoration: underline;
    font-weight: 500;
}

#cookie-minimal-bottom .cookie-actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

#cookie-minimal-bottom .btn-minimal {
    padding: 0.6rem 1.5rem;
    background: #aa96da;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 2px solid #aa96da;
    font-size: 0.9rem;
}

#cookie-minimal-bottom .btn-minimal:hover {
    background: #aa96da;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(124, 58, 237, 0.3);
}

#cookie-minimal-bottom .btn-minimal-outline {
    padding: 0.6rem 1.5rem;
    background: #aa96da;
    color: #fff;
    border: 2px solid #aa96da;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

#cookie-minimal-bottom .btn-minimal-outline:hover {
    border-color: #fff;
    color: #7c3aed;
}

@media (max-width: 768px) {
    #cookie-minimal-bottom .cookie-minimal-wrapper {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    #cookie-minimal-bottom .cookie-actions {
        width: 100%;
        justify-content: center;
    }
}


