:root {
    --color-green-600: rgb(44, 213, 109);
    --color-green-700: #15803d;
    --color-green-400: #2ee090;
    --color-green-50: #f0fdf4;
    --color-gray-50: #f9fafb;
    --color-gray-700: #374151;
    --color-gray-600: #4b5563;
}

body {
    font-family: system-ui, -apple-system, sans-serif;
    overflow-x: hidden;
}

.navbar {
    height: 80px;
    z-index: 1000;
}

@media (min-width: 992px) {
    .navbar {
        height: 96px;
    }
}

.navbar-logo {
    height: 48px;
    width: auto;
}

@media (min-width: 992px) {
    .navbar-logo {
        height: 64px;
    }
}

.custom-link {
    color: var(--color-gray-700) !important;
    font-weight: 500;
    padding: 12px 16px !important;
    border-radius: 8px;
    transition: all 0.2s;
    display: flex;
    align-items: center;
}

.custom-link:hover {
    background-color: var(--color-gray-50);
    color: var(--color-green-600) !important;
}

.btn-icon-round {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    transition: background-color 0.2s;
}

.btn-icon-round:hover {
    background-color: #f3f4f6;
}

.btn-icon-round:hover .text-icon {
    color: var(--color-green-600);
}

.text-icon {
    color: var(--color-gray-600);
    transition: color 0.2s;
}

.profile-pill {
    background-color: var(--color-green-50);
    padding: 8px 16px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--color-green-700);
    font-weight: 500;
    font-size: 0.875rem;
}

.text-green-brand {
    color: var(--color-green-600);
}

.mobile-link {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.875rem;
    color: #111827;
    padding: 8px 12px;
    text-decoration: none;
    display: block;
}

.mobile-link-icon {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 24px;
    color: var(--color-gray-600);
    text-decoration: none;
    transition: all 0.2s;
}

.mobile-link-icon:hover {
    color: var(--color-green-600);
    background-color: var(--color-gray-50);
}

.hero-section {
    min-height: 100vh;
    padding-top: 80px;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.hero-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(17, 24, 39, 0.6), rgba(17, 24, 39, 0.3));
}

.hero-text h1 {
    font-size: 3.5rem;
    line-height: 1.1;
}

@media (min-width: 768px) {
    .hero-text h1 {
        font-size: 6rem;
    }
}

.text-green-highlight {
    color: var(--color-green-400);
}

.text-light-gray {
    color: #e5e7eb;
}

.search-wrapper {
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
}

.hero-search-input {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 64px;
    padding-right: 160px;
    font-size: 1.125rem;
    border: 2px solid transparent;
    border-radius: 12px;
    outline: none;
}

.hero-search-input:focus {
    border-color: #86efac;
    box-shadow: none;
}

@media (max-width: 991.98px) {
    #mainNavbar .navbar-collapse {
        background-color: #ffffff;
        padding: 1rem;
        border-radius: 0 0 16px 16px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    }
}

.navbar-collapse {
    transition: all 0.3s ease-in-out;
}

.search-input-icon {
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    color: #6b7280;
    height: 24px;
    width: 24px;
    pointer-events: none;
}

.btn-hero-search {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--color-green-600);
    color: white;
    padding: 12px 32px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1.125rem;
    border: none;
}

.btn-hero-search:hover {
    background-color: var(--color-green-700);
    color: white;
}

.lifestyle-banner {
    position: relative;
    width: 100%;
    background-image: url('../images/life_style_mobile.png');
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 600px;
    display: flex;
    align-items: flex-start;
}

@media (min-width: 768px) {
    .lifestyle-banner {
        background-image: url('../images/new_life_style.jpg');
        background-position: center;
        height: auto;
        padding: 8rem 0;
        align-items: center;
    }
}

.icon-lg {
    width: 56px;
    height: 56px;
    object-fit: contain;
}

.hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

.text-secondary {
    color: #4b5563 !important;
}

.img-wrapper {
    height: 220px;
    width: 100%;
    overflow: hidden;
}

.glass-badge {
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.property-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 440px;
}

.property-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.hover-link {
    transition: color 0.2s ease;
}

.hover-link:hover {
    color: #15803d !important;
    text-decoration: underline !important;
}

.tracking-wider {
    letter-spacing: 0.05em;
}

