/* Auto-generated CSS for template */

/* Section: headers/header-modal-text */
#header-modal-text .bg {
    background-image: url('../images/gallery/bg-83.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity:.1;
}

/* Section: testimonials/testimonial-3col-4 */
#testimonial-3col-4 .bg-wrap {
    background-color: #f4f5f6;
}

/* Section: prices/prices-highlight-best */
#prices-highlight-best .bg {
    background: #ffffff;
    opacity: 1;
}

#prices-highlight-best .benefits-list {
    list-style: none;
    padding: 0;
}

#prices-highlight-best .benefits-list li {
    padding: 10px 0;
    font-size: 1.1rem;
    color: #059669;
    font-weight: 600;
}

#prices-highlight-best .best-value-card {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    border-radius: 25px;
    padding: 50px 40px;
    text-align: center;
    position: relative;
}

#prices-highlight-best .value-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #fbbf24;
    color: #1f2937;
    padding: 10px 30px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1rem;
}

#prices-highlight-best .big-pricing {
    line-height: 1;
}

#prices-highlight-best .price-tag {
    font-size: 5rem;
    font-weight: 900;
}

#prices-highlight-best .price-period {
    font-size: 1.5rem;
    opacity: 0.9;
}

#prices-highlight-best .savings-note {
    background: rgba(255, 255, 255, 0.2);
    padding: 12px 20px;
    border-radius: 10px;
    backdrop-filter: blur(10px);
}

#prices-highlight-best .save-text {
    font-weight: 700;
}

#prices-highlight-best .included-features {
    list-style: none;
    padding: 0;
    text-align: left;
}

#prices-highlight-best .included-features li {
    padding: 10px 0;
    font-size: 1.05rem;
}

#prices-highlight-best .get-started-btn {
    width: 100%;
    background: #ffffff;
    color: #667eea;
    border: none;
    padding: 18px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 15px;
}

#prices-highlight-best .get-started-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.3);
}

#prices-highlight-best .small-text {
    font-size: 0.9rem;
    opacity: 0.9;
    margin: 0;
}


/* Section: text/text-two-column-emoji */
#text-two-column-emoji .bg {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    opacity: 0.5;
}

#text-two-column-emoji .feature-item {
    display: flex;
    gap: 20px;
}

#text-two-column-emoji .emoji-badge {
    font-size: 2.5rem;
    line-height: 1;
    min-width: 60px;
}


/* Section: contact/contact-inline-form */
#contact-inline-form .bg {
    background-image: url('../images/gallery/bg-43.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity:0.45;
}

#contact-inline-form .form-control {
	border: 3px solid #000;
	border-radius: 0px;
	padding: 14px 20px;
	background: #ffffff;
	transition: all 0.3s ease;
}

#contact-inline-form .form-control:focus {
	border-color: #0891b2;
	box-shadow: 0 0 0 5px rgba(6, 182, 212, 0.1);
	outline: none;
}

#contact-inline-form .btn { border: 2px solid #007bff; background: #007bff; color: #fff; padding: 12px 30px; cursor: pointer; }

#contact-inline-form .btn:hover {
	background: #007bff;
	transform: translateY(-3px);
	box-shadow: 0 10px 20px rgba(6, 182, 212, 0.3);
}


/* Section: footers/footer-columns-wide */
#footer-columns-wide .bg {
    background: #f9fafb;
    opacity: 1;
}

#footer-columns-wide .company-desc {
    color: #6b7280;
    line-height: 1.7;
}

#footer-columns-wide .award-line {
    color: #4b5563;
    margin-bottom: 8px;
    font-weight: 500;
}

#footer-columns-wide .col-title {
    color: #1f2937;
}

#footer-columns-wide .menu-col {
    list-style: none;
    padding: 0;
}

#footer-columns-wide .menu-col li {
    margin-bottom: 10px;
}

#footer-columns-wide .menu-col a {
    color: #6b7280;
    text-decoration: none;
    transition: all 0.3s ease;
}

#footer-columns-wide .menu-col a:hover {
    color: #3b82f6;
}

#footer-columns-wide .final-row {
    border-top: 1px solid #e5e7eb;
    padding-top: 30px;
}

#footer-columns-wide .final-copy {
    color: #9ca3af;
    margin: 0;
}

#footer-columns-wide .social-row {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

@media (max-width: 767px) {
    #footer-columns-wide .social-row {
        justify-content: flex-start;
    }
}

#footer-columns-wide .s-link {
    width: 38px;
    height: 38px;
    background: #e5e7eb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    text-decoration: none;
    transition: all 0.3s ease;
}

#footer-columns-wide .s-link:hover {
    background: #3b82f6;
    color: #ffffff;
}


/* 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;
    }
}


