@import url("https://fonts.googleapis.com/css2?family=Cabin&amp;family=Roboto:wght@400;700&amp;display=swap");

body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

.mt-1 {
    margin-top: 1rem;
}

header.tb-header .header-actions {
    padding-right: 9rem;
}

header.tb-header .hs-container {
    flex: 1;
    padding: 0px 5rem;
}

header.tb-header .hs-box {
    display: flex;
    gap: 5px;
    padding: 7px;
    border: 1px solid #dadfdf;
    box-sizing: border-box;
    border-radius: 5px;
    width: 100%;
}

header .hs-box > .hs-prefix {
    display: flex;
    align-items: center;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    border-right: 1px solid #000;
}

header.tb-header .hs-box > input {
    flex: 1;
    border: none;
    background: transparent;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    width: 100%;
}

header.tb-header .hs-box > input:focus {
    outline: none;
}

header.tb-header .hs-box > button {
    display: flex;
    align-items: center;
    border: none;
    background: transparent;
    cursor: pointer;
}

header.tb-header .header-actions {
    gap: 2rem;
}

header.tb-header .header-actions a {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #1f1f1f;
    text-decoration: none;
}

header .header-actions > .ha-btn {
    display: flex;
    gap: 5px;
    flex-direction: column;
}

header.tb-header .header-actions > .ha-btn > button {
    background: #4285f4;
    border-radius: 3px;
    padding: 0.5rem 1rem;
    color: #fff;
    font-family: "Roboto";
    font-style: normal;
    border: none;
}

header.tb-header .header-actions > .ha-btn > span {
    font-family: "Roboto";
    font-style: normal;
    font-size: 10px;
    text-align: center;
    color: #606f73;
}

section.sr-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2.5rem;
    gap: 1rem;
}

section.sr-info > h2 {
    font-family: "Cabin";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #1f1f1f;
}

section.sr-info > p {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #889191;
}

section.section-restuls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem;
}

section.section-restuls > .sr-container {
    max-width: 75%;
}

