html, body {
    height: auto; /* Ensures full viewport height */
    margin: 0;    /* Resets default margin */
    padding: 0;   /* Resets default padding */
    overflow-x: hidden; /* Prevents horizontal overflow */
}

body {
    background: #fff; /* Background color of the body */
}
header.trust-hdr {
    position: fixed;
    background-color: #1c1c1c;
    width: 100%;
    z-index: 9;
    padding: 4px 74px;
}
a.navbar-brand {
    width: 15%;
}
a.navbar-brand img {
    width: 100%;
}
header.trust-hdr form {
    background: #fff;
    width: 45%;
    border-radius: 10px;
    display: flex;
}
header.trust-hdr form input {
    background: transparent;
    height: 48px;
    width: 100%;
    padding: 0px 11px;
    margin: 0;
    border: none;
}
.form-control:focus {
    border-color: none !important;
    box-shadow: none !important;
    outline: none !important;
}
.me-2 {
    margin-right: 0 !important;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    border: none;
}
header.trust-hdr form .btn-outline-success {
    border: none;
    outline: none;
    background: transparent;
    font-size: 14px;
}
.btn-check:focus+.btn-outline-success, .btn-outline-success:focus{
    box-shadow: none;
}
header.trust-hdr div#navbarSupportedContent ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding: 13px;
}
header.trust-hdr div#navbarSupportedContent ul li {
    border-bottom: 2px solid #ffffff00;
}
header.trust-hdr div#navbarSupportedContent ul li:hover {
    border-bottom: 2px solid #fff;
}
header.trust-hdr div#navbarSupportedContent {
    width: 20%;
    padding: 0px 26px;
}
header.trust-hdr .hdr-btn a {
    background: #a6c0f0;
    padding: 8px 22px;
    border-radius: 28px;
    color: #000;
    font-size: 15px;
    text-decoration: none;
    transition: .4s;
    font-weight: 600;
}
header.trust-hdr .hdr-btn a:hover {
    background: #0747c0;
    color: #fff;
}
section.dropdown-hdr {
    padding: 16px 0px;
    box-shadow: 0px 1px 6px #00000024;
}
.top-hdr-brd {
    display: flex;
    justify-content: space-evenly;
}
.top-hdr-brd .hdr-top-logo {
    width: 20%;
    display: flex;
    align-items: center;
}
.top-hdr-brd .hdr-top-logo a img {
    width: 100%;
}
.hdr-top-name h2 {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -0.36px;
    font-family: sans-serif;
}
.hdr-top-name .hdr-rating {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.hdr-top-name .hdr-rating img {
    width: 100%;
}
.hdr-top-name .hdr-rating h6 {
    font-size: 15px;
    font-weight: 400;
    padding-top: 3px;
    padding-left: 4px;
    font-family: sans-serif;
}
.hdr-top-name .hdr-rating .reviews-rating {
    display: flex;
    width: 40%;
}
.tooltip {
    position: relative !important;
    display: inline-block !important;
    opacity: 1 !important;
    z-index: 0 !important;
    left: 42px;
}
  
.tooltip .tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: #ffffff;
    color: #000000;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -60px;
    box-shadow: 3px 2px 5px #00000024;
}
.dropdown-hdr {
    top: 70px !important;
}

#menuhopin {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000; /* Make sure it's on top */
    -webkit-transition: transform 0.34s ease;
    transition: transform 0.34s ease;
    transform: translateY(-250px); /* Hidden by default */
    background-color: white; /* Background color of header */
    z-index: 8;
}

