/* Auto-generated CSS for template */

/* Section: navigations/nav-offcanvas-left */
#nav-offcanvas-left .bg-wrap{
    background-color: #eeeeee;
}

/* Section: text/text-2col-3 */
#text-2col-3 .bg {

    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.1;
}


/* Section: text/text-1col */
#text-1col .bg {

    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.2;
}


/* Section: team/team-2col-2 */
#team-2col-2 .bg {
    background-image: url(../images/bg-pattern-3-secondary.png);
    background-repeat: repeat;
    background-size: 40px 40px;
    opacity: 0.5;
}


/* Section: prices/prices-feature-rich */
#prices-feature-rich .bg {
    background: linear-gradient(135deg, #ede9fe 0%, #ddd6fe 100%);
    opacity: 0.4;
}

#prices-feature-rich .plan-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 35px 25px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    border: 3px solid #000;
}

#prices-feature-rich .plan-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

#prices-feature-rich .plan-card.recommended {
    border-color: #8b5cf6;
}

#prices-feature-rich .recommend-label {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #8b5cf6;
    color: #ffffff;
    padding: 5px 20px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}

#prices-feature-rich .plan-price {
    border-bottom: 2px solid #f3f4f6;
    padding-bottom: 25px;
}

#prices-feature-rich .amount {
    font-size: 3rem;
    font-weight: 800;
    color: #8b5cf6;
}

#prices-feature-rich .amount.custom {
    font-size: 2rem;
}

#prices-feature-rich .duration {
    color: #6b7280;
    font-size: 1rem;
}

#prices-feature-rich .plan-list {
    list-style: none;
    padding: 0;
    text-align: left;
}

#prices-feature-rich .plan-list li {
    padding: 10px 0;
    color: #4b5563;
}


/* Section: descriptions/desc-text-halfbg */
#desc-text-halfbg .bg-wrap {
    background: #333;
}

/* Section: contact/contact-form-halfbg */
#contact-form-halfbg .bg {
	background-image: url('../images/bg-34.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	opacity: 0.1;
}

#contact-form-halfbg .form-control {
	border: 2px solid #e0e0e0; border-bottom: 1px solid #333;
	border-radius: 8px;
	padding: 15px 20px;
	background: rgba(139, 92, 246, 0.05);
	transition: all 0.3s ease;
}

#contact-form-halfbg .form-control:focus {
	border-color: #7c3aed;
	background: rgba(139, 92, 246, 0.1);
	box-shadow: 0 8px 25px rgba(139, 92, 246, 0.2);
}

#contact-form-halfbg .btn { border: 2px solid #ff6b6b; background: #ff6b6b; color: #fff; padding: 12px 30px; cursor: pointer; }

#contact-form-halfbg .btn::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-radius: 50%;
	background: #ff6b6b;
	transform: translate(-50%, -50%);
	transition: width 0.6s, height 0.6s;
}

#contact-form-halfbg .btn:hover::before {
	width: 300px;
	height: 300px;
}

#contact-form-halfbg .btn:hover {
	transform: scale(1.08);
	box-shadow: 0 10px 30px rgba(139, 92, 246, 0.4);
}


/* Section: cookies/cookie-floating-banner */
#cookie-floating-banner {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99999;
    max-width: 600px;
    width: calc(100% - 40px);
    animation: floatIn 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#cookie-floating-banner .cookie-floating-container {
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.05);
    position: relative;
}

#cookie-floating-banner .cookie-floating-inner {
    padding: 2rem;
    position: relative;
}

#cookie-floating-banner .cookie-float-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: #f3f4f6;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 1.5rem;
    color: #6b7280;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    line-height: 1;
    padding: 0;
}

#cookie-floating-banner .cookie-float-close:hover {
    background: #e5e7eb;
    color: #374151;
    transform: rotate(90deg);
}

#cookie-floating-banner .cookie-float-icon-wrapper {
    text-align: center;
    margin-bottom: 1rem;
}

#cookie-floating-banner .cookie-float-icon {
    display: inline-block;
    animation: bounce 2s ease-in-out infinite;
}

#cookie-floating-banner .cookie-float-content {
    text-align: center;
}

#cookie-floating-banner .cookie-float-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.75rem;
}

#cookie-floating-banner .cookie-float-description {
    font-size: 0.95rem;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 1rem;
}

#cookie-floating-banner .cookie-float-links {
    font-size: 0.85rem;
    margin-bottom: 1.5rem;
}

#cookie-floating-banner .cookie-float-links a {
    color: #7c3aed;
    text-decoration: none;
    font-weight: 500;
}

#cookie-floating-banner .cookie-float-links a:hover {
    text-decoration: underline;
}

#cookie-floating-banner .cookie-float-actions {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
}

#cookie-floating-banner .btn-float-primary,
#cookie-floating-banner .btn-float-secondary {
    padding: 0.875rem 2rem;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

#cookie-floating-banner .btn-float-primary {
    background: #28a745;
    color: #fff;
    border: 2px solid #28a745;
}

#cookie-floating-banner .btn-float-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(124, 58, 237, 0.4);
}

#cookie-floating-banner .btn-float-secondary {
    background: #28a745;
    color: #fff;
    border: 2px solid #28a745;
}

#cookie-floating-banner .btn-float-secondary:hover {
    background: #28a745;
    border-color: #fff;
}

@keyframes floatIn {
    from {
        transform: translateX(-50%) translateY(100px) scale(0.8);
        opacity: 0;
    }
    to {
        transform: translateX(-50%) translateY(0) scale(1);
        opacity: 1;
    }
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@media (max-width: 768px) {
    #cookie-floating-banner {
        bottom: 10px;
        width: calc(100% - 20px);
    }
    
    #cookie-floating-banner .cookie-floating-inner {
        padding: 1.5rem;
    }
    
    #cookie-floating-banner .cookie-float-title {
        font-size: 1.25rem;
    }
    
    #cookie-floating-banner .cookie-float-actions {
        flex-direction: column;
        width: 100%;
    }
    
    #cookie-floating-banner .btn-float-primary,
    #cookie-floating-banner .btn-float-secondary {
        width: 100%;
    }
}





/* 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%;
    }
}
