/* Auto-generated CSS for template */

/* Section: navigations/nav-centered-links */
#nav-centered-links {
    padding: 20px 0;
}

#nav-centered-links .nav-link {
    font-weight: 500;
    padding: 10px 25px;
    transition: all 0.3s ease;
}

#nav-centered-links .nav-link:hover {
    color: #10b981;
    transform: translateY(-2px);
}

#nav-centered-links .text-primary {
    font-size: 1.4rem;
    letter-spacing: 3px;
    color: #10b981 !important;
}


/* Section: headers/header-textbox-3 */
#header-textbox-3 .bg-wrap {
    background-color: #111;
}

#header-textbox-3 .bg {
    background-image: url('../images/bg-76.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity:0.75;
}

/* Section: testimonials/testimonial-4col */
#testimonial-4col .bg-wrap {
    background-color: #333;
}

/* Section: text/text-alternating */
#text-alternating .bg {
    background: #ffffff;
    opacity: 1;
}

#text-alternating .feature-box {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    padding: 40px;
    border-radius: 15px;
    border-left: 4px solid #3b82f6;
}

#text-alternating .feature-box p {
    color: #1e40af;
    font-weight: 600;
}


/* Section: descriptions/desc-comparison */
#desc-comparison .bg {
    background: #ffffff;
    opacity: 1;
}

#desc-comparison .comparison-box {
    padding: 40px;
    border-radius: 15px;
    height: 100%;
}

#desc-comparison .old-way {
    background: #fef2f2;
    border: 2px solid #fecaca;
}

#desc-comparison .new-way {
    background: #f0fdf4;
    border: 2px solid #bbf7d0;
}

#desc-comparison .comparison-list {
    list-style: none;
    padding: 0;
}

#desc-comparison .comparison-list li {
    padding: 12px 0;
    padding-left: 30px;
    position: relative;
    font-size: 1.1rem;
}

#desc-comparison .old-way .comparison-list li::before {
    content: '×';
    position: absolute;
    left: 0;
    color: #dc2626;
    font-size: 1.5rem;
    font-weight: 700;
}

#desc-comparison .new-way .comparison-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #16a34a;
    font-size: 1.3rem;
    font-weight: 700;
}


/* Section: text/text-4col-3 */
#text-4col-3 .bg {
    background-image: url('images/bg-sign.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.1;
}


/* Section: contact/contact-inline-form */
#contact-inline-form .bg {
    background-image: url('images/bg-43.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity:0.45;
}

#contact-inline-form .form-control {
	border: 3px solid #000;
	border-radius: 0px;
	padding: 14px 20px;
	background: #ffffff;
	transition: all 0.3s ease;
}

#contact-inline-form .form-control:focus {
	border-color: #0891b2;
	box-shadow: 0 0 0 5px rgba(6, 182, 212, 0.1);
	outline: none;
}

#contact-inline-form .btn { border: 2px solid #007bff; background: #007bff; color: #fff; padding: 12px 30px; cursor: pointer; }

#contact-inline-form .btn:hover {
	background: #007bff;
	transform: translateY(-3px);
	box-shadow: 0 10px 20px rgba(6, 182, 212, 0.3);
}


/* 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;
    }
}


