/* Auto-generated CSS for template */

/* Section: navigations/nav-transparent-overlay */
#nav-transparent-overlay {
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    padding: 20px 0;
    z-index: 1000;
}

#nav-transparent-overlay .navbar-brand {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 2px;
}

#nav-transparent-overlay .nav-link {
    color: rgba(255, 255, 255, 0.95);
    font-weight: 500;
    padding: 10px 20px;
    transition: all 0.3s ease;
}

#nav-transparent-overlay .nav-link:hover {
    color: #ffffff;
}

#nav-transparent-overlay .btn-primary {
    background: #ffc107;
    color: #000;
    border: 2px solid #e0a800;
    border-radius: 8px;
    font-weight: 600;
}

#nav-transparent-overlay .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.3);
}


/* Section: headers/header-form */
#header-form .bg {
    background-image: url('images/bg-82.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    opacity:0.75;
}

/* Section: text/text-two-column-emoji */
#text-two-column-emoji .bg {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    opacity: 0.5;
}

#text-two-column-emoji .feature-item {
    display: flex;
    gap: 20px;
}

#text-two-column-emoji .emoji-badge {
    font-size: 2.5rem;
    line-height: 1;
    min-width: 60px;
}


/* Section: actions/action-text-timer */
#action-text-timer .bg-wrap {
    background-color: #9a2b2b;
}

#action-text-timer .bg {
    background-image: url('images/bg-71.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity:0.075;
}


/* Section: text/text-4col-3 */
#text-4col-3 .bg {
    background-image: url('images/bg-sign.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.1;
}


/* Section: descriptions/desc-img-text-4 */
#desc-img-text-4 .bg-wrap {
    background-color: #F4F5F6;
}


/* Section: prices/prices-toggle-yearly */
#prices-toggle-yearly .bg {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    opacity: 0.3;
}

#prices-toggle-yearly .pricing-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-weight: 600;
}

#prices-toggle-yearly .toggle-switch {
    width: 50px;
    height: 26px;
    background: #d1d5db;
    border-radius: 50px;
    position: relative;
    cursor: pointer;
}

#prices-toggle-yearly .toggle-indicator {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #ffffff;
    border-radius: 50%;
    top: 3px;
    left: 3px;
    transition: all 0.3s ease;
}

#prices-toggle-yearly .save-badge {
    background: #10b981;
    color: #ffffff;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 0.8rem;
    margin-left: 8px;
}

#prices-toggle-yearly .price-box {
    background: #ffffff;
    border-radius: 20px;
    padding: 50px 40px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
}

#prices-toggle-yearly .price-box:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

#prices-toggle-yearly .price-box.featured {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
}

#prices-toggle-yearly .emoji-badge {
    font-size: 3rem;
    margin-bottom: 20px;
}

#prices-toggle-yearly .big-price {
    font-size: 4rem;
    font-weight: 800;
    color: #f59e0b;
}

#prices-toggle-yearly .featured .big-price {
    color: #ffffff;
}

#prices-toggle-yearly .features-list {
    list-style: none;
    padding: 0;
    text-align: left;
}

#prices-toggle-yearly .features-list li {
    padding: 10px 0;
}

#prices-toggle-yearly .cta-button { border: 1px solid #007bff; background: transparent; color: #007bff; padding: 12px 30px; cursor: pointer; }

#prices-toggle-yearly .cta-button.primary {
    background: #ffffff;
    color: #667eea;
    border-color: #ffffff;
}

#prices-toggle-yearly .cta-button:hover {
    transform: scale(1.05);
}


/* 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-app-style */
#footer-app-style .bg {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    opacity: 1;
}

#footer-app-style .app-brand {
    color: #1f2937;
}

#footer-app-style .tagline {
    color: #6b7280;
}

#footer-app-style .footer-links-center {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

#footer-app-style .footer-links-center a {
    color: #4b5563;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

#footer-app-style .footer-links-center a:hover {
    color: #3b82f6;
}

#footer-app-style .app-badges {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    #footer-app-style .app-badges {
        justify-content: center;
    }
}

#footer-app-style .app-badge {
    background: #1f2937;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

#footer-app-style .app-badge:hover {
    background: #3b82f6;
    transform: translateY(-2px);
}

#footer-app-style .rights-text {
    color: #9ca3af;
    font-size: 0.9rem;
    margin: 0;
}


/* Section: cookies/cookies-banner-simple */
#cookies-banner-simple {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    padding: 15px 0;
    z-index: 9999;
}

#cookies-banner-simple .banner-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

#cookies-banner-simple .banner-msg {
    margin: 0;
    font-weight: 500;
}

#cookies-banner-simple .banner-msg a {
    color: #ffffff;
    text-decoration: underline;
    font-weight: 700;
}

#cookies-banner-simple .banner-close {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

#cookies-banner-simple .banner-close:hover {
    background: rgba(255, 255, 255, 0.3);
}


