/* Footer Styles */
.custom-site-footer {
    background-color: #014421;
    padding: 25px 0;
    margin-top: 50px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.copyright-text {
    color: #ffffff;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}

.copyright-text a {
    color: #C9A66B;
    text-decoration: none;
    font-weight: 600;
    transition: opacity 0.3s ease;
}

.copyright-text a:hover {
    opacity: 0.8;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .copyright-text {
        font-size: 12px;
    }
}
/* Footer link hover fix */
.custom-site-footer a,
.custom-site-footer a:visited {
  color: #C9A66B !important;
}

.custom-site-footer a:hover,
.custom-site-footer a:focus {
  color: #ffffff !important;   /* ya #C9A66B agar hover pe bhi same rakhna ho */
  opacity: 1 !important;
  text-decoration: underline;
}
