.sections.nav-sections {
    z-index: 1;
}
a.logo {
    z-index: 1;
}
.block.block-search {
    z-index: 1;
}
.main_container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.content_title {
    margin-bottom: 32px;
}

.widget_title {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    color: rgb(17, 17, 17);
    text-wrap: balance;
    line-height: 1.32;
    text-align: center;
}

/* Header CSS */

.main_container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.header_container {
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    margin-bottom: 20px;
}

.header_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(246, 246, 248);
    padding: 24px;
}

.header_info_container {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.header_heading_container {
    display: flex;
    align-items: center;
    gap: 6px;
}

.header_icon_container {
    height: 32px;
}

svg.injected-svg {
    transition: fill 0.2s;
    display: block;
    object-fit: contain;
    height: 32px;
    background: none;
}

.header_text_container {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: rgb(17, 17, 17);
    text-transform: capitalize;
}

.header_rating_container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}

.rating_container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.rating_value {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: rgb(17, 17, 17);
    word-break: normal !important;
}

.review_count {
    font-size: 12px;
    line-height: 14px;
    color: rgba(17, 17, 17, 0.5);
}

.rating_bar {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
}

.rating_item_filled_star {
    position: relative;
    width: 22px;
    height: 22px;
    margin-right: 0;
}

.rating_item_filled_star_SVG {
    position: absolute;
    inset: 0px;
    margin: auto;
    line-height: 0;
}

.rating_item_filled_star_SVG svg {
    position: static !important;
    width: 100% !important;
    height: 100% !important;
}

.rating_item_filled_star_SVG_unfilled {
    position: absolute;
    inset: 0px;
    margin: auto;
    line-height: 0;
}

.rating_item_filled_star_SVG_unfilled svg {
    position: static !important;
    width: 100% !important;
    height: 100% !important;
}

.rating_item_filled_star_SVG path {
    fill: rgb(252, 191, 2) !important;
}

.header_review_button,
.slider_readmore_button {
    display: inline-flex;
    position: relative;
    max-width: 100%;
    height: 100%;
}

a.buttonbase_container,
a.slide_buttonbase_container {
    position: relative;
    height: fit-content;
    width: fit-content;
    max-width: 100%;
    padding: 0px;
    line-height: 1.32;
    cursor: pointer;
    box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    border-style: solid;
    border-radius: 24px;
    border-color: rgba(0, 0, 0, 0);
    font-family: inherit;
    font-weight: bold;
    font-size: 14px;
    border-width: 2px;
}

span.button_overlay,
span.readmore_button_overlay {
    padding: 7px 19px;
    border-radius: calc(22px);
    background-color: rgba(0, 0, 0, 0);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

span.button_ellipsis,
span.readmore_button_ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Header CSS */

/* Content CSS */
.carousel_container {
    max-width: 100%;
    display: grid;
    grid-template-columns: minmax(0px, 1fr);
}

.carousel_layout {
    width: 100%;
}

.carousel_layout_container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
}

.carousel_outer {
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
}

.carousel_inner {
    position: relative;
    z-index: 1;
    max-width: 100%;
    overflow: hidden;
    flex: 1 1 0%;
}

.carousel_swiper_wrapper {
    width: 100%;
}

.carouselitem_container,
.review_container {
    height: auto !important;
}

.review_container {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.review_background_container {
    display: flex;
    flex-direction: column;
    position: relative;
    box-sizing: border-box;
    flex-grow: 1;
    transition: background-color 0.1s;
    border-radius: 8px;
    padding: 24px;
    border: 1px solid transparent;
}

.review_author_block {
    display: flex;
    flex-wrap: nowrap;
    max-width: 100%;
    gap: 12px;
    margin-bottom: 16px;
}

a.review_link_container {
    color: inherit;
    max-width: 100%;
    text-decoration: none;
    position: static !important;
    border: none !important;
    align-self: flex-start;
}

.review_avatar_container {
    width: 40px;
    height: 40px;
    position: relative;
    align-self: flex-start;
}

.avatar_container {
    position: relative;
    width: 40px;
    height: 40px;
    box-shadow: rgba(17, 17, 17, 0.1) 0px 0px 2px inset;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
}

.avatar_background {
    width: inherit;
    height: inherit;
    transition: opacity 1s ease-out;
    background-color: rgb(210, 210, 210);
    opacity: 1;
    border-radius: 50%;
    overflow: hidden;
}

.avatar_background img {
    object-fit: cover;
    display: inline-block !important;
    position: static !important;
    margin: 0px !important;
    padding: 0px !important;
    max-width: none !important;
    height: inherit !important;
    width: inherit !important;
    visibility: visible !important;
}

svg.Avatar__StyledAvatarStub-sc-9d0a3709-3.dBYoIr,
img.Avatar__StyledAvatarStub-sc-9d0a3709-3.dBYoIr {
    display: inline-block !important;
    position: static !important;
    margin: 0px !important;
    padding: 0px !important;
    max-width: none !important;
    height: inherit !important;
    width: inherit !important;
    background: none;
}

.review_source_icon_container {
    bottom: -6px;
    right: -6px;
    position: absolute !important;
}

.icon_container {
    width: 24px;
    height: 24px;
}

.icon_container>div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: inherit;
    height: inherit;
}

