/* Auto-generated CSS for template */

/* Section: headers/header-text-2 */
#header-text-2 .bg {
    background-image: url('../images/gallery/bg-42.jpg');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    opacity:1;
}

/* Section: team/team-4col-2 */

#team-4col-2 .bg-wrap {
    background-color: #333;
}


/* Section: actions/action-btn-text */
#action-btn-text .bg-wrap {
    background-color: #F4F5F6;
}


/* Section: benefits/benefits-circle-icons */
#benefits-circle-icons .bg {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    opacity: 0.3;
}

#benefits-circle-icons .circle-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 700;
    transition: all 0.3s ease;
}

#benefits-circle-icons .circle-icon:hover {
    transform: rotate(360deg) scale(1.1);
}


/* Section: prices/price-dark-neon */
#price-dark-neon {
    background: radial-gradient(circle at 20% 50%, #0a0a0a 0%, #1a1a1a 50%, #0a0a0a 100%);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

#price-dark-neon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 25% 25%, #00ffff22 0%, transparent 50%),
        radial-gradient(circle at 75% 75%, #ff00ff22 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, #ffff0022 0%, transparent 50%);
    animation: neonBackground 8s ease-in-out infinite alternate;
    pointer-events: none;
}

@keyframes neonBackground {
    0% { opacity: 0.3; }
    50% { opacity: 0.1; }
    100% { opacity: 0.4; }
}

#price-dark-neon .neon-title {
    font-size: 48px;
    font-weight: 900;
    background: linear-gradient(45deg, #00ffff, #ff00ff, #ffff00, #00ffff);
    background-size: 400% 400%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: neonText 3s ease-in-out infinite alternate;
    text-shadow: 0 0 20px rgba(0, 255, 255, 0.5);
    margin-bottom: 20px;
}

@keyframes neonText {
    0% { background-position: 0% 50%; }
    100% { background-position: 100% 50%; }
}

#price-dark-neon .neon-subtitle {
    color: #888;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
}

#price-dark-neon .neon-pricing-row {
    position: relative;
    z-index: 2;
}

#price-dark-neon .neon-card {
    background: rgba(0, 0, 0, 0.4);
    border: 2px solid #f0f0f0; box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
}

#price-dark-neon .neon-card:hover {
    transform: translateY(-15px) scale(1.02);
    border-color: #555;
}

#price-dark-neon .neon-glow {
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 22px;
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

#price-dark-neon .neon-card:hover .neon-glow {
    opacity: 1;
}

#price-dark-neon .basic-glow {
    background: linear-gradient(45deg, #00ffff, #0080ff);
    filter: blur(8px);
}

#price-dark-neon .pro-glow {
    background: linear-gradient(45deg, #ff00ff, #ff0080);
    filter: blur(8px);
}

#price-dark-neon .enterprise-glow {
    background: linear-gradient(45deg, #ffff00, #ff8000);
    filter: blur(8px);
}

#price-dark-neon .featured-neon {
    transform: scale(1.08);
    border: 2px solid #f0f0f0; box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

#price-dark-neon .featured-neon:hover {
    transform: scale(1.08) translateY(-15px);
}

#price-dark-neon .featured-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(45deg, #ff00ff, #ff0080);
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    z-index: 3;
    box-shadow: 0 0 20px rgba(255, 0, 255, 0.5);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { box-shadow: 0 0 20px rgba(255, 0, 255, 0.5); }
    50% { box-shadow: 0 0 30px rgba(255, 0, 255, 0.8); }
}

#price-dark-neon .card-inner {
    padding: 40px 30px;
    position: relative;
    z-index: 2;
}

#price-dark-neon .neon-header {
    text-align: center;
    margin-bottom: 30px;
}

#price-dark-neon .plan-icon {
    font-size: 48px;
    margin-bottom: 20px;
    display: block;
    text-shadow: 0 0 20px currentColor;
}

#price-dark-neon .basic-icon {
    color: #00ffff;
}

#price-dark-neon .pro-icon {
    color: #ff00ff;
}

#price-dark-neon .enterprise-icon {
    color: #ffff00;
}