/* This style will apply when the headershow class is added */
#menuhopin.headershow {
    transform: translateY(0); /* Show header */
    z-index: 8;
}
  .tooltip:hover .tooltiptext {
    visibility: visible;
  }
  .top-hdr-btn a {
    background: transparent;
    border: 1px solid #205cd4;
    padding: 10px;
    border-radius: 38px;
    text-decoration: none;
    color: #205cd4;
    margin: 10px;
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 600;
    transition: .4s;
}
.top-hdr-btn a:hover {
    background: #7aa0e9;
    border: 1px solid #7aa0e9;
    text-decoration: none;
    color: #000;
}
.col-md-6.top-btn {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.top-hdr-btn a svg {
    color: #205cd4;
    fill: #205cd4;
}
.top-hdr-btn a:hover svg {
    color: #000;
    fill: #000;
}
.top-hdr-btn a.write-review {
    background: #205cd4;
    color: #fff;
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 600;
    transition: .4s;
}
.top-hdr-btn a.write-review:hover {
    background: #7aa0e9;
    color: #000;
}
section.breadcrumb {
    padding: 96px 24px 0px 24px;
}
.breadcrumb-list ul {
    list-style-type: none;
    display: flex;
}

.breadcrumb-list ul li {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-family: sans-serif;
    font-weight: 400;
    gap: 9px;
    padding-right: 6px;
    color: #848484;
}
.breadcrumb-list ul li a {
    text-decoration: none;
    color: #000;
}
.bread-ico svg {
    color: red;
    fill: #6a6a67;
}
.col-sm-7.brnd-rviw {
    display: flex;
}
.brnd-rviw-logo {
    width: 30%;
    display: flex;
    align-items: center;
    filter: brightness(0) saturate(100%) invert(78%) sepia(53%) saturate(5449%) hue-rotate(360deg) brightness(102%) contrast(101%);
}
.top-hdr-brd .hdr-top-logo a img {
    filter: brightness(0) saturate(100%) invert(78%) sepia(53%) saturate(5449%) hue-rotate(360deg) brightness(102%) contrast(101%);
}
.brnd-rviw-name {
    width: 65%;
    padding-left: 8px;
}
.brnd-rviw-logo img {
    width: 100%;
}
.display-reviews {
    display: flex;
    align-items: center;
}
.brnd-rviw-name h2 {
    font-size: 29px;
    font-family: sans-serif;
    font-weight: 900;
}
.display-reviews a {
    text-decoration: none;
}
.display-img-rvi a {
    text-decoration: none;
    width: 53%;
}
.reviews-rating img {
    width: 100%;
}
.reviews-rating h6 {
    text-decoration: none;
    padding-left: 10px;
    padding-top: 7px;
    color: #6a6a67;
    font-weight: 400;
    font-family: sans-serif;
}
.display-reviews h3, .display-reviews a h4 {
    font-size: 16px;
    font-weight: 400;
    color: #6a6a67;
    font-family: Arial, sans-serif;
}
.display-img-rvi {
    display: flex;
}
.reviews-rating {
    display: flex;
}
.revie-redirect {
    display: flex;
    justify-content: flex-end;
}
.revie-redirect a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 24px;
    border: 1px solid #205cd4;
    width: 86%;
    border-radius: 8px;
    transition: .4s;
    height: 70px;
}
.redit-name h2 {
    font-size: 16px;
    font-weight: 700;
    color: #205cd4;
    font-family: sans-serif;
}
.redit-name h2 svg, .redi-ico svg{
    fill: #0747c0;
}
.revie-redirect a:hover {
    background: #a6c0f0;
    color: #000;
}
.redit-name h3 {
    color: #6a6a67;
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 500;
}
.revie-redirect a:hover .redit-name h3, .revie-redirect a:hover .redit-name h2, .revie-redirect a:hover .redit-name h2 svg, .revie-redirect a:hover .redi-ico svg{
    color: #000;
    fill: #000;
}
section.reviews-boxes {
    background: #fcfbf3;
    padding: 12px 80px;
}
section.brand-reviews {
    padding: 0px 73px 22px 80px;
    border-bottom: 1px solid #e5e5dd;
}
.clnt-rating-box {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 20px;
    border: 1px solid #e5e5dd;
    border-radius: 10px;
    margin-bottom: 16px;
}
.clnt-rate {
    display: flex;
    align-items: center;
}
.clnt-rate a h2 {
    font-size: 15px;
    font-family: sans-serif;
    font-weight: 500;
    padding-left: 12px;
    padding-top: 8px;
}
.clnt-rate img {
    width: 25%;
}
.clnt-rate a {
    text-decoration: none;
}
.clnt-rate a:hover {
    text-decoration: underline;
}
.clnt-rate a h2 {
    font-size: 15px;
    font-family: sans-serif;
    font-weight: 500;
}
.clnt-rev-img img {
    width: 70%;
}
.clnt-rev-img {
    display: flex;
    justify-content: flex-end;
}
.progress-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 30%;
}
.progress-head h2 {
    font-size: 26px;
    font-weight: 600;
    font-family: sans-serif;
}
.reviews-progress {
    background: #fff;
    padding: 20px;
    border: 1px solid #e5e5dd;
    border-radius: 10px;
    margin-bottom: 16px;
}
.progress-total h5 {
    font-size: 18px;
}
label.styles_row__wvn4i.styles_disabledRow__9DdPL {
    display: flex;
}
.progress {
    border-radius: 3.25rem !important;
    width: 78%;
    margin-top: 6px;
    margin-right: 14px;
    background-color: #f1f1e8 !important;
}
label.styles_row__wvn4i.styles_disabledRow__9DdPL .progress .progress-bar {
    border-radius: 3.25rem !important;
    background-color: #000000;
}
input#star-filter-page-filter-five, input#star-filter-page-filter-four, input#star-filter-page-filter-three, input#star-filter-page-filter-two, input#star-filter-page-filter-one{
font-family: TrustpilotDefaultFont, Arial, sans-serif;
font-weight: 400;
letter-spacing: .5px;
-webkit-appearance: none;
-moz-appearance: none;
display: inline-block;
width: 24px;
height: 24px;
position: relative;
vertical-align: top;
background: #fff;
border-radius: 4px;
border: 1px solid #6a6a67;
}
input#star-filter-page-filter-five:focus-visible, label.styles_row__wvn4i.styles_disabledRow__9DdPL:hover input#star-filter-page-filter-five, input#star-filter-page-filter-four:focus-visible, label.styles_row__wvn4i.styles_disabledRow__9DdPL:hover input#star-filter-page-filter-four,input#star-filter-page-filter-three:focus-visible, label.styles_row__wvn4i.styles_disabledRow__9DdPL:hover input#star-filter-page-filter-three, input#star-filter-page-filter-two:focus-visible, label.styles_row__wvn4i.styles_disabledRow__9DdPL:hover input#star-filter-page-filter-two, input#star-filter-page-filter-one:focus-visible, label.styles_row__wvn4i.styles_disabledRow__9DdPL:hover input#star-filter-page-filter-one {
    border-color: #1c1c1c;
    background-color: #c2d5f7;
}
input#star-filter-page-filter-five:checked, input#star-filter-page-filter-four:checked{
    border-color: #205cd4;
    background-color: #d8e4fa;
}
label.styles_row__wvn4i.styles_disabledRow__9DdPL input#star-filter-page-filter-three, label.styles_row__wvn4i.styles_disabledRow__9DdPL input#star-filter-page-filter-two,label.styles_row__wvn4i.styles_disabledRow__9DdPL input#star-filter-page-filter-one {
    background: #bababa;
    border: 1px #bababa;
    cursor: not-allowed;
}
label.styles_row__wvn4i.styles_disabledRow__9DdPL:hover input#star-filter-page-filter-three, label.styles_row__wvn4i.styles_disabledRow__9DdPL:hover input#star-filter-page-filter-two,label.styles_row__wvn4i.styles_disabledRow__9DdPL:hover input#star-filter-page-filter-one {
    background: #bababa;
    border: 1px #bababa;
    cursor: not-allowed;
}
input#star-filter-page-filter-five:checked:after, input#star-filter-page-filter-four:checked:after, input#star-filter-page-filter-three:checked:after, input#star-filter-page-filter-two:checked:after, input#star-filter-page-filter-one:checked:after {
    content: "";
    width: 12px;
    height: 6px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
    left: 4px;
    top: 5px;
    border-radius: 1px;
    border-color: #205cd4;
    position: absolute;
    box-sizing: content-box;
}
p.typography_body-m__xgxZ_.typography_appearance-default__AAY17.styles_cell__qnPHy.styles_labelCell__vLP9S {
    padding: 0px 11px;
}
label.styles_row__wvn4i.styles_disabledRow__9DdPL:hover .progress .progress-bar.five {
    background-color: #00b67a;
}
label.styles_row__wvn4i.styles_disabledRow__9DdPL:hover .progress .progress-bar.four {
    background-color: #73cf11;
}
.styles_row__wvn4i[data-selected=true][data-star-rating=five] .progress-bar {
    background-color: #00b67a;
}
.styles_cell__qnPHy.styles_checkboxCell___6HCm p.typography_body-m__xgxZ_.typography_appearance-default__AAY17.styles_cell__qnPHy.styles_labelCell__vLP9S {
    font-size: 14px;
    font-weight: 400;
    font-family: sans-serif;
    color: #000;
}
.divider_divider__M85e9 {
    display: block;
    height: 2px;
    border: 0;
    padding: 0;
    margin: 0;
    outline: none;
    margin-top: 16px;
    background-color: #e5e5dd;
    margin-bottom: 12px;
}
.styles_container__0e2OC .styles_button__haIB_ {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    flex: 1 1;
    max-width: 50%;
}
.filter-btn {
    display: flex;
    justify-content: space-between;
}
.filter-btn button {
    background-color: transparent;
    border: 2px solid #205cd4;
    color: #205cd4;
    border-radius: 4px;
    height: 40px;
    padding: 0 14px;
    font-weight: 400;
}
.filter-btn button:hover, .filter-btn button:hover, .filter-btn button:hover {
    color: #1c1c1c;
    background-color: #c2d5f7;
    border-color: transparent;
}

