/* Auto-generated CSS for template */

/* Section: headers/header-text-4 */
#header-text-4 .bg {
    background-image: url('../images/bg-12.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    opacity:1;
}

/* Section: benefits/benefits-4col-7 */
#benefits-4col-7 .bg-wrap {
    background-color: #F4F5F6;
}


#benefits-4col-7 .bg {
    background-image: url('../images/bg-pattern-3.png');
    background-repeat: repeat;
    background-position: center;
    background-size: 50px 50px;
    opacity:0.075;
}


/* Section: text/text-3col-3 */
#text-3col-3 .bg {

    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.1;
}


/* Section: text/text-2col-3 */
#text-2col-3 .bg {

    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.1;
}


/* Section: testimonials/testimonials-cards-grid */
#testimonials-cards-grid .bg {
    background: #f9fafb;
    opacity: 1;
}

#testimonials-cards-grid .testimonial-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
}

#testimonials-cards-grid .testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

#testimonials-cards-grid .stars {
    color: #fbbf24;
    font-size: 1.2rem;
}

#testimonials-cards-grid .testimonial-text {
    color: #4b5563;
    line-height: 1.7;
    font-style: italic;
}

#testimonials-cards-grid .author-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

#testimonials-cards-grid .author-avatar {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 700;
}

#testimonials-cards-grid .author-role {
    color: #9ca3af;
    font-size: 0.9rem;
}


/* Section: descriptions/desc-icon-grid */
#desc-icon-grid .bg {
    background: #f9fafb;
    opacity: 1;
}

#desc-icon-grid .desc-emoji {
    font-size: 3rem;
    line-height: 1;
}

#desc-icon-grid .desc-item {
    transition: all 0.3s ease;
}

#desc-icon-grid .desc-item:hover {
    transform: translateY(-5px);
}


/* Section: prices/prices-toggle-yearly */
#prices-toggle-yearly .bg {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    opacity: 0.3;
}

#prices-toggle-yearly .pricing-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-weight: 600;
}

#prices-toggle-yearly .toggle-switch {
    width: 50px;
    height: 26px;
    background: #d1d5db;
    border-radius: 50px;
    position: relative;
    cursor: pointer;
}

#prices-toggle-yearly .toggle-indicator {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #ffffff;
    border-radius: 50%;
    top: 3px;
    left: 3px;
    transition: all 0.3s ease;
}

#prices-toggle-yearly .save-badge {
    background: #10b981;
    color: #ffffff;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 0.8rem;
    margin-left: 8px;
}

#prices-toggle-yearly .price-box {
    background: #ffffff;
    border-radius: 20px;
    padding: 50px 40px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
}

#prices-toggle-yearly .price-box:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

#prices-toggle-yearly .price-box.featured {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
}

#prices-toggle-yearly .emoji-badge {
    font-size: 3rem;
    margin-bottom: 20px;
}

#prices-toggle-yearly .big-price {
    font-size: 4rem;
    font-weight: 800;
    color: #f59e0b;
}

#prices-toggle-yearly .featured .big-price {
    color: #ffffff;
}

#prices-toggle-yearly .features-list {
    list-style: none;
    padding: 0;
    text-align: left;
}

#prices-toggle-yearly .features-list li {
    padding: 10px 0;
}

#prices-toggle-yearly .cta-button { border: 1px solid #007bff; background: transparent; color: #007bff; padding: 12px 30px; cursor: pointer; }

#prices-toggle-yearly .cta-button.primary {
    background: #ffffff;
    color: #667eea;
    border-color: #ffffff;
}

#prices-toggle-yearly .cta-button:hover {
    transform: scale(1.05);
}


/* Section: contact/contact-center-form */
#contact-center-form .bg {
	background-image: url('../images/bg-46.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.1;
}

#contact-center-form .form-control {
	border: none; border-bottom: 2px solid #007bff;
	border-radius: 0px;
	padding: 16px 22px;
	background: #fffbeb;
	transition: all 0.3s ease;
}

#contact-center-form .form-control:focus {
	border-color: #d97706;
	background: #ffffff;
	box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.15);
	transform: scale(1.02);
}

#contact-center-form .btn { border: 1px solid #28a745; background: transparent; color: #28a745; padding: 12px 30px; cursor: pointer; }

#contact-center-form .btn:hover {
	transform: translateY(-5px) scale(1.05);
	box-shadow: 0 15px 30px rgba(245, 158, 11, 0.4);
}


/* 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;
}