#price-dark-neon .plan-name {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

#price-dark-neon .neon-price {
    margin-bottom: 30px;
}

#price-dark-neon .price-number {
    font-size: 48px;
    font-weight: 900;
    color: #fff;
    line-height: 1;
}

#price-dark-neon .price-currency {
    font-size: 24px;
    color: #888;
    vertical-align: top;
}

#price-dark-neon .price-period {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}

#price-dark-neon .plan-tagline {
    font-size: 16px;
    color: #888;
    margin-bottom: 30px;
    font-style: italic;
}

#price-dark-neon .neon-features {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}

#price-dark-neon .neon-features li {
    padding: 12px 0;
    color: #ccc;
    font-size: 15px;
    border-bottom: 1px solid #333;
    transition: color 0.3s ease;
}

#price-dark-neon .neon-features li:hover {
    color: #fff;
}

#price-dark-neon .neon-features li:last-child {
    border-bottom: none;
}

#price-dark-neon .neon-btn {
    display: block;
    width: 100%;
    padding: 18px 24px;
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 600;
    text-align: center;
    border: 2px solid #f0f0f0; box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

#price-dark-neon .neon-btn:hover {
    transform: translateY(-2px);
    border-color: #555;
}

#price-dark-neon .btn-text {
    position: relative;
    z-index: 2;
}

#price-dark-neon .btn-glow {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #000;
    transition: left 0.6s;
}

#price-dark-neon .neon-btn:hover .btn-glow {
    left: 100%;
}

#price-dark-neon .basic-btn:hover {
    background: linear-gradient(45deg, rgba(0, 255, 255, 0.1), rgba(0, 128, 255, 0.1));
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.3);
    border-color: #00ffff;
}

#price-dark-neon .pro-btn:hover {
    background: linear-gradient(45deg, rgba(255, 0, 255, 0.1), rgba(255, 0, 128, 0.1));
    box-shadow: 0 0 20px rgba(255, 0, 255, 0.3);
    border-color: #ff00ff;
}

#price-dark-neon .enterprise-btn:hover {
    background: linear-gradient(45deg, rgba(255, 255, 0, 0.1), rgba(255, 128, 0, 0.1));
    box-shadow: 0 0 20px rgba(255, 255, 0, 0.3);
    border-color: #ffff00;
}

#price-dark-neon .bottom-note {
    color: #666;
    font-size: 14px;
    font-style: italic;
}

/* Responsive */
@media (max-width: 992px) {
    #price-dark-neon .featured-neon {
        transform: none;
        margin-top: 20px;
    }
    
    #price-dark-neon .featured-neon:hover {
        transform: translateY(-15px) scale(1.02);
    }
}

@media (max-width: 768px) {
    #price-dark-neon .neon-title {
        font-size: 36px;
    }
    
    #price-dark-neon .card-inner {
        padding: 30px 20px;
    }
    
    #price-dark-neon .plan-icon {
        font-size: 36px;
    }
}

/* 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: testimonials/testimonial-carousel */
#testimonial-carousel .bg-wrap {
    background-color: #F4F5F6;
}


/* Section: contact/contact-map */
#contact-map .bg {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	opacity: 0.05;
}

#contact-map .form-control {
	border: 1px solid #ddd;
	border-radius: 4px;
	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 { border: 1px solid #7bccc4; background: #95e1d3; color: #000; padding: 12px 30px; cursor: pointer; }

#contact-map .btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 25px rgba(102, 126, 234, 0.35);
}


/* 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/cookie-glass-modern */
#cookie-glass-modern {
    padding: 2rem 0;
    background: transparent;
    animation: fadeInUp 0.5s ease-out;
}

#cookie-glass-modern .cookie-glass-wrapper {
    position: relative;
}

#cookie-glass-modern .cookie-glass-card {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px) saturate(180%);
    border-radius: 24px;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

#cookie-glass-modern .cookie-glass-decoration {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.1) 0%, rgba(168, 85, 247, 0.1) 100%);
    border-radius: 50%;
    filter: blur(40px);
    pointer-events: none;
}

#cookie-glass-modern .cookie-glass-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

