/* Auto-generated CSS for template */

/* Section: headers/header-text-img-2 */
#header-text-img-2 .bg-wrap {
    background-color: #E2EBF2;
}


/* Section: descriptions/desc-halfbg-text-6 */
#desc-halfbg-text-6 .bg-wrap {
    background-color: #7ac8da;
}

/* Section: benefits/benefits-2col-counter */

#benefits-2col-counter .bg-wrap{
    background: #F2F0ED;
}


/* Section: text/text-2col-3 */
#text-2col-3 .bg {
    background-image: url('images/bg-sign.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.1;
}


/* Section: testimonials/testimonials-video-style */
#testimonials-video-style .bg {
    background: #f9fafb;
    opacity: 1;
}

#testimonials-video-style .video-placeholder {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 15px;
    padding: 100px 40px;
    text-align: center;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

#testimonials-video-style .video-placeholder:hover {
    transform: scale(1.02);
}

#testimonials-video-style .play-icon {
    display: block;
    color: #ffffff;
    font-size: 4rem;
    margin-bottom: 15px;
}

#testimonials-video-style .video-label {
    color: #ffffff;
    font-weight: 600;
    font-size: 1.1rem;
    margin: 0;
}

#testimonials-video-style .video-info p {
    color: #6b7280;
}


/* 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: contact/contact-text-map */
#contact-text-map .bg {
	background-image: url('images/bg-41.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 1;
}

#contact-text-map .form-control {
	border: none; border-bottom: 2px solid #007bff; box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	border-radius: 0px;
	padding: 14px 18px;
	background: #fff1f2;
	transition: all 0.3s ease;
}

#contact-text-map .form-control:focus {
	border-color: #e11d48;
	background: #ffffff;
	box-shadow: 0 6px 18px rgba(244, 63, 94, 0.2);
}

#contact-text-map .btn { border: 1px solid #7bccc4; background: #95e1d3; color: #000; padding: 12px 30px; cursor: pointer; }

#contact-text-map .btn:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 24px rgba(244, 63, 94, 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/cookies-slide-in */
#cookies-slide-in {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    max-width: 600px;
    width: 90%;
}

#cookies-slide-in .slide-container {
    background: #ffffff;
    border-radius: 15px 15px 0 0;
    box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.15);
}

#cookies-slide-in .slide-content {
    padding: 30px;
}

#cookies-slide-in .slide-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#cookies-slide-in .slide-btn {
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

#cookies-slide-in .slide-btn.primary {
    background: #3b82f6;
    color: #ffffff;
    border: none;
}

#cookies-slide-in .slide-btn.link {
    background: transparent;
    color: #6b7280;
    border: none;
    text-decoration: underline;
}

#cookies-slide-in .slide-btn:hover {
    opacity: 0.8;
}


