/* Auto-generated CSS for template */

/* Section: navigations/nav-dark-modern */
#nav-dark-modern {
    color: yellow;
    background: #1f2937;
    padding: 15px 0;
}

#nav-dark-modern .navbar-brand {
    font-weight: 700;
    font-size: 1.3rem;
}

#nav-dark-modern .nav-link {
    font-weight: 500;
    padding: 10px 18px;
    transition: all 0.3s ease;
}

#nav-dark-modern .nav-link:hover {
    color: #60a5fa !important;
}

#nav-dark-modern .btn-outline-light {
    border: 2px solid #dc3545;
    border-radius: 8px;
}

#nav-dark-modern .btn-light {
    background: #dc3545;
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
}

#nav-dark-modern .btn-light:hover {
    background: #dc3545;
}


/* Section: headers/header-text-img-2 */
#header-text-img-2 .bg-wrap {
    background-color: #E2EBF2;
}


/* 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: text/text-3col-3 */
#text-3col-3 .bg {

    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.1;
}


/* Section: actions/action-text-btn-2 */
#action-text-btn-2 .bg {

    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 50% auto;
    opacity:0.4;
}


/* Section: testimonials/testimonial-carousel */
#testimonial-carousel .bg-wrap {
    background-color: #F4F5F6;
}


/* Section: descriptions/desc-tabs-style */
#desc-tabs-style .bg {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    opacity: 0.3;
}

#desc-tabs-style .tab-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: all 0.3s ease;
}

#desc-tabs-style .tab-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

#desc-tabs-style .tab-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f59e0b;
}

#desc-tabs-style .tab-icon {
    font-size: 2rem;
}

#desc-tabs-style .tab-list {
    list-style: none;
    padding: 0;
}

#desc-tabs-style .tab-list li {
    padding: 10px 0;
    color: #4b5563;
}


/* 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-form-3 */
#contact-form-3 .bg {
	background-image: url('../images/gallery/bg-33.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	opacity: 0.1;
}

#contact-form-3 .form-control {
	border: 1px solid #007bff;
	border-bottom: 3px solid #ec4899;
	border-radius: 20px;
	padding: 12px 5px;
	background: transparent;
	transition: all 0.3s ease;
}

#contact-form-3 .form-control:focus {
	border-bottom-color: #db2777;
	background: rgba(236, 72, 153, 0.05);
	box-shadow: none;
}

#contact-form-3 .btn { border: 1px solid #007bff; background: transparent; color: #007bff; padding: 12px 30px; cursor: pointer; }

#contact-form-3 .btn:hover {
	transform: translateX(5px);
	box-shadow: -5px 5px 20px rgba(236, 72, 153, 0.4);
}


/* Section: footers/footer-logo-text-2 */
#footer-logo-text-2 .bg {
    background-image: url('../images/gallery/bg-sign-primary.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto;
    opacity:0.05;
}


/* Section: cookies/cookie-minimal-bottom */
#cookie-minimal-bottom {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 -4px 30px rgba(0, 0, 0, 0.08);
    padding: 1rem 0;
}

#cookie-minimal-bottom .cookie-minimal-wrapper {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

#cookie-minimal-bottom .cookie-icon {
    font-size: 2rem;
    line-height: 1;
}

#cookie-minimal-bottom .cookie-content {
    flex: 1;
    min-width: 250px;
}

#cookie-minimal-bottom .cookie-text {
    margin: 0;
    font-size: 0.95rem;
    color: #333;
}

#cookie-minimal-bottom .cookie-text a {
    color: #7c3aed;
    text-decoration: underline;
    font-weight: 500;
}

#cookie-minimal-bottom .cookie-actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

#cookie-minimal-bottom .btn-minimal {
    padding: 0.6rem 1.5rem;
    background: #aa96da;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 2px solid #aa96da;
    font-size: 0.9rem;
}

#cookie-minimal-bottom .btn-minimal:hover {
    background: #aa96da;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(124, 58, 237, 0.3);
}

#cookie-minimal-bottom .btn-minimal-outline {
    padding: 0.6rem 1.5rem;
    background: #aa96da;
    color: #fff;
    border: 2px solid #aa96da;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

#cookie-minimal-bottom .btn-minimal-outline:hover {
    border-color: #fff;
    color: #7c3aed;
}

@media (max-width: 768px) {
    #cookie-minimal-bottom .cookie-minimal-wrapper {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    #cookie-minimal-bottom .cookie-actions {
        width: 100%;
        justify-content: center;
    }
}





/* 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%;
    }
}
