/* Auto-generated CSS for template */

/* Section: headers/header-text-2 */
#header-text-2 .bg {
    background-image: url('../images/gallery/bg-42.jpg');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    opacity:.1;
}

/* Section: benefits/benefits-4col-4 */
#benefits-4col-4 .bg-wrap {
    background-color: #f4f5f6;
}

/* Section: prices/price-cards-features */
#price-cards-features {
    background: linear-gradient(135deg, #7c3aed 0%, #a855f7 50%, #ec4899 100%);
    position: relative;
}

#price-cards-features::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"><circle cx="20" cy="20" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="80" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="40" cy="70" r="1.5" fill="rgba(255,255,255,0.08)"/></svg>');
    pointer-events: none;
}

#price-cards-features .section-title {
    color: #ffffff;
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 16px;
}

#price-cards-features .section-subtitle {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    font-weight: 400;
}

#price-cards-features .pricing-grid {
    position: relative;
    z-index: 2;
}

#price-cards-features .pricing-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    padding: 0;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid #ddd;
    height: 100%;
    position: relative;
}

#price-cards-features .pricing-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 32px 64px rgba(0, 0, 0, 0.2);
}

#price-cards-features .featured {
    transform: scale(1.05);
    border: 1px solid #ddd;
    box-shadow: 0 20px 40px rgba(6, 214, 160, 0.3);
}

#price-cards-features .featured:hover {
    transform: scale(1.05) translateY(-12px);
}

#price-cards-features .popular-banner {
    background: linear-gradient(135deg, #06d6a0, #118ab2);
    color: white;
    text-align: center;
    padding: 12px;
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
}

#price-cards-features .card-header {
    background: linear-gradient(135deg, #f8fafc, #e2e8f0);
    padding: 40px 30px 30px;
    text-align: center;
    position: relative;
}

#price-cards-features .featured .card-header {
    background: linear-gradient(135deg, #06d6a0, #118ab2);
    color: white;
    margin-top: 38px;
    padding-top: 20px;
}

#price-cards-features .plan-badge {
    display: inline-block;
    background: rgba(124, 58, 237, 0.1);
    color: #7c3aed;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#price-cards-features .featured .plan-badge {
    background: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.9);
}

#price-cards-features .plan-icon-wrapper {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #7c3aed, #a855f7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#price-cards-features .featured .plan-icon-wrapper {
    background: linear-gradient(135deg, #06d6a0, #118ab2);
}

#price-cards-features .plan-icon {
    width: 40px;
    height: 40px;
    color: white;
}

#price-cards-features .plan-title {
    font-size: 28px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 16px;
}

#price-cards-features .featured .plan-title {
    color: white;
}

#price-cards-features .price-container {
    margin-bottom: 0;
}

#price-cards-features .price-value {
    font-size: 44px;
    font-weight: 800;
    color: #1e293b;
    line-height: 1;
}

#price-cards-features .featured .price-value {
    color: white;
}

#price-cards-features .price-period {
    font-size: 16px;
    color: #64748b;
    font-weight: 500;
}

#price-cards-features .featured .price-period {
    color: rgba(255, 255, 255, 0.8);
}

#price-cards-features .card-body {
    padding: 30px;
}

#price-cards-features .plan-description {
    font-size: 16px;
    color: #64748b;
    margin-bottom: 30px;
    line-height: 1.6;
}

#price-cards-features .features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}

#price-cards-features .feature-item {
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f1f5f9;
}

#price-cards-features .feature-item:last-child {
    border-bottom: none;
}

#price-cards-features .feature-icon {
    font-size: 20px;
    margin-right: 12px;
    width: 32px;
    text-align: center;
}

#price-cards-features .feature-text {
    font-size: 15px;
    color: #475569;
    font-weight: 500;
}

#price-cards-features .btn-select {
    display: block;
    width: 100%;
    padding: 16px 24px;
    background: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 16px;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid #007bff;
    font-size: 16px;
}

#price-cards-features .btn-select:hover {
    background: #007bff;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(124, 58, 237, 0.3);
}

#price-cards-features .featured-btn {
    background: linear-gradient(135deg, #06d6a0, #118ab2);
    color: white;
    border-color: transparent;
    font-weight: 700;
}

#price-cards-features .featured-btn:hover {
    background: linear-gradient(135deg, #059669, #0e7490);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(6, 214, 160, 0.4);
}

/* Responsive */
@media (max-width: 992px) {
    #price-cards-features .featured {
        transform: none;
        margin-top: 20px;
    }
    
    #price-cards-features .featured:hover {
        transform: translateY(-12px);
    }
}

@media (max-width: 768px) {
    #price-cards-features .section-title {
        font-size: 32px;
    }
    
    #price-cards-features .pricing-card {
        margin-bottom: 30px;
    }
    
    #price-cards-features .card-header {
        padding: 30px 20px 20px;
    }
    
    #price-cards-features .card-body {
        padding: 20px;
    }
}

/* Section: text/text-timeline */
#text-timeline .bg {
    background: #f9fafb;
    opacity: 1;
}

#text-timeline .timeline {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding-left: 40px;
}

#text-timeline .timeline::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #3b82f6 0%, #8b5cf6 100%);
}

#text-timeline .timeline-item {
    position: relative;
    margin-bottom: 40px;
}

#text-timeline .timeline-marker {
    position: absolute;
    left: -36px;
    width: 20px;
    height: 20px;
    background: #3b82f6;
    border: 3px solid #ffffff;
    border-radius: 50%;
    font-size: 0;
}

#text-timeline .timeline-content {
    background: #ffffff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}


/* Section: text/text-4col-3 */
#text-4col-3 .bg {

    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.1;
}


/* Section: actions/action-text-btn */
#action-text-btn .bg {
    background-image: url('../images/gallery/bg-6.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity:0.1;
}


/* Section: benefits/benefits-single-counter */
#benefits-single-counter .bg {

    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    opacity: 0.5;
}


/* Section: contact/contact-map */
#contact-map .bg {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	opacity: 0.05;
}

#contact-map .form-control {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 15px 20px;
	background: #ffffff;
	transition: all 0.3s ease;
}

#contact-map .form-control:focus {
	border-color: #764ba2;
	box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
}

#contact-map .btn { border: 1px solid #7bccc4; background: #95e1d3; color: #000; padding: 12px 30px; cursor: pointer; }

#contact-map .btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 25px rgba(102, 126, 234, 0.35);
}


/* Section: footers/footer-logo-text-2 */
#footer-logo-text-2 .bg {
    background-image: url('../images/gallery/bg-sign-primary.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto;
    opacity:0.05;
}


/* Section: cookies/cookies-modal-style */
#cookies-modal-style {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}

#cookies-modal-style .modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
}

#cookies-modal-style .modal-box {
    position: relative;
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    max-width: 500px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

#cookies-modal-style .cookie-options {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#cookies-modal-style .cookie-option {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

#cookies-modal-style .modal-actions {
    display: flex;
    gap: 10px;
}

#cookies-modal-style .modal-btn {
    flex: 1;
    padding: 12px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
}

#cookies-modal-style .modal-btn.primary {
    background: #3b82f6;
    color: #ffffff;
    border: none;
}

#cookies-modal-style .modal-btn.secondary {
    background: #f3f4f6;
    color: #1f2937;
    border: none;
}


