@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Montserrat:wght@400;500;600;700;800&display=swap');

body {
    padding-top: 90px;
    /* Offset for the fixed navbar */
}

/* Navbar Styles */
.navbar {
    border-bottom: 1px solid #e9ecef;
    background-color: #ffffff !important;
    min-height: 90px !important;
    padding: 12px 0 12px 0 !important;
}

.navbar-brand {
    font-size: 1.25rem;
    white-space: nowrap;
    color: #333 !important;
    font-weight: 600;
}

.navbar-brand img {
    max-height: 55px;
    width: auto;
}

/* Navigation Links */
.nav-link {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0%;
    color: #323031 !important;
    padding: 10px 24px !important;

    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-link:hover,
.nav-link.active {
    background: #F3743C;
    color: #FFFFFF !important;
}

/* Divider */
.nav-divider {
    color: #F3743C;
    font-weight: 400;
    font-size: 14px;
    padding: 0 10px;
}

/* Enroll Link */
.navbar-nav .nav-link.enroll-link {
    color: #F3743C !important;
    background: transparent !important;
}

.navbar-nav .nav-link.enroll-link:hover,
.navbar-nav .nav-link.enroll-link:focus,
.navbar-nav .nav-link.enroll-link:active {
    color: #F3743C !important;
    background: transparent !important;
    box-shadow: none !important;
}

/* Remove list styling */
.navbar-nav {
    list-style: none !important;
    gap: 5px;
}

.nav-item {
    list-style: none !important;
}

/* Mobile Social Media Icons */
.mobile-social-icons {
    display: none;
    gap: 12px;
    padding: 1rem 0;
    border-top: none;
    margin-top: 0.5rem;
}

.mobile-social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f5f5f5;
    transition: all 0.3s ease;
}

.mobile-social-icons a:hover {
    background: #F3743C;
}

.mobile-social-icons a:hover svg {
    stroke: #ffffff;
}

.mobile-social-icons svg {
    width: 18px;
    height: 18px;
    stroke: #898989;
}

/* Mobile Responsive Styles */
@media (max-width: 991.98px) {
    body {
        padding-top: 100px;
    }

    body.navbar-open {
        overflow: hidden;
    }

    .navbar {
        min-height: 100px !important;
    }

    .navbar-collapse {
        padding-top: 1rem;
        padding-bottom: 0.5rem;
        position: fixed;
        top: 90px;
        left: 0;
        right: 0;
        bottom: 0;
        height: calc(100vh - 90px);
        background-color: #ffffff;
        overflow-y: auto;
        z-index: 1040;
        display: none !important;
    }

    .navbar-collapse.show {
        display: block !important;
    }

    .nav-link {
        margin: 0.25rem 0;
        padding: 10px 48px !important;
        margin-left: 20px;
        margin-right: 20px;
        justify-content: flex-start;
    }

    .mobile-social-icons {
        display: flex;
        margin-left: 20px;
        margin-right: 20px;
    }

    .nav-divider {
        display: none;
    }

    .navbar-nav .nav-link.enroll-link {
        border-top: 1px solid #e9ecef;
        padding-top: 1rem !important;
    }
}

@media (min-width: 992px) {
    .navbar-nav {
        align-items: center !important;
    }
}

/* Footer Styles */
.footer {
    border-top: 1px solid #f0f0f0 !important;
    margin-top: 3rem !important;
}

.footer-logo {
    max-height: 80px;
    width: auto;
    margin-left: -5px;
}

.footer-heading {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #D45052;
}

.footer-text {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0%;
    color: #323031;
}

.footer-text-contact {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #323031;
}

.footer-text-opening {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0%;
    color: #323031;
    padding-bottom: 6px;
}

.footer-list li {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0%;
    color: #323031;
    padding-bottom: 8px;
}

.footer-contact-list .icon-wrapper {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #323031;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #323031;
    font-size: 0.85rem;
    flex-shrink: 0;
}

.footer-contact-list span {
    font-size: 0.95rem;
    font-weight: 600;
    color: #323031;
}

.footer-hours-list li {
    padding-right: 1.5rem;
}

.footer-hours-list .footer-text {
    font-size: 0.8rem;
    font-weight: 500;
}

.social-icons .social-icon {
    color: #b0bdc3;
    font-size: 1.25rem;
    transition: color 0.3s ease;
}

.social-icons .social-icon:hover {
    color: #35728A;
}

.footer-links li {
    margin-bottom: 0.85rem;
}

.footer-links a {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0%;
    color: #323031;
    text-decoration: none;
}

.footer-links a:hover {
    color: #F3743C;
}

.footer-copyright {
    border-top: 1px solid #f0f0f0 !important;
}

.copyright-text {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0%;
    color: #423E38;
}

@media (min-width: 992px) {
    .px-lg-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
}

/* Floating Action Buttons */
.floating-action-buttons {
    position: fixed;
    bottom: 30px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 1030;
    /* Just below the navbar if it overlaps */
}

.fab-btn {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    background: transparent;
    padding: 0;
}

.fab-btn img {
    width: 60px;
    height: 60px;
    border: none;
    object-fit: contain;
}

.fab-whatsapp {
    background-color: transparent;
    transition: transform 0.3s ease;
}

.fab-whatsapp:hover {
    transform: scale(1.1);
}

.fab-top {
    background-color: transparent;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.fab-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.fab-top:hover {
    transform: translateY(-5px);
}

@media (max-width: 768px) {
    .floating-action-buttons {
        bottom: 20px;
        right: 20px;
    }

    .fab-btn {
        width: 50px;
        height: 50px;
    }
}