.filter-btn button span {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.filter-btn button span p {
    margin-right: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 700;
    line-height: 116%;
    font-size: 14px;
    letter-spacing: -0.154px;
    font-family: sans-serif;
    padding: 0;
    margin: 0 5px 1px 0;
}

.filter-btn button span svg {
    transform: rotate(90deg);
    min-width: 16px;
    fill: currentColor;
    color: currentColor;
    font-family: TrustpilotDefaultFont, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: .5px;
    vertical-align: middle;
}
.sort-filter {
    display: flex;
    justify-content: center;
    align-items: center;
}
.sort-filter h4 {
    font-family: TrustpilotDefaultFont, Arial, sans-serif;
    font-weight: 700;
    line-height: 120%;
    font-size: 14px;
    letter-spacing: -0.154px;
    margin-right: 8px;
    display: inline-block;
}
.filter-btn .sort-filter button span svg {
    transform: rotate(0deg);
}
.client-reviews-boxes{
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 20px;
    border: 1px solid #e5e5dd;
    border-radius: 10px;
    margin-bottom: 16px;
}
.client-reviews-boxes article aside .clnt-info-box {
    display: flex;
    align-items: center;
}
.client-reviews-boxes article aside .clnt-info-box .profile {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    background-color: #d1f9ea;
}
.clnt-info-box .profile span {
    font-family: Arial, sans-serif;
    font-weight: 700;
    line-height: 120%;
    font-size: 16px;
    letter-spacing: -0.176px;
    color: #000;
}
.clnt-info-box a span {
    font-family: Arial, sans-serif;
    font-weight: 700;
    line-height: 120%;
    font-size: 14px;
    letter-spacing: -0.154px;
    color: #1c1c1c;
}
.clnt-info-box a {
    text-decoration: none;
    padding-left: 10px;
}
.consumer-details {
    display: flex;
    align-items: center;
}
.clnt-info-box a .consumer-details span {
    font-family: Arial, sans-serif;
    font-weight: 400;
    line-height: 140%;
    font-size: 14px;
    letter-spacing: 0.154px;
    color: #6a6a67;
}
.location {
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-top: 3px;
}
.location svg {
    fill: #6a6a67;
    width: 14px;
    height: 14px;
}
.location span {
    padding: 0px 5px;
}
.service-review-rating {
    display: flex;
}
.stars-time {
    display: flex;
    align-items: center;
    width: 70%;
}
.stars-time img {
    width: 24%;
}
.tooltip {
    position: relative !important;
    display: inline-block !important;
    opacity: 1 !important;
    z-index: 0 !important;
    left: 42px;
    top: 3px;
}
.hdr-rating .tooltip {
    position: relative !important;
    top: -4px;
}
.tooltips {
    position: relative !important;
    left: 18px;
}
.tooltips .tooltiptexts {
    visibility: hidden;
    width: 346px;
    background-color: #ffffff;
    color: #000000;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: -60px;
    margin-left: -60px;
    box-shadow: 3px 2px 5px #00000024;
}
  
  .tooltips:hover .tooltiptexts {
    visibility: visible;
  }
  .stars-time span .tooltips span, .verified-review time {
    font-family: Arial, sans-serif;
    font-weight: 400;
    line-height: 140%;
    font-size: 14px;
    letter-spacing: 0.154px;
    color: #6a6a67;
}
.stars-time span .tooltips svg{
    fill: #6a6a67;
}
.stars-time span .tooltips span.tooltiptexts span {
    color: #0d6efd;
}
.verified-review {
    width: 30%;
    display: flex;
    justify-content: flex-end;
}
.review-txt a h2 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    line-height: 120%;
    font-size: 18px;
    letter-spacing: -0.198px;
    color: #1c1c1c;
    padding: 11px 0 0 0;
}
.review-txt a {
    text-decoration: none;
}
.review-txt a:hover {
    text-decoration: underline;
    color: #1c1c1c;
}
.review-txt p {
    margin-top: 8px;
    color: #191919;
    font-family: Arial, sans-serif;
    font-weight: 400;
    line-height: 140%;
    font-size: 16px;
    letter-spacing: 0.176px;
}
.review-txt p b {
    font-family: Arial, sans-serif;
    font-weight: 700;
    line-height: 140%;
    font-size: 14px;
    letter-spacing: 0.154px;
    color: #6a6a67;
}
.clnt-pro-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.usefull-btn button, .clnt-pro-btn button {
    border: none;
    background: none;
    padding: 4px 8px;
    width: auto;
    height: 32px;
    color: #6a6a67;
    font-family: Arial, sans-serif;
    font-weight: 400;
    line-height: 140%;
    font-size: 14px;
    letter-spacing: 0.154px;
    color: #6a6a67;
    fill: #6a6a67;
}
.clnt-pro-btn .usefull-btn button:hover span svg {
    fill: #000;
}
.clnt-pro-btn button:hover span svg{
    fill: #0d6efd;
}
.side-cards {
    background: #fff;
    padding: 20px;
    border: 1px solid #e5e5dd;
    border-radius: 10px;
    margin-bottom: 16px;
}
.side-cards h3 {
    display: flex;
    justify-content: space-between;
    font-family: Arial, sans-serif;
    font-weight: 700;
    line-height: 120%;
    font-size: 18px;
    letter-spacing: -0.198px;
    color: #1c1c1c;
}
.side-cards h3 a {
    font-family: Arial, sans-serif;
    font-weight: 400;
    line-height: 140%;
    font-size: 16px;
    letter-spacing: 0.176px;
    color: #6a6a67;
    text-decoration: underline;
}
.side-cards h3 a:hover {
    text-decoration: none;
}
.list-boxes {
    margin-top: 8px;
}
.right-list {
    padding: 16px 0px;
    border-bottom: 1px solid #e5e5dd;
}
.tooltipright {
    position: relative !important;
    opacity: 1 !important;
    z-index: 0 !important;
    display: flex;
}
  
