/* ===== BASE RESET ===== */

body {
    width: 100%;
    height: 100%;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    color: #222;
    background: var(--Substrate-Light, #ffff);
    line-height: 24px;
}

p {
    margin-bottom: 16px;
    font-size: 16px;
}

input,
textarea,
select {
    display: flex;
    padding: var(--spacing-md, 12px) var(--spacing-lg, 16px);
    align-items: center;
    gap: var(--spacing-sm, 8px);
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid var(--Green-Border, #E5EBE7);
    background: var(--Substrate-Grey, #F7F7F7);
}

input:focus,
textarea:focus {
    border: 1px solid var(--Primary, #01C573);
    background: var(--White, #FFF);
}

input:focus-visible,
textarea:focus-visible {
    outline: none;
    border: 1px solid var(--Primary, #01C573);
}

input::placeholder,
textarea::placeholder {
    color: var(--Text-Gray, #C7C7C7);
}

button:hover {
    opacity: 0.8;
    cursor: pointer;
}

.wrap-head-bg::before {
    background-position: top center;
    background-size: contain;
}

.page-template-template-free .banner .hero-subtitle {
    max-width: 923px;
}

.nkl-free-quality-info {
    display: flex;
    gap: 24px;
    justify-content: center;
    margin-bottom: 32px;
    align-items: flex-start;
}

.nkl-free-quality-info-text {
    max-width: 362px;
    width: 100%;
}

.nkl-free-quality-box {
    background-image: url(../images/bg-quality-list.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    overflow: hidden;
    padding: 24px;
    position: relative;
}

.nkl-free-quality-box::before {
    content: "";
    position: absolute;
    top: 5px;
    right: 9px;
    width: 39px;
    height: 38px;
    background-repeat: no-repeat;
    background-image: url(../images/bling-star.svg);
    z-index: 0;
}

.nkl-free-quality-header {
    display: flex;
    flex-direction: column;
    gap: 0px;
    margin-bottom: 14px;
    position: relative;
}

.nkl-free-quality-header::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -8px;
    background: var(--Light-Border, linear-gradient(82deg, rgba(255, 255, 255, 0.15) 3.7%, rgba(255, 255, 255, 0.05) 96.3%));
}

.nkl-free-quality-title {
    color: var(--White, #FFF);
    font-size: 20px;
    font-weight: 600;
    display: flex;
    gap: 7px;
}

.nkl-free-quality-count {
    color: var(--White, #FFF);
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    opacity: 0.80;
}

.nkl-free-quality-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    align-self: stretch;
}

.nkl-free-quality-list li {
    color: rgba(255, 255, 255, 0.80);
    font-size: 14px;
    font-weight: 500;
    align-items: center;
    list-style: none;
    display: flex;
}

.nkl-free-quality-list li img {
    margin-right: 8px;
}

.nkl-free-quality-list li b {
    color: var(--White, #FFF);
    font-weight: 600;
}

.nkl-free-quality-form {
    display: flex;
    max-width: 650px;
    width: 100%;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}


.nkl-form-group label {
    color: var(--Text-Main, #172810);
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.32px;
}

.nkl-btn {
    border-radius: 12px;
    color: var(--White, #FFF);
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.4px;
    display: flex;
    padding: 14px 24px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.nkl-btn-free {
    border-color: var(--Light-Border, rgba(255, 255, 255, 0.30));
    position: relative;
    border: 2px solid var(--Light-Border, rgba(255, 255, 255, 0.30)) !important;
    background: var(--Primary, #01C573);
    height: 54px;
}

.nkl-btn-hq {
    border-color: var(--Light-Border, rgba(255, 255, 255, 0.30));
    background: #FC5F2B;
    height: 54px;
    color: #fff !important;
}

.nkl-free-benefits {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    padding-bottom: 6px;
}

.nkl-benefit-item {
    padding: 12.5px 37px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0px;
}

.nkl-benefit-item::before {
    content: "";
    display: block;
    position: absolute;
    width: 33px;
    height: 61px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/benefit-left.svg);
}

.nkl-benefit-item::after {
    content: "";
    display: block;
    position: absolute;
    width: 33px;
    height: 61px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/benefit-right.svg);
}

.nkl-benefit-title {
    color: var(--Text-Main, #172810);
    font-size: 18px;
    font-weight: 600;
}

.nkl-benefit-desc {
    color: var(--Text-Gray, #C7C7C7);
    font-family: "Plus Jakarta Sans";
    font-size: 12px;
    font-weight: 500;
}


.nkl-page__right {
    display: flex;
    max-width: 640px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
}

.nkl-form {
    padding: var(--spacing-xl, 24px);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    background: #FFF;
    width: 100%;
    max-width: 650px;
    gap: 12px;
}

.nkl-form form {
    width: 100%;
}

.nkl-form__group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-xs, 4px);
    align-self: stretch;
}

.nkl-form__group--row {
    flex-direction: row;
    gap: 12px;
}

.nkl-form__col {
    flex: 1;
}

.nkl-form__group--full .nkl-form__input {
    width: 100%;
    padding: 12px 16px;
    border-radius: 12px;
    border: 1px solid var(--Green-Border, #E5EBE7);
    background: var(--Substrate-Grey, #F7F7F7);
    color: #C7C7C7;
    display: flex;
    align-items: center;
    gap: var(--spacing-sm, 8px);
    align-self: stretch;
}

.nkl-form__label {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #172810;
    margin: 0px;
}

.nkl-form__label span {
    color: #C50101;
}

.nkl-form__input {
    height: 52px;
    color: #C7C7C7;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.32px;
}

.nkl-input-wrapper {
    display: flex;
    align-items: center;

    border: 1px solid var(--Green-Border, #E5EBE7);
    background: var(--Substrate-Grey, #F7F7F7);
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    height: 52px;
}

.nkl-input-wrapper .nkl-form__input {
    border: none;
    box-shadow: none;
    width: 100%;
    border-radius: 0px;
    padding: var(--spacing-md, 12px) var(--spacing-lg, 12px);
    color: #C7C7C7;
}

/* 
.nkl-input-wrapper:has(.nkl-form__input:focus) {
    border: 1px solid var(--Primary, #01C573);
}

.nkl-input-wrapper:has(.nkl-form__input:focus) .nkl-input-prefix {
    border-right: 1px solid var(--Primary, #01C573);
} */

.nkl-input-prefix {
    padding: 14px 8px 14px 14px;
    color: var(--Text-Gray, #C7C7C7);
    border-right: 1px solid var(--Green-Border, #E5EBE7);
    flex-shrink: 0;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.02em;
}

.nkl-form__row {
    display: flex;
    align-items: center;
    gap: 6px;
    align-self: stretch;
    position: relative;
}

.nkl-custom-select__icon {
    height: 20px;
    cursor: pointer;
    margin-bottom: 6px;
}

.nkl-custom-select__icon svg {
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.nkl-form__row .nkl-tooltip {
    position: absolute;
    bottom: 30px;
    left: 0px;
    background-color: #F7F7F7;
    padding: 8px 12px;
    border-radius: 8px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
    z-index: 999;
    white-space: normal;
    color: #536255;
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0%;
    max-width: 380px;
    width: 100%;
}

.nkl-form__row .nkl-tooltip p {
    margin: 0px;
    white-space: normal;
    color: #536255;
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0%;
}

.nkl-form__row .nkl-tooltip strong {
    font-weight: bold;
}

.nkl-form__row .nkl-custom-select__icon::before {
    content: "";
    position: absolute;
    bottom: 18px;
    transform: translateX(40%);
    border: 6px solid transparent;
    border-top-color: #F7F7F7;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
    z-index: 9;
}

.btn-group {
    width: 100%;
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
}

.btn-group::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: -24px;
    height: 1px;
    background: linear-gradient(270deg, rgba(206, 217, 229, 0) 0.01%, rgba(206, 217, 229, 0.4) 24.34%, rgba(206, 217, 229, 0.4) 49.56%, rgba(206, 217, 229, 0.4) 74.79%, rgba(206, 217, 229, 0) 100.01%);
}

.nkl-form__group.nkl-form__group-note {
    border-radius: 12px;
    background: #FFD9C0;
    display: flex;
    padding: 16px;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

/* Show tooltip on hover */

.nkl-form__row .nkl-custom-select__icon:hover .nkl-tooltip,
.nkl-form__row .nkl-custom-select__icon:hover::before {
    opacity: 1;
}

.nkl-custom-select:hover {
    border: 1px solid var(--Primary, #01C573);
    box-shadow: 0px 0px 0px 4px rgba(1, 197, 115, 0.20);
}

.nkl-customer-write-section {
    padding-top: 45px;
}


.nkl-customer-write-title {
    color: var(--Text-Main, #172810);
    text-align: center;
    font-size: 52px;
    font-weight: 800;
    margin-bottom: 18px;
    line-height: 1.1;
}

.nkl-customer-write-subtitle {
    color: var(--Text-Secondary, #536255);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.nkl-customer-write-grid {
    display: flex;
    gap: 14px;
    margin-top: 60px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.nkl-customer-write-grid::before {
    content: "";
    position: absolute;
    bottom: -50px;
    width: 100%;
    display: flex;
    height: 220px;
    padding: 94px 0 82px 0;
    justify-content: center;
    align-items: center;
    background: linear-gradient(0deg, #FFF 50%, rgba(255, 255, 255, 0.00) 100%);
    z-index: 1;
}

.nkl-customer-write-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.nkl-customer-write-card {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid var(--Light-Green, #E6FAF1);
    background: var(--Substrate-Grey, #F7F7F7);
}

.nkl-customer-write-user {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    align-content: flex-start;
}

.nkl-customer-write-username {
    color: var(--Text-Main, #172810);
    font-size: 14px;
    font-weight: 400;
    position: relative;
    line-height: 20px;
    width: 100%;
}

.nkl-customer-write-username::before {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    right: -22px;
    bottom: 5px;
    background-image: url(../images/done.svg);
}

.nkl-customer-write-verify {
    width: 40px;
    height: 40px;
    border-radius: 80px;
}

.nkl-customer-write-info {
    display: flex;
    flex-direction: column;
    gap: 0px;
    width: fit-content;
}

.nkl-customer-write-role {
    color: var(--Text-Gray, #C7C7C7);
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
}


.nkl-customer-write-content {
    color: var(--Text-Secondary, #536255);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.nkl-customer-write-btn-wrap {
    z-index: 1;
    top: -77px;
    position: relative;
}

.nkl-customer-write-btn {
    border-radius: 12px;
    background: #FC5F2B;
    display: flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 600;
    height: 44px;
    margin: 0 auto;
    border: none;
}

.page-template-template-free .reviewfame-works {
    margin-top: 35px;
    margin-bottom: 38px;
}

.page-template-template-free .reviewfame-works .section-container {
    margin-top: 54px;
}

.page-template-template-free .brand-visibility-section .brand-title {
    margin-bottom: 12px;
}

.page-template-template-free .seo-why-chose {
    padding-top: 36px;
    padding-bottom: 40px;
}

.page-template-template-free .sth-box-navigation {
    padding-bottom: 38px;
}

.page-template-template-free .sth-content-item p {
    margin-bottom: 0px;
}

.page-template-template-free .service-overview .tab-active {
    padding: 10.5px 14px;
}

.page-template-template-free .review-slider-section {
    padding-top: 36px;
    padding-bottom: 38px;
}

.page-template-template-free .review-slider-section .review-card {
    gap: 14px;
}

.page-template-template-free .sth-review-slider {
    padding-top: 55px;
    padding-bottom: 40px;
}

.page-template-template-free .sth-badge-box {
    margin-bottom: 15px;
}

.page-template-template-free .guide-section .head-container p {
    margin-top: 12px;
}

.page-template-template-free-qr-code .features-section .feature-description,
.page-template-template-star-rating-calculator .features-section .feature-description,
.page-template-template-free .features-section .feature-description {
    margin-bottom: 0px;
}

.page-template-template-free .banner .ratings {
    margin-top: 0px;
}

.page-template-template-star-rating-calculator .description p,
.page-template-template-free .description p {
    margin-bottom: 0px;
}

.page-template-template-free .nkl-faq__wrapper {
    margin-top: 20px;
}

/* page Star Rating Calculator (Solution)  */
.nkl-custom-select-box {
    width: 100%;
    flex-direction: column;
    display: flex;
    gap: 8px;
    position: relative;
    margin-top: 6px;
}
.page-template-template-star-rating-calculator .nkl-custom-select-box {
    margin-top: 0px;
}
.nkl-custom-select {
    display: flex;
    padding: var(--spacing-md, 12px) var(--spacing-lg, 16px);
    align-items: center;
    gap: var(--spacing-sm, 8px);
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid var(--Green-Border, #E5EBE7);
    background: var(--Substrate-Grey, #F7F7F7);
    position: relative;
    height: 52px;
    cursor: pointer;
    justify-content: space-between;
}

.nkl-custom-select:hover {
    border: 1px solid var(--Primary, #01C573);
    box-shadow: 0px 0px 0px 4px rgba(1, 197, 115, 0.20);
}

.nkl-custom-select__selected {
    color: var(--Text-Gray, #C7C7C7);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.32px;
}

.nkl-custom-select__selected.selected {
    color: #172810;
}

.nkl-custom-select__options {
    position: absolute;
    z-index: 9;
    top: 56px;
    border-top: none;
    width: 100%;
    display: none;
    border-radius: 12px;
    border: 1px solid var(--Gray-100, #F5F5F5);
    background: var(--White, #FFF);
    overflow: hidden;
    box-shadow: 0px 12px 16px -4px rgba(10, 13, 18, 0.08), 0px 4px 6px -2px rgba(10, 13, 18, 0.03);
}

.nkl-select__icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nkl-custom-select--open .nkl-custom-select__options {
    display: block;
}

.nkl-custom-select__option:hover::after,
.nkl-custom-select__option.selected::after {
    content: '';
    background-image: url(../images/check-select.svg);
    position: absolute;
    background-position: center;
    right: 12px;
    height: 20px;
    width: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.nkl-custom-select__option.selected {
    background: var(--Substrate-Light, #FAFAFA);
}

.nkl-custom-select__option {
    font-weight: 400;
    letter-spacing: -0.32px;
    padding: 10px 14px;
    height: 44px;
    cursor: pointer;
    position: relative;
    background: #FFF;
    padding-right: 24px;
    color: var(--Text-Main, #172810);
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.32px;
}


.nkl-custom-select__option:hover {
    background: var(--Substrate-Light, #FAFAFA);
}

.nkl-checkbox-label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    color: var(--Text-Secondary, #536255);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    user-select: none;
    position: relative;
    margin-top: 10px;
}

.nkl-checkbox-input {
    appearance: none;
    -webkit-appearance: none;
    max-width: 18px;
    width: 100%;
    height: 18px;
    border-radius: 6px;
    background: #F7F7F7;
    position: relative;
    transition: border-color 0.2s, background 0.2s;
    cursor: pointer;
    top: 10px;
}

.nkl-checkbox-input:checked {
    background: #01C573;
    border-color: #01C573;
}

.nkl-checkbox-input:checked::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    display: block;
}

.nkl-checkbox-label span {
    display: inline-block;
    color: #222;
    font-weight: 400;
    flex: 1;
}

.nkl-btn-star-calc {
    border: 2px solid var(--Light-Border, rgba(255, 255, 255, 0.30)) !important;
    background: var(--Primary, #01C573);
}

.nkl-btn-star-calc:hover {
    opacity: 0.8;
    cursor: pointer;
}

.nkl-btn-free-qr {
    border: 2px solid var(--Light-Border, rgba(255, 255, 255, 0.30));
    background: var(--Primary, #01C573);
}

.nkl-btn-free-qr:hover {
    opacity: 0.8;
    cursor: pointer;
    border: 2px solid var(--Light-Border, rgba(255, 255, 255, 0.30));
}

.nkl-star-rating-footer {
    margin-top: 12px;
}

.nkl-star-rating-footer p {
    color: var(--Text-Gray, #C7C7C7);
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 0px;
}

.nkl-star-rating-footer a {
    color: #4285F4;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.nkl-star-result-header {
    display: flex;
    align-items: center;
    gap: 8px;
}

.nkl-star-result-box-outer {
    max-width: 362px;
    width: 100%;
}

.nkl-star-result-box {
    position: relative;
    display: flex;
    padding: 24px;
    flex-direction: column;
    gap: 16px;
    border-radius: 20px;
    background-image: url(../images/bg-star-result.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.nkl-star-result-box::before {
    content: "";
    position: absolute;
    top: 5px;
    right: 6px;
    width: 39px;
    height: 38px;
    background-repeat: no-repeat;
    background-image: url(../images/bling-star.svg);
    z-index: 0;
}

.nkl-star-result-header span {
    color: var(--White, #FFF);
    font-size: 20px;
    font-weight: 600;
}

.nkl-star-result-header .nkl-star-result-icon img {
    margin-bottom: -3px;
}

.nkl-star-result-number-box {
    display: flex;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    color: var(--White, #FFF);
    position: relative;
    padding-bottom: 10px;
}

.nkl-star-result-number-box::after {
    content: "";
    width: 100%;
    bottom: -6px;
    position: absolute;
    height: 2px;
    align-self: stretch;
    background: var(--Light-Border, linear-gradient(82deg, rgba(255, 255, 255, 0.15) 3.7%, rgba(255, 255, 255, 0.05) 96.3%));
}


.nkl-star-result-number {
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 42px;
    font-weight: 800;
    text-transform: capitalize;
}

.nkl-star-result-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-transform: capitalize;
}

.nkl-star-result-desc {
    color: var(--White, #FFF);
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
}

.nkl-star-result-note {
    margin-bottom: 14px;
    color: var(--White, #FFF);
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin-top: -12px;
}

.nkl-star-result-desc-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.nkl-star-result-desc-box::after {
    content: "";
    width: 100%;
    top: -15px;
    position: absolute;
    height: 2px;
    align-self: stretch;
    background: var(--Light-Border, linear-gradient(82deg, rgba(255, 255, 255, 0.15) 3.7%, rgba(255, 255, 255, 0.05) 96.3%));
}
.nkl-star-result-desc-box img {
    margin-bottom: 10px;
    margin-top: -12px;
}

.nkl-star-result-link {
    border-radius: 12px;
    border: 2px solid var(--Light-Border, rgba(255, 255, 255, 0.30));
    background: var(--White, #FFF);
    display: flex;
    padding: 13px 24px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #FFB24E;
}
a.nkl-star-result-link:visited {
    color: #FFB24E;
}
.nkl-star-result-link:hover {
    color: #FFB24E;
    opacity: 0.8;
}

.nkl-star-rating-box {
    max-width: 750px;
    width: 100%;
}

.nkl-star-tabs-main {
    padding: 24px;
    border-radius: 20px;
    background: #FFF;
    width: 100%;
}

.nkl-star-rating-container {
    display: flex;
    gap: 24px;
    justify-content: center;
}

.nkl-star-rating-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    padding-bottom: 24px;
    position: relative;
}

.nkl-star-rating-header::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0px;
    background: linear-gradient(270deg, rgba(206, 217, 229, 0.00) 0.01%, rgba(206, 217, 229, 0.40) 24.34%, rgba(206, 217, 229, 0.40) 49.56%, rgba(206, 217, 229, 0.40) 74.79%, rgba(206, 217, 229, 0.00) 100.01%);
}

.nkl-star-rating-header-left {
    /* flex: 1; */
    max-width: 414px;
    line-height: 19px;
}

.nkl-star-rating-header-title {
    color: var(--Text-Secondary, #536255);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.15px;
}

.nkl-star-rating-header-right {
    display: flex;
    flex: 1;
    align-content: center;
    align-items: center;
    gap: 6px;
    justify-content: flex-end;
}

.nkl-star-rating-header-step {
    color: var(--Text-Gray, #C7C7C7);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.3px;
}

.nkl-star-rating-header-progress {
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    height: 5px;
    background: #0000001A;
    border-radius: 3px;
    position: relative;
    margin-left: 8px;
}

.nkl-star-rating-header-bar {
    display: block;
    height: 100%;
    width: 50%;
    background: #01C573;
    border-radius: 3px;
    transition: width 0.3s cubic-bezier(.4, 0, .2, 1);
    position: absolute;
    left: 0;
    top: 0;
}

.nkl-star-rating-content {
    padding-top: 22px;
}

.nkl-star-rating-form .btn-group {
    margin-top: 47px;
}

.nkl-star-rating-content .nkl-form__group {
    margin-bottom: 12px;
}

.features-section-new.features-section .feature-row:after {
    content: none;
}

.features-section-new.features-section .feature-item {
    align-items: flex-start;
    position: relative;
}

.features-section-new.features-section .feature-text {
    align-items: flex-start;
    text-align: left;
}

.features-section-new.features-section .feature-item::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 80%;
    right: -34px;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.08) 24.33%, rgba(0, 0, 0, 0.08) 49.55%, rgba(0, 0, 0, 0.08) 74.78%, rgba(0, 0, 0, 0) 100%);
}

.features-section-new.features-section .feature-item:last-child::after {
    content: none;
}

.features-section-new.features-section .feature-grid {
    padding: 0px;
    margin-top: 38px;
}

.page-template-template-free-qr-code .banner .ratings {
    margin-top: 5px;
}

.page-template-template-star-rating-calculator .banner .ratings {
    margin-top: 0px;
}

.page-template-template-star-rating-calculator section.brand-visibility-section {
    padding: 58px 0 80px;
}

.page-template-template-star-rating-calculator .brand-visibility-section .brand-title {
    margin-bottom: 14px;
}

.features-section-new .features-section .feature-grid {
    margin-top: 35px;
}

.page-template-template-star-rating-calculator .nkl-customer-write-section {
    padding-top: 2px;
}

.page-template-template-star-rating-calculator .features-section-new {
    padding-top: 34px;
    padding-bottom: 58px;
}

.page-template-template-star-rating-calculator .features-section {
    padding-top: 32px;
    padding-bottom: 58px;
}

.page-template-template-star-rating-calculator .seo-why-chose {
    padding-top: 24px;
    padding-bottom: 38px;
}

.page-template-template-star-rating-calculator .sth-box-navigation {
    padding-top: 52px;
}

.page-template-template-star-rating-calculator .sth-content-item p {
    margin-bottom: 0px;
}

.page-template-template-star-rating-calculator .service-overview .content-wrapper {
    margin-top: 58px;
}

.page-template-template-star-rating-calculator .review-slider-section {
    padding-bottom: 0px;
    padding-top: 36px;
}

.page-template-template-star-rating-calculator .nkl-faq {
    padding-top: 18px;
}

.page-template-template-star-rating-calculator .nkl-faq__wrapper {
    margin-top: 14px;
}

.page-template-template-star-rating-calculator .nkl-star-rating-content {
    padding-top: 28px;
}

.page-template-template-star-rating-calculator .nkl-star-rating-form .btn-group {
    margin-top: 56px;
}

.animate-marquee {
    animation: marquee-col var(--marquee-duration, 15000ms) linear infinite;
}

/* animation */
@keyframes marquee-col {
    100% {
        transform: translateY(-50%);
    }
}

.animate-none {
    animation: none;
}

.animate-in {
    animation: fade-in 0.3s linear forwards;
}

@keyframes fade-in {

    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* end Star Rating Calculator (Solution) */
/* start free Qr code */
.nkl-qr-box {
    max-width: 403px;
    width: 100%;
}

.nkl-qr-result-box {
    margin-bottom: 24px;
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    background: linear-gradient(135deg, #3385FF 30.33%, #06F 100%);
    box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.50) inset;
}

.nkl-qr-result-header {
    display: flex;
    justify-content: left;
    flex-direction: column;
    position: relative;
    padding-bottom: 10px;
}

.nkl-qr-result-header::after {
    content: "";
    width: 100%;
    bottom: 0px;
    position: absolute;
    height: 1px;
    align-self: stretch;
    background: var(--Light-Border, linear-gradient(82deg, rgba(255, 255, 255, 0.15) 3.7%, rgba(255, 255, 255, 0.05) 96.3%));
}


.nkl-qr-result-header h3 {
    color: var(--White, #FFF);
    font-family: "Plus Jakarta Sans";
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
}

.nkl-qr-result-header span {
    color: var(--White, #FFF);
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 22px;
}

.nkl-qr-result-number-box {
    aspect-ratio: 1/1;
    max-width: 355px;
    height: 347px;
    width: 100%;
}

.nkl-qr-result-number-box img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.nkl-qr-mobile {
    display: none;
}

.nkl-qr-pc {
    display: block;
}


.nkl-btn-use-template {
    border: 2px solid var(--Light-Border, rgba(255, 255, 255, 0.30));
    background: var(--Primary, #01C573);
}

.nkl-btn-use-template:hover {
    border: 2px solid var(--Primary, #01C573);
    opacity: 0.8;
}

.qr-template-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
}

.qr-template-item {
    display: flex;
    flex-direction: column;
    padding: 6px 4px 10px 4px;
    align-items: center;
    gap: 14px;
    border-radius: 12px;
    background: var(--Substrate-Grey, #F7F7F7);
    align-self: stretch;
    position: relative;
    cursor: pointer;
    border: 2px solid transparent;
}

.qr-template-item.selected {
    border-color: #01C573;
    background: var(--Substrate-Grey, #F7F7F7);
}

.qr-template-item.selected::before {
    content: "";
    width: 28px;
    height: 28px;
    position: absolute;
    right: -10px;
    top: -10px;
    background-image: url(../images/tick-icon.svg);
}

.qr-template-item img {
    width: 100%;
    aspect-ratio: 1/1;
    flex-shrink: 0;
    border-radius: 8px;
}

.qr-template-label {
    color: var(--Text-Main, #172810);
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

/* Swiper arrow for QR slider */
.qr-template-slider .swiper-button-next,
.qr-template-slider .swiper-button-prev {
    top: 50%;
    height: fit-content;
    transform: translateY(-50%);
}

.qr-template-slider .swiper-button-next::before {
    left: auto;
}

.qr-template-slider .swiper-button-prev::before {
    right: auto;
}

.qr-template-slider .swiper-button-next::before,
.qr-template-slider .swiper-button-prev::before {
    content: '';
    background: linear-gradient(0deg, #ffffffa6 50%, rgba(255, 255, 255, 0.00) 100%);
    position: absolute;
    top: 0;
    z-index: -1;
    display: flex;
    transform: rotate(-90deg);
    padding: 89px 0 0px 0;
    width: 350px;
    height: 100%;
    filter: blur(8px);
    pointer-events: none;
}

.qr-template-slider .swiper-button-next.swiper-button-disabled,
.qr-template-slider .swiper-button-prev.swiper-button-disabled {
    display: none;
}

.qr-template-slider .swiper-button-next:hover,
.qr-template-slider .swiper-button-prev:hover {
    background: #1fc16b;
    color: #fff;
}

.qr-template-slider .swiper-button-next:after,
.qr-template-slider .swiper-button-prev:after {
    width: 24px;
    height: 24px;
    border-radius: 8570.571px;
    border: 0.857px solid var(--Border, #F7F7F7);
    background: #01C573;
    display: flex;
    align-items: center;
    justify-content: center;

    z-index: 2;
    transition: background 0.2s, color 0.2s;
    font-weight: bold;
    color: #fff;
    font-size: 10px;
    z-index: 2;
}

.qr-template-slider .swiper-button-next {
    right: 8px;
    left: auto;
}

.qr-template-slider .swiper-button-prev {
    left: 8px;
    right: auto;
}

.nkl-icon-note-box {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 4px;
    margin-top: -3px;
}

.nkl-icon-note-box svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.nkl-icon-note-box span {
    color: #C7C7C7;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-weight: 400;
}

.nkl-icon-note svg {
    width: 24px;
    height: 24px;
}

.nkl-business-confirm-value {
    color: var(--Text-Main, #172810);
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-weight: 500;
    position: relative;
    border-radius: 10px;
    background: rgba(0, 122, 255, 0.10);
    display: flex;
    padding: 9px 16px;
    align-items: center;
    gap: var(--Spacing-Margin-M, 8px);
    align-self: stretch;
}

.nkl-business-confirm-close {
    position: absolute;
    cursor: pointer;
    right: 16px;
    top: 50%;
    height: 16px;
    transform: translateY(-50%);
}

.nkl-form__note h5 {
    color: var(--Text-Main, #172810);
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 0px;
}

.nkl-form__note p {
    color: var(--Text-Secondary, #536255);
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 0px;
}

/* Swiper dots for QR slider */
.qr-template-slider .swiper-pagination {
    position: static;
    margin-top: 18px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.qr-template-slider .swiper-pagination-bullet {
    opacity: 0.2;
    background: #C7C7C7;
    width: calc(100% / 9);
    margin: 0px !important;
    display: flex;
    height: 3px;
    border-radius: 0px !important;
    align-self: stretch;
    transition: background 0.2s;
}



.qr-template-slider .swiper-pagination-bullet-active {
    background: #C7C7C7;
    opacity: 1;
}

/* popup success */

.qr-success-popup {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    display: none;
}

.qr-success-popup.active {
    display: flex;
}

.qr-success-popup-inner {
    background: #fff;
    border-radius: 18px;
    padding: 40px;
    max-width: 777px;
    width: 100%;
    text-align: center;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.10);
}

.qr-success-popup-icon {
    margin-bottom: 18px;
}

.qr-success-popup-title {
    color: var(--Text-Main, #172810);
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    line-height: 52px;
    margin-bottom: 12px;
}

.qr-success-popup-desc {
    color: var(--Text-Secondary, #536255);
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    margin-bottom: 34px;
}

.qr-success-popup-desc a {
    color: #007AFF;
    font-size: 16px;
    font-weight: 500;
}

.qr-success-popup-offer {
    border-radius: 12px;
    background: linear-gradient(135deg, #3385FF 30.33%, #06F 100%);
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    align-self: stretch;
    margin-bottom: 50px;
    position: relative;
}

.qr-success-popup-offer::before {
    content: "";
    position: absolute;
    top: 5px;
    right: 6px;
    width: 39px;
    height: 38px;
    background-repeat: no-repeat;
    background-image: url(../images/bling-star.svg);
    z-index: 0;
}

.qr-success-popup-offer::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -24px;
    background: linear-gradient(270deg, rgba(206, 217, 229, 0.00) 0.01%, rgba(206, 217, 229, 0.40) 24.34%, rgba(206, 217, 229, 0.40) 49.56%, rgba(206, 217, 229, 0.40) 74.79%, rgba(206, 217, 229, 0.00) 100.01%);
}

.qr-success-popup-offer-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    padding: 4px 10px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    color: var(--Text-Main, #172810);
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    border-radius: 123456px;
    background: var(--White, #FFF);
    box-shadow: 0 -33px 9px 0 rgba(208, 208, 208, 0.00), 0 -21px 9px 0 rgba(208, 208, 208, 0.01), 0 -12px 7px 0 rgba(208, 208, 208, 0.05), 0 -5px 5px 0 rgba(208, 208, 208, 0.09), 0 -1px 3px 0 rgba(208, 208, 208, 0.10);
}

.qr-success-popup-offer-text {
    color: var(--White, #FFF);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.25px;
    text-align: left;
}

.qr-success-popup-offer-text h3 {
    color: var(--White, #FFF);
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 6px;
    line-height: 28px;
}

.qr-success-popup-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.nkl-btn.qr-btn-green {
    padding: 18px;
    color: var(--White, #FFF);
    border-radius: 12px;
    border: 2px solid var(--Light-Border, rgba(255, 255, 255, 0.30));
    background: var(--Primary, #01C573);
}

.nkl-btn.qr-btn-green:hover {
    border: 2px solid var(--Primary, #01C573);
    opacity: 0.8;
}

.nkl-btn.qr-btn-outline {
    color: var(--Text-Secondary, #536255);
    border: 2px solid var(--Border, #F7F7F7);
    background: var(--Substrate-Light, #FAFAFA);
}

.nkl-btn.qr-btn-outline:hover {
    border: 2px solid var(--Primary, #01C573);
    opacity: 0.8;
}

/* end popup success */
.page-template-template-free-qr-code .banner .badge {
    margin-bottom: 14px;
}

.page-template-template-free-qr-code .banner .sth-hero-title {
    gap: 0px;
}

.page-template-template-free-qr-code .nkl-star-rating-header-progress {
    height: 4px;
}

.page-template-template-free-qr-code section.brand-visibility-section {
    padding: 60px 0 76px;
    z-index: 0;
}

.page-template-template-free-qr-code .banner .hero-subtitle {
    margin-bottom: 10px;
}

.page-template-template-free-qr-code .nkl-star-rating-content {
    padding-top: 26px;
}

.nkl-what-you-get-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 96px;
}

.nkl-what-you-get-content {
    color: var(--Text-Secondary, #536255);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    max-width: 661px;
    width: 100%;
}

.nkl-what-you-get-section {
    padding-bottom: 20px;
    padding-top: 26px;
}

.nkl-what-you-get-section .section-title {
    margin-bottom: 62px;
}

.nkl-what-you-get-list {
    margin-bottom: 20px;
}

.side-image {
    max-width: 485px;
    width: 100%;
    flex-shrink: 0;
    margin: 0 auto;
}

.nkl-what-you-get-content p {
    color: var(--Text-Secondary, #536255);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 12px;
}

.nkl-what-you-get-list li {
    position: relative;
    padding-left: 28px;
    color: var(--Text-Secondary, #536255);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 12px;
}

.nkl-what-you-get-list li::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/circle-check-big.svg);
}

.nkl-what-you-get-note {
    color: var(--Text-Main, #172810);
    font-family: "Plus Jakarta Sans";
    font-size: var(--font-size-s);
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.25px;
    display: flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 12px;
    border: 2px dashed #007AFF;
    background: rgba(0, 122, 255, 0.10);
}

.nkl-what-you-get-section .section-title br {
    display: none;
}

.nkl-what-you-get-note {
    position: relative;
    padding-left: 32px;
}

.nkl-what-you-get-note::after {
    content: " 🎯";
    width: 14px !important;
    height: 14px !important;
    position: absolute;
    width: 100%;
    left: 14px;
    top: 18px;
    font-size: 10px;
}

.sth-box-navigation .btn {
    display: flex;
}

.qr-template-slider {
    display: none !important;
}

/* page local serp checker */
.nkl-serp-summary-row {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    margin-bottom: 21px;
}

.nkl-serp-summary-item .nkl-label {
    color: var(--Text-Secondary, #536255);
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 4px;
}

.nkl-serp-summary-item span {
    color: var(--Text-Main, #111);
    font-size: 20px;
    font-weight: 700;
}

.nkl-serp-summary-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
    flex: 1;
}

.nkl-serp-summary-desc label {
    color: var(--Text-Main, #172810);
    font-family: "Plus Jakarta Sans";
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: normal;
    margin-bottom: 14px;
}

.nkl-form__row.nkl-serp-summary-desc .nkl-custom-select__icon:hover .nkl-tooltip {
    right: 0;
    left: auto;
}

.nkl-form__row.nkl-serp-summary-desc .nkl-custom-select__icon {
    margin-bottom: 0px;
}

.nkl-serp-pages {
    padding-top: 12px;
}

.nkl-star-rating-form .btn-group.nkl-serp-actions {
    margin-top: 38px;
}

.nkl-serp-pages-row {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.nkl-serp-page-btn {
    width: calc(100%/5 - 12.8px);
    display: flex;
    padding: 16px 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 12px;
    background: var(--Substrate-Grey, #F7F7F7);
    cursor: pointer;
}

.nkl-serp-page-btn.active,
.nkl-serp-page-btn:hover {
    background: var(--White, #FFF);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.10);
    transform: translateY(-2px);
    transition: all 0.2s ease-in-out;
}

.nkl-serp-page-btn span {
    color: var(--Text-Main, #172810);
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 700;
}

/* page local serp checker */
@media (min-width: 768px) and (max-width: 1439px) {
    .nkl-free-benefits {
        gap: 20px;
    }

    .features-section-new.features-section .feature-item::after {
        right: 0px;
    }

    .qr-template-item img {
        height: auto;
    }
}

.nkl-free-quality-section .icon-svg-loading {
    opacity: 0;
}

.nkl-btn-free.is-loading .icon-svg-loading {
    opacity: 1;
}

.nkl-btn-free.is-loading {
    opacity: 0.8;
}

.page-template-template-local-serp-checker .banner .hero-subtitle {
    max-width: 685px;
}

.page-template-template-local-serp-checker .banner .ratings {
    margin-top: 0px;
}

.page-template-template-local-serp-checker section.brand-visibility-section {
    padding: 60px 0 76px;
}

@media (min-width: 768px) {
    .qr-template-slider {
        display: none !important;
    }
}

/* end free Qr code */
@media screen and (max-width: 1024px) {
    .qr-template-grid {
        grid-template-columns: 1fr 1fr;
    }

    .nkl-customer-write-grid {
        flex-wrap: wrap;
        max-height: 600px;
    }

    @media (max-width: 1024px) {
        .nkl-customer-write-col.animate-marquee {
            --marquee-duration: 18000ms !important;
        }
    }

    .nkl-customer-write-col {
        flex: 0 0 calc(50% - 7px);
        max-width: calc(50% - 7px);
    }

    .nkl-form {
        max-width: 430px;
    }

    .nkl-star-rating-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .nkl-what-you-get-wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .nkl-what-you-get-content {
        max-width: 100%;
    }

    .nkl-qr-result-number-box,
    .qr-template-item img {
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    .nkl-free-quality-info {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 20px;
    }

    .nkl-form {
        max-width: 100%;
    }

    .nkl-free-quality-box {
        max-width: 100%;
        padding: 20px 20px 30px 20px;
    }

    .nkl-free-quality-info-text {
        order: 1;
        max-width: 100%;
        width: 100%;
        padding: 0 20px;
    }

    /*  */
    .nkl-star-rating-container {
        flex-direction: column;
        padding: 0px;
    }

    .nkl-star-rating-header-left {
        order: 1;
    }
    .nkl-star-result-box-outer {
        max-width: 100%;
        width: 100%;
        padding: 0 20px;
    }

    .features-section .feature-row {
        flex-direction: column;
        gap: 32px;
        margin-top: 24px;
    }

    .features-section-new.features-section .feature-item::after {
        content: none;
    }

    .features-section.sth-custom-features .feature-item:before {
        content: "";
        position: absolute;
        bottom: -11px;
        left: 0;
        width: 100%;
        height: 1px;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.08) 24.33%, rgba(0, 0, 0, 0.08) 49.55%, rgba(0, 0, 0, 0.08) 74.78%, rgba(0, 0, 0, 0) 100%);
    }

    .banner .hero-subtitle {
        line-height: 24px;
        margin-bottom: 16px;
    }

    .nkl-qr-box {
        max-width: 100%;
        width: 100%;
        padding: 0 20px;
    }

    .nkl-qr-mobile {
        margin-top: 24px;
        display: block;
    }

    .qr-template-slider .swiper-pagination {
        margin-top: 12px;
    }

    .nkl-qr-pc {
        display: none;
    }
}

@media screen and (max-width: 767px) {

    .nkl-form__label {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: -0.28px;
    }

    .nkl-input-prefix,
    .nkl-input-wrapper .nkl-form__input {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -0.28px;
    }

    .nkl-form__input {
        height: 48px;
    }

    .nkl-free-quality-section .container {
        padding: 0px;
    }

    .nkl-free-quality-info {
        margin-bottom: 12px;
    }

    .nkl-free-benefits {
        padding-bottom: 0px;
    }

    .nkl-free-quality-title {
        font-size: 14px;
        line-height: 21px;
        font-weight: 600;
    }

    .nkl-free-quality-title img {
        width: 20px;
        height: 20px;
    }

    .nkl-free-quality-count {
        font-size: 10px;
        font-weight: 500;
        line-height: 17px;
    }

    .nkl-free-quality-list li {
        color: rgba(255, 255, 255, 0.80);
        font-size: 12px;
        font-weight: 500;
    }

    .nkl-free-quality-list {

        gap: 4px;
    }

    .nkl-benefit-title {
        font-size: 16px;
        font-weight: 600;
    }

    .nkl-benefit-desc {
        font-size: 12px;
        font-weight: 500;
    }

    .nkl-benefit-item::before {
        width: 27.001px;
        height: 50px;
    }

    .nkl-benefit-item::after {
        width: 27.001px;
        height: 50px;
    }

    /*
    .nkl-customer-write-grid {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
        margin-top: 40px;
    } */

    .nkl-free-benefits {
        flex-direction: column;
        gap: 0px;
        justify-content: center;
        align-items: center;
    }

    .nkl-benefit-item {
        padding: 11.5px 32px;
    }

    .nkl-customer-write-section {
        padding-top: 40px;
    }

    .nkl-customer-write-title {
        font-size: 36px;
        line-height: 45px;
        font-weight: 800;
        margin-bottom: 12px;
    }

    .nkl-customer-write-subtitle {
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
        margin-bottom: 0px;
    }

    .nkl-form__group--full .nkl-form__input {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -0.28px;
    }

    .nkl-customer-write-btn-wrap {
        top: -67px;
    }



    .nkl-star-rating-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 7px;
    }


    .nkl-star-rating-header-title {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
    }

    .nkl-checkbox-label span {
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        color: var(--Text-Secondary, #536255);
    }

    .nkl-star-rating-header-step {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0.2px;
    }

    .nkl-star-rating-header-progress {
        width: 80px;
        height: 4px;
        flex-shrink: 0;
    }

    .nkl-custom-select__selected {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -0.28px;
    }

    .nkl-custom-select {
        height: 48px;
    }

    /*  */


    .page-template-template-star-rating-calculator .banner .sth-hero-title img {
        display: none;
    }

    .page-template-template-star-rating-calculator section.banner {
        padding-bottom: 24px;
        padding-top: 22px;
    }

    .nkl-star-tabs-main {
        padding: 20px;
    }

    .nkl-star-rating-header-right {
        gap: 5px;
    }

    .nkl-star-rating-content .nkl-form__group {
        margin-bottom: 13px;
    }

    .page-template-template-star-rating-calculator section.brand-visibility-section {
        padding: 40px 0 20px;
    }

    .nkl-star-result-header span {
        font-size: 14px;
        font-weight: 600;
    }

    .nkl-star-result-number-box {
        display: flex;
        align-items: center;
        gap: 10px;
        align-self: stretch;
        color: var(--White, #FFF);
        position: relative;
        padding-bottom: 14px;
    }

    .nkl-star-result-number {
        font-size: 36px;
        font-weight: 800;
    }

    .nkl-star-result-text {
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
    }

    .nkl-star-result-note,
    .nkl-star-result-desc {
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
    }

    .nkl-star-result-box {
        padding: 20px;
        gap: 12px;
    }

    .nkl-star-result-header .nkl-star-result-icon img {
        margin-bottom: -3px;
        height: 20px;
    }

    /*  */
    .qr-template-grid {
        display: none !important;
    }

    .qr-template-slider {
        display: block !important;
        padding-top: 25px;
        position: relative;
    }

    .qr-template-item {
        padding: 4px 4px 6px 4px;
        gap: 14px;
    }

    .qr-success-popup-inner {
        margin: 0 20px;
        padding: 24px 12px;
    }

    .qr-template-label {
        font-size: 14px;
        font-weight: 600;
    }

    .qr-template-slider .swiper-pagination {
        margin-top: 12px;
    }

    .qr-success-popup-title {
        font-size: 26px;
        font-weight: 700;
        line-height: 32px;
        margin-bottom: 12px;
    }

    .qr-success-popup-desc {
        font-size: 14px;
        font-weight: 500;
        line-height: 18px;
    }

    .qr-success-popup-desc a {
        font-size: 14px;
        font-weight: 500;
    }

    .qr-success-popup-offer-text h3 {
        color: var(--White, #FFF);
        font-size: 20px;
        font-weight: 600;
        line-height: 25px;
    }

    .qr-success-popup-offer-badge {
        top: -14px;
        gap: 4px;
        padding: 4px 10px;
    }

    .qr-success-popup-offer-text {
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: -0.25px;
    }

    .qr-success-popup-offer-badge {
        font-size: 12px;
        font-weight: 600;
        line-height: 1.1;
    }

    .nkl-form__group--row {
        flex-direction: column;
        gap: 12px;
    }

    .nkl-form__col {
        flex: 1 1 100%;
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 639px) {
    .nkl-customer-write-grid {
        max-height: 470px;
    }

    .nkl-customer-write-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .nkl-customer-write-col.animate-marquee {
        --marquee-duration: 15000ms !important;
    }

    .page-template-template-free .sth-icon-head {
        display: none;
    }

    .page-template-template-free .banner .hero-title {
        font-size: 32px;
        line-height: 40px;
    }

    .page-template-template-free .banner {
        padding-top: 22px;
    }

    .page-template-template-free .banner .ratings {
        display: block;
        padding-top: 8px;
        margin-bottom: 4px;

    }

    .page-template-template-free .banner .rating {
        margin-bottom: 12px;
    }

    .page-template-template-free .banner .rating:last-child {
        margin-bottom: 0px;
    }

    .page-template-template-free .banner .hero-subtitle {
        margin-bottom: 8px;
    }

    .page-template-template-free .sth-custom-features {
        padding-bottom: 56px;
    }

    .nkl-form {
        padding: 20px;
    }

    .nkl-input-wrapper {
        height: 48px;
    }

    .nkl-form__group {
        gap: var(--spacing-xs, 3px);
    }

    .nkl-btn {
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 0.36px;
        padding: 12.5px 24px;
    }

    .btn-group {
        margin-top: 38px;
    }

    .page-template-template-free .reviewfame-works {
        margin-top: 15px !important;
        margin-bottom: 28px;
    }

    .page-template-template-free .reviewfame-works .section-container {
        margin-top: 32px;
    }

    .page-template-template-free .seo-why-chose {
        padding-top: 2px;
        padding-bottom: 40px;
    }

    .page-template-template-free .sth-box-navigation {
        padding-bottom: 20px;
    }

    .page-template-template-free-qr-code .service-overview .tab-strip,
    .page-template-template-free .service-overview .tab-strip {
        height: 48px;
        overflow-y: hidden;
    }

    .page-template-template-free-qr-code .service-overview .tab-active,
    .page-template-template-free .service-overview .tab-active {
        height: 40px;
    }

    .page-template-template-free .service-overview .side-image {
        max-width: 100%;
    }

    .nkl-checkbox-label {
        margin-top: 6px;
    }

    .nkl-star-rating-form .btn-group {
        margin-top: 54px;
    }

    .nkl-star-rating-footer {
        padding: 0 20px;
    }

    .features-section-new.features-section .feature-item {
        align-items: center;
    }

    .features-section-new.features-section .feature-text {
        align-items: center;
        text-align: center;
    }


    .nkl-qr-result-box {
        padding: 20px;
        gap: 10px;
        margin-bottom: 0px;
    }

    .nkl-qr-result-header h3 {
        font-size: 20px;
        font-weight: 600;
        line-height: 26px;
    }

    .nkl-qr-result-header span {
        font-size: 14px;
        font-weight: 500;
    }

    .nkl-qr-result-number-box {
        aspect-ratio: 1/1;
        max-width: 100%;
        width: 100%;
        height: 290px;
    }

    .nkl-qr-result-number-box img {
        width: 100%;
        height: 100%;
        border-radius: 12px;
    }

    .nkl-form__group-note {
        padding: 12px 16px;
        gap: 12px;
        margin-bottom: 0px;
    }

    .nkl-icon-note svg {
        width: 20px;
        height: 20px;
    }

    .nkl-form__note h5 {
        font-size: 12px;
        line-height: 20px;
    }

    .nkl-form__note p {
        font-size: 12px;
        line-height: 20px;
    }

    .nkl-btn-hq,
    .nkl-btn-free {
        height: 53px;
    }

    .nkl-btn-free-qr {
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 0.36px;
        padding: 13.5px 24px;
        white-space: nowrap;
    }

    .nkl-btn.qr-btn-green {
        padding: 15px;
    }

    .nkl-what-you-get-section .section-title {
        font-size: 36px;
        font-weight: 800;
    }

    .nkl-what-you-get-section .section-title br {
        display: block;
    }

    .nkl-what-you-get-content p {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0px;
        margin-bottom: 12px;
    }

    .nkl-what-you-get-list li {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0px;
    }

    .nkl-what-you-get-list li::after {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        left: 0px;
        top: 50%;
        transform: translateY(-50%);
        background-image: url(../images/circle-check-big.svg);
    }

    .nkl-what-you-get-note {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -0.25px;
        padding: 12px;
        padding-left: 26px;
    }

    .nkl-icon-note-box svg {
        width: 14px;
        height: 14px;
        flex-shrink: 0;
    }

    .nkl-icon-note-box span {
        font-size: 12px;
    }

    .nkl-icon-note svg {
        width: 20px;
        height: 20px;
    }

    .nkl-business-confirm-value span {
        font-size: 12px;
        line-height: 16px;
    }

    .nkl-business-confirm-close {
        height: 14px;
        right: 12px;
    }

    .nkl-form__group.nkl-form__group-note {
        padding: 12px 16px;
    }

    .page-template-template-free-qr-code .banner .badge {
        display: none;
    }

    .page-template-template-free-qr-code .banner .sth-hero-title img {
        display: none;
    }

    .page-template-template-free-qr-code section.banner {
        padding-bottom: 22px;
    }

    .page-template-template-free-qr-code .nkl-star-rating-form .btn-group {
        margin-top: 50px;
    }

    .page-template-template-free-qr-code section.brand-visibility-section {
        padding: 42px 0 20px;
    }

    .nkl-what-you-get-section .section-title {
        max-width: 94%;
        margin: 0 auto;
        margin-bottom: 58px;
        display: block !important;
    }
    .nkl-what-you-get-note::after {
           left: 4px;
            flex: 1;
            top: 18px;
            font-size: 16px;
            position: absolute;
    }
    .page-template-template-free-qr-code .reviewfame-works .section-title {
        color: #172810;
    }

    .page-template-template-free-qr-code .features-section .feature-row {
        gap: 26px;
    }

    .page-template-template-free-qr-code .nkl-star-rating-content {
        padding-top: 0px;
    }

    .nkl-customer-write-grid {
        margin-top: 42px;
    }

    .service-overview .tab-strip {
        background: #F7F7F7;
        overflow-x: auto;
    }

    .service-overview .tab-strip {
        width: calc(100% + 20px);
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .reviewfame-works .section-card {
        gap: 20px;
    }

    /*  */

    .nkl-serp-summary-row {
        display: flex;
        align-items: flex-start;
        gap: 4px 12px;
        align-self: stretch;
        flex-wrap: wrap;
        margin-bottom: 16px;
    }

    .nkl-serp-summary-item {
        width: calc(100%/2 - 6px);
        flex: auto;
    }

    .nkl-serp-summary-item .nkl-label {
        font-size: 14px;
        font-weight: 500;
    }

    .nkl-serp-summary-item span {
        font-size: 16px;
        font-weight: 700;
    }

    .nkl-serp-summary-desc label {
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
        flex: 1;
    }

    .nkl-form__row.nkl-serp-summary-desc .nkl-custom-select__icon:hover .nkl-tooltip {
        right: 0;
        left: auto;
    }

    .nkl-form__row.nkl-serp-summary-desc .nkl-custom-select__icon {
        margin-bottom: 0px;
    }

    .nkl-serp-pages {
        padding-top: 12px;
    }


    .nkl-serp-pages-row {
        gap: 8px 12px;
    }

    .nkl-serp-page-btn {
        width: calc(100%/3 - 8px);
        display: flex;
        padding: 16px 12px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 6px;
        border-radius: 12px;
        background: var(--Substrate-Grey, #F7F7F7);
    }

    .nkl-serp-page-btn span {
        color: var(--Text-Main, #172810);
        font-family: "Plus Jakarta Sans";
        font-size: 16px;
        font-weight: 700;
    }

    .nkl-star-result-desc-box img {
        height: 75px;
    }

    .nkl-star-result-note {
        line-height: 16px;
        margin-bottom: 10px;
    }

    .nkl-star-result-link {
        padding: 11px 24px;
    }

    .page-template-template-local-serp-checker .banner .hero-title {
        font-size: 34px;
        line-height: 40px;
    }

    .page-template-template-local-serp-checker section.banner {
        padding-bottom: 22px;
    }

    .page-template-template-local-serp-checker .nkl-form__group {
        gap: var(--spacing-xs, 5px);
    }

    .nkl-custom-select-box {
        margin-top: 3px;
        margin-bottom: 6px;
    }

    .page-template-template-local-serp-checker .nkl-star-rating-form .btn-group {
        margin-top: 44px;
    }

    .page-template-template-local-serp-checker section.brand-visibility-section {
        padding: 40px 0 18px;
    }

    .page-template-template-local-serp-checker .features-section-new.features-section .feature-grid {
        padding: 0px;
        margin-top: 0px;
    }

    .page-template-template-local-serp-checker .features-section-new.features-section .feature-row {
        flex-direction: column;
        gap: 0px;
        margin-top: 15px;
    }

    .page-template-template-local-serp-checker .features-section-new.features-section .feature-item:before {
        bottom: 8px;
    }

    .page-template-template-local-serp-checker .features-section-new.features-section {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .page-template-template-local-serp-checker .nkl-customer-write-section {
        padding-top: 0px;
    }

    .page-template-template-local-serp-checker .sth-custom-features {
        padding-top: 12px;
        padding-bottom: 20px;
    }
    .nkl-star-rating-content {
        padding-top: 24px;
    }
}