.amenity-card {
    background-color: #f9fafb;
    padding: 1.5rem;
    border-radius: 1rem;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.amenity-card:hover {
    background-color: #ffffff;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    transform: translateY(-2px);
}

.amenity-icon {
    font-size: 2.25rem;
    margin-bottom: 1rem;
    display: inline-block;
    transition: transform 0.3s ease;
}

.amenity-card:hover .amenity-icon {
    transform: scale(1.1);
}

.tracking-wider {
    letter-spacing: 0.05em;
}

.category-card {
    height: 280px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    position: relative;
}

@media (min-width: 992px) {
    .category-card {
        height: 400px;
    }
}

.category-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.active-card:hover .category-bg {
    transform: scale(1.1);
}

.active-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15) !important;
}

.grayscale {
    filter: grayscale(100%) contrast(0.9);
}

.overlay-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 60%);
}

.overlay-dark {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.icon-box {
    width: 32px;
    height: 32px;
    font-size: 0.9rem;
}

@media (min-width: 768px) {
    .icon-box {
        width: 40px;
        height: 40px;
        font-size: 1.1rem;
    }
}

.badge-overlay {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
}

.tracking-wide {
    letter-spacing: 1px;
    font-size: 0.7rem;
}

@media (max-width: 576px) {
    .category-card h4 {
        font-size: 1rem;
        line-height: 1.2;
    }
}

.video-scroll-container {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.video-scroll-container::-webkit-scrollbar {
    display: none;
}

.video-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2) !important;
}

.video-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    transition: opacity 0.3s ease;
}

.social-link-yt {
    color: #dc2626;
    transition: color 0.2s;
}

.social-link-yt:hover {
    color: #b91c1c;
}

.social-link-ig {
    color: #db2777;
    transition: color 0.2s;
}

.social-link-ig:hover {
    color: #be185d;
}

.object-fit-cover {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.footer-section {
    background-color: rgb(22, 23, 28);
    padding-top: 80px;
    padding-bottom: 30px;
    color: #e2e8f0;
}

.footer-heading {
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
}

.footer-heading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 30px;
    height: 2px;
    background-color: #2ecc71;
}

.footer-link {
    color: #94a3b8;
    text-decoration: none;
    font-size: 0.95rem;
    display: block;
    margin-bottom: 12px;
    transition: all 0.2s ease;
}

.footer-link:hover {
    color: #ffffff;
    transform: translateX(5px);
}

.newsletter-input {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: white;
    padding: 12px 20px;
    padding-right: 120px;
    border-radius: 50px;
}

.newsletter-input:focus {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #2ecc71;
    color: white;
    box-shadow: none;
}

.newsletter-input::placeholder {
    color: #64748b;
}

.social-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.social-icon:hover {
    background: #2ecc71;
    border-color: #2ecc71;
    color: white;
    transform: translateY(-3px);
}

.leading-loose {
    line-height: 1.8;
}

.footer-bottom-link:hover {
    color: #2ecc71 !important;
    text-decoration: underline !important;
}

@media (max-width: 767px) {
    .footer-section {
        padding-top: 50px;
    }

    .footer-heading {
        margin-top: 20px;
    }

    .newsletter-input {
        margin-bottom: 15px;
    }
}

.carousel-3d-container {
    margin: 0px auto;
    width: 300px;
    height: 200px;
    position: relative;
    margin-top: 100px;
    perspective: 1000px;
}

#carousel-3d {
    width: 100%;
    height: 100%;
    position: absolute;
    transform-style: preserve-3d;
    animation: rotation 25s infinite linear;
}

#carousel-3d:hover {
    animation-play-state: paused;
}

#carousel-3d figure {
    display: block;
    position: absolute;
    width: 300px;
    height: 200px;
    left: 0;
    top: 0;
    overflow: hidden;
    border-radius: 12px;
    border: 4px solid #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    background: rgb(230, 230, 230);
}

#carousel-3d figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    transition: all 0.5s ease;
    filter: grayscale(30%);
}

#carousel-3d figure img:hover {
    filter: grayscale(0%);
    transform: scale(1.1);
}

#carousel-3d figure:nth-child(1) {
    transform: rotateY(0deg) translateZ(400px);
}

#carousel-3d figure:nth-child(2) {
    transform: rotateY(40deg) translateZ(400px);
}

#carousel-3d figure:nth-child(3) {
    transform: rotateY(80deg) translateZ(400px);
}

#carousel-3d figure:nth-child(4) {
    transform: rotateY(120deg) translateZ(400px);
}

#carousel-3d figure:nth-child(5) {
    transform: rotateY(160deg) translateZ(400px);
}

