/* Footer Styles with Blue and Orange Gradient */
.custom-footer {
    /* background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-orange) 100%); */
    background-color: #bcebf3 ;
    color: var(--primary-black);
    padding: 2.5rem 0 1rem;
    font-size: 0.9rem;
}

.footer-heading {
    color: var(--primary-black);
    font-weight: 600;
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: 0.5rem;
    font-size: 1.1rem;
}

.footer-heading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background-color: #ce8430;
}

.footer-text {
    color: var(--primary-black);
    line-height: 1.6;
    margin-bottom: 1.2rem;
    font-size: 0.9rem;
    opacity: 0.9;
}

.contact-info-info {
    margin-top: 1.2rem;
}

.footer-contact {
    color: var(--primary-black);
    margin-bottom: 0.7rem;
    display: flex;
    gap: 8px;
    align-items: flex-start;
    text-align: left;
    text-decoration: none !important;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    opacity: 0.9;
}

.footer-contact:hover {
    color: var(--primary-black);
    font-weight: 600;
    opacity: 1;
    transform: translateX(5px);
}

.footer-contact i {
    color: var(--primary-black) !important;
    margin-right: 10px;
    min-width: 16px;
    transition: all 0.3s ease;
}

.footer-contact:hover i {
    color: var(--primary-black) !important;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-icons {
    display: flex;
    align-items: center;
    justify-content: flex-start !important ;
    flex-direction: row;
    gap: 12px;
}

.social-icon {
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    font-size: 1.1rem;
    border-radius: 7px;
    text-decoration: none;
    background: var(--primary-black);
    transition: all 0.3s ease;
}

.social-icon:hover {
    color: var(--primary-black);
    background: #ce8430;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.social-heading {
    color: var(--primary-black);
    font-weight: 600;
    margin-bottom: 0.8rem;
    font-size: 1rem;
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    color: var(--primary-black);
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    padding-left: 0;
    font-size: 0.9rem;
    opacity: 0.9;
}

.footer-links a:hover {
    color: var(--primary-black);
    padding-left: 15px;
    text-decoration: underline;
    font-weight: 600;
    opacity: 1;
}

.footer-links a::before {
    content: '›';
    position: absolute;
    left: -15px;
    opacity: 0;
    transition: all 0.3s ease;
    color: #ce8430;;
}

.footer-links a:hover::before {
    left: 0;
    opacity: 1;
      color: var(--primary-black);
}

.office-hours {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 1rem;
    border: 2px solid #e7cfab  ; 
    /* border: 2px solid #ce8430; */
    border-radius: 8px;
    margin-bottom: 1rem;
    backdrop-filter: blur(10px);
}

.hour-row {
    display: flex;
    justify-content: space-between;
    padding: 0.4rem 0;
    border-bottom: 1px solid var(--primary-blue);
    font-size: 0.9rem;
}

.hour-row:last-child {
    border-bottom: none;
}

.day {
    color: var(--primary-black);
    font-weight: 500;
}

.time {
    color: var(--primary-black);
    font-weight: 600;
    opacity: 0.9;
}

.appointment-section-footer {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 1.2rem;
    border-radius: 8px;
    border: 2px solid #96d5e0;
    backdrop-filter: blur(10px);
}

.appointment-btn-footer {
    background: linear-gradient(135deg, var(--primary-blue), #ce8430);
    color: var(--white);
    padding: 0.8rem 1.8rem;
    border: 2px solid transparent;
    border-radius: 8px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

/* .appointment-btn-footer {
    background: var(--primary-black);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    color: var(--white);
    border-color: #ce8430;;
} */
.appointment-btn-footer:hover {
     background: var(--primary-black);
    color: var(--white);
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4);
}   
.copyright-section {
    border-top: 2px solid #ce8430;;
    padding-top: 1.2rem;
    margin-top: 2rem;
}
.footer-logo {
    margin-bottom: 1.5rem;
}

.footer-logo-img {
    height: 80px;
    width: 170px;
    border-radius: 5px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.copyright-text {
    color: var(--primary-black);
    margin: 0;
    font-size: 0.85rem;
    text-decoration: none;
    font-weight: 600;
    opacity: 0.9;
}

.copyright-text:hover {
    color: #ce8430;;
    opacity: 1;
}

.footer-link {
    color: var(--primary-black);
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.85rem;
    font-weight: 600;
    opacity: 0.9;
}

.footer-link:hover {
    color:#ce8430;;
    text-decoration: underline;
    opacity: 1;
}

.separator {
    color: var(--primary-black);
    margin: 0 10px;
    opacity: 0.7;
}

/* Responsive Styles */
@media (max-width: 991.98px) {
    .custom-footer {
        padding: 2rem 0 1rem;
    }
    
    .footer-heading {
        margin-top: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .hour-row {
        flex-direction: column;
        text-align: center;
        gap: 0.2rem;
    }
    
    .copyright-section {
        text-align: center;
    }
    
    .copyright-section .text-md-end {
        text-align: center !important;
        margin-top: 0.5rem;
    }
    
    .social-icons {
        justify-content: center;
    }
    
    .footer-contact {
        justify-content: flex-start;
        text-align: left;
    }
}

@media (max-width: 576px) {
    .footer-heading {
        font-size: 1rem;
    }
    
    .footer-text, .footer-contact, .footer-links a {
        font-size: 0.85rem;
    }
    
    .appointment-btn-footer {
        padding: 0.7rem 1.5rem;
        font-size: 0.85rem;
    }
    
    .social-icon {
        height: 30px;
        width: 30px;
        font-size: 1rem;
    }
}