/* Auto-generated CSS for template */

/* Section: headers/header-text-4 */
#header-text-4 .bg {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    opacity:.1;
}

/* Section: text/text-2col-3 */
#text-2col-3 .bg {
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.1;
}


/* Section: text/text-2col */
#text-2col .bg {
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.1;
}


/* Section: actions/action-btn-text */
#action-btn-text .bg-wrap {
    background-color: #F4F5F6;
}


/* Section: team/team-2col-3 */
#team-2col-3 .bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity:0.1;
}

/* Section: contact/contact-map */
#contact-map .bg {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	opacity: 0.05;
}

#contact-map .form-control {
	border: 2px solid #667eea;
	border-radius: 10px;
	padding: 15px 20px;
	background: #ffffff;
	transition: all 0.3s ease;
}

#contact-map .form-control:focus {
	border-color: #764ba2;
	box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
}

#contact-map .btn {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	border: none;
	padding: 16px 50px;
	border-radius: 10px;
	font-weight: 700;
	color: #ffffff;
	transition: all 0.3s ease;
}

#contact-map .btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 25px rgba(102, 126, 234, 0.35);
}


/* 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: #7c3aed;
    color: white;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    border: none;
    font-size: 0.9rem;
}

#cookie-minimal-bottom .btn-minimal:hover {
    background: #6d28d9;
    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: transparent;
    color: #666;
    border: 1px solid #ddd;
    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: #7c3aed;
    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;
    }
}


