/* ================= FOOTER STYLES ================= */
.custom-footer {
    background-color: #111111;
    font-family: 'Outfit', sans-serif;
}

/* Secondary Text adjustments */
.custom-footer .text-secondary {
    color: #a0a0a0 !important;
    font-size: 15px;
    line-height: 1.8;
}

/* 1. Contact Information */
.contact-list li {
    font-size: 15px;
    letter-spacing: 0.5px;
}

.contact-list i {
    width: 20px;
    text-align: center;
}

/* 2. Services Links */
.footer-links li {
    margin-bottom: 14px;
}

.footer-links a {
    color: #a0a0a0;
    text-decoration: none;
    transition: 0.3s ease;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
}

.footer-links a i {
    font-size: 11px;
    transition: 0.3s ease;
}

.footer-links a:hover {
    color: #ffffff;
}

.footer-links a:hover i {
    color: #d89f0f;
    transform: translateX(4px); /* Hover arrow animation */
}

/* 3. Newsletter Input Group */
.newsletter-group {
    border-radius: 4px;
    overflow: hidden;
    height: 50px;
}

.newsletter-group .input-group-text {
    color: #333;
    background-color: #fff;
}

.newsletter-group input {
    font-size: 14px;
    background-color: #fff !important;
    color: #333;
}

.newsletter-group input::placeholder {
    color: #aaa;
    font-weight: 500;
}

.newsletter-group .btn-warning {
    background-color: #d89f0f;
    border-color: #d89f0f;
    transition: 0.3s;
}

.newsletter-group .btn-warning:hover {
    background-color: #b3820a;
}

/* 4. Instagram Feed Images */
.insta-feed img {
    width: 100%;
    height: 75px;
    object-fit: cover;
    border-radius: 2px;
    transition: 0.3s;
    cursor: pointer;
}

.insta-feed img:hover {
    opacity: 0.7;
}

/* ================= FOOTER BOTTOM BAR (Yellow) ================= */
.footer-bottom {
    background-color: #d89f0f;
}

.social-links-bottom a {
    color: #ffffff;
    text-decoration: none;
    margin-left: 24px;
    font-size: 16px;
    transition: 0.3s;
}

.social-links-bottom a:hover {
    color: #111111; /* Hover pe black honge icons */
}