#carousel-3d figure:nth-child(6) {
    transform: rotateY(200deg) translateZ(400px);
}

#carousel-3d figure:nth-child(7) {
    transform: rotateY(240deg) translateZ(400px);
}

#carousel-3d figure:nth-child(8) {
    transform: rotateY(280deg) translateZ(400px);
}

#carousel-3d figure:nth-child(9) {
    transform: rotateY(320deg) translateZ(400px);
}

@keyframes rotation {
    from {
        transform: rotateY(0deg);
    }

    to {
        transform: rotateY(360deg);
    }
}

@media (max-width: 768px) {
    .carousel-3d-container {
        width: 160px;
        perspective: 600px;
    }

    #carousel-3d figure {
        width: 160px;
        border-width: 2px;
    }

    #carousel-3d figure:nth-child(1) {
        transform: rotateY(0deg) translateZ(220px);
    }

    #carousel-3d figure:nth-child(2) {
        transform: rotateY(40deg) translateZ(220px);
    }

    #carousel-3d figure:nth-child(3) {
        transform: rotateY(80deg) translateZ(220px);
    }

    #carousel-3d figure:nth-child(4) {
        transform: rotateY(120deg) translateZ(220px);
    }

    #carousel-3d figure:nth-child(5) {
        transform: rotateY(160deg) translateZ(220px);
    }

    #carousel-3d figure:nth-child(6) {
        transform: rotateY(200deg) translateZ(220px);
    }

    #carousel-3d figure:nth-child(7) {
        transform: rotateY(240deg) translateZ(220px);
    }

    #carousel-3d figure:nth-child(8) {
        transform: rotateY(280deg) translateZ(220px);
    }

    #carousel-3d figure:nth-child(9) {
        transform: rotateY(320deg) translateZ(220px);
    }
}

.locality-card {
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: white;
}

.locality-card:not(.disabled-locality):hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
}

.img-overflow {
    overflow: hidden;
    position: relative;
    aspect-ratio: 4/3;
}

.locality-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.locality-card:hover .locality-img {
    transform: scale(1.1);
}

.disabled-locality {
    cursor: default;
    background: #f8f9fa;
}

.grayscale {
    filter: grayscale(100%);
    opacity: 0.8;
}

.coming-soon-overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(2px);
}

.section-cta {
    background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
    padding: 80px 0;
}

.cta-overlay {
    position: absolute;
    top: -50%;
    left: -20%;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
    border-radius: 50%;
    pointer-events: none;
}

.btn-light {
    color: #15803d;
    border: none;
    transition: transform 0.2s ease;
}

.btn-light:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.btn-outline-light:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #fff;
    color: #fff;
}

.testimonial-card {
    transition: transform 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
}

.testimonial-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border: 4px solid #f0fdf4;
}

.quote-icon {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 4rem;
    color: #f3f4f6;
    z-index: 0;
    line-height: 1;
}

.custom-control {
    width: 5%;
    opacity: 0.5;
}

.custom-control:hover {
    opacity: 1;
}

@media (max-width: 768px) {
    .custom-control {
        display: none;
    }
}

.ls-1 {
    letter-spacing: 1px;
    font-size: 0.85rem;
}

.breadcrumb-area {
    background: url('https://images.unsplash.com/photo-1497366216548-37526070297c?auto=format&fit=crop&q=80&w=1920') no-repeat center center/cover;
    height: 350px;
    margin-top: 80px;
    position: relative;
}

.breadcrumb-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.lead-text {
    font-size: 1.25rem;
    line-height: 1.6;
    color: #1f2937;
}

.leading-relaxed {
    line-height: 1.8;
    font-size: 1.05rem;
}

.newsletter-area {
    background-color: #15803d;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23199046' fill-opacity='0.2' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3Ccircle cx='13' cy='13' r='3'/%3E%3C/g%3E%3C/svg%3E");
}

.newsletter-form input {
    border: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.newsletter-form input:focus {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.3);
}

.form-check-input {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
}

.form-check-input:checked {
    background-color: #ffc107;
    border-color: #ffc107;
}

.bg-green-subtle {
    background-color: #f0fdf4;
}

.divider-green {
    width: 80px;
    height: 4px;
    background-color: #15803d;
    border-radius: 2px;
}

.divider-white {
    width: 80px;
    height: 4px;
    background-color: #ffffff;
    border-radius: 2px;
}

