/* Auto-generated CSS for template */

/* Section: navigations/nav-gradient-bar */
#nav-gradient-bar {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 15px 0;
}

#nav-gradient-bar .navbar-brand {
    font-size: 1.5rem;
    letter-spacing: 2px;
}

#nav-gradient-bar .nav-link {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    padding: 10px 20px;
    transition: all 0.3s ease;
}

#nav-gradient-bar .nav-link:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
}


/* Section: benefits/benefits-3col-8 */
#benefits-3col-8 .bg-wrap {
    background-color: #F2F0ED;
}


/* Section: team/team-2col-3 */
#team-2col-3 .bg {
    background-image: url('images/bg-34.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity:0.1;
}

/* Section: benefits/benefits-4col-6 */
#benefits-4col-6 .bg-wrap {
    background-color: #f4f5f6;
}

/* Section: text/text-4col */
#text-4col .bg {
    background-image: url('images/bg-sign.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.1;
}


/* Section: prices/price-2col */
#price-2col .bg-wrap {
    background-color: #f4f5f6;
}


/* 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/cookie-minimal-bottom */
#cookie-minimal-bottom {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 -4px 30px rgba(0, 0, 0, 0.08);
    padding: 1rem 0;
}

#cookie-minimal-bottom .cookie-minimal-wrapper {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

#cookie-minimal-bottom .cookie-icon {
    font-size: 2rem;
    line-height: 1;
}

#cookie-minimal-bottom .cookie-content {
    flex: 1;
    min-width: 250px;
}

#cookie-minimal-bottom .cookie-text {
    margin: 0;
    font-size: 0.95rem;
    color: #333;
}

#cookie-minimal-bottom .cookie-text a {
    color: #7c3aed;
    text-decoration: underline;
    font-weight: 500;
}

#cookie-minimal-bottom .cookie-actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

#cookie-minimal-bottom .btn-minimal {
    padding: 0.6rem 1.5rem;
    background: #aa96da;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 2px solid #aa96da;
    font-size: 0.9rem;
}

#cookie-minimal-bottom .btn-minimal:hover {
    background: #aa96da;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(124, 58, 237, 0.3);
}

#cookie-minimal-bottom .btn-minimal-outline {
    padding: 0.6rem 1.5rem;
    background: #aa96da;
    color: #fff;
    border: 2px solid #aa96da;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

#cookie-minimal-bottom .btn-minimal-outline:hover {
    border-color: #fff;
    color: #7c3aed;
}

@media (max-width: 768px) {
    #cookie-minimal-bottom .cookie-minimal-wrapper {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    #cookie-minimal-bottom .cookie-actions {
        width: 100%;
        justify-content: center;
    }
}


