    #mainCarousel {
        margin-top: 0;
    }
    .carousel-item img {
        max-height: 450px;
        object-fit: cover;
    }

    .flipdown {
        margin: 40px auto;
    }

    .flipdown .rotor,
    .flipdown .rotor-top,
    .flipdown .rotor-leaf-front,
    .flipdown .rotor-leaf-rear {
        background-color: #009028 !important;
        color: #ffffff !important;
        font-weight: bold;
        border-radius: 6px;
        box-shadow: inset 0 0 5px rgba(0, 214, 82, 0.76);
    }

    .flipdown .rotor-group-heading::before {
        display: none !important;
    }

    .flipdown .rotor-group-heading {
        color: #ff9900;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 6px;
        text-align: center;
    }

    .flipdown .rotor-group {
        background-color: #ffffff;
        border-radius: 8px;
    }

    .flipdown.flipdown__theme-dark .rotor-bottom,
    .flipdown.flipdown__theme-dark .rotor-leaf-rear {
        background-color: #009028 !important;
    }

   @media (max-width: 576px) {
    .flipdown {
        transform: scale(0.85);
        transform-origin: center;
        margin-top: 20px;
    }
}
