a.slide_buttonbase_container {
    position: relative;
    height: fit-content;
    width: fit-content;
    max-width: 100%;
    padding: 10px;
    line-height: 7;
    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;
}
.sections.nav-sections {
    z-index: 1;
}
a.logo {
    z-index: 1;
}
.block.block-search {
    z-index: 1;
}
.review_text_control-2 {
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    color: rgb(25, 123, 255);
}
.popup-overlay-2 {
    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-2.active {
    display: block;
    animation: fadeIn 0.3s ease forwards;
}
.popup-overlay-2.fadeOut {
    animation: fadeOut 0.3s ease forwards;
}
.popup-content-2 {
    background: #fff;
    padding: 40px;
    width: 70vw;
    max-width: 600px;
    margin: 10% auto;
    border-radius: 10px;
    position: relative;
    opacity: 1;
    transform: translateY(-20px);
    animation: slideIn 0.3s ease forwards;
}
.popup-content-2.fadeOutContent{
    animation: slideOut 0.3s ease forwards;
}
span.close-popup-2 svg {
    display: block;
    object-fit: contain;
    width: 16px;
    height: 16px;
    fill: rgba(17, 17, 17, 0.7);
}
.close-popup-2 {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}




.reviews_layout_2 {
    display: flex;
}
.layout_2_rew_title {
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}
.swiper-pagination {
    margin-top: 30px;
    position: sticky !important;
}

.company-name {
    margin-bottom: 5px;
}

.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_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 svg {
    position: static !important;
    width: 100% !important;
    height: 100% !important;
}

.rating_item_filled_star_SVG path {
    fill: rgb(252, 191, 2) !important;
}

.rating_item_filled_star_SVG {
    position: absolute;
    inset: 0px;
    margin: auto;
    line-height: 0;
}

.rating_item_filled_star_svg_content {
    position: relative;
    width: 24px;
    height: 24px;
    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;
}

.company-profile {
    background-color: #ffffff;
    padding: 20px;
    width: 250px;
    flex-shrink: 0;
}

.company-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.company-header {
    display: flex;
    align-items: center;
    gap: 12px;
}

.company-logo {
    width: 86px;
    height: 86px;
    background-color: #1e293b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.review-google-logo img {
    display: inline-block;
}
.logo-text {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}

.company-name h3 {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    margin: 0;
}

.rating-section {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 5px;
    align-items: flex-end;
}

.rating-number {
    font-size: 16px;
    font-weight: 600;
    color: #111827;
}

.review-count {
    font-size: 12px;
    color: #6b7280;
    font-weight: 400;
    margin: 0;
}

.powered-by {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
}

.review-button {
    width: 194px;
    border: none;
    border-radius: 50px;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 52px;
}
.review-card {
    border-radius: 12px;
    padding: 20px;
    flex-shrink: 0;
    height: auto;
}

.review-stars {
    display: flex;
    gap: 4px;
    margin-bottom: 16px;
    justify-content: center;
}

.review-stars .star {
    width: 16px;
    height: 16px;
}

.review-text {
    color: #1A1A1A;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    justify-content: center;
    text-align: center;
    font-weight: 400;
}

.reviewer-info {
    align-items: center;
    margin-bottom: 12px;
    text-align: center;
}

.reviewer-avatar {
    width: 40px;
    height: 40px;
    background-color: #7c3aed;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    margin: auto;
}

.reviewer-details {
    margin-top: 10px;
}

.reviewer-name {
    font-size: 16px;
    font-weight: 600;
    color: #1A1A1A;
    margin: 0 0 5px 0;
}
.review-date {
    font-size: 12px;
    color: #9ca3af;
    float: left;
    width: 100%;
    text-align: center;
}

.review-google-logo {
    text-align: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .reviews_layout_2 {
        display: flex;
        flex-wrap: wrap;
    }
}
@media (max-width: 768px) {
    .reviews_layout_2 {
        display: flex;
        flex-wrap: wrap;
    }
    .company-profile {
        padding: 10px;
        width: auto;
    }
    .review-card {
        padding: 20px;
    }

    .company-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .rating-section {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }
}

@media (max-width: 480px) {
    .reviews_layout_2 {
        flex-wrap: wrap;
    }
    .company-profile {
        padding: 10px;
        width: auto;
    }

    .review-card {
        padding: 16px;
        height: auto;
    }
    .company-logo {
        width: 40px;
        height: 40px;
    }

    .logo-text {
        font-size: 16px;
    }

    .company-name h3 {
        font-size: 16px;
    }

    .rating-number {
        font-size: 20px;
    }

    .review-button {
        padding: 10px 12px;
        font-size: 13px;
    }
}