.hero-about {
            background: url('../assets/laxHotel1.jpg') center center/cover no-repeat;
            min-height: 450px;
            color: #fff;
            position: relative;
        }
        .hero-about::after {
            content: "";
            position: absolute;
            inset: 0;
            background: rgba(34, 49, 63, 0.6);
        }
        .hero-content {
            position: relative;
            z-index: 2;
            padding: 80px 0 60px 0;
        }
        @media (max-width: 767px) {
            .hero-content { padding: 40px 0 30px 0; }
        }

        .about-us-section img {
            border-radius: 12px;
            box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
        }

        .btn-outline-dark{

  color: #0a6847 !important;
    border-color: #0a6847 !important;
    background: transparent !important;
    font-weight: 600;
    padding: 0.4em 1.2em;
    border-radius: 24px;
    transition: background 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.btn-outline-dark:hover,
.btn-outline-dark:focus {
    background: #16a34a !important;
    color: #fff !important;
    border-color: #16a34a !important;
    box-shadow: 0 4px 16px 0 rgba(22,163,74,0.12);
}
.page-item.active .page-link {
    background-color: #16a34a !important;
    border-color: #16a34a !important;
    color: #fff !important;
}
.page-link {
    color: #16a34a;
}
.page-link:hover {
    color: #fff;
    background-color: #16a34a;
    border-color: #16a34a;
}