.icon_container>div>svg {
    transition: fill 0.2s;
    display: block;
    object-fit: contain;
    width: 24px;
    height: 24px;
}

.review_author_block_info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0px;
    max-width: 100%;
    gap: 4px;
}

a.review_link_container_block {
    max-width: 100%;
    text-decoration: none;
    position: static !important;
    border: none !important;
    display: flex;
    align-items: center;
    text-align: left;
    gap: 5px;
    color: rgb(17, 17, 17) !important;
    align-self: flex-start;
}

span.review_author_name {
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}

.review_verified_badge {
    display: flex;
}

.review_verified_badge svg {
    width: 14px;
    height: 14px;
}

.review_info_container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 12px;
    line-height: 16px;
    color: rgba(17, 17, 17, 0.5);
}

.review_info_source {
    white-space: pre;
    display: inline-flex;
}

.date_time {
    display: inline;
    cursor: default;
}

.review_align_container {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: flex-start;
}

.rating_block_container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin-bottom: 6px;
}

.rating_bar_container {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
}

.rating_item_filled_star_svg_content {
    position: relative;
    width: 18px;
    height: 18px;
    margin-right: 0px;
}

.rating_item_filled_star_SVG_review {
    position: absolute;
    inset: 0px;
    margin: auto;
    line-height: 0;
    clip-path: inset(0px 0% 0px 0px);
}

.rating_item_filled_star_SVG_review svg {
    position: static !important;
    width: 100% !important;
    height: 100% !important;
    background: none;
}

.rating_item_filled_star_SVG_review path {
    fill: rgb(252, 191, 2) !important;
}

.review_block_content {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-size-adjust: 100%;
    font-size: 16px;
    line-height: 23px;
    color: rgb(17, 17, 17);
    flex-grow: 1;
}

.review_text_content {
    flex-grow: 1;
}

.simple_shortener_outer {
    position: relative;
    overflow: hidden;
    transition-duration: 0s !important;
}

.review_text_control {
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    color: rgb(25, 123, 255);
}


div.popup_review_container_inner .simple_shortener_outer {
    max-height: 100%;
}

div.popup_review_container_inner .review_text_control {
    display: none;
}
/* Content CSS */

/* Slider CSS */
.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 16px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 16px !important;
}

.swiper-button-next,
.swiper-button-prev {
    width: 32px !important;
    height: 32px !important;
    background-color: rgba(17, 17, 17, 0.5) !important;
    color: #ffffff !important;
    border-radius: 50% !important;
    transition: 0.3s !important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: #000000 !important;
    transition: 0.3s !important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    display: none !important;
}

.swiper-pagination {
    margin-top: 30px;
    position: relative !important;
}

.slider_readmore_button {
    justify-content: center;
    align-items: center;
}

.swiper-pagination-bullet-active {
    background: #000000 !important;
}

/* Slider CSS */

/* Base styles */
.popup-overlay {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    animation: fadeIn 0.3s ease forwards;
    align-content: center;
}

.popup-overlay.active {
    display: block;
    animation: fadeIn 0.3s ease forwards;
}

.popup-content {
    background: #fff;
    padding: 40px;
    width: 70vw;
    max-width: 600px;
    margin: 10% auto;
    border-radius: 10px;
    position: relative;
    opacity: 0;
    transform: translateY(-20px);
    animation: slideIn 0.3s ease forwards;
}

.popup-overlay.fadeOut {
    animation: fadeOut 0.3s ease forwards;
}

.popup-content.fadeOutContent {
    animation: slideOut 0.3s ease forwards;
}

/* Close button */
span.close-popup svg {
    display: block;
    object-fit: contain;
    width: 16px;
    height: 16px;
    fill: rgba(17, 17, 17, 0.7);
}
.close-popup {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}

/* Animations */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideIn {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeOut {
    from { opacity: 1; }
    to { opacity: 0; }
}

@keyframes slideOut {
    from { opacity: 1; transform: translateY(0); }
    to { opacity: 0; transform: translateY(-20px); }
}
