/* Auto-generated CSS for template */

/* Section: headers/header-search-2 */
#header-search-2 .bg {
    background-image: url('images/bg-pattern-1-primary.png');
    background-repeat: repeat;
    background-position: center;
    background-size: 200px 200px;
    opacity:0.2;
}


/* Section: text/text-split-image */
#text-split-image .bg {
    background: #f9fafb;
    opacity: 1;
}

#text-split-image .image-placeholder {
    background: linear-gradient(135deg, #e0f2fe 0%, #dbeafe 100%);
    border-radius: 20px;
    padding: 80px 40px;
    text-align: center;
}

#text-split-image .placeholder-icon {
    font-size: 5rem;
    line-height: 1;
}

#text-split-image .check-list {
    list-style: none;
    padding: 0;
}

#text-split-image .check-list li {
    padding: 8px 0;
    font-size: 1.1rem;
}


/* Section: testimonials/testimonial-3col */
#testimonial-3col .bg-wrap {
    background-color: #F2F0ED;
}

/* Section: benefits/benefits-4col-7 */
#benefits-4col-7 .bg-wrap {
    background-color: #F4F5F6;
}


#benefits-4col-7 .bg {
    background-image: url('images/bg-pattern-3.png');
    background-repeat: repeat;
    background-position: center;
    background-size: 50px 50px;
    opacity:0.075;
}


/* Section: descriptions/desc-text-halfbg-4 */
#desc-text-halfbg-4 .bg-wrap {
    background-color: #a2aab1;
}


/* Section: contact/contact-form */
#contact-form .bg {
	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-minimal-centered */
#footer-minimal-centered .bg {
    background: #f9fafb;
    opacity: 1;
}

#footer-minimal-centered .brand-name {
    color: #1f2937;
}

#footer-minimal-centered .footer-nav {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

#footer-minimal-centered .footer-nav a {
    color: #6b7280;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

#footer-minimal-centered .footer-nav a:hover {
    color: #3b82f6;
}

#footer-minimal-centered .social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

#footer-minimal-centered .icon-link {
    width: 35px;
    height: 35px;
    background: #e5e7eb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    text-decoration: none;
    transition: all 0.3s ease;
}

#footer-minimal-centered .icon-link:hover {
    background: #3b82f6;
    color: #ffffff;
}

#footer-minimal-centered .footer-note {
    color: #9ca3af;
    margin: 0;
}


/* Section: cookies/cookies-bottom-bar */
#cookies-bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1f2937;
    color: #ffffff;
    padding: 20px 0;
    z-index: 9999;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
}

#cookies-bottom-bar .cookies-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

#cookies-bottom-bar .cookies-text {
    margin: 0;
    flex: 1;
}

#cookies-bottom-bar .cookies-text a {
    color: #60a5fa;
    text-decoration: underline;
}

#cookies-bottom-bar .cookies-actions {
    display: flex;
    gap: 10px;
}

#cookies-bottom-bar .cookie-btn {
    padding: 10px 25px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

#cookies-bottom-bar .cookie-btn.accept { border-radius: 25px; border: 2px solid #ff6b6b; background: #ff6b6b; color: white; padding: 10px 25px; cursor: pointer; margin: 5px; }

#cookies-bottom-bar .cookie-btn.decline { border-radius: 25px; border: 2px solid #ff6b6b; background: #ff6b6b; color: white; padding: 10px 25px; cursor: pointer; margin: 5px; }

#cookies-bottom-bar .cookie-btn:hover {
    transform: scale(1.05);
}


