/* Auto-generated CSS for template */

/* Section: headers/header-text-7 */
#header-text-7 .bg {
    background-image: url('images/bg-72.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity:0.2;
}

/* Section: team/team-4col */
#team-4col .bg-wrap {
    background-color: #F4F5F6;
}

/* Section: prices/prices-faq-combo */
#prices-faq-combo .bg {
    background: #f9fafb;
    opacity: 1;
}

#prices-faq-combo .compact-price-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 40px;
    border: 2px solid #e5e7eb;
    transition: all 0.3s ease;
    height: 100%;
}

#prices-faq-combo .compact-price-card:hover {
    border-color: #3b82f6;
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.1);
}

#prices-faq-combo .compact-price-card.highlight {
    border-color: #3b82f6;
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
}

#prices-faq-combo .compact-price {
    font-size: 2.5rem;
    font-weight: 800;
    color: #3b82f6;
    margin-bottom: 15px;
}

#prices-faq-combo .num {
    font-size: 3rem;
}

#prices-faq-combo .compact-features {
    list-style: none;
    padding: 0;
}

#prices-faq-combo .compact-features li {
    padding: 8px 0;
}

#prices-faq-combo .faq-item {
    background: #ffffff;
    padding: 25px;
    border-radius: 10px;
    border-left: 4px solid #3b82f6;
}

#prices-faq-combo .faq-question {
    color: #1f2937;
    margin-bottom: 10px;
}

#prices-faq-combo .faq-answer {
    color: #6b7280;
    margin: 0;
}


/* Section: descriptions/desc-text-7 */
#desc-text-7 .bg {
    background-image: url('images/bg-32.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity:0.85;
}


/* Section: text/text-centered-quote */
#text-centered-quote .bg {
    background: #ffffff;
    opacity: 1;
}

#text-centered-quote .quote-symbol {
    font-size: 5rem;
    color: #3b82f6;
    line-height: 1;
    font-family: Georgia, serif;
}

#text-centered-quote .stats-row {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
}

#text-centered-quote .stat-item h4 {
    color: #3b82f6;
}


/* Section: benefits/benefits-emoji-4col */
#benefits-emoji-4col .bg {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    opacity: 0.5;
}

#benefits-emoji-4col .emoji-icon {
    font-size: 3rem;
    line-height: 1;
}

#benefits-emoji-4col .benefit-card {
    background: #ffffff;
    border-radius: 15px;
    transition: all 0.3s ease;
    height: 100%;
}

#benefits-emoji-4col .benefit-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}


/* 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: contact/contact-form-2 */
#contact-form-2 .bg {
    background-position: center bottom;
    background-size: cover;
    opacity: 1;
    background-image: url(./images/bg-11.jpg);
}

#contact-form-2 .form-control {
	border: 1px solid #ccc; box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	border-radius: 0px;
	padding: 14px 18px;
	background: rgba(255, 255, 255, 0.9);
	transition: all 0.3s ease;
}

#contact-form-2 .form-control:focus {
	border-color: #059669;
	background: #ffffff;
	box-shadow: 0 4px 15px rgba(16, 185, 129, 0.2);
}

#contact-form-2 .btn { border: 2px solid #007bff; background: #007bff; color: #fff; padding: 12px 30px; cursor: pointer; }

#contact-form-2 .btn:hover {
	transform: scale(1.05);
	box-shadow: 0 8px 20px rgba(16, 185, 129, 0.35);
}


/* Section: footers/footer-gradient-wave */
#footer-gradient-wave .bg {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    opacity: 1;
}

#footer-gradient-wave {
    color: #ffffff;
}

#footer-gradient-wave .cta-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

#footer-gradient-wave .footer-btn {
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

#footer-gradient-wave .footer-btn.primary {
    background: #ffffff;
    color: #667eea;
    border: none;
}

#footer-gradient-wave .footer-btn.outline {
    background: transparent;
    color: #ffffff;
    border: 1px solid #ccc;
}

#footer-gradient-wave .footer-btn:hover {
    transform: translateY(-2px);
}

#footer-gradient-wave .footer-menu {
    list-style: none;
    padding: 0;
}

#footer-gradient-wave .footer-menu li {
    margin-bottom: 10px;
}

#footer-gradient-wave .footer-menu a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
}

#footer-gradient-wave .footer-menu a:hover {
    color: #ffffff;
}

#footer-gradient-wave .footer-base {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 30px;
    text-align: center;
}

#footer-gradient-wave .copyright-text {
    margin: 0;
    opacity: 0.8;
}

#footer-gradient-wave .copyright-text a {
    color: #ffffff;
    text-decoration: underline;
}


/* Section: cookies/cookie-floating-banner */
#cookie-floating-banner {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99999;
    max-width: 600px;
    width: calc(100% - 40px);
    animation: floatIn 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#cookie-floating-banner .cookie-floating-container {
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.05);
    position: relative;
}

#cookie-floating-banner .cookie-floating-inner {
    padding: 2rem;
    position: relative;
}

#cookie-floating-banner .cookie-float-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: #f3f4f6;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 1.5rem;
    color: #6b7280;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    line-height: 1;
    padding: 0;
}

#cookie-floating-banner .cookie-float-close:hover {
    background: #e5e7eb;
    color: #374151;
    transform: rotate(90deg);
}

#cookie-floating-banner .cookie-float-icon-wrapper {
    text-align: center;
    margin-bottom: 1rem;
}

#cookie-floating-banner .cookie-float-icon {
    display: inline-block;
    animation: bounce 2s ease-in-out infinite;
}

#cookie-floating-banner .cookie-float-content {
    text-align: center;
}

#cookie-floating-banner .cookie-float-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.75rem;
}

#cookie-floating-banner .cookie-float-description {
    font-size: 0.95rem;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 1rem;
}

#cookie-floating-banner .cookie-float-links {
    font-size: 0.85rem;
    margin-bottom: 1.5rem;
}

#cookie-floating-banner .cookie-float-links a {
    color: #7c3aed;
    text-decoration: none;
    font-weight: 500;
}

#cookie-floating-banner .cookie-float-links a:hover {
    text-decoration: underline;
}

#cookie-floating-banner .cookie-float-actions {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
}

#cookie-floating-banner .btn-float-primary,
#cookie-floating-banner .btn-float-secondary {
    padding: 0.875rem 2rem;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

#cookie-floating-banner .btn-float-primary {
    background: #28a745;
    color: #fff;
    border: 2px solid #28a745;
}

#cookie-floating-banner .btn-float-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(124, 58, 237, 0.4);
}

#cookie-floating-banner .btn-float-secondary {
    background: #28a745;
    color: #fff;
    border: 2px solid #28a745;
}

#cookie-floating-banner .btn-float-secondary:hover {
    background: #28a745;
    border-color: #fff;
}

@keyframes floatIn {
    from {
        transform: translateX(-50%) translateY(100px) scale(0.8);
        opacity: 0;
    }
    to {
        transform: translateX(-50%) translateY(0) scale(1);
        opacity: 1;
    }
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@media (max-width: 768px) {
    #cookie-floating-banner {
        bottom: 10px;
        width: calc(100% - 20px);
    }
    
    #cookie-floating-banner .cookie-floating-inner {
        padding: 1.5rem;
    }
    
    #cookie-floating-banner .cookie-float-title {
        font-size: 1.25rem;
    }
    
    #cookie-floating-banner .cookie-float-actions {
        flex-direction: column;
        width: 100%;
    }
    
    #cookie-floating-banner .btn-float-primary,
    #cookie-floating-banner .btn-float-secondary {
        width: 100%;
    }
}


