/* Auto-generated CSS for template */

/* Section: headers/header-img-slogan-btn-img */
#header-img-slogan-btn-img .bg-wrap {
    background-color: #F2F0ED;
}

#header-img-slogan-btn-img .bg {
    background-image: url('images/bg-pattern-3-primary.png');
    background-size: 50px 50px;
    background-repeat: repeat;
    background-position: right top;
    opacity: 0.33;
}


/* 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: 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: descriptions/desc-text-3 */
#desc-text-3 .bg-wrap {
    background-color: #c5b9aa;
}

#desc-text-3 .bg {
    background-image: url('images/bg-76.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.03;
}


/* 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: actions/action-text */
#action-text .bg {
    background-image: url('images/bg-61.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
}


/* Section: contact/contact-img-map-text */
#contact-img-map-text .bg-wrap {
    background-color: #F2F0ED;
}

#contact-img-map-text .form-control {
	border: none; border-bottom: 2px solid #007bff;
	border-radius: 0px;
	padding: 14px 20px;
	background: #fff7ed;
	transition: all 0.3s ease;
}

#contact-img-map-text .form-control:focus {
	border-color: #f97316;
	background: #ffffff;
	box-shadow: 0 5px 18px rgba(251, 146, 60, 0.25);
}

#contact-img-map-text .btn { border: 2px solid #aa96da; background: #aa96da; color: #fff; padding: 12px 30px; cursor: pointer; }

#contact-img-map-text .btn:hover {
	transform: scale(1.06);
	box-shadow: 0 10px 25px rgba(251, 146, 60, 0.35);
}


/* 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;
}


