h2 {
    font-size: var(--medium-fontsize);
}

.container {
    max-width: 1440px;
}

.mt-auto {
    margin-top: auto;
}

.header-list.franchise {
    margin-right: 0px;
}

.header-btn.franchise {
    background-color: var(--main-bg);
}

.hero-franchise .container {
    background-color: var(--main-bg);
    background-image: url('/wa-data/public/site/themes/landings/img/franchise/hero-pc.webp');
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    border-radius: var(--border-radius);
    padding: 120px 70px;
    max-width: 1440px;
}

.hero-franchise__box {
    text-align: left;
    max-width: 700px;
}

.hero-franchise__title {
    margin: 0;
    font-size: var(--medium-fontsize);
    line-height: 110%;
    text-transform: uppercase;
}

.hero-franchise__title-badge {
    display: inline-block;
    background-color: var(--orange-btn);
    border-radius: 50px;
    padding: 0px 15px;
    transform: rotate(3.5deg);
}

.hero-franchise__info {
    font-size: var(--small-fontsize);
    margin: 0;
    margin-top: 20px;
}

.hero-franchise__btn {
    width: 60%;
    text-align: center;
    margin-top: 40px;
}

.big-text {
    font-size: var(--medium-fontsize);
    line-height: var(--medium-fontsize);
}

@media (max-width: 1200px) {
    .hero-franchise .container {
        background-image: url('/wa-data/public/site/themes/landings/img/franchise/hero-mobile.webp');
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: contain;
        padding: 35px;
    }
}

@media (max-width: 1000px) {
    .hero-franchise .container {
        background-image: none;
    }
}

@media (max-width: 765px) {
    .hero-franchise .container {
        background-image: url('/wa-data/public/site/themes/landings/img/franchise/hero-mobile.webp');
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: calc(100% - 35px) auto;
        padding: 35px;
    }

    .hero-franchise__box {
        width: 100%;
        max-width: 100%;
        padding-bottom: calc((610 / 560) * 80%);
    }

    .hero-franchise__btn {
        margin-top: 20px;
    }
}

.open-shop-items {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 30px;
}

.open-shop-item {
    display: flex;
    flex-direction: column;
    height: 340px;
}

.open-shop-item__title {
    font-weight: 500;
}

.open-shop-item__links {
    margin-top: auto;
}

.open-shop-item__links a {
    text-decoration: underline;
}

.open-shop-bigtext {
    margin-top: 20px;
    font-size: 80px;
    line-height: .8;
}

.open-shop-subtext {
    font-size: 24px;
    font-weight: bold;
}

