.elementor-16707 .elementor-element.elementor-element-6692529 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-16707 .elementor-element.elementor-element-2b7baef > .elementor-element-populated{padding:30px 30px 0px 30px;}/* Start custom CSS for html, class: .elementor-element-6a666bd *//* Position the toggle buttons over the image */
.toggle-wrapper {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.6); /* Dark semi-transparent background */
    padding: 10px;
    border-radius: 10px;
}

/* Ensures buttons are stacked vertically */
.toggle-container {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

/* Button styles */
.toggle-option {
    background: transparent;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 12px;
    text-align: left;
    padding: 5px 10px;
    transition: 0.3s;
    display: block;
}

/* Adjust styles for screens smaller than 768px (Tablets & Mobile) */
@media screen and (max-width: 768px) {
    .toggle-option {
        font-size: 10px; /* Slightly smaller text */
        padding: 4px 8px; /* Reduce padding */
        line-height: 1.3; /* Reduce vertical spacing */
}

/* Further reduce font size for very small screens (Phones < 480px) */
@media screen and (max-width: 480px) {
    .toggle-option {
        font-size: 8px; /* Smallest size for compact fit */
    }
}

/* Active button (selected state) */
.toggle-option.active {
    color: #ddd; /* Slightly faded effect */
    font-weight: bold;
}

/* Style the image */
.image-container img {
    width: 100%;
    display: block;
}/* End custom CSS */