#header-text-text .bg {
    background-image: url('../images/bg-29.webp');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    opacity: 0.25;
}#desc-text-halfbg-2 .bg-wrap {
    background: #dc9f65;
}#desc-text-3 .bg-wrap {
    background-color: #c5b9aa;
}

#desc-text-3 .bg {
    background-image: url('../images/bg-76.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.03;
}
#desc-text-halfbg .bg-wrap {
    background: #333;
}
﻿#contact-inline-form .bg {
    background-image: url('../images/bg-43.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity:0.45;
}

#contact-inline-form .form-control {
	border: 3px solid #000;
	border-radius: 0px;
	padding: 14px 20px;
	background: #ffffff;
	transition: all 0.3s ease;
}

#contact-inline-form .form-control:focus {
	border-color: #0891b2;
	box-shadow: 0 0 0 5px rgba(6, 182, 212, 0.1);
	outline: none;
}

#contact-inline-form .btn { border: 2px solid #007bff; background: #007bff; color: #fff; padding: 12px 30px; cursor: pointer; }

#contact-inline-form .btn:hover {
	background: #007bff;
	transform: translateY(-3px);
	box-shadow: 0 10px 20px rgba(6, 182, 212, 0.3);
}
#cookies-detailed-panel {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    max-width: 400px;
}

#cookies-detailed-panel .panel-box {
    background: #ffffff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
}

#cookies-detailed-panel .panel-desc {
    color: #6b7280;
    font-size: 0.95rem;
}

#cookies-detailed-panel .cookie-categories {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#cookies-detailed-panel .category-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

#cookies-detailed-panel .required-badge {
    background: #fef3c7;
    color: #92400e;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
}

#cookies-detailed-panel .category-text {
    font-size: 0.85rem;
    color: #9ca3af;
    margin: 0;
}

#cookies-detailed-panel .panel-footer {
    display: flex;
    gap: 10px;
}

#cookies-detailed-panel .panel-btn {
    flex: 1;
    padding: 12px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
}

#cookies-detailed-panel .panel-btn.primary {
    background: #3b82f6;
    color: #ffffff;
    border: none;
}

#cookies-detailed-panel .panel-btn.outline {
    background: transparent;
    color: #6b7280;
    border: 1px solid #d1d5db;
}
#footer-app-style .bg {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    opacity: 1;
}

#footer-app-style .app-brand {
    color: #1f2937;
}

#footer-app-style .tagline {
    color: #6b7280;
}

#footer-app-style .footer-links-center {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

#footer-app-style .footer-links-center a {
    color: #4b5563;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

#footer-app-style .footer-links-center a:hover {
    color: #3b82f6;
}

#footer-app-style .app-badges {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    #footer-app-style .app-badges {
        justify-content: center;
    }
}

#footer-app-style .app-badge {
    background: #1f2937;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

#footer-app-style .app-badge:hover {
    background: #3b82f6;
    transform: translateY(-2px);
}

#footer-app-style .rights-text {
    color: #9ca3af;
    font-size: 0.9rem;
    margin: 0;
}