.open-shop-percent {
    padding-left: 50px;
    background-image: url('/wa-data/public/site/themes/landings/img/franchise/arrow.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 55px;
}

.open-shop-subitem {
    margin-top: 30px;
}

.demand-one {
    flex: 1 1 40%;
}

.demand-one .open-shop-item {
    background-image: url('/wa-data/public/site/themes/landings/img/franchise/demand-one.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
}

.demand-one .open-shop-item__links a {
    color: #fff;
}

.demand-one-percents {
    display: flex;
    align-items: center;
    justify-content: space-around;
    min-height: 120px;
}

.demand-one-percent {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.demand-one-percent__text {
    text-align: center;
}

.demand-one-percent__number {
    padding-left: 40px;
    background-image: url('/wa-data/public/site/themes/landings/img/franchise/black-arrow.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 38px;
    font-size: 54px;
    line-height: .8;
}

.demand-two {
    flex: 1 1 60%;
}

.demand-two .open-shop-item {
    background-image: url('/wa-data/public/site/themes/landings/img/franchise/demand-two.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
}

.demand-two .open-shop-item__links {
    text-align: right;
}

.demand-two-tip {
    justify-content: center;
    padding-left: 100px;
    background-image: url('/wa-data/public/site/themes/landings/img/franchise/tip.svg');
    background-repeat: no-repeat;
    background-position: left 25px center;
    min-height: 120px;
}

@media (max-width: 1200px) {
    .demand-one-percent__text {
        font-size: 18px;
    }

    .demand-one-percent__number {
        padding-left: 35px;
        background-size: auto 28px;
        font-size: 42px;
    }
}

@media (max-width: 765px) {
    .open-shop-items {
        flex-direction: column;
    }

    .open-shop-item {
        height: auto;
    }

    .open-shop-bigtext {
        font-size: 54px;
    }

    .open-shop-percent {
        padding-left: 35px;
        background-size: auto 36px;
    }

    .open-shop-item__links {
        margin-top: 100px;
    }

    .demand-one .open-shop-item {
        background-position: bottom 80px center;
        background-size: calc(100% - 70px);
    }

    .demand-two .open-shop-item {
        background-position: bottom 60px center;
        background-size: calc(100% - 70px);
    }
}

.faq-title-franchise {
    background: var(--gray-color);
}

.pick-up-grid {
    display: grid;
    grid-template-columns: 3fr 2fr;
    grid-template-rows: repeat(6, 80px);
    grid-gap: 20px;
}

.pick-up-card {
    min-height: 0px;
}

.pick-up-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pick-up-content .big-text {
    margin-bottom: 10px;
}

.pick-up-card__logo {
    grid-column: 1 / 2;
    grid-row: 1 / 4;
}

.pick-up-card__shops {
    grid-column: 2 / 2;
    grid-row: 1 / 3;
}

.pick-up-card__reviews {
    grid-column: 1 / 2;
    grid-row: 4 / 7;
}

.pick-up-card__review {
    grid-column: 2 / 2;
    grid-row: 3 / 7;
    padding: 50px;
}

.pick-up-content p {
    margin: 0;
}

.pick-up-card__logo p {
    font-size: var(--small-fontsize);
}

.pick-up-card__logo .full-logo-img {
    width: 100%;
    margin-top: auto;
}

.pick-up-card__reviews {
    background-image: url('/wa-data/public/site/themes/landings/img/franchise/good-service.webp');
    background-repeat: no-repeat;
    background-position: right 70px center;
    background-size: auto 80%;
}

.pick-up-review-box {
    background-color: white;
    color: #333;
    padding: 25px;
    border-radius: 15px;
    margin-bottom: 20px;
    font-size: 14px;
    text-align: center;
}

.pick-up-card__review .stars {
    color: rgba(255, 85, 0, 1);
    margin-top: 5px;
    font-size: 18px;
}

.pick-up-card__review .pick-up-years-badge {
    display: inline-block;
    background-color: #FF5722;
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 14px;
    margin-bottom: 15px;
}

.pick-up-card__review .pick-up-content {
    align-items: center;
}

.pick-up-review__count {
    text-align: center;
    font-weight: 500;
    line-height: calc(var(--h2-fontsize) * 0.9);
    font-size: var(--h2-fontsize);
}

@media (max-width: 768px) {
    .pick-up-grid {
        display: flex;
        flex-direction: column;
    }

    .pick-up-card__logo .full-logo-img {
        margin-top: 40px;
    }

    .pick-up-card__review {
        padding: 35px;
    }

    .pick-up-card__reviews {
        padding-top: 200px;
        background-position: top 20px center;
        background-size: auto 160px;
    }
}

.directions-items {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.directions-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 55px;
}

.directions-item__info {
    flex: 1 1 50%;
}

.directions-item__img {
    flex: 1 1 50%;
    text-align: right;
}

.directions-item__img img {
    max-width: 400px;
    width: 100%;
}

.directions-item__title {
    font-size: var(--small-fontsize);
    margin: 0;
}

.directions-item__text {
    margin: 0;
    margin-top: 30px;
}

.directions-item__area {
    margin: 0;
    margin-top: 30px;
}

.directions {
    position: relative;
}

.directions-item {
    position: relative;
    z-index: 1;
    transition: all 0.2s ease-out;
}

.directions-items {
    position: relative;
}

.directions-item.dark {
    z-index: 1;
}

@media (max-width: 968px) {
    .directions-item {
        flex-direction: column;
        padding: 35px;
    }

    .directions-item__info {
        flex: 1 1 100%;
    }

    .directions-item__img {
        flex: 1 1 100%;
        text-align: center;
    }

    .directions-item__text {
        margin-top: 20px;
    }
}

.histories-items {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.histories-item {
    flex: 1 1 45%;
}

.histories-item__img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.histories-item__img img {
    vertical-align: middle;
}

.histories-item__img-tip {
    position: absolute;
    background-color: var(--orange-btn);
    border-radius: 20px;
    color: #fff;
    padding: 15px 25px;
}

/* .histories-item__img-one .histories-item__img-tip {
    top: 40px;
    right: -80px;
}

.histories-item__img-two .histories-item__img-tip {
    bottom: 40px;
    right: -80px;
} */

.histories-item__img-one .histories-item__img-tip {
    top: 0px;
    right: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0px;
}

.histories-item__img-two .histories-item__img-tip {
    top: 0px;
    right: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0px;
}

.histories-item__title {
    margin: 0;
    margin-top: 15px;
}

.histories-item__text {
    margin: 0;
    margin-top: 15px;
    max-width: 90%;
}

@media (max-width: 968px) {
    .histories-item {
        flex: 1 1 100%;
    }

    .histories-item__img-tip {
        font-size: 14px;
        padding: 10px 15px;
    }
}

.histories-form {
    min-height: 0;
    margin-top: 30px;
    text-align: center;
}

.histories-form .captcha-container {
    display: none;
    margin: 0 auto;
}

.histories-form .captcha-container.show {
    display: block;
}

.histories-form .smart-captcha {
    min-width: 0;
}

.histories-form .form-success {
    display: block;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    background-color: #e6f9ed;
    border: 1px solid #b5e8cd;
    color: #257a4e;
    padding: 0 20px;
    border-radius: var(--border-radius);
    transition: max-height 0.4s ease, opacity 0.4s ease, padding 0.4s ease;
    pointer-events: none;
}

.histories-form .form-success.show {
    max-height: 200px;
    margin-top: 16px;
    opacity: 1;
    padding: 16px 20px;
    pointer-events: auto;
}

.histories-form__title {
    margin: 0;
}

.histories-form form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 800px;
    margin-top: 20px;
}

.histories-form input {
    flex: 1 1 30%;
    background-color: var(--gray-color);
    border-radius: 25px;
    padding: 12px 25px;
    transition: all .2s ease-in;
    margin: 0;
}

.histories-form input[name=phone] {
    min-width: 340px;
}

.histories-form input:focus-visible {
    background-color: #fff;
}

.histories-form button {
    flex: 1 1 20%;
    padding: 12px 25px;
    border: 1px solid var(--main-bg);
    text-wrap: nowrap;
}

.histories-form__policies {
    margin-top: 20px;
    font-size: var(--smally-fontsize);
}

@media (max-width: 968px) {
    .histories-form form {
        flex-direction: column;
    }

    .histories-form input {
        flex: 1 1 100%;
    }

    .histories-form button {
        flex: 1 1 100%;
    }

    .histories-form input[name=phone] {
        min-width: auto;
    }
}

.franchise-slider {
    position: relative;
}

.franchise-slider-items {
    display: flex;
    overflow-y: auto;
    padding-bottom: 10px;
    margin: 0 -10px;
    cursor: grab;
    border-radius: 15px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
}

.franchise-slider-items::-webkit-scrollbar {
    display: none;
}

.franchise-slider-items.grabbing {
    cursor: grabbing;
}

.franchise-slider-item {
    flex: 0 0 100%;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    scroll-snap-align: start;
    gap: 30px;
}

.franchise-slider-item__info {
    flex: 1 1 50%;
}

.franchise-slider-item__img {
    border-radius: 20px;
    background-color: var(--main-bg);
    flex: 1 1 50%;
    text-align: center;
}

.franchise-slider-item__img img {
    vertical-align: bottom;
}

.franchise-slider-item__title {
    margin-top: 0;
}

.franchise-slider-item__text {
    margin-bottom: 0;
}

.franchise-slider-menu {
    overflow-y: auto;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.franchise-slider-menu::-webkit-scrollbar {
    height: 8px;
}

.franchise-slider-menu::-webkit-scrollbar-track {
    background: transparent;
}

.franchise-slider-menu::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
    border: 2px solid transparent;
    background-clip: content-box;
    transition: background-color 0.2s;
}

.franchise-slider-prev,
.franchise-slider-next {
    position: absolute;
    z-index: 10;
    top: 50%;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, .5);
    border-radius: 50%;
    border: none;
    cursor: pointer;
    transition: opacity 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.franchise-slider-prev {
    left: -50px;
}

.franchise-slider-next {
    right: -50px;
}

.franchise-slider-prev.disabled,
.franchise-slider-next.disabled {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.franchise-slider-menu::-webkit-scrollbar-thumb:hover {
    background-color: #999;
}

.franchise-slider-menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.franchise-slider-menu__item {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 15px;
    text-wrap: nowrap;
    cursor: pointer;
    transition: all .1s;
}

.franchise-slider-menu__item.active {
    background-color: var(--main-bg);
    color: #fff;
}

.franchise-slider-menu li {
    display: inline-flex;
}

.franchise-slider-menu li:not(:last-child)::after {
    content: '';
    width: 1px;
    margin: 0px 7px;
    border-right: 1px solid rgba(11, 11, 11, .1);
}

@media (max-width: 1400px) {
    .franchise-slider-menu ul {
        justify-content: flex-start;
    }
}

@media (max-width: 768px) {
    .franchise-slider-item {
        flex-direction: column;
        flex: 0 0 100%;
        gap: 20px;
    }

    .franchise-slider-items {
        gap: 10px;
    }

    .franchise-slider-prev {
        display: none;
    }
    
    .franchise-slider-next {
        display: none;
    }
}

.fast-open h2 {
    margin: 0;
}

.fast-open img {
    margin-top: 40px;
}

.franchise-banner-container {
    position: relative;
    overflow: hidden;
    max-width: 1440px;
    padding: 0;
}

.franchise-banner-box {
    max-width: 1000px;
    padding: 50px;
    z-index: 2;
}

.franchise-banner-title {
    margin: 0;
    line-height: 1.1;
    text-align: left;
}

.franchise-banner-text {
    margin: 0;
    margin-top: 10px;
}

.franchise-banner-text .underline {
    color: #fff;
}

.franchise-banner-btns {
    display: flex;
    align-items: center;
    margin-top: 40px;
    gap: 20px;
}

.franchise-banner-btns .btn {
    min-width: 220px;
    text-wrap: nowrap;
}

.franchise-banner-policies {
    margin-top: 20px;
    font-size: var(--smally-fontsize);
}

.franchise-banner-policies a {
    color: #fff;
}

.franchise-banner-img {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    height: 100%;
}

.franchise-banner-btns .btn-whatsapp div {
    display: inline-block;
    padding-right: 24px;
    background-image: url('/wa-data/public/site/themes/landings/img/franchise/whatsapp.webp');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
}

@media (max-width: 968px) {
    .franchise-banner-box {
        padding: 35px;
    }

    .franchise-banner-title {
        text-align: center;
    }

    .franchise-banner-text {
        text-align: center;
        margin-top: 20px;
    }

    .franchise-banner-img {
        position: relative;
    }

    .banner-one .franchise-banner-img {
        margin-top: -100px;
    }

    .banner-two .franchise-banner-img {
        margin-top: -50px;
    }

    .franchise-banner-btns {
        text-align: center;
        margin-top: 20px;
        flex-direction: column;
    }

    .franchise-banner-btns .btn {
        max-width: 80%;
    }

    .franchise-banner-policies {
        text-align: center;
    }
}

.prices-title {
    margin: 0;
}

.prices-wrapper {
    padding: 60px;
}

.prices-items {
    margin-top: 60px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 30px;
}

.prices-item {
    width: 370px;
    justify-content: flex-start;
    position: relative;
}

.prices-item__title {
    margin: 0;
    font-size: var(--small-fontsize);
}

.prices-item__text {
    font-size: 16px;
    min-height: 35px;
}

.prices-item.light .prices-item__text {
    color: rgba(11, 11, 11, .75);
}

.prices-item.blue .prices-item__text {
    color: rgba(255, 255, 255, .75);
}

.prices-item__badge {
    position: absolute;
    top: -25px;
    left: 0px;
    right: 0px;
    display: flex;
    justify-content: center;
    height: 50px;
}

.prices-item__badge-content {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-bg);
    border: 3px solid #000;
    border-radius: 40px;
    padding: 0 15px;
    text-align: center;
    color: #fff;
    text-wrap: nowrap;
    max-width: 80%;
    height: 100%;
    line-height: 1;
}

.prices-item__advant {
    display: flex;
    flex-direction: column;
    font-size: 16px;
}

.prices-item__advant li {
    padding: 5px 0;
    margin-bottom: 5px;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 21px 21px;
}

.prices-item__advant li:last-child {
    margin-bottom: 0;
}

.prices-item.light .prices-item__advant li {
    background-image: url('/wa-data/public/site/themes/landings/img/franchise/blue-arrow.svg');
}

.prices-item.blue .prices-item__advant li {
    background-image: url('/wa-data/public/site/themes/landings/img/franchise/white-arrow.svg');
}

.prices-item__hr {
    margin-top: auto;
    margin-bottom: 25px;
    padding-top: 25px;
}

.prices-item.light .prices-item__hr {
    border-bottom: 1px solid rgba(11, 11, 11, .25);
}

.prices-item.blue .prices-item__hr {
    border-bottom: 1px solid rgba(255, 255, 255, .25);
}

.prices-item__price {
    margin-top: 5px;
    font-size: calc(var(--medium-fontsize) * 0.7);
    font-weight: 500;
}

.prices-item__subprice {
    font-size: 14px;
    margin: 0;
    margin-top: 5px;
}

.prices-item.light .prices-item__subprice {
    color: rgba(11, 11, 11, .75);
}

.prices-item.blue .prices-item__subprice {
    color: rgba(255, 255, 255, .75);
}

.prices-item .btn {
    margin-top: 25px;
}

.prices-subtext {
    text-align: center;
    margin-top: 30px;
}

.prices-badge-text {
    display: inline-block;
    border-radius: 10px;
    padding: 2px 5px;
}

.prices-title .prices-badge-text {
    background-color: var(--orange-btn);
    border-radius: 50px;
    padding: 5px 15px;
    transform: rotate(-1deg);
}

.prices-item.light .prices-badge-text{
    background-color: var(--main-bg);
    color: #fff;
}

.prices-item.blue .prices-badge-text {
    background-color: var(--orange-btn);
}

.reviews {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-stop: always;
    scroll-snap-type: x mandatory;
    padding-bottom: 20px;
    gap: 20px;
}

.review {
    flex: 1 1 50%;
    min-width: 600px;
    padding: 30px;
    border-radius: var(--border-radius);
    background-color: var(--gray-color);
    scroll-snap-align: start;
}

.review-title {
    display: flex;
    align-items: center;
    background-color: var(--main-bg);
    border-radius: var(--border-radius);
    padding: 20px;
    color: #fff;
    gap: 10px;
}

.review-avatar {
    width: 54px;
    height: 54px;
    border-radius: 30px;
}

.review-name {
    font-weight: 600;
}

.review-box {
    margin-top: 20px;
    max-width: 90%;
    padding: 5px;
}

.review-text {
    font-size: 24px;
    font-weight: 500;
}

.review-subtext {
    margin: 0;
}

.review-link {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    padding-bottom: 5px;
    display: inline-block;
    padding-right: 35px;
    background-image: url('/wa-data/public/site/themes/landings/img/franchise/bg-arrow.svg');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
}

.modal-content {
    overflow-x: hidden;
    overflow-y: auto;
}

@media (max-width: 968px) {
    .prices-item__title {
        font-size: calc(var(--medium-fontsize) * 0.7);
    }

    .prices-wrapper {
        padding: 30px;
    }

    .prices-items {
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
    }

    .prices-item {
        width: 100%;
    }

    .prices-item.light {
        margin-top: 15px;
    }

    .prices-item.light .prices-item__title {
        margin-top: 10px;
    }

    .prices-item__price {
        font-size: calc(var(--medium-fontsize) * 0.8);
    }

    .prices-item .btn {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .prices-wrapper {
        padding: 25px;
    }

    .prices-item.card {
        padding: 25px;
    }

    .review {
        flex: 1 1 100%;
        min-width: 100%;
    }
    
    .slider .slide-prev, .slider .slide-next {
        display: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

section {
    visibility: hidden;
}

section.no-animation {
    visibility: visible;
}

.section-hidden {
    opacity: 0;
    visibility: hidden;
}

.animate-from-left {
    animation: fadeInLeft 0.5s ease-out forwards;
    visibility: visible;
}

.animate-from-right {
    animation: fadeInRight 0.5s ease-out forwards;
    visibility: visible;
}