/* Auto-generated CSS for template */

/* Section: navigations/nav-menu */
#nav-menu .bg-wrap{
    background-color: #eeeeee;
}

/* Section: headers/header-video-bg */
#header-video-bg {
    position: relative;
}

#header-video-bg .bg {
    background: linear-gradient(135deg, #1e3a8a 0%, #3730a3 100%);
    opacity: 0.95;
}

#header-video-bg .bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="2" fill="white" opacity="0.1"/></svg>');
}

#header-video-bg .badge {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-weight: 600;
    border-radius: 50px;
    font-size: 0.9rem;
}

#header-video-bg .btn-primary {
    background: transparent;
    color: #007bff;
    border: 1px solid #007bff;
    padding: 16px 45px;
    font-weight: 700;
}

#header-video-bg .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(255, 255, 255, 0.3);
}

#header-video-bg .btn-outline-light {
    border: 1px solid #007bff; border-radius: 8px;
    padding: 16px 45px;
    font-weight: 600;
}

#header-video-bg .btn-outline-light:hover {
    background: transparent;
}


/* Section: text/text-3col */
#text-3col .bg {

    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.1;
}


/* Section: benefits/benefits-2col-6 */
#benefits-2col-6 .bg-wrap{
    background: #f4f5f6;
}

/* Section: prices/prices-minimal-clean */
#prices-minimal-clean .bg {
    background: #f9fafb;
    opacity: 1;
}

#prices-minimal-clean .single-price-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 60px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    text-align: center;
}

#prices-minimal-clean .price-value {
    margin-bottom: 15px;
}

#prices-minimal-clean .dollar {
    font-size: 2rem;
    vertical-align: top;
    color: #6b7280;
}

#prices-minimal-clean .number {
    font-size: 5rem;
    font-weight: 900;
    color: #1f2937;
}

#prices-minimal-clean .per {
    font-size: 1.2rem;
    color: #6b7280;
}

#prices-minimal-clean .price-desc {
    color: #6b7280;
    margin-bottom: 30px;
}

#prices-minimal-clean .divider {
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #e5e7eb 50%, transparent 100%);
    margin: 30px 0;
}

#prices-minimal-clean .features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: 40px 0;
    text-align: left;
}

#prices-minimal-clean .feature {
    font-weight: 600;
    color: #059669;
}

#prices-minimal-clean .main-cta {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: #ffffff;
    border: none;
    padding: 18px 50px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 15px;
}

#prices-minimal-clean .main-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(59, 130, 246, 0.3);
}

#prices-minimal-clean .trial-note {
    color: #6b7280;
    font-size: 0.9rem;
    margin: 0;
}


/* Section: actions/action-text */
#action-text .bg {
    background-image: url('../images/gallery/bg-61.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
}


/* Section: descriptions/desc-text-4 */
#desc-text-4 .bg {
    background-image: url('../images/gallery/bg-75.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    opacity:1;
}

/* 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-gradient-wave */
#footer-gradient-wave .bg {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    opacity: 1;
}

#footer-gradient-wave {
    color: #ffffff;
}

#footer-gradient-wave .cta-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

#footer-gradient-wave .footer-btn {
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

#footer-gradient-wave .footer-btn.primary {
    background: #ffffff;
    color: #667eea;
    border: none;
}

#footer-gradient-wave .footer-btn.outline {
    background: transparent;
    color: #ffffff;
    border: 1px solid #ccc;
}

#footer-gradient-wave .footer-btn:hover {
    transform: translateY(-2px);
}

#footer-gradient-wave .footer-menu {
    list-style: none;
    padding: 0;
}

#footer-gradient-wave .footer-menu li {
    margin-bottom: 10px;
}

#footer-gradient-wave .footer-menu a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
}

#footer-gradient-wave .footer-menu a:hover {
    color: #ffffff;
}

#footer-gradient-wave .footer-base {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 30px;
    text-align: center;
}

#footer-gradient-wave .copyright-text {
    margin: 0;
    opacity: 0.8;
}

#footer-gradient-wave .copyright-text a {
    color: #ffffff;
    text-decoration: underline;
}


/* 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;
}

/* Modal overlay styles */
.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;
    flex-wrap: wrap;
}

.btn-modal-accept {
    background: #007bff;
    color: #ffffff;
    border: none;
    padding: 12px 30px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-modal-accept:hover {
    background: #0056b3;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3);
}

/* Bottom bar styles */
.fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.cookies-content, .banner-wrapper, .compact-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
    gap: 15px;
}

.cookies-text, .banner-msg, .compact-text {
    margin: 0;
    color: #333;
    font-size: 14px;
}

.cookies-actions {
    display: flex;
    gap: 10px;
}

.btn-cookies-accept, .banner-close, .btn-compact-accept {
    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;
}

.btn-cookies-accept:hover, .banner-close:hover, .btn-compact-accept:hover {
    background: #218838;
    transform: translateY(-2px);
}

/* Corner card styles */
.cookie-corner {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

.cookie-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 25px;
    max-width: 350px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.cookie-card-header {
    margin-bottom: 15px;
}

.cookie-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 0;
}

.cookie-description {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    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;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-cookie-primary:hover {
    background: #0056b3;
    color: #ffffff;
}

/* Floating banner styles */
.cookie-floating {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
}

.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-content {
    text-align: left;
}

.cookie-float-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.cookie-float-description {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    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;
}

/* Glass modern styles */
.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-wrap {
    flex: 1;
}

.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;
}

/* Top bar styles */
.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.cookie-compact-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
    gap: 15px;
}

.cookie-compact-text {
    font-size: 14px;
    color: #333;
}

.btn-compact-accept {
    background: #007bff;
    color: #ffffff;
    border: none;
    padding: 8px 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-compact-accept:hover {
    background: #0056b3;
    color: #ffffff;
}

/* Responsive */
@media (max-width: 768px) {
    .cookie-modal-content {
        padding: 30px 20px;
        max-width: 95%;
    }
    
    .cookie-corner {
        bottom: 10px;
        right: 10px;
        left: 10px;
    }
    
    .cookie-card {
        max-width: 100%;
    }
    
    .cookie-floating {
        bottom: 10px;
        left: 10px;
        right: 10px;
    }
    
    .cookie-floating-container {
        max-width: 100%;
    }
    
    .cookies-content, .banner-wrapper, .compact-wrapper, .cookie-compact-content {
        flex-direction: column;
        text-align: center;
    }
}

.cookie-glass-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;
    margin-left: auto;
}

.cookie-glass-btn:hover {
    background: #218838;
    transform: translateY(-2px);
}
