/* Auto-generated CSS for template */

/* Section: navigations/nav-offcanvas-right-2 */
#nav-offcanvas-right-2 .bg-wrap{
    background-color: #eee;
}

/* Section: headers/header-carousel-2 */
#header-carousel-2 .bg {
    background-image: url('images/bg-67.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity:1;
}

/* Section: actions/action-img-text */
#action-img-text .bg-wrap {
    background-color: #ffbd00;
}

/* Section: prices/price-4col */
#price-4col .bg-wrap {
    background-color: #f4f5f6;
}


/* Section: testimonials/testimonials-minimal-quotes */
#testimonials-minimal-quotes .bg {
    background: linear-gradient(135deg, #ede9fe 0%, #ddd6fe 100%);
    opacity: 0.4;
}

#testimonials-minimal-quotes .quote-item {
    border-left: 4px solid #8b5cf6;
    padding-left: 30px;
}

#testimonials-minimal-quotes .quote-content {
    font-size: 1.3rem;
    color: #1f2937;
    line-height: 1.8;
    margin-bottom: 20px;
    font-style: italic;
}

#testimonials-minimal-quotes .quote-attribution {
    color: #6b7280;
    font-size: 1rem;
}

#testimonials-minimal-quotes .quote-attribution strong {
    color: #8b5cf6;
}


/* 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: contact/contact-form-halfbg */
#contact-form-halfbg .bg {
	background-image: url('images/bg-34.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	opacity: 1;
}

#contact-form-halfbg .form-control {
	border: 2px solid #e0e0e0; border-bottom: 1px solid #333;
	border-radius: 8px;
	padding: 15px 20px;
	background: rgba(139, 92, 246, 0.05);
	transition: all 0.3s ease;
}

#contact-form-halfbg .form-control:focus {
	border-color: #7c3aed;
	background: rgba(139, 92, 246, 0.1);
	box-shadow: 0 8px 25px rgba(139, 92, 246, 0.2);
}

#contact-form-halfbg .btn { border: 2px solid #ff6b6b; background: #ff6b6b; color: #fff; padding: 12px 30px; cursor: pointer; }

#contact-form-halfbg .btn::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-radius: 50%;
	background: #ff6b6b;
	transform: translate(-50%, -50%);
	transition: width 0.6s, height 0.6s;
}

#contact-form-halfbg .btn:hover::before {
	width: 300px;
	height: 300px;
}

#contact-form-halfbg .btn:hover {
	transform: scale(1.08);
	box-shadow: 0 10px 30px rgba(139, 92, 246, 0.4);
}


/* 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/cookies-slide-in */
#cookies-slide-in {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    max-width: 600px;
    width: 90%;
}

#cookies-slide-in .slide-container {
    background: #ffffff;
    border-radius: 15px 15px 0 0;
    box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.15);
}

#cookies-slide-in .slide-content {
    padding: 30px;
}

#cookies-slide-in .slide-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#cookies-slide-in .slide-btn {
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

#cookies-slide-in .slide-btn.primary {
    background: #3b82f6;
    color: #ffffff;
    border: none;
}

#cookies-slide-in .slide-btn.link {
    background: transparent;
    color: #6b7280;
    border: none;
    text-decoration: underline;
}

#cookies-slide-in .slide-btn:hover {
    opacity: 0.8;
}


