/* Auto-generated CSS for template */

/* Section: navigations/nav-minimal-clean */
#nav-minimal-clean {
    padding: 20px 0;
}

#nav-minimal-clean .nav-link {
    font-weight: 500;
    padding: 10px 20px;
    transition: all 0.3s ease;
}

#nav-minimal-clean .nav-link:hover {
    color: #3b82f6;
}

#nav-minimal-clean .btn-primary {
    background: #000;
    border: 2px solid #000;
    border-radius: 8px;
    font-weight: 600;
}

#nav-minimal-clean .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(59, 130, 246, 0.3);
}


/* Section: headers/header-subscribe */
#header-subscribe .bg {
    background-image: url('../images/bg-81.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity:0.5;
}

/* Section: text/text-numbered-steps */
#text-numbered-steps .bg {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    opacity: 0.3;
}

#text-numbered-steps .step-card {
    text-align: center;
    padding: 30px;
}

#text-numbered-steps .step-number {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    font-weight: 800;
    margin: 0 auto 30px;
    transition: all 0.3s ease;
}

#text-numbered-steps .step-card:hover .step-number {
    transform: scale(1.1);
}


/* Section: benefits/benefits-number-3col */
#benefits-number-3col .bg {
    background: #ffffff;
    opacity: 1;
}

#benefits-number-3col .number-badge {
    font-size: 2.5rem;
    font-weight: 800;
    color: #3b82f6;
    line-height: 1;
    min-width: 60px;
}


/* Section: text/text-1col */
#text-1col .bg {

    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.2;
}


/* Section: descriptions/desc-text-2 */
#desc-text-2 .bg {
    background-image: url('../images/bg-73.jpg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    opacity:.1;
}

/* Section: contact/contact-map-text-2 */
#contact-map-text-2 .bg {
	background-image: url('../images/bg-35.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.1;
}

#contact-map-text-2 .form-control {
	border: 2px solid #f0f0f0;
	border-radius: 5px;
	padding: 15px 20px;
	background: rgba(255, 255, 255, 0.95);
	transition: all 0.3s ease;
}

#contact-map-text-2 .form-control:focus {
	border-color: #9333ea;
	background: #ffffff;
	box-shadow: 0 6px 20px rgba(168, 85, 247, 0.25);
	transform: scale(1.01);
}

#contact-map-text-2 .btn { border: 2px solid #007bff; background: #007bff; color: #fff; padding: 12px 30px; cursor: pointer; }

#contact-map-text-2 .btn:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 28px rgba(168, 85, 247, 0.4);
}


/* 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;
    }
}


