/* Sticky Footer - Ensures footer stays at bottom on all pages */
html {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
}

.rbt-main-wrapper {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}

.rbt-footer {
    flex-shrink: 0;
    margin-top: auto;
}

/* Ensure content area takes minimum space */
.rbt-main-wrapper > *:not(.rbt-footer) {
    flex: 0 0 auto;
}

/* Add minimum height to content sections on short pages */
.rbt-section-gap,
.pt--30.pb--30,
.rbt-about-area {
    min-height: 300px;
}