/* 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-text-3 */
#header-text-3 .bg {
    background-image: url('../images/bg-60.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity:.1;
}


/* Section: testimonials/testimonials-slider-style */
#testimonials-slider-style .bg {
    background: #ffffff;
    opacity: 1;
}

#testimonials-slider-style .slider-testimonial {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    padding: 50px;
    border-radius: 20px;
}

#testimonials-slider-style .rating-row {
    color: #fbbf24;
    font-size: 1.3rem;
}

#testimonials-slider-style .slide-quote {
    font-size: 1.2rem;
    color: #1f2937;
    line-height: 1.8;
}

#testimonials-slider-style .slide-footer {
    display: flex;
    align-items: center;
    gap: 15px;
}

#testimonials-slider-style .footer-avatar {
    width: 60px;
    height: 60px;
    background: #3b82f6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 700;
    font-size: 1.2rem;
}

#testimonials-slider-style .slider-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
}

#testimonials-slider-style .dot {
    color: #d1d5db;
    font-size: 1.5rem;
    cursor: pointer;
}

#testimonials-slider-style .dot.active {
    color: #3b82f6;
}


/* Section: text/text-1col */
#text-1col .bg {

    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.2;
}


/* Section: benefits/benefits-3col-12 */
#benefits-3col-12 .bg-wrap {
    background-color: #f4f5f6;
}


/* Section: contact/contact-form-3 */
#contact-form-3 .bg {
	background-image: url('../images/bg-33.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	opacity: 0.1;
}

#contact-form-3 .form-control {
	border: 1px solid #007bff;
	border-bottom: 3px solid #ec4899;
	border-radius: 20px;
	padding: 12px 5px;
	background: transparent;
	transition: all 0.3s ease;
}

#contact-form-3 .form-control:focus {
	border-bottom-color: #db2777;
	background: rgba(236, 72, 153, 0.05);
	box-shadow: none;
}

#contact-form-3 .btn { border: 1px solid #007bff; background: transparent; color: #007bff; padding: 12px 30px; cursor: pointer; }

#contact-form-3 .btn:hover {
	transform: translateX(5px);
	box-shadow: -5px 5px 20px rgba(236, 72, 153, 0.4);
}


/* Section: cookies/cookie-slide-left */
#cookie-slide-left {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
    width: 420px;
    max-width: 90vw;
    animation: slideInLeft 0.4s ease-out;
}

#cookie-slide-left .cookie-panel-wrapper {
    background: white;
    height: 100%;
    padding: 2rem;
    box-shadow: 4px 0 40px rgba(0, 0, 0, 0.15);
    overflow-y: auto;
    position: relative;
}

#cookie-slide-left .cookie-panel-close {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    color: #666;
    transition: all 0.3s ease;
    border-radius: 8px;
}

#cookie-slide-left .cookie-panel-close:hover {
    background: #f3f4f6;
    color: #333;
}

#cookie-slide-left .cookie-panel-icon-big {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

#cookie-slide-left .cookie-panel-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1rem;
    text-align: center;
}

#cookie-slide-left .cookie-panel-description {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 2rem;
    text-align: center;
}

#cookie-slide-left .cookie-toggles {
    margin-bottom: 2rem;
}

#cookie-slide-left .cookie-toggle-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem;
    background: #f9fafb;
    border-radius: 12px;
    margin-bottom: 0.75rem;
    gap: 1rem;
}

#cookie-slide-left .toggle-info {
    flex: 1;
}

#cookie-slide-left .toggle-info strong {
    display: block;
    font-size: 1rem;
    color: #1a1a1a;
    margin-bottom: 0.25rem;
}

#cookie-slide-left .toggle-info p {
    margin: 0;
    font-size: 0.85rem;
    color: #666;
}

#cookie-slide-left .toggle-switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 28px;
    flex-shrink: 0;
}

#cookie-slide-left .toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

#cookie-slide-left .toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #cbd5e1;
    transition: 0.3s;
    border-radius: 28px;
}

#cookie-slide-left .toggle-slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.3s;
    border-radius: 50%;
}

#cookie-slide-left .toggle-switch input:checked + .toggle-slider {
    background-color: #7c3aed;
}

#cookie-slide-left .toggle-switch input:disabled + .toggle-slider {
    opacity: 0.5;
    cursor: not-allowed;
}

#cookie-slide-left .toggle-switch input:checked + .toggle-slider:before {
    transform: translateX(24px);
}

#cookie-slide-left .cookie-panel-actions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

#cookie-slide-left .btn-panel-accept,
#cookie-slide-left .btn-panel-save {
    padding: 1rem;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease;
    font-size: 1rem;
}

#cookie-slide-left .btn-panel-accept {
    background: #28a745;
    color: #fff;
}

#cookie-slide-left .btn-panel-accept:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(124, 58, 237, 0.4);
}

#cookie-slide-left .btn-panel-save {
    background: #28a745;
    color: #fff;
}

#cookie-slide-left .btn-panel-save:hover {
    background: #28a745;
}

@keyframes slideInLeft {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

@media (max-width: 576px) {
    #cookie-slide-left {
        width: 100%;
        max-width: 100%;
    }
    
    #cookie-slide-left .cookie-panel-wrapper {
        padding: 1.5rem;
    }
}


