/* Auto-generated CSS for template */
/* Section: navigations/nav-logo-icon */
#nav-logo-icon .bg-wrap {
    background-color: rgba(255,255,255,0);
}

#nav-logo-icon a {
    color: #7a0000;
    text-decoration: none;
    padding: 10px 20px;
    display: inline-block;
    font-weight: 500;
    transition: all 0.3s ease;
}

#nav-logo-icon a:hover {
    color: #b5b5b5;
    transform: translateY(-2px);
}
/* Section: navigations/nav-logo-icon */
#nav-logo-icon .bg-wrap {
    background-color: rgba(255,255,255,0);
}


/* Section: actions/action-img-text */
#action-img-text .bg-wrap {
    background-color: #ffbd00;
}

/* Section: prices/price-4col */
#price-4col .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: contact/contact-center-form */
#contact-center-form .bg {
	background-image: url('../images/gallery/bg-46.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.1;
}

#contact-center-form .form-control {
	border: none; border-bottom: 2px solid #007bff;
	border-radius: 0px;
	padding: 16px 22px;
	background: #fffbeb;
	transition: all 0.3s ease;
}

#contact-center-form .form-control:focus {
	border-color: #d97706;
	background: #ffffff;
	box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.15);
	transform: scale(1.02);
}

#contact-center-form .btn { border: 1px solid #28a745; background: transparent; color: #28a745; padding: 12px 30px; cursor: pointer; }

#contact-center-form .btn:hover {
	transform: translateY(-5px) scale(1.05);
	box-shadow: 0 15px 30px rgba(245, 158, 11, 0.4);
}


/* Section: footers/footer-social-text */
#footer-social-text .bg-wrap {
    background-color: #F4F5F6;
}


/* Section: cookies/cookie-corner-card */
#cookie-corner-card {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    max-width: 400px;
    animation: slideInRight 0.5s ease-out;
}

#cookie-corner-card .cookie-card {
    background: white;
    border-radius: 16px;
    padding: 1.75rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

#cookie-corner-card .cookie-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: transparent;
    border: none;
    font-size: 1.75rem;
    color: #999;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

#cookie-corner-card .cookie-close:hover {
    color: #333;
    transform: rotate(90deg);
}

#cookie-corner-card .cookie-card-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

#cookie-corner-card .cookie-emoji {
    font-size: 2rem;
    line-height: 1;
}

#cookie-corner-card .cookie-title {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a1a;
}

#cookie-corner-card .cookie-description {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 1.25rem;
}

#cookie-corner-card .cookie-buttons {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

#cookie-corner-card .btn-cookie-primary {
    flex: 1;
    padding: 0.75rem 1.25rem;
    background: #17a2b8;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid #17a2b8;
    font-size: 0.95rem;
}

#cookie-corner-card .btn-cookie-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(124, 58, 237, 0.4);
}

#cookie-corner-card .btn-cookie-secondary {
    flex: 1;
    padding: 0.75rem 1.25rem;
    background: #17a2b8;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

#cookie-corner-card .btn-cookie-secondary:hover {
    background: #17a2b8;
}

#cookie-corner-card .cookie-policy-link {
    display: block;
    text-align: center;
    font-size: 0.85rem;
    color: #7c3aed;
    text-decoration: none;
}

#cookie-corner-card .cookie-policy-link:hover {
    text-decoration: underline;
}

@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@media (max-width: 480px) {
    #cookie-corner-card {
        bottom: 10px;
        right: 10px;
        left: 10px;
        max-width: none;
    }
    
    #cookie-corner-card .cookie-buttons {
        flex-direction: column;
    }
}


