/* Auto-generated CSS for template */

/* Section: headers/header-text-8 */
#header-text-8 .bg {
    background-image: url('../images/gallery/bg-82.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity:0.75;
}

/* Section: actions/action-text-btn-img */
#action-text-btn-img .bg-wrap {
    background-color: #A2AAB1;
}


/* Section: text/text-alternating */
#text-alternating .bg {
    background: #ffffff;
    opacity: 1;
}

#text-alternating .feature-box {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    padding: 40px;
    border-radius: 15px;
    border-left: 4px solid #3b82f6;
}

#text-alternating .feature-box p {
    color: #1e40af;
    font-weight: 600;
}


/* Section: contact/contact-center-form */
#contact-center-form .bg {
	background-image: url('../images/gallery/bg-46.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.1;
}

#contact-center-form .form-control {
	border: none; border-bottom: 2px solid #007bff;
	border-radius: 0px;
	padding: 16px 22px;
	background: #fffbeb;
	transition: all 0.3s ease;
}

#contact-center-form .form-control:focus {
	border-color: #d97706;
	background: #ffffff;
	box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.15);
	transform: scale(1.02);
}

#contact-center-form .btn { border: 1px solid #28a745; background: transparent; color: #28a745; padding: 12px 30px; cursor: pointer; }

#contact-center-form .btn:hover {
	transform: translateY(-5px) scale(1.05);
	box-shadow: 0 15px 30px rgba(245, 158, 11, 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-center-modal */
#cookie-center-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

#cookie-center-modal .cookie-overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    animation: fadeIn 0.3s ease;
}

#cookie-center-modal .cookie-modal-content {
    position: relative;
    background: white;
    border-radius: 20px;
    padding: 2.5rem;
    max-width: 500px;
    width: 100%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    text-align: center;
    animation: modalSlideIn 0.4s ease;
}

#cookie-center-modal .cookie-modal-icon {
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: center;
}

#cookie-center-modal .cookie-modal-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1rem;
}

#cookie-center-modal .cookie-modal-text {
    font-size: 1rem;
    color: #666;
    line-height: 1.7;
    margin-bottom: 2rem;
}

#cookie-center-modal .cookie-modal-actions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

#cookie-center-modal .btn-modal-accept {
    padding: 1rem 2rem;
    background: #000;
    color: #fff;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 1rem;
}

#cookie-center-modal .btn-modal-accept:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(124, 58, 237, 0.4);
}

#cookie-center-modal .btn-modal-customize {
    padding: 1rem 2rem;
    background: #000;
    color: #fff;
    border: 2px solid #000;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 1rem;
}

#cookie-center-modal .btn-modal-customize:hover {
    background: #000;
}

#cookie-center-modal .cookie-modal-footer {
    font-size: 0.85rem;
    color: #999;
    margin: 0;
}

#cookie-center-modal .cookie-modal-footer a {
    color: #7c3aed;
    text-decoration: none;
}

#cookie-center-modal .cookie-modal-footer a:hover {
    text-decoration: underline;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes modalSlideIn {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 576px) {
    #cookie-center-modal .cookie-modal-content {
        padding: 2rem 1.5rem;
    }
    
    #cookie-center-modal .cookie-modal-title {
        font-size: 1.5rem;
    }
}


