/* Auto-generated CSS for template */

/* Section: headers/header-img-slogan-btn-img */
#header-img-slogan-btn-img .bg-wrap {
    background-color: #F2F0ED;
}

#header-img-slogan-btn-img .bg {
    background-image: url('../images/gallery/bg-pattern-3-primary.png');
    background-size: 50px 50px;
    background-repeat: repeat;
    background-position: right top;
    opacity: 0.33;
}


/* 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: descriptions/desc-img-text-4 */
#desc-img-text-4 .bg-wrap {
    background-color: #F4F5F6;
}


/* Section: benefits/benefits-3col-10 */
#benefits-3col-10 .bg {
    background-image: url('../images/gallery/bg-59.jpg');
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    opacity:0.075;
}


/* Section: testimonials/testimonials-cards-grid */
#testimonials-cards-grid .bg {
    background: #f9fafb;
    opacity: 1;
}

#testimonials-cards-grid .testimonial-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
}

#testimonials-cards-grid .testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

#testimonials-cards-grid .stars {
    color: #fbbf24;
    font-size: 1.2rem;
}

#testimonials-cards-grid .testimonial-text {
    color: #4b5563;
    line-height: 1.7;
    font-style: italic;
}

#testimonials-cards-grid .author-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

#testimonials-cards-grid .author-avatar {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 700;
}

#testimonials-cards-grid .author-role {
    color: #9ca3af;
    font-size: 0.9rem;
}


/* Section: prices/price-2col */
#price-2col .bg-wrap {
    background-color: #f4f5f6;
}


/* Section: team/team-2col-2 */
#team-2col-2 .bg {
    background-image: url(../images/gallery/bg-pattern-3-secondary.png);
    background-repeat: repeat;
    background-size: 40px 40px;
    opacity: 0.5;
}


/* Section: contact/contact-form */
#contact-form .bg {
	background-image: url('../images/gallery/bg-31.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom right;
	opacity: 0.1;
}

#contact-form .form-control {
	border: 3px solid #000;
	border-radius: 0px;
	padding: 15px 20px;
	transition: all 0.3s ease;
}

#contact-form .form-control:focus {
	border-color: #2563eb;
	box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
	transform: translateY(-2px);
}

#contact-form .btn { border: 2px solid #dc3545; background: #dc3545; color: #fff; padding: 12px 30px; cursor: pointer; }

#contact-form .btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 25px rgba(59, 130, 246, 0.3);
}


/* 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;
    }
}





/* Cookie Alert Styles */
.cookie-alert {
    z-index: 9999;
}

.cookie-center-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cookie-overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
}

.cookie-modal-content {
    position: relative;
    background: #ffffff;
    border-radius: 12px;
    padding: 40px;
    max-width: 500px;
    width: 90%;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    text-align: center;
    z-index: 10000;
}

.cookie-modal-title {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.cookie-modal-text {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 25px;
}

.cookie-modal-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.btn-modal-accept {
    background: #007bff;
    color: #ffffff;
    border: none;
    padding: 12px 30px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.btn-modal-accept:hover {
    background: #0056b3;
    color: #ffffff;
}

.fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.cookie-corner {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.cookie-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 25px;
    max-width: 350px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.cookie-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 0 0 15px 0;
}

.cookie-description {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.btn-cookie-primary {
    background: #007bff;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-cookie-primary:hover {
    background: #0056b3;
    color: #ffffff;
}

.cookie-floating {
    position: fixed;
    bottom: 20px;
    left: 20px;
}

.cookie-floating-container {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px;
    max-width: 400px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
}

.cookie-float-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.cookie-float-description {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.cookie-float-btn {
    background: #28a745;
    color: #ffffff;
    border: none;
    padding: 10px 25px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cookie-float-btn:hover {
    background: #218838;
}

.cookie-glass-wrapper {
    padding: 20px;
}

.cookie-glass-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.cookie-glass-content {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cookie-glass-emoji {
    font-size: 32px;
}

.cookie-glass-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 0 0 5px 0;
}

.cookie-glass-subtitle {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.cookie-glass-btn {
    background: #28a745;
    color: #ffffff;
    border: none;
    padding: 10px 25px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    margin-left: auto;
}

.cookie-minimal-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

.cookie-icon {
    font-size: 24px;
}

.cookie-text {
    margin: 0;
    color: #333;
    font-size: 14px;
}

.btn-minimal {
    background: #007bff;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 768px) {
    .cookie-modal-content {
        padding: 30px 20px;
        max-width: 95%;
    }
    
    .cookie-corner, .cookie-floating {
        bottom: 10px;
        left: 10px;
        right: 10px;
    }
    
    .cookie-card, .cookie-floating-container {
        max-width: 100%;
    }
}