.tooltipright .tooltiptextright {
    visibility: hidden;
    width: 350px;
    background-color: #ffffff;
    color: #000000;
    border-radius: 6px;
    text-align: left;
    padding: 10px;
    position: absolute;
    z-index: 1;
    top: -42px;
    right: 105%;
    box-shadow: 3px 2px 5px #00000024;
}
  
  .tooltipright:hover .tooltiptextright {
    visibility: visible;
  }
  .right-list span button {
    display: flex;
    text-align: left;
    background: none;
    border: none;
    align-items: center;
    cursor: default;
}
.tooltipright svg {
    margin: 2px 16px 0px 0px;
    min-width: 16px;
    min-height: 16px;
    fill: #1c1c1c;
}
.tooltipright span {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(27, 27, 33);
}
span.tooltiptextright span {
    color: #205cd4;
}
span.tooltiptextright ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
span.tooltiptextright ul li {
    padding: 5px 0px;
}
span.tooltiptextright ul li svg {
    opacity: 0.4;
    margin: 2px 6px 0px 0px;
}
.content-card h4 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    line-height: 120%;
    font-size: 16px;
    letter-spacing: -0.176px;
    color: #1c1c1c;
}
.content-card p {
    font-family: Arial, sans-serif;
    font-weight: 400;
    line-height: 140%;
    font-size: 12px;
    letter-spacing: 0.132px;
    color: #6a6a67;
    margin-bottom: 16px;
}
.content-card .cntnt-info {
    -webkit-text-size-adjust: 100%;
    margin: 0;
    font-family: TrustpilotDefaultFont, Arial, sans-serif;
    letter-spacing: .15px;
    color: #1c1c1c;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.25rem;
    position: relative;
    z-index: 0;
}
.contact-details h4 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    line-height: 120%;
    font-size: 16px;
    letter-spacing: -0.176px;
    color: #1c1c1c;
}
.contact-details address ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.contact-details address ul li {
    padding: 5px 0px;
    display: flex;
}
.contact-details address ul li a {
    font-family: Arial, sans-serif;
    font-weight: 400;
    line-height: 140%;
    font-size: 14px;
    letter-spacing: 0.154px;
    color: #205cd4;
    text-decoration: underline;
    padding-top: 5px;
}
.contact-details address ul li a:hover {
    text-decoration: none;
}
.contact-details address ul li span svg {
    fill: #6a6a67;
    font-family: TrustpilotDefaultFont, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: .5px;
    vertical-align: middle;
}
.contact-details address ul li span {
    margin-right: 16px;
}
.contact-details address ul li ul li {
    padding: 0;
}
.category-box h4 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    line-height: 120%;
    font-size: 16px;
    letter-spacing: -0.176px;
    color: #1c1c1c;
}
.category-box ul {
    list-style: none;
    padding: 0;
}
.category-box ul li a {
    font-family: Arial, sans-serif;
    font-weight: 400;
    line-height: 140%;
    font-size: 14px;
    letter-spacing: 0.154px;
    color: #205cd4;
    text-decoration: none;
    padding-top: 5px;
}
.category-box ul li a:hover {
    text-decoration: underline;
}
.tool-box {
    display: flex;
}
.tool-box .tooltips {
    left: 6px;
    top: -4px;
}
.companies-List a {
    display: flex;
    text-decoration: none;
}
span.tooltiptexts span {
    color: #205cd4;
}
.company-logo picture img {
    width: 100%;
}
.company-logo {
    width: 30%;
}
.company-info {
    width: 70%;
    padding-left: 16px;
    padding-bottom: 18px;
}
.company-info p {
    padding-left: 1px;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 700;
    font-family: Arial, sans-serif;
    line-height: 140%;
    font-size: 16px;
    letter-spacing: 0.176px;
    color: #205cd4;
    margin: 0;
}
.company-review-box {
    display: flex;
    padding-top: 7px;
}
.company-review-box img {
    width: 70%;
}
.company-review-box p {
    font-family: Arial, sans-serif;
    font-weight: 400;
    line-height: 140%;
    font-size: 14px;
    letter-spacing: 0.154px;
    margin-left: 8px;
    color: #6a6a67;
}
.verify-claim {
    display: flex;
    align-items: center;
    padding-top: 6px;
}
.verify-claim p {
    font-family: Arial, sans-serif;
    font-weight: 400;
    line-height: 140%;
    font-size: 14px;
    letter-spacing: 0.154px;
    margin-left: 8px;
    color: #6a6a67;
}
.verify-claim svg {
    margin-right: 8px;
    fill: #6a6a67;
    font-family: TrustpilotDefaultFont, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: .5px;
    vertical-align: middle;
}
.side-cards p.suggested-companies {
    font-family: Arial, sans-serif;
    font-weight: 400;
    line-height: 140%;
    font-size: 14px;
    letter-spacing: 0.154px;
    margin-left: 8px;
    color: #6a6a67;
}
.side-cards p.suggested-companies a{
    color: #6a6a67;
    text-decoration: underline;
}
.side-cards p.suggested-companies a:hover{
    text-decoration: none;
}
.side-cards h3.trustpilot-exp {
    font-family: Arial, sans-serif;
    font-weight: 700;
    line-height: 120%;
    font-size: 18px;
    letter-spacing: -0.198px;
    text-align: center;
    color: #1c1c1c;
    display: flex;
    justify-content: center;
    padding-right: 5px;
}
.side-cards h3.trustpilot-exp svg {
    width: 25px;
    height: 25px;
    padding-left: 5px;
}
.side-cards div#accordionFlushExample .accordion-item {
    background: #c9f0fc;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    padding: 16px;
    width: 100%;
    margin: 14px 0px;
}
.accordion-button {
    padding: 0 !important;
    background-color: transparent !important;
}
.accordion-button:focus {
    border-color: none!important;
    box-shadow: none !important;
}
.accordion-item h2.accordion-header {
    font-family: Arial, sans-serif;
    font-weight: 700;
    line-height: 140%;
    font-size: 14px;
    letter-spacing: 0.154px;
    color: #1c1c1c;
}
.accordion-body {
    padding: 1rem 0rem !important;
    font-family: Arial, sans-serif;
    font-weight: 700;
    line-height: 140%;
    font-size: 14px;
    letter-spacing: 0.154px;
    color: #1c1c1c;
}
.accordion-button:not(.collapsed) {
    color: #2c2529 !important;
    background-color: transparent !important;
    box-shadow: none !important;
}
.accordion-body a {
    font-family: Arial, sans-serif;
    line-height: 140%;
    font-size: 14px;
    letter-spacing: 0.154px;
    color: #1c1c1c;
    letter-spacing: .5px;
    font-weight: 400;
}
.accordion-button{
    font-weight: 700 !important;
}
.accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
}
.side-cards a.trust-btn {
    background: #205cd4;
    color: #fff;
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 600;
    transition: .4s;
    border: 1px solid #205cd4;
    padding: 10px;
    border-radius: 38px;
    text-decoration: none;
    margin: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
}    
.side-cards a.trust-btn:hover {
    background: #c2d5f7;
    color: #000;
    border-color: #c2d5f7;
} 
footer {
    background: #000;
    padding: 70px 0px 50px 0px;
}
.footer-logo a img {
    width: 14%;
}
section.country-drop h3 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.176px;
    color: #a0a09b;
    padding: 12px 0px;
}
.quick-links h3 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.176px;
    color: #a0a09b;
    padding: 10px 0;
}
.quick-links ul {
    list-style: none;
    padding: 0;
}
.quick-links ul li {
    padding: 9px 0;
}
.quick-links ul li a {
    font-family: sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
}
.quick-links ul li a:hover{
    text-decoration: underline;
}
.quick-links ul li a svg {
    fill: #fff;
}
.footer-inner-list ul {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.footer-inner-list ul li a {
    font-family: sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
}
.footer-inner-list ul li a :hover{
    text-decoration: underline;
}
.copyright p {
    color: #a0a09b;
    margin-top: 16px;
    font-family: sans-serif;
    font-size: 15px;
    font-weight: 400;
}
.country-selector {
    position: relative;
    display: inline-block;
    width: 28%;
    padding: 0;
    margin: 0;
}

.country-selector button {
    width: 312px;
    border: none;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
}

.country-selector .country-dropdown {
    display: none;
    position: absolute;
    background-color: white;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    z-index: 1000;
    margin-top: -7px;
}

.country-selector .country-dropdown.open {
    display: block;
}

.country-selector .country-item {
    padding: 16px 24px;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: 0;
}

.country-selector .flag {
    width: 20px;
    margin-right: 10px;
}

.country-selector .country-name {
    margin-right: auto;
}

.country-selector svg {
    width: 12px;
    height: 12px;
}
.footer-logo {
    padding-bottom: 50px;
}
section.country-drop {
    padding-bottom: 16px;
}
.page-item .page-link {
    border-color: #205cd4;
    border-radius: 4px;
    padding: 10px 16px;
    color: #205cd4;
    background-color: #d8e4fa;
    font-size: 16px;
    font-weight: 400;
    font-family: sans-serif;
}
.page-item.disabled .page-link{
    border-color: #6a6a67;
    border-radius: 4px;
    padding: 10px 16px;
    color: #1c1c1c4d;
    font-size: 16px;
    font-weight: 400;
    font-family: sans-serif;
}

ul#pagination .page-item.page-number.active a {
    border-color: #205cd4;
    pointer-events: none;
    color: #205cd4;
    background-color: #d8e4fa;
    display: flex;
    border: 1px solid #6a6a67;
    border-radius: 0;
    text-decoration: none;
    padding: 10px 16px;
}
ul#pagination .page-item.page-number a{
    border-color: #6a6a67;
    pointer-events: none;
    color: #1c1c1c4d;
    background-color: #fff;
    display: flex;
    border: 1px solid #6a6a67;
    border-radius: 0;
    text-decoration: none;
    padding: 10px 16px;
}
.star-selector, .rating-selector {
    display: flex;
    gap: 10px;
}

