/* Custom styles for InnerThrive Wellness Portal */

/* You can add specific custom styles here if needed */
/* For example, if you want very specific button animations or unique typography not covered by Tailwind */

/* Ensure images are responsive within content sections */
img {
    max-width: 100%;
    height: auto;
    display: block; /* Removes extra space below image */
}

/* Adjustments for iframe in Kih_health.html if you decide to load it */
/* This is just an example, if you load the content directly */
iframe {
    width: 100%;
    height: 600px; /* Adjust height as needed */
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Specific styles for the mobile menu if needed */
#mobileMenu {
    border-top: 1px solid #f0f0f0;
}