.elementor-22371 .elementor-element.elementor-element-97b224e{--display:flex;}.elementor-22371 .elementor-element.elementor-element-25151ca .elementor-accordion-item{border-width:0px;}.elementor-22371 .elementor-element.elementor-element-25151ca .elementor-accordion-item .elementor-tab-content{border-width:0px;}.elementor-22371 .elementor-element.elementor-element-25151ca .elementor-accordion-item .elementor-tab-title.elementor-active{border-width:0px;}.elementor-22371 .elementor-element.elementor-element-25151ca .elementor-accordion-title{font-family:"bog", Sans-serif;font-size:15px;}.elementor-22371 .elementor-element.elementor-element-25151ca .elementor-tab-title{padding:0px 0px 0px 0px;}.elementor-22371 .elementor-element.elementor-element-25151ca .elementor-tab-content{font-family:"bog", Sans-serif;padding:0px 0px 0px 0px;}/* Start custom CSS for accordion, class: .elementor-element-25151ca *//* Styling for the 'Show More' button aligned to the left */
.readmorebtn .elementor-tab-title a {
    display: block;
    text-align: left; /* Align text to the left */
    font-weight: 400;
    transition: all 0.25s ease;
    color: #fff !important;
    background-color: #000;
    font-size: 16px !important;
    padding: 10px 25px;
    border-radius: 50px;
    border: none;
    position: relative;
    width: fit-content;
    margin-left: 0; /* Align the button to the left */
    cursor: pointer;
}

/* Button hover state */
.readmorebtn .elementor-tab-title a:hover {
    color: #000 !important;
    background-color: #fff;
    border: 1px solid #000;
}

/* Add a dropdown icon to the right of the button */
.readmorebtn .elementor-tab-title a::after {
    content: "\25BC"; /* Unicode for downward arrow */
    font-size: 12px;
    padding-left: 10px;
}

/* Hide 'Show More' when content is expanded */
.readmorebtn .elementor-tab-title.elementor-active a {
    display: none;
}

/* Change to 'Show Less' when active, aligned to the left */
.readmorebtn .elementor-tab-title.elementor-active::before {
    content: 'Read less \25B2';
    font-size: 16px;
    display: block;
    text-align: left; /* Align 'Show Less' to the left */
    font-weight: 400;
    color: #fff;
    background-color: #000;
    padding: 10px 25px;
    border-radius: 50px;
    width: fit-content;
    margin: 20px 0 0; /* Align to the left */
    cursor: pointer;
}

/* Flexbox container to align text and button to the left */
.elementor-toggle {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Align content and button to the left */
}

/* Full content section (initially hidden) */
.elementor-tab-content-6871 {
    text-align: left;
    margin-bottom: 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.7s ease;
    opacity: 0;
    visibility: hidden;
}

/* Expanded content state */
.elementor-tab-content-6871.expanded {
    max-height: 500px;
    opacity: 1;
    visibility: visible;
}

.elementor-22371 .elementor-element.elementor-element-25151ca .elementor-accordion-item{
        display: flex;
    flex-direction: column-reverse;
}/* End custom CSS */