/* Auto-generated CSS for template */

/* Section: headers/header-animated-wave */
#header-animated-wave {
    position: relative;
    overflow: hidden;
}

#header-animated-wave .bg {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 50%, #d946ef 100%);
    opacity: 1;
}

#header-animated-wave .shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

#header-animated-wave .btn-light {
    background: #007bff;
    color: #fff;
    border: 2px solid #007bff;
    padding: 16px 45px;
    font-weight: 700;
    transition: all 0.3s ease;
}

#header-animated-wave .btn-light:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(255, 255, 255, 0.3);
}

#header-animated-wave .btn-outline-light {
    border: 2px solid #007bff;
    color: #fff;
    padding: 16px 45px;
    font-weight: 600;
    transition: all 0.3s ease;
}

#header-animated-wave .btn-outline-light:hover {
    background: #007bff;
    border-color: #fff;
}

#header-animated-wave img {
    border: 2px dashed #ddd;
    transition: transform 0.5s ease;
}

#header-animated-wave img:hover {
    transform: scale(1.02) translateY(-10px);
}


/* 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: prices/prices-cards-gradient */
#prices-cards-gradient .bg {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    opacity: 0.5;
}

#prices-cards-gradient .price-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    text-align: center;
    position: relative;
    height: 100%;
}

#prices-cards-gradient .price-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

#prices-cards-gradient .price-card.popular {
    border: 1px solid rgba(0,0,0,0.1);
    transform: scale(1.05);
}

#prices-cards-gradient .popular-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: #ffffff;
    padding: 8px 25px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
}

#prices-cards-gradient .price-amount {
    margin: 20px 0;
}

#prices-cards-gradient .currency {
    font-size: 1.5rem;
    vertical-align: top;
}

#prices-cards-gradient .amount {
    font-size: 3.5rem;
    font-weight: 800;
    color: #3b82f6;
}

#prices-cards-gradient .period {
    color: #6b7280;
}

#prices-cards-gradient .price-features {
    list-style: none;
    padding: 0;
    margin: 30px 0;
    text-align: left;
}

#prices-cards-gradient .price-features li {
    padding: 12px 0;
    border-bottom: 1px solid #f3f4f6;
}

#prices-cards-gradient .btn { border: 2px solid #28a745; background: #28a745; color: #fff; padding: 12px 30px; cursor: pointer; }

#prices-cards-gradient .btn-primary {
    background: #28a745;
    color: #fff;
    border: 2px solid #28a745;
}

#prices-cards-gradient .btn-outline {
    background: #28a745;
    border: 2px solid #28a745;
    color: #fff;
}


/* Section: actions/action-text-btn-img */
#action-text-btn-img .bg-wrap {
    background-color: #A2AAB1;
}


/* Section: text/text-4col-3 */
#text-4col-3 .bg {

    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.1;
}


/* Section: descriptions/desc-text-6 */
#desc-text-6 .bg {
    background-image: url('../images/gallery/bg-49.jpg');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    opacity:1;
}


/* Section: contact/contact-map-text */
#contact-map-text .bg {
	background-image: url('../images/gallery/bg-40.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.1;
}

#contact-map-text .form-control {
	border: 3px solid #000; border-bottom: 1px solid #333;
	border-radius: 0px;
	padding: 15px 20px;
	background: rgba(255, 255, 255, 0.95);
	transition: all 0.3s ease;
}

#contact-map-text .form-control:focus {
	border-color: #0d9488;
	background: #ffffff;
	box-shadow: 0 5px 20px rgba(20, 184, 166, 0.25);
}

#contact-map-text .btn { border: 2px solid #f38181; background: #f38181; color: #fff; padding: 12px 30px; cursor: pointer; }

#contact-map-text .btn:hover {
	transform: scale(1.05);
	box-shadow: 0 10px 25px rgba(20, 184, 166, 0.35);
}


/* Section: footers/footer-minimal-centered */
#footer-minimal-centered .bg {
    background: #f9fafb;
    opacity: 1;
}

#footer-minimal-centered .brand-name {
    color: #1f2937;
}

#footer-minimal-centered .footer-nav {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

#footer-minimal-centered .footer-nav a {
    color: #6b7280;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

#footer-minimal-centered .footer-nav a:hover {
    color: #3b82f6;
}

#footer-minimal-centered .social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

#footer-minimal-centered .icon-link {
    width: 35px;
    height: 35px;
    background: #e5e7eb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    text-decoration: none;
    transition: all 0.3s ease;
}

#footer-minimal-centered .icon-link:hover {
    background: #3b82f6;
    color: #ffffff;
}

#footer-minimal-centered .footer-note {
    color: #9ca3af;
    margin: 0;
}


/* 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;
    }
}





/* 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;
    }
}
