/* Auto-generated CSS for template */

/* Section: navigations/nav-bordered-bottom */
#nav-bordered-bottom {
    border-bottom: 1px solid #e5e7eb;
    padding: 20px 0;
}

#nav-bordered-bottom .navbar-brand {
    font-size: 1.4rem;
    color: #111827;
}

#nav-bordered-bottom .nav-link {
    font-weight: 500;
    padding: 10px 20px;
    color: #6b7280;
    transition: all 0.3s ease;
}

#nav-bordered-bottom .nav-link:hover {
    color: #111827;
}

#nav-bordered-bottom .btn-dark {
    background: #111827;
    border: none;
    border-radius: 8px;
    font-weight: 600;
}

#nav-bordered-bottom .btn-dark:hover {
    background: #1f2937;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(17, 24, 39, 0.3);
}


/* Section: descriptions/desc-img-list-3col */
#desc-img-list-3col .bg-wrap {
    background-color: #f4f5f6;
}

/* 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: 1px solid #333;
    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 #ff00ff;
}

#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: 1px solid #333;
    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: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    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: benefits/benefits-4col-7 */
#benefits-4col-7 .bg-wrap {
    background-color: #F4F5F6;
}


#benefits-4col-7 .bg {
    background-image: url('images/bg-pattern-3.png');
    background-repeat: repeat;
    background-position: center;
    background-size: 50px 50px;
    opacity:0.075;
}


/* Section: actions/action-img-text-btn */
#action-img-text-btn .bg-wrap {
    background-color: #AF9F8C;
}


/* Section: text/text-split-image */
#text-split-image .bg {
    background: #f9fafb;
    opacity: 1;
}

#text-split-image .image-placeholder {
    background: linear-gradient(135deg, #e0f2fe 0%, #dbeafe 100%);
    border-radius: 20px;
    padding: 80px 40px;
    text-align: center;
}

#text-split-image .placeholder-icon {
    font-size: 5rem;
    line-height: 1;
}

#text-split-image .check-list {
    list-style: none;
    padding: 0;
}

#text-split-image .check-list li {
    padding: 8px 0;
    font-size: 1.1rem;
}


/* Section: contact/contact-map-text */
#contact-map-text .bg {
	background-image: url('images/bg-40.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 1;
}

#contact-map-text .form-control {
	border: 2px solid #14b8a6;
	border-radius: 12px;
	padding: 15px 20px;
	background: rgba(255, 255, 255, 0.95);
	transition: all 0.3s ease;
}

#contact-map-text .form-control:focus {
	border-color: #0d9488;
	background: #ffffff;
	box-shadow: 0 5px 20px rgba(20, 184, 166, 0.25);
}

#contact-map-text .btn {
	background: linear-gradient(135deg, #14b8a6 0%, #0d9488 100%);
	border: none;
	padding: 15px 40px;
	border-radius: 12px;
	font-weight: 600;
	color: #ffffff;
	transition: all 0.3s ease;
}

#contact-map-text .btn:hover {
	transform: scale(1.05);
	box-shadow: 0 10px 25px rgba(20, 184, 166, 0.35);
}


/* 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;
}


