#header-modal-text .bg {
    background-image: url('../images/bg-83.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity:1;
}#desc-halfbg-text-6 .bg-wrap {
    background: #444444;
}
#desc-halfbg-text-4 .bg-wrap {
    background-color: #f4f5f6;
}#contact-text-form .bg {
	background-image: url('../images/bg-3.webp');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom right;
	opacity: 0.15;
}﻿#cookies-corner-card {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

#cookies-corner-card .corner-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 25px;
    max-width: 350px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

#cookies-corner-card .corner-text {
    font-size: 0.9rem;
    color: #6b7280;
    line-height: 1.6;
}

#cookies-corner-card .corner-text a {
    color: #3b82f6;
    text-decoration: underline;
}

#cookies-corner-card .corner-buttons {
    display: flex;
    gap: 10px;
}

#cookies-corner-card .corner-btn {
    flex: 1;
    padding: 10px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

#cookies-corner-card .corner-btn.accept { border: 3px solid #000; background: #fff; color: #000; padding: 10px 25px; cursor: pointer; margin: 5px; }

#cookies-corner-card .corner-btn.settings {
    background: #f3f4f6;
    color: #4b5563;
    border: none;
}

#cookies-corner-card .corner-btn:hover {
    transform: translateY(-2px);
}
#footer-minimal-centered .bg {
    background: #f9fafb;
    opacity: 1;
}

#footer-minimal-centered .brand-name {
    color: #1f2937;
}

#footer-minimal-centered .footer-nav {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

#footer-minimal-centered .footer-nav a {
    color: #6b7280;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

#footer-minimal-centered .footer-nav a:hover {
    color: #3b82f6;
}

#footer-minimal-centered .social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

#footer-minimal-centered .icon-link {
    width: 35px;
    height: 35px;
    background: #e5e7eb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    text-decoration: none;
    transition: all 0.3s ease;
}

#footer-minimal-centered .icon-link:hover {
    background: #3b82f6;
    color: #ffffff;
}

#footer-minimal-centered .footer-note {
    color: #9ca3af;
    margin: 0;
}
