/* Auto-generated CSS for template */

/* Section: benefits/benefits-2col-6 */
#benefits-2col-6 .bg-wrap{
    background: #f4f5f6;
}

/* Section: descriptions/desc-accordion */
#desc-accordion .bg-wrap{
	background-color: #f4f4f4;
}

/* Section: prices/price-modern-gradient */
#price-modern-gradient {
    background: linear-gradient(135deg, #7c3aed 0%, #a855f7 50%, #ec4899 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

#price-modern-gradient::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="0.5" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="0.3" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    pointer-events: none;
}

#price-modern-gradient .pricing-cards {
    position: relative;
    z-index: 2;
}

#price-modern-gradient .pricing-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 40px 30px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    height: 100%;
}

#price-modern-gradient .pricing-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    transition: left 0.6s;
}

#price-modern-gradient .pricing-card:hover::before {
    left: 100%;
}

#price-modern-gradient .pricing-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 255, 255, 0.4);
}

#price-modern-gradient .popular {
    transform: scale(1.05);
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid #ccc;
}

#price-modern-gradient .popular:hover {
    transform: scale(1.05) translateY(-15px);
}

#price-modern-gradient .popular-badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(45deg, #06d6a0, #118ab2);
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    box-shadow: 0 4px 15px rgba(6, 214, 160, 0.4);
}

#price-modern-gradient .card-header h4 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #fff;
}

#price-modern-gradient .price {
    margin-bottom: 30px;
}

#price-modern-gradient .price .currency {
    font-size: 24px;
    vertical-align: top;
    color: rgba(255, 255, 255, 0.8);
}

#price-modern-gradient .price .amount {
    font-size: 48px;
    font-weight: bold;
    color: #fff;
}

#price-modern-gradient .price .period {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
}

#price-modern-gradient .features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
    text-align: left;
}

#price-modern-gradient .features-list li {
    padding: 10px 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
}

#price-modern-gradient .btn { border: 2px solid #007bff; background: #007bff; color: #fff; padding: 12px 30px; cursor: pointer; }

#price-modern-gradient .btn-outline-primary {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.5);
    background: #007bff;
}

#price-modern-gradient .btn-outline-primary:hover {
    background: #007bff;
    color: #fff;
    border-color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.3);
}

#price-modern-gradient .btn-primary {
    background: #007bff;
    border-color: #fff;
    color: #fff;
}

#price-modern-gradient .btn-primary:hover {
    background: #007bff;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(6, 214, 160, 0.4);
}

#price-modern-gradient .btn-dark {
    background: #007bff;
    border-color: #fff;
    color: #fff;
}

#price-modern-gradient .btn-dark:hover {
    background: #007bff;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(30, 41, 59, 0.4);
}

/* Section: text/text-gradient-bg */
#text-gradient-bg .bg {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    opacity: 1;
}

#text-gradient-bg .icon-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

#text-gradient-bg .icon-item {
    background: rgba(255, 255, 255, 0.2);
    padding: 12px 25px;
    border-radius: 50px;
    font-weight: 600;
    backdrop-filter: blur(10px);
}


/* Section: text/text-3col */
#text-3col .bg {

    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.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-social-text */
#footer-social-text .bg-wrap {
    background-color: #F4F5F6;
}


/* Section: cookies/cookie-center-modal */
#cookie-center-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

#cookie-center-modal .cookie-overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    animation: fadeIn 0.3s ease;
}

#cookie-center-modal .cookie-modal-content {
    position: relative;
    background: white;
    border-radius: 20px;
    padding: 2.5rem;
    max-width: 500px;
    width: 100%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    text-align: center;
    animation: modalSlideIn 0.4s ease;
}

#cookie-center-modal .cookie-modal-icon {
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: center;
}

#cookie-center-modal .cookie-modal-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1rem;
}

#cookie-center-modal .cookie-modal-text {
    font-size: 1rem;
    color: #666;
    line-height: 1.7;
    margin-bottom: 2rem;
}

#cookie-center-modal .cookie-modal-actions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

#cookie-center-modal .btn-modal-accept {
    padding: 1rem 2rem;
    background: #000;
    color: #fff;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 1rem;
}

#cookie-center-modal .btn-modal-accept:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(124, 58, 237, 0.4);
}

#cookie-center-modal .btn-modal-customize {
    padding: 1rem 2rem;
    background: #000;
    color: #fff;
    border: 2px solid #000;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 1rem;
}

#cookie-center-modal .btn-modal-customize:hover {
    background: #000;
}

#cookie-center-modal .cookie-modal-footer {
    font-size: 0.85rem;
    color: #999;
    margin: 0;
}

#cookie-center-modal .cookie-modal-footer a {
    color: #7c3aed;
    text-decoration: none;
}

#cookie-center-modal .cookie-modal-footer a:hover {
    text-decoration: underline;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes modalSlideIn {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 576px) {
    #cookie-center-modal .cookie-modal-content {
        padding: 2rem 1.5rem;
    }
    
    #cookie-center-modal .cookie-modal-title {
        font-size: 1.5rem;
    }
}


