body {
            display: flex;
            flex-direction: column;
            min-height: 100vh;
        }
        .content {
            flex: 1 0 auto;
        }
        .nav-link:hover { color: #006f87 !important; }
        .sticky-top {
            position: sticky;
            top: 0;
            z-index: 1020;
        }
        .sticky-bottom {
            position: sticky;
            bottom: 0;
            z-index: 1020;
        }
        .text-primary{
            color: #084a2c!important;
        }
        .navbar {
            background-color: white !important;
            box-shadow: 0 2px 4px rgba(0,0,0,.1);
        }
        .footer-custom {
            background-color: #084a2c;
        }
        .text-custom { color: #084a2c; }
        .nav-link:hover { color: #084a2c !important; }
        .btn-primary,
        .btn-outline-primary {
            background-color: #006f87;
            border-color: #006f87;
            color: white;
        }
        .btn-primary:hover,
        .btn-outline-primary:hover {
            background-color: #063b23;
            border-color: #063b23;
            color: white;
        }
        .btn-outline-primary {
            background-color: transparent;
            border-width: 2px;
            color: #063b23;
        }

        .btn-custom { background-color: #006f87; border-color: #006f87; color: white; }
        .btn-custom:hover { background-color: #005a6d; border-color: #005a6d; color: white; }