/* Auto-generated CSS for template */

/* Section: navigations/nav-offcanvas-right-2 */
#nav-offcanvas-right-2 .bg-wrap{
    background-color: #eee;
}

/* 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: benefits/benefits-3col-8 */
#benefits-3col-8 .bg-wrap {
    background-color: #F2F0ED;
}


/* Section: text/text-gradient-bg */
#text-gradient-bg .bg {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    opacity: 1;
}

#text-gradient-bg .icon-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

#text-gradient-bg .icon-item {
    background: rgba(255, 255, 255, 0.2);
    padding: 12px 25px;
    border-radius: 50px;
    font-weight: 600;
    backdrop-filter: blur(10px);
}


/* Section: prices/price-modern-gradient */
#price-modern-gradient {
    background: linear-gradient(135deg, #7c3aed 0%, #a855f7 50%, #ec4899 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

#price-modern-gradient::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"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="0.5" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="0.3" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    pointer-events: none;
}

#price-modern-gradient .pricing-cards {
    position: relative;
    z-index: 2;
}

#price-modern-gradient .pricing-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 40px 30px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    height: 100%;
}

#price-modern-gradient .pricing-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    transition: left 0.6s;
}

#price-modern-gradient .pricing-card:hover::before {
    left: 100%;
}

#price-modern-gradient .pricing-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 255, 255, 0.4);
}

#price-modern-gradient .popular {
    transform: scale(1.05);
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid #ccc;
}

#price-modern-gradient .popular:hover {
    transform: scale(1.05) translateY(-15px);
}

#price-modern-gradient .popular-badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(45deg, #06d6a0, #118ab2);
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    box-shadow: 0 4px 15px rgba(6, 214, 160, 0.4);
}

#price-modern-gradient .card-header h4 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #fff;
}

#price-modern-gradient .price {
    margin-bottom: 30px;
}

#price-modern-gradient .price .currency {
    font-size: 24px;
    vertical-align: top;
    color: rgba(255, 255, 255, 0.8);
}

#price-modern-gradient .price .amount {
    font-size: 48px;
    font-weight: bold;
    color: #fff;
}

#price-modern-gradient .price .period {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
}

#price-modern-gradient .features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
    text-align: left;
}

#price-modern-gradient .features-list li {
    padding: 10px 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
}

#price-modern-gradient .btn { border: 2px solid #007bff; background: #007bff; color: #fff; padding: 12px 30px; cursor: pointer; }

#price-modern-gradient .btn-outline-primary {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.5);
    background: #007bff;
}

#price-modern-gradient .btn-outline-primary:hover {
    background: #007bff;
    color: #fff;
    border-color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.3);
}

#price-modern-gradient .btn-primary {
    background: #007bff;
    border-color: #fff;
    color: #fff;
}

#price-modern-gradient .btn-primary:hover {
    background: #007bff;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(6, 214, 160, 0.4);
}

#price-modern-gradient .btn-dark {
    background: #007bff;
    border-color: #fff;
    color: #fff;
}

#price-modern-gradient .btn-dark:hover {
    background: #007bff;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(30, 41, 59, 0.4);
}

/* 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-modern-clean */
#footer-modern-clean .bg {
    background: #1f2937;
    opacity: 1;
}

#footer-modern-clean {
    color: #d1d5db;
}

#footer-modern-clean h5,
#footer-modern-clean .footer-title {
    color: #ffffff;
}

#footer-modern-clean .social-links {
    display: flex;
    gap: 15px;
}

#footer-modern-clean .social-link {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

#footer-modern-clean .social-link:hover {
    background: #3b82f6;
    transform: translateY(-3px);
}

#footer-modern-clean .footer-links {
    list-style: none;
    padding: 0;
}

#footer-modern-clean .footer-links li {
    margin-bottom: 12px;
}

#footer-modern-clean .footer-links a {
    color: #d1d5db;
    text-decoration: none;
    transition: all 0.3s ease;
}

#footer-modern-clean .footer-links a:hover {
    color: #3b82f6;
    padding-left: 5px;
}

#footer-modern-clean .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
    text-align: center;
}

#footer-modern-clean .copyright {
    margin: 0;
    color: #9ca3af;
}


/* Section: cookies/cookies-corner-card */
#cookies-corner-card {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

#cookies-corner-card .corner-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 25px;
    max-width: 350px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

#cookies-corner-card .corner-text {
    font-size: 0.9rem;
    color: #6b7280;
    line-height: 1.6;
}

#cookies-corner-card .corner-text a {
    color: #3b82f6;
    text-decoration: underline;
}

#cookies-corner-card .corner-buttons {
    display: flex;
    gap: 10px;
}

#cookies-corner-card .corner-btn {
    flex: 1;
    padding: 10px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

#cookies-corner-card .corner-btn.accept { border: 3px solid #000; background: #fff; color: #000; padding: 10px 25px; cursor: pointer; margin: 5px; }

#cookies-corner-card .corner-btn.settings {
    background: #f3f4f6;
    color: #4b5563;
    border: none;
}

#cookies-corner-card .corner-btn:hover {
    transform: translateY(-2px);
}