.star-label, .rating-label {
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-align: center;
    display: inline-block;
    width: 40px;
    display: flex;
    background: #dcdce6;
    justify-content: center;
    align-items: center;
    height: 40px;
}
.star-label svg, .rating-label svg {
    fill: #fff;
    color: #fff;
}
/* Hover effect for each label */
.hovered-1 {
    background-color: #ff3722; /* Lighter red */
}

.hovered-2 {
    background-color: #ff8622; /* Lighter orange */
}

.hovered-3  {
    background-color: #ffce00; /* Lighter yellow */
}

.hovered-4  {
    background-color: #73cf11; /* Lighter green */
}

.hovered-5  {
    background-color: #00b67a; /* Lighter blue */
}

/* Different colors for each radio input */
/* For hovering each label */
.selected-1{
    background-color: #ff3722; /* Lighter red */
}

.selected-2 {
    background-color: #ff8622; /* Lighter orange */
}

.selected-3 {
    background-color: #ffce00; /* Lighter yellow */
}

.selected-4 {
    background-color: #73cf11; /* Lighter green */
}

.selected-5  {
    background-color: #00b67a; /* Lighter blue */
}

/* Hide the radio buttons */
.star-selector__star, .rating-selector__star {
    display: none;
}


.selected-1 { background-color: #ff3722; }
.selected-2 { background-color: #ff8622; }
.selected-3 { background-color: #ffce00; }
.selected-4 { background-color: #73cf11; }
.selected-5 { background-color: #00b67a; }

/* Popup Form Styles */
section.popup-sec {
    width: 100%;
    height: 100%;
}
.popup {
    display: none;
    position: fixed;
    z-index: 99;
    left: 0;
    top: -172px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.popup-content {
    margin: 15% auto;
    padding: 20px;
    width: 450px;
    background: #fff;
    padding: 20px;
    border: 1px solid #e5e5dd;
    border-radius: 10px;
}

.close-btn, button.btn-close {
    color: rgba(0, 0, 0, 0.5);
    float: right;
    font-size: 20px;
    font-weight: bold;
    width: 35px;
    height: 35px;
    background: #e5e5dd;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 28px;
    border: 1px solid #6a6a67;
}
div#starDisplayArea label {
    margin: 0px 4px;
}
div#starDisplayArea {
    display: flex;
}
.close-btn:hover,
.close-btn:focus {
    color: black;
    cursor: pointer;
}
.form-row {
    display: flex;
    flex-direction: column;
}
.popup-content p, .form-row label, .modal-body p {
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -0.198px;
    color: #1c1c1c;
    margin-bottom: 8px;
}
.form-row a {
    font-family: sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.154px;
    color: #205cd4;
    margin: 4px 0 10px;
    text-decoration: underline;
}
.form-row a:hover{
    text-decoration: none;
}
.form-row textarea#review-text {
    width: 100%;
    padding: 10px 16px;
}
.review-title {
    display: flex;
}
.review-title input, .form-row input#review-date-of-experience {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    font-family: TrustpilotDefaultFont, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: .5px;
    border-radius: 4px 0 0 4px;
    color: #1c1c1c;
    border: 1px solid #6a6a67;
    display: block;
    background: #fff;
    padding: 10px 16px;
    height: 48px;
    background: none transparent;
}
.pen-icon {
    width: 10%;
    display: flex;
    color: #6a6a67;
    background-color: #e3e4e4;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid #6a6a67;
    border-left: 0;
    border-radius: 0px 4px 4px 0px;
    width: 48px;
}
.form-row.footer-txt p {
    font-family: Arial, sans-serif;
    font-weight: 400;
    line-height: 140%;
    font-size: 14px;
    letter-spacing: 0.154px;
    color: #1c1c1c;
    margin: 16px 0 0;
    text-align: left;
}
.form-row input.submit-btn {
    background: #205cd4;
    border: 1px solid #205cd4;
    padding: 10px;
    border-radius: 38px;
    color: #fff;
    margin: 10px;
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 600;
    transition: .4s;
}
div#offcanvasFilter {
    width: 600px;
    height: 100%;
    max-height: none;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    transform: translate(0);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-radius: 10px;
}
.offcanvas-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 16px;
    border-bottom: 1px solid #e5e5dd;
}
.offcanvas-header h5 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -0.264px;
    color: #1c1c1c;
    padding-right: 16px;
}
.offcanvas-header button.btn-close {
    background-color: transparent;
    border-color: #205cd4;
    width: 32px;
    color: #205cd4;
    height: 32px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    white-space: nowrap;
    border: 1px solid;
    border-radius: 999px;
    opacity: 1;
}
.offcanvas-body h3 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    line-height: 120%;
    font-size: 18px;
    letter-spacing: -0.198px;
    color: #1c1c1c;
    margin-bottom: 16px;
}
.button-toggle_container__lqq_w {
    display: flex;
}
.button-toggle_item__tIVDQ.button-toggle_responsive__CVFPi {
    height: 40px;
    flex-grow: 1;
    justify-content: center;
    padding: 0 16px;
}
.button-toggle_item__tIVDQ:first-of-type {
    border-left-width: 1px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.button-toggle_item__tIVDQ {
    display: flex;
    align-items: center;
    position: relative;
    white-space: nowrap;
    border: 1px solid #6a6a67;
    border-left-width: 0;
    border-radius: 0;
    z-index: 1;
    cursor: pointer;
}
.button-toggle_item__tIVDQ, .button-toggle_label__5HV76 {
    color: #1c1c1c;
}
.button-toggle_item__tIVDQ:hover {
    border-color: #1c1c1c;
    background-color: #c2d5f7;
}
.button-toggle_item__tIVDQ.button-toggle_responsive__CVFPi {
height: 40px;
flex-grow: 1;
justify-content: center;
padding: 0 16px;
}
.button-toggle_item__tIVDQ:focus, .button-toggle_item__tIVDQ:focus-within {
    z-index: 3;
    outline: 2px solid #205cd4;
    outline-offset: 2px;
    border-color: #205cd4;
    background-color: #c2d5f7;
}
.button-toggle_item__tIVDQ.button-toggle_checked__f_y80 {
    z-index: 2;
    color: #205cd4;
}
.button-toggle_item__tIVDQ.button-toggle_checked__f_y80:hover {
    border-color: #205cd4;
    background-color: #c2d5f7;
}
.button-toggle_container__lqq_w label.button-toggle_item__tIVDQ.button-toggle_responsive__CVFPi.button-toggle_button-toggle-icon__TjGpw input {
    opacity: 0;
}
.button-toggle_item__tIVDQ.button-toggle_disabled__uuDT5:not(.button-toggle_checked__f_y80) {
    color: #696a6a;
    background-color: #1c1c1c1a;
    pointer-events: none;
    cursor: not-allowed;
}
.button-toggle_item__tIVDQ:last-of-type {
    border-right-width: 1px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.recommend-box {
    margin-top: 32px;
}
.styles_listOptions__90WiO {
    list-style: none;
    padding: 0;
}
.styles_listOptions__90WiO .styles_listOption__CAU_8 {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 8px;
}
.checkbox_checkbox__yq_KY {
    font-family: TrustpilotDefaultFont, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: .5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    width: 24px;
    height: 24px;
    position: relative;
    vertical-align: top;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #6a6a67;
}
.styles_listOptions__90WiO .styles_listOption__CAU_8 .styles_listOptionLabel__C6Fk3 {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.typography_body-l__KUYFJ, .typography_body__9UBeQ, .typography_default__hIMlQ {
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #1c1c1c;
    letter-spacing: 0.176px;
}
.styles_listOptions__90WiO .styles_listOption__CAU_8 .styles_listOptionDescription__1yUAi {
    grid-column-start: 2;
}
.typography_body-m__xgxZ_ {
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.154px;
    color: #6a6a67;
}
.checkbox_checkbox__yq_KY:focus-visible, .checkbox_checkbox__yq_KY:hover {
    border-color: #1c1c1c;
    background-color: #c2d5f7;
}
.checkbox_checkbox__yq_KY:focus-visible:checked:after, .checkbox_checkbox__yq_KY:hover:checked:after {
    border-color: #1c1c1c;
}
.checkbox_checkbox__yq_KY:checked:after {
    content: "";
    width: 12px;
    height: 6px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
    left: 4px;
    top: 5px;
    border-radius: 1px;
    border-color: #205cd4;
    position: absolute;
    box-sizing: content-box;
}
.styles_listOptions__0e4lp{
    list-style: none;
    padding: 0;
}
.styles_listOptions__0e4lp .styles_listOption__lWIb2 {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 8px;
}
.radio-button_radioButton__8sKpZ {
    font-family: TrustpilotDefaultFont, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: .5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    width: 24px;
    height: 24px;
    position: relative;
    vertical-align: top;
    cursor: pointer;
    border: 1px solid #6a6a67;
    background: #fff;
    border-radius: 999px;
}
.radio-button_radioButton__8sKpZ:checked {
    border-color: #205cd4;
    background-color: #d8e4fa;
}
.radio-button_radioButton__8sKpZ:checked:after {
    content: "";
    width: 12px;
    height: 12px;
    left: 50%;
    top: 50%;
    position: absolute;
    background-color: #205cd4;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 999px;
}
.styles_listOptions__0e4lp .styles_listOption__lWIb2 .styles_listOptionLabel__PCuhp {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.typography_body-l__KUYFJ, .typography_body__9UBeQ, .typography_default__hIMlQ {
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.176px;
    color: #1c1c1c;
    padding-left: 8px;
}
.styles_listOptions__0e4lp .styles_listOption__lWIb2 .styles_listOptionBadge__bhrGt {
    margin-left: 8px;
}
.styles_container__c1VxZ {
    padding: 4px 8px;
    background-color: #e3e4e4;
    border-radius: 2px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.styles_container__c1VxZ .styles_badgeLabel__r_DWO {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    line-height: 14px;
    color: #696a6a;
}
.styles_listOptions__0e4lp .styles_listOption__lWIb2+.styles_listOption__lWIb2 {
    margin-top: 16px;
}
.styles_listOptions___QseL {
    padding: 0;
    text-decoration: none;
    list-style: none;
}
.styles_listOptions___QseL .styles_listOption__bof0b+.styles_listOption__bof0b {
    margin-top: 16px;
}
.offcanvas-footer {
    border-top: 1px solid #e5e5dd;
    flex: 0 0 auto;
    padding: 16px;
    display: flex;
}
.styles_modal__pWpan div[role=dialog] .styles_modalFooter__ASyQk {
    display: flex !important;
    flex: 1 1;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    width: auto;
}
.button_appearance-link__ANr2s.button_disabled__mJkro, .button_appearance-link__ANr2s.button_disabled__mJkro:active, .button_appearance-link__ANr2s.button_disabled__mJkro:hover {
    cursor: not-allowed;
    color: inherit;
    border-color: transparent;
    background-color: transparent;
}
.button_appearance-link__ANr2s {
    background: none;
    border: none;
    padding: 0;
    min-width: 0;
    cursor: pointer;
    border-radius: 0;
    height: auto;
}
.typography_heading-xs__jSwUz, .typography_heading-xs__jSwUz.typography_disableResponsiveSizing__OuNP7 {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.176px;
    color: #1c1c1c4d;
}
.styles_resetButton__WGqQm span {
    text-decoration: underline;
}
.styles_resetButton__WGqQm span:hover {
    text-decoration: none;
}
.styles_modalFooter__ASyQk {
    display: flex;
    align-items: center;
}
.styles_modalFooter__ASyQk .top-hdr-btn {
    padding-left: 336px;
}    
button[name="reset-filters"] {
    cursor: not-allowed; /* Default when button is disabled */
}

button[name="reset-filters"]:not([disabled]) {
    cursor: pointer; /* Change cursor to pointer when the button is enabled */
}
section.thankyou {
    width: 100%;
    padding: 300px 0px 150px 0;
}
.thankyou-box {
    display: flex;
    justify-content: center;
    align-items: center;
}
.thankyou-box h4 {
    font-size: 40px;
    font-weight: 900;
    letter-spacing: -0.36px;
    font-family: sans-serif;
}