/* Auto-generated CSS for template */

/* Section: text/text-3col */
#text-3col .bg {
    background-image: url('images/bg-sign.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.1;
}


/* Section: descriptions/desc-text-halfbg-2 */
#desc-text-halfbg-2 .bg-wrap {
    background: #68BACD;
}

/* Section: benefits/benefits-3col-3 */
#benefits-3col-3 .bg-wrap {
    background-color: #f4f5f6;
}


/* Section: prices/prices-cards-gradient */
#prices-cards-gradient .bg {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    opacity: 0.5;
}

#prices-cards-gradient .price-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    text-align: center;
    position: relative;
    height: 100%;
}

#prices-cards-gradient .price-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

#prices-cards-gradient .price-card.popular {
    border: 1px solid rgba(0,0,0,0.1);
    transform: scale(1.05);
}

#prices-cards-gradient .popular-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: #ffffff;
    padding: 8px 25px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
}

#prices-cards-gradient .price-amount {
    margin: 20px 0;
}

#prices-cards-gradient .currency {
    font-size: 1.5rem;
    vertical-align: top;
}

#prices-cards-gradient .amount {
    font-size: 3.5rem;
    font-weight: 800;
    color: #3b82f6;
}

#prices-cards-gradient .period {
    color: #6b7280;
}

#prices-cards-gradient .price-features {
    list-style: none;
    padding: 0;
    margin: 30px 0;
    text-align: left;
}

#prices-cards-gradient .price-features li {
    padding: 12px 0;
    border-bottom: 1px solid #f3f4f6;
}

#prices-cards-gradient .btn { border: 2px solid #28a745; background: #28a745; color: #fff; padding: 12px 30px; cursor: pointer; }

#prices-cards-gradient .btn-primary {
    background: #28a745;
    color: #fff;
    border: 2px solid #28a745;
}

#prices-cards-gradient .btn-outline {
    background: #28a745;
    border: 2px solid #28a745;
    color: #fff;
}


/* Section: contact/contact-text-map */
#contact-text-map .bg {
	background-image: url('images/bg-41.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 1;
}

#contact-text-map .form-control {
	border: none; border-bottom: 2px solid #007bff; box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	border-radius: 0px;
	padding: 14px 18px;
	background: #fff1f2;
	transition: all 0.3s ease;
}

#contact-text-map .form-control:focus {
	border-color: #e11d48;
	background: #ffffff;
	box-shadow: 0 6px 18px rgba(244, 63, 94, 0.2);
}

#contact-text-map .btn { border: 1px solid #7bccc4; background: #95e1d3; color: #000; padding: 12px 30px; cursor: pointer; }

#contact-text-map .btn:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 24px rgba(244, 63, 94, 0.35);
}


/* Section: cookies/cookies-banner-simple */
#cookies-banner-simple {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    padding: 15px 0;
    z-index: 9999;
}

#cookies-banner-simple .banner-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

#cookies-banner-simple .banner-msg {
    margin: 0;
    font-weight: 500;
}

#cookies-banner-simple .banner-msg a {
    color: #ffffff;
    text-decoration: underline;
    font-weight: 700;
}

#cookies-banner-simple .banner-close {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

#cookies-banner-simple .banner-close:hover {
    background: rgba(255, 255, 255, 0.3);
}


