/* Auto-generated CSS for template */

/* Section: headers/header-textbox-3 */
#header-textbox-3 .bg-wrap {
    background-color: #111;
}

#header-textbox-3 .bg {
    background-image: url('../images/gallery/bg-76.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity:0.75;
}

/* Section: benefits/benefits-4col-8 */
#benefits-4col-8 .bg-wrap {
    background-color: #F2F0ED;
}


/* Section: text/text-timeline */
#text-timeline .bg {
    background: #f9fafb;
    opacity: 1;
}

#text-timeline .timeline {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding-left: 40px;
}

#text-timeline .timeline::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #3b82f6 0%, #8b5cf6 100%);
}

#text-timeline .timeline-item {
    position: relative;
    margin-bottom: 40px;
}

#text-timeline .timeline-marker {
    position: absolute;
    left: -36px;
    width: 20px;
    height: 20px;
    background: #3b82f6;
    border: 3px solid #ffffff;
    border-radius: 50%;
    font-size: 0;
}

#text-timeline .timeline-content {
    background: #ffffff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}


/* Section: actions/action-img-text */
#action-img-text .bg-wrap {
    background-color: #ffbd00;
}

/* Section: benefits/benefits-3col-3 */
#benefits-3col-3 .bg-wrap {
    background-color: #f4f5f6;
}


/* Section: testimonials/testimonial-single-carousel */
/*
#testimonial-single-carousel .bg {
    background-image: url(../images/gallery/bg-pattern-3-alt.png);
    background-repeat: repeat-x;
    background-position: top;
    background-size: 200px auto;
    opacity: 0.25;
}*/


/* 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: prices/prices-feature-rich */
#prices-feature-rich .bg {
    background: linear-gradient(135deg, #ede9fe 0%, #ddd6fe 100%);
    opacity: 0.4;
}

#prices-feature-rich .plan-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 35px 25px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    border: 3px solid #000;
}

#prices-feature-rich .plan-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

#prices-feature-rich .plan-card.recommended {
    border-color: #8b5cf6;
}

#prices-feature-rich .recommend-label {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #8b5cf6;
    color: #ffffff;
    padding: 5px 20px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}

#prices-feature-rich .plan-price {
    border-bottom: 2px solid #f3f4f6;
    padding-bottom: 25px;
}

#prices-feature-rich .amount {
    font-size: 3rem;
    font-weight: 800;
    color: #8b5cf6;
}

#prices-feature-rich .amount.custom {
    font-size: 2rem;
}

#prices-feature-rich .duration {
    color: #6b7280;
    font-size: 1rem;
}

#prices-feature-rich .plan-list {
    list-style: none;
    padding: 0;
    text-align: left;
}

#prices-feature-rich .plan-list li {
    padding: 10px 0;
    color: #4b5563;
}


/* Section: contact/contact-center-form */
#contact-center-form .bg {
	background-image: url('../images/gallery/bg-46.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.1;
}

#contact-center-form .form-control {
	border: none; border-bottom: 2px solid #007bff;
	border-radius: 0px;
	padding: 16px 22px;
	background: #fffbeb;
	transition: all 0.3s ease;
}

#contact-center-form .form-control:focus {
	border-color: #d97706;
	background: #ffffff;
	box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.15);
	transform: scale(1.02);
}

#contact-center-form .btn { border: 1px solid #28a745; background: transparent; color: #28a745; padding: 12px 30px; cursor: pointer; }

#contact-center-form .btn:hover {
	transform: translateY(-5px) scale(1.05);
	box-shadow: 0 15px 30px rgba(245, 158, 11, 0.4);
}


/* Section: footers/footer-gradient-wave */
#footer-gradient-wave .bg {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    opacity: 1;
}

#footer-gradient-wave {
    color: #ffffff;
}

#footer-gradient-wave .cta-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

#footer-gradient-wave .footer-btn {
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

#footer-gradient-wave .footer-btn.primary {
    background: #ffffff;
    color: #667eea;
    border: none;
}

#footer-gradient-wave .footer-btn.outline {
    background: transparent;
    color: #ffffff;
    border: 1px solid #ccc;
}

#footer-gradient-wave .footer-btn:hover {
    transform: translateY(-2px);
}

#footer-gradient-wave .footer-menu {
    list-style: none;
    padding: 0;
}

#footer-gradient-wave .footer-menu li {
    margin-bottom: 10px;
}

#footer-gradient-wave .footer-menu a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
}

#footer-gradient-wave .footer-menu a:hover {
    color: #ffffff;
}

#footer-gradient-wave .footer-base {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 30px;
    text-align: center;
}

#footer-gradient-wave .copyright-text {
    margin: 0;
    opacity: 0.8;
}

#footer-gradient-wave .copyright-text a {
    color: #ffffff;
    text-decoration: underline;
}


/* Section: cookies/cookie-floating-banner */
#cookie-floating-banner {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99999;
    max-width: 600px;
    width: calc(100% - 40px);
    animation: floatIn 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#cookie-floating-banner .cookie-floating-container {
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.05);
    position: relative;
}

#cookie-floating-banner .cookie-floating-inner {
    padding: 2rem;
    position: relative;
}

#cookie-floating-banner .cookie-float-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: #f3f4f6;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 1.5rem;
    color: #6b7280;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    line-height: 1;
    padding: 0;
}

#cookie-floating-banner .cookie-float-close:hover {
    background: #e5e7eb;
    color: #374151;
    transform: rotate(90deg);
}

#cookie-floating-banner .cookie-float-icon-wrapper {
    text-align: center;
    margin-bottom: 1rem;
}

