/* Footer Video Background Styles */
.footer-field {
    position: relative;
    overflow: hidden;
}

.footer-video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.footer-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #05444caf;
    z-index: 2;
}

/* Footer içeriğinin z-index'ini artır */
.footer-field .container {
    position: relative;
    z-index: 3;
}

/* Footer Text Colors - Video Background Uyumlu */
.footer-field [class*="text-black"],
.footer-field [class*="text-[#0A0A1D]"],
.footer-field [class*="text-[#13243E]"] {
    color: #d7cad0 !important;
    transition: color 0.45s ease;
}

.footer-field [class*="text-black"]:hover,
.footer-field [class*="text-[#0A0A1D]"]:hover,
.footer-field [class*="text-[#13243E]"]:hover,
.footer-field a:hover [class*="text-black"],
.footer-field a:hover [class*="text-[#0A0A1D]"],
.footer-field a:hover [class*="text-[#13243E]"] {
    color: #ffffff !important;
}

/* Footer Icons */
.footer-field [class*="icon-"] {
    color: #d7cad0 !important;
    transition: color 0.45s ease;
}

.footer-field [class*="icon-"]:hover,
.footer-field a:hover [class*="icon-"] {
    color: #ffffff !important;
}

/* Footer Buttons */
.footer-field [class*="bg-[#F4F4F4]"] {
    background-color: rgba(185, 173, 178, 0.15) !important;
    color: #d7cad0 !important;
    border: 1px solid rgba(185, 173, 178, 0.3);
}

.footer-field [class*="bg-[#F4F4F4]"]:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.3);
}

/* Footer Dots */
.footer-field [class*="before:bg-[#D9D9D9]"]::before {
    background-color: rgba(185, 173, 178, 0.4) !important;
}

.footer-field [class*="before:bg-[#D9D9D9]"]:hover::before {
    background-color: #ffffff !important;
}

/* Copyright Text */
.footer-field .copyright {
    color: #d7cad0 !important;
}

.footer-field .copyright:hover,
.footer-field .copyright:hover span {
    color: #ffffff !important;
}