#cookie-glass-modern .cookie-glass-emoji {
    font-size: 2.5rem;
    line-height: 1;
}

#cookie-glass-modern .cookie-spin {
    display: inline-block;
    animation: cookieSpin 3s ease-in-out infinite;
}

#cookie-glass-modern .cookie-glass-title-wrap {
    flex: 1;
}

#cookie-glass-modern .cookie-glass-title {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.2;
}

#cookie-glass-modern .cookie-glass-subtitle {
    margin: 0.25rem 0 0 0;
    font-size: 0.85rem;
    color: #7c3aed;
    font-weight: 500;
}

#cookie-glass-modern .cookie-glass-text {
    font-size: 0.95rem;
    color: #4b5563;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

#cookie-glass-modern .cookie-glass-buttons {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

#cookie-glass-modern .btn-glass-customize,
#cookie-glass-modern .btn-glass-decline,
#cookie-glass-modern .btn-glass-accept {
    padding: 0.75rem 1.5rem;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    text-align: center;
}

#cookie-glass-modern .btn-glass-customize {
    background: #aa96da;
    color: #fff;
    border: 2px solid #aa96da;
    flex: 1;
    min-width: 120px;
}

#cookie-glass-modern .btn-glass-customize:hover {
    background: #aa96da;
    border-color: #fff;
}

#cookie-glass-modern .btn-glass-decline {
    background: #aa96da;
    color: #fff;
    border: 2px solid #aa96da;
    flex: 1;
    min-width: 120px;
}

#cookie-glass-modern .btn-glass-decline:hover {
    background: #aa96da;
    border-color: #fff;
}

#cookie-glass-modern .btn-glass-accept {
    background: #aa96da;
    color: #fff;
    border: 2px solid #aa96da;
    flex: 1.5;
    min-width: 140px;
}

#cookie-glass-modern .btn-glass-accept:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(124, 58, 237, 0.35);
}

@keyframes fadeInUp {
    from {
        transform: translateY(50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes cookieSpin {
    0%, 100% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(10deg);
    }
    75% {
        transform: rotate(-10deg);
    }
}

@media (max-width: 768px) {
    #cookie-glass-modern .cookie-glass-card {
        padding: 1.5rem;
    }
    
    #cookie-glass-modern .cookie-glass-buttons {
        flex-direction: column;
    }
    
    #cookie-glass-modern .btn-glass-customize,
    #cookie-glass-modern .btn-glass-decline,
    #cookie-glass-modern .btn-glass-accept {
        flex: 1;
        width: 100%;
    }
}





/* Cookie Alert Styles */
.cookie-alert {
    z-index: 9999;
}

.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;
}

.btn-modal-accept {
    background: #007bff;
    color: #ffffff;
    border: none;
    padding: 12px 30px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.btn-modal-accept:hover {
    background: #0056b3;
    color: #ffffff;
}

.fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.cookie-corner {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.cookie-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 25px;
    max-width: 350px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.cookie-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 0 0 15px 0;
}

.cookie-description {
    font-size: 14px;
    color: #666;
    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;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-cookie-primary:hover {
    background: #0056b3;
    color: #ffffff;
}

.cookie-floating {
    position: fixed;
    bottom: 20px;
    left: 20px;
}

.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-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.cookie-float-description {
    font-size: 14px;
    color: #666;
    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;
}

.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 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 0 0 5px 0;
}

.cookie-glass-subtitle {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.cookie-glass-btn {
    background: #28a745;
    color: #ffffff;
    border: none;
    padding: 10px 25px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    margin-left: auto;
}

.cookie-minimal-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

.cookie-icon {
    font-size: 24px;
}

.cookie-text {
    margin: 0;
    color: #333;
    font-size: 14px;
}

.btn-minimal {
    background: #007bff;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 768px) {
    .cookie-modal-content {
        padding: 30px 20px;
        max-width: 95%;
    }
    
    .cookie-corner, .cookie-floating {
        bottom: 10px;
        left: 10px;
        right: 10px;
    }
    
    .cookie-card, .cookie-floating-container {
        max-width: 100%;
    }
}