#cookie-floating-banner .cookie-float-icon {
    display: inline-block;
    animation: bounce 2s ease-in-out infinite;
}

#cookie-floating-banner .cookie-float-content {
    text-align: center;
}

#cookie-floating-banner .cookie-float-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.75rem;
}

#cookie-floating-banner .cookie-float-description {
    font-size: 0.95rem;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 1rem;
}

#cookie-floating-banner .cookie-float-links {
    font-size: 0.85rem;
    margin-bottom: 1.5rem;
}

#cookie-floating-banner .cookie-float-links a {
    color: #7c3aed;
    text-decoration: none;
    font-weight: 500;
}

#cookie-floating-banner .cookie-float-links a:hover {
    text-decoration: underline;
}

#cookie-floating-banner .cookie-float-actions {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
}

#cookie-floating-banner .btn-float-primary,
#cookie-floating-banner .btn-float-secondary {
    padding: 0.875rem 2rem;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

#cookie-floating-banner .btn-float-primary {
    background: #28a745;
    color: #fff;
    border: 2px solid #28a745;
}

#cookie-floating-banner .btn-float-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(124, 58, 237, 0.4);
}

#cookie-floating-banner .btn-float-secondary {
    background: #28a745;
    color: #fff;
    border: 2px solid #28a745;
}

#cookie-floating-banner .btn-float-secondary:hover {
    background: #28a745;
    border-color: #fff;
}

@keyframes floatIn {
    from {
        transform: translateX(-50%) translateY(100px) scale(0.8);
        opacity: 0;
    }
    to {
        transform: translateX(-50%) translateY(0) scale(1);
        opacity: 1;
    }
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@media (max-width: 768px) {
    #cookie-floating-banner {
        bottom: 10px;
        width: calc(100% - 20px);
    }
    
    #cookie-floating-banner .cookie-floating-inner {
        padding: 1.5rem;
    }
    
    #cookie-floating-banner .cookie-float-title {
        font-size: 1.25rem;
    }
    
    #cookie-floating-banner .cookie-float-actions {
        flex-direction: column;
        width: 100%;
    }
    
    #cookie-floating-banner .btn-float-primary,
    #cookie-floating-banner .btn-float-secondary {
        width: 100%;
    }
}





/* Cookie Alert Styles */
.cookie-alert {
    z-index: 9999;
}

/* Modal overlay styles */
.cookie-center-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cookie-overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
}

.cookie-modal-content {
    position: relative;
    background: #ffffff;
    border-radius: 12px;
    padding: 40px;
    max-width: 500px;
    width: 90%;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    text-align: center;
    z-index: 10000;
}

.cookie-modal-title {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.cookie-modal-text {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 25px;
}

.cookie-modal-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-modal-accept {
    background: #007bff;
    color: #ffffff;
    border: none;
    padding: 12px 30px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-modal-accept:hover {
    background: #0056b3;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3);
}

/* Bottom bar styles */
.fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.cookies-content, .banner-wrapper, .compact-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
    gap: 15px;
}

.cookies-text, .banner-msg, .compact-text {
    margin: 0;
    color: #333;
    font-size: 14px;
}

.cookies-actions {
    display: flex;
    gap: 10px;
}

.btn-cookies-accept, .banner-close, .btn-compact-accept {
    background: #28a745;
    color: #ffffff;
    border: none;
    padding: 10px 25px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-cookies-accept:hover, .banner-close:hover, .btn-compact-accept:hover {
    background: #218838;
    transform: translateY(-2px);
}

/* Corner card styles */
.cookie-corner {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

.cookie-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 25px;
    max-width: 350px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.cookie-card-header {
    margin-bottom: 15px;
}

.cookie-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 0;
}

.cookie-description {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 20px;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.btn-cookie-primary {
    background: #007bff;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-cookie-primary:hover {
    background: #0056b3;
    color: #ffffff;
}

/* Floating banner styles */
.cookie-floating {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
}

.cookie-floating-container {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px;
    max-width: 400px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
}

.cookie-float-content {
    text-align: left;
}

.cookie-float-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.cookie-float-description {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 15px;
}

.cookie-float-btn {
    background: #28a745;
    color: #ffffff;
    border: none;
    padding: 10px 25px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cookie-float-btn:hover {
    background: #218838;
}

/* Glass modern styles */
.cookie-glass-wrapper {
    padding: 20px;
}

.cookie-glass-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.cookie-glass-content {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cookie-glass-emoji {
    font-size: 32px;
}

.cookie-glass-title-wrap {
    flex: 1;
}

.cookie-glass-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 0 0 5px 0;
}

.cookie-glass-subtitle {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* Top bar styles */
.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.cookie-compact-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
    gap: 15px;
}

.cookie-compact-text {
    font-size: 14px;
    color: #333;
}

.btn-compact-accept {
    background: #007bff;
    color: #ffffff;
    border: none;
    padding: 8px 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-compact-accept:hover {
    background: #0056b3;
    color: #ffffff;
}

/* Responsive */
@media (max-width: 768px) {
    .cookie-modal-content {
        padding: 30px 20px;
        max-width: 95%;
    }
    
    .cookie-corner {
        bottom: 10px;
        right: 10px;
        left: 10px;
    }
    
    .cookie-card {
        max-width: 100%;
    }
    
    .cookie-floating {
        bottom: 10px;
        left: 10px;
        right: 10px;
    }
    
    .cookie-floating-container {
        max-width: 100%;
    }
    
    .cookies-content, .banner-wrapper, .compact-wrapper, .cookie-compact-content {
        flex-direction: column;
        text-align: center;
    }
}