.icon-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-circle {
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-circle:hover {
    background-color: white;
    color: #15803d;
    transform: translateY(-5px);
}

.hover-border-green {
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.hover-border-green:hover {
    border-color: #86efac;
}

.accordion-button:not(.collapsed) {
    background-color: #f0fdf4;
    color: #15803d;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.1);
}

.section-contact-green {
    background-color: #16a34a;
}

.text-green-100 {
    color: #dcfce7;
}

.divider-white {
    width: 80px;
    height: 4px;
    background-color: white;
    border-radius: 2px;
}

.custom-input {
    background-color: #ffffff;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    padding: 1rem 1.25rem;
    font-size: 1.125rem;
    transition: all 0.2s ease-in-out;
}

.custom-input:focus {
    border-color: #22c55e;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.1);
    outline: none;
}

.rounded-5 {
    border-radius: 1.5rem !important;
}

.map-container {
    min-height: 400px;
}

@media (min-width: 992px) {
    .map-container {
        height: 100%;
    }
}

.lh-1 {
    line-height: 1;
}

.service-menu-item {
    transition: all 0.2s ease;
}

.service-menu-item:hover {
    transform: translateX(5px);
}

.hover-border-green:hover {
    border-color: #86efac !important;
    background-color: #f0fdf4;
}

.icon-box {
    width: 48px;
    height: 48px;
}

.rounded-4 {
    border-radius: 1rem !important;
}

.rounded-5 {
    border-radius: 1.5rem !important;
}

.min-vh-75 {
    min-height: 75vh;
}

@media (max-width: 991px) {
    .display-2 {
        font-size: 3rem;
    }

    .display-6 {
        font-size: 1.5rem;
    }
}

.mobile-nav-container {
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 16px;
    padding: 10px 16px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    max-width: 500px;
    margin: 0 auto;
}

.mobile-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #6b7280;
    padding: 8px 12px;
    border-radius: 12px;
    transition: all 0.3s ease;
    flex: 1;
}

.mobile-nav-item i {
    font-size: 1.5rem;
    margin-bottom: 2px;
    transition: transform 0.2s;
}

.mobile-nav-item span {
    font-size: 0.75rem;
    font-weight: 500;
}

.mobile-nav-item:hover,
.mobile-nav-item.active {
    color: #15803d;
    background-color: #f0fdf4;
}

.mobile-nav-item:hover i {
    transform: translateY(-2px);
}

body {
    padding-bottom: 0px;
}

@media (min-width: 992px) {
    body {
        padding-bottom: 90;
    }
}

.transition-nav {
    transition: transform 0.4s ease, opacity 0.4s ease;
    opacity: 1;
    transform: translateY(0);
}


.property-list-card .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* ================== PROPERTY LIST CARD FIX ================== */

/* --- DESKTOP VIEW (Large Screens > 992px) --- */
@media (min-width: 992px) {
    .property-list-card {
        /* CHANGED: Removed fixed height, added min-height */
        height: auto;
        min-height: 320px;
        overflow: visible;
        /* Prevents cutting off shadows/content */
    }

    /* This makes sure the Image Column and Text Column are same height */
    .property-list-card .row {
        align-items: stretch;
    }

    /* Force the image carousel to stretch to the full height of the text */
    .property-list-card .col-lg-5,
    .property-list-card .carousel,
    .property-list-card .carousel-inner,
    .property-list-card .carousel-item {
        height: 100% !important;
        min-height: 320px;
        /* Ensures image isn't too short if text is short */
    }

    /* Ensure image covers the area perfectly */
    .property-list-card .carousel-item img {
        height: 100% !important;
        object-fit: cover;
    }
}

/* --- MOBILE VIEW (Remains the same, but ensure spacing) --- */
@media (max-width: 991px) {
    .property-list-card {
        height: auto;
    }

    .property-list-card .carousel-inner {
        height: 250px;
    }

    /* Add padding to bottom of mobile card so buttons don't touch edge */
    .property-list-card .card-body {
        padding-bottom: 1.5rem;
    }
}

.nav-hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateY(100px);
}

.property-list-card {
    transition: transform 0.2s ease;
}

.property-list-card:hover {
    transform: translateY(-5px);
}

.feature-badge {
    background-color: #f3f4f6;
    color: #4b5563;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 2.5rem;
    height: 2.5rem;
    background-size: 50%, 50%;
    background-color: rgba(0, 0, 0, 0.5);
}

.badge.bg-success {
    background-color: #16a34a !important;
}

.badge.bg-primary {
    background-color: #2563eb !important;
}

.badge.bg-danger {
    background-color: #dc2626 !important;
}