.sr-items {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.sr-item {
    position: relative;
    display: flex;
    flex-direction: row;
    background: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.sr-item:hover {
    background-color: #F8F8F8;
}

.sr-sponsor-label {
    position: absolute;
    left: 15px;
    top: 5px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #bcbcbc;
    z-index: 2;
}

.sr-counter-label {
    background: #fff;
    border-radius: 3px;
    padding: 0.8rem 0.9rem;
    position: absolute;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #1F1F1F;
    z-index: 1;
}

.sr-counter-color-gray {
    color: #1F1F1F !important;
}

.sr-item-img {
    display: flex;
    justify-content: center;
    padding: 1.2rem 0 0.8rem 1rem;
}

.sr-item-img img {
    width: 300px;
    height: 235px;
    object-fit: cover;
}

.sr-ci-text {
    line-height: 1.1rem;
}

.sr-item-details {
    display: flex;
    flex: 1;
}

.sr-item-details-info {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 0.5rem;
    padding: 1rem;
    margin-top: 0px;
}

.sr-item-details-info > span > h2 > a {
    font-family: "Cabin";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-transform: capitalize;
    text-decoration: none;
    color: #1f1f1f;
}

.sr-item-details-info > h2 > a {
    font-family: "Cabin";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-transform: capitalize;
    text-decoration: none;
    color: #1f1f1f;
}

.sr-item-details-info > p > a {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #4285F4;
    text-decoration: none;
}

.sr-item-details-info-rating {
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

.sr-item-details-info-rating > span {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: #1f1f1f;
}

.sr-item-details-info-rating > a {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    text-decoration-line: underline;
    color: #4285F4;
}

.sr-item-details-info-rating-stars {
    display: flex;
    gap: 4px;
}

.sr-item-details-info-rating-star {
    padding: 1px 4px;
    border-radius: 50%;
}

.sr-item-details-info-rating-star::after {
    content: "";
    padding: 7px;
    font-size: 15px;
    background-image: url(https://trustanalytica.org/assets/svg/review-star.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position-y: 8px;
    background-position-x: 1px;
}

.star-green {
    background-color: #36cc7b;
}

.star-parrot {
    background-color: #95db01;
}

.star-yellow {
    background-color: #eabb43;
}

.star-gray {
    background-color: #dadfdf;
}

.sr-item-details-info > p {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 154.7%;
    margin-top: 0.8rem;
    color: #687075;
}

.sr-item-details-analysis {
    padding: 1rem;
    min-width: 220px;
    margin-top: 7px;
}

.sr-item-details-analysis > div {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.sr-item-contacts {
    border-left: 1px solid #eaeaea;
    display: flex;
    flex-direction: column;
    /*gap: 1.2rem;*/
    gap: 10px;
    padding: 1rem 2rem 1rem 1.8rem;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    overflow-wrap: anywhere;
    max-width: 280px;
    margin-top: 4px;
}

.sr-contact-item,
.sr-contact-social,
.sr-cs-icons {
    display: flex;
    gap: 0.7rem;
}

.sr-ci-text > a {
    color: #4285F4;
    text-decoration: none;
    font-weight: 400;
}

.sr-cs-icons svg {
    fill: #4285F4;
}

.sr-contact-social img {
    display: none;
}

.sr-contact-social {
    margin-left: 1.6rem;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 154.7%;
}

.sr-contact-social span {
    color: #889191;
}

.sr-contact-btn {
    border-radius: 3px;
    padding: 0.5rem;
    width: 225px;
    color: #4285F4;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    text-transform: capitalize;
    text-decoration: none;
    border: 1px solid rgba(31, 31, 31, 0.15);
    border-radius: 3px;
}

.sr-contact-btn:hover {
    background: #4285F4;
    color: #fff;
}

.rb-card > a:hover {
    background: #29487D;
}

.section-detail a:hover {
    background-color: #29487D;
}

.section-detail a:hover svg path {
    fill: #fff;
}

.sr-item-details-analysis-item {
    font-size: 13px;
}

@media only screen
and (min-width: 1000px)
and (max-width: 1250px) {
    .sr-item {
        flex-wrap: wrap;

    }

    .sr-item-img {
        flex: 100%;
        border-bottom: 1px solid #EAEAEA;
    }

    .sr-item-contacts {
        margin-top: 0px;
    }
}

@media (max-width: 1550px) {
    section.section-restuls > .sr-container {
        max-width: 90%;
    }

    .sr-item-details {
        flex-direction: column;
    }

    .sr-item-details-analysis > div {
        flex-direction: row;
    }

    .sr-item-details-info > p {
        padding-right: 0;
    }

    /* .sr-item {
        flex-direction: column;
    } */
}

/* @media (min-width: 1824px) {
	section.section-restuls > .sr-container {
		max-width: 90%;
	}

	.sr-item-details {
		flex-direction: column;
	}
	.sr-item-details-analysis > div {
		flex-direction: row;
	}

	.sr-item-details-info > p {
		padding-right: 0;
	}
} */

@media (max-width: 1000px) {

    header.tb-header {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        padding: 1rem;
    }

    header.tb-header .hs-container {
        width: 80%;
    }

    header.tb-header .logo {
        padding: 0;
    }

    header.tb-header .header-actions {
        padding-right: 0;
    }

    .sr-item {
        flex-direction: column;
    }

    .sr-item-details-info {
        justify-content: center;
        padding-bottom: 0;
    }

    .sr-item-contacts {
        padding: 1rem;
        max-width: initial;
    }

    .sr-contact-btn {
        width: 100%;
    }

    section.section-restuls {
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    section.section-restuls > .sr-container {
        max-width: 100%;
    }

    .sr-item-img {
        padding: 1.2rem 1rem 0.8rem 1rem;
    }
}

.related-business-container {
    margin-top: 5rem;
}

.rb-title {
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #1F1F1F;
    margin-bottom: 3rem;
}

.rb-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1rem;
}

.rb-card {
    background: #FFFFFF;
    border: 1px solid #CACACA;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    padding: 3rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.rb-card > h3 {
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    text-transform: capitalize;
    color: #1F1F1F;
}

.rb-card > a {
    background: #4285F4;
    border-radius: 3px;
    padding: 0.7rem 2.4rem;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
}

.top-page-filter {
    display: flex;
    margin-bottom: 1rem;
}

.top-page-filter .filter-item {
    width: 24%;
    height: 40px;
    padding-right: 10px;
}

.top-page-filter .filter-item.search-container {
    width: 5%;
}

.search-top-page-filters img {
    width: 20px;
}

.search-top-page-filters:hover {
    background: #29487D;
    border-color: #29487D;
}

.top-page-filter .filter-item select {
    border: 1px solid #DBD7F4;
    border-radius: 5px;
    box-sizing: border-box;
    font-family: 'Roboto';
    font-style: normal;
    font-size: 14px;
    line-height: 120%;
    /* or 17px */
    color: #11142D;
    letter-spacing: 0.005em;
    width: 100%;
    height: 100%;
    padding: 10px;
}

.top-page-filter .filter-item select.selected {
    font-weight: 600;
}

.top-page-filter .filter-item select.selected,
.top-page-filter .filter-item select.selected option[selected] {
    color: #4285F4;
}

.top-page-filter .filter-item select.selected option:not([selected]) {
    color: #000000;
    font-weight: 100;
}

.top-page-loader {
    position: absolute;
    margin-top: 12px;
    margin-left: -40px;
}

.search-top-page-filters {
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 700;
    color: #fff;
    background-color: #4285f4;
    display: flex;
    width: -webkit-fill-available;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    line-height: 21px;
    text-decoration: none;
    border: 1px solid #4285f4;
    height: -webkit-fill-available;
    border-radius: 5px;
}

.search-top-page-filters:hover {
    cursor: pointer;
}

.w-full-force {
    width: 100% !important;
}

@media (max-width: 1280px) {
    .top-page-filter .filter-item.search-container {
        width: 8%;
    }
}

@media (max-width: 1000px) {
    .top-page-filter {
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .sr-reviews-svg {
        display: none;
    }

    .top-page-filter .filter-item {
        width: 100%;
        height: 40px;
        padding-right: 10px;
        margin-top: 10px;
    }

    .top-page-filter {
        display: block;
        padding: 0px 10px;
    }

    .top-page-filter .filter-item.search-container {
        width: 100%;
    }

    .reviews-sentiments {
        flex-direction: column-reverse;
    }

    .top-reviews {
        margin-left: 20px;
        margin-top: 10px;
    }

    .user-revies-header-data {
        margin-left: 10px;
    }

    .user-revies .user-revies-header .user-revies-header-avatar {
        display: block;
    }

    .user-revies-header-avatar {
        display: flex !important;
    }

    .last-updated-date {
        margin-left: 30px;
    }

    .top-static-map {
        width: 95% !important;
    }

    .user-revies .user-revies-header .user-revies-header-data .user-revies-header-date {
        margin-left: 8px;
    }

    @media (min-width: 360px) {
        .top-static-map {
            width: 100% !important;
            height: 95% !important;
        }
    }

    @media (max-width: 480px) {
        .sr-item-img img {
            width: 320px !important;
        }

        .our-method {
            height: 490px !important;
        }

        .top-static-map {
            width: 100% !important;
            height: 85% !important;
        }

        .rating-container {
            width: 70px !important;
        }

        .user-revies-header-avatar {
            /*display: block !important;*/
            overflow: unset !important;
        }

        .reviews-sentiments {
            margin-top: 0px !important;
        }

        .user-revies-header-date {
            margin-top: -3px;
            margin-left: 2px !important;
            letter-spacing: .01em !important;
            font-size: 0.525em !important;
            gap: 8px;
        }

        .user-revies .user-revies-header .user-revies-header-data .user-revies-header-date {
            margin-bottom: 7px;
        }

        .user-revies .user-revies-header .user-revies-header-data .user-revies-header-name {
            margin-bottom: 0px;
        }

        /*.user-revies .user-revies-header .user-revies-header-data .user-revies-header-date {*/
        /*	font-size: .525em !important;*/
        /*}*/
    }
}

.top-img-wrapper {
    display: inline-block;
    overflow: hidden;
}

.top-img-wrapper img {
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;

    vertical-align: middle;
}

.top-img-wrapper img:hover {
    -webkit-transform:scale(1.2); /* Safari and Chrome */
    -moz-transform:scale(1.2); /* Firefox */
    -ms-transform:scale(1.2); /* IE 9 */
    -o-transform:scale(1.2); /* Opera */
    transform:scale(1.2);
}

.company-details-wrap {
    width: 100% !important;
}

/* Design 2: Outlined Pills */
.design2 .service-item {
    background: #CFFAE5;
    border-radius: 6px;
    padding: 6px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: transform 0.2s ease;
    flex-wrap: wrap;
    gap: 10px;
}

.design2 .service-item:hover {
    transform: translateY(-2px);
}

.service-name::before {
    content: "•";
    /* dot */
    color: #00BC7D;
    /* green color */
    font-size: 14px;
    /* keep normal size */
    transform: scale(2);
    /* make it 3x bigger */
    display: inline-block;
    /* needed for transform */
    margin-right: 6px;
    /* space between dot and text */
    vertical-align: middle;
    /* align nicely */
    line-height: 0;
    /* prevents badge height jump */
}

.design2 .service-name {
    font-weight: 500;
    color: #4F624A;
    font-size: 14px;
}

.design2 .service-price {
    font-weight: 600;
    color: #28a745;
    font-size: 14px;
}

.services-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.services-title {
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #687075;
}

.more-services {
    width: 100%;
}
.more-services .service-item {
    width: fit-content;
}

.badge-light-gray {
    display: inline-block;
    padding: 0.555em 1em;
    font-size: 14px;
    color: #687075;
    font-weight: 300;
    line-height: 1;
    width: fit-content;
    /* dark text */
    background-color: #edeef0;
    /* light gray background */
    border-radius: 15px;
    /* rounded corners */
    text-align: center;
}

.service-badges {
    gap: 7px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
}
.extra-badges {
    gap: 7px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.services-show-more {
    color: #4285F4;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    font-weight: 500;
    transition: color 0.2s ease, text-decoration 0.2s ease;
}

.services-show-more:hover {
    color: #2a64c5;
    /* a bit darker blue */
    text-decoration: underline;
    cursor: pointer;
}

.services-show-less {
    color: #4285F4;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.services-show-less:hover {
    color: #2a64c5;
    /* a bit darker blue */
    text-decoration: underline;
    cursor: pointer;
}

.services-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.service-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 12px;
    background: #CFFAE5;
    border-radius: 6px;
    width: fit-content;
    /* ensures pills take content width */
}

@media only screen and (max-width: 480px) {
    .top-img-wrapper img {
        width: 100% !important;
        height: auto !important;
    }

    .sr-item-img {
        width: -webkit-fill-available !important;
    }
}