.hotel-management-solution {
    --dc-orange: #6bd3af;
    --ts-dark: #072032;
    --ts-dark-2: #181717
}

    .hotel-management-solution .header.inner-page {
        background: 0 0
    }

        .hotel-management-solution .header.inner-page.sticky {
            background: var(--white)
        }

.text-green {
    color: var(--dc-orange)
}


.header .btn-orange {
    color: #ffffff;
}

    .header .btn-orange:hover {
        color: #ffffff;
    }

.btn-orange {
    color: var(--ts-dark)
}

    .btn-orange:hover {
        color: var(--ts-dark)
    }

.solution-hero-section {
    padding: 150px 0 80px;
    background: url(https://tourquality.uz/upload/iblock/8fb/18tfjhkk5d05jyo600hh0yvhdrn7s7mz.png);
    position: relative;
    z-index: 1
}

.radius-20 {
    border-radius: 20px
}

.solution-hero-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: var(--ts-dark);
    opacity: .9
}

.solution-hero-section h1 {
    color: var(--dc-orange);
    font-size: 55px
}

.solution-hero-section .right-image {
    padding-left: 100px
}

    .solution-hero-section .right-image img {
        max-height: 450px
    }

.counter-content__row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 40px 0 0;
    margin-bottom: -50px
}

    .counter-content__row .counter-content__sideCol {
        width: 300px
    }

    .counter-content__row .counter-content__midCol {
        width: calc(100% - 640px)
    }

.counter-sec .container {
    max-width: 1320px
}

.counter-content__row img {
    border-radius: 15px
}

.counter-content__row .counter-content__sideCol .card img {
    max-width: 100%;
    height: auto;
    width: auto
}

.counter-content__row .counter-content__sideCol .card {
    padding: 20px;
    background: var(--ts-dark);
    border: none;
    border-radius: 15px;
    color: #fff;
    align-items: baseline
}

.counter-content__row .counter-content__sideCol .bottom-image {
    background: #21d37e;
    border-radius: 15px;
    margin-top: 20px;
    position: relative;
    text-align: center;
    padding-top: 40px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end
}

    .counter-content__row .counter-content__sideCol .bottom-image .static-image {
        position: absolute;
        top: 50%;
        left: 20px
    }

.counter-content__row .counter-content__sideCol .right-images {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px
}

.counter-content__row .counter-content__midCol .image {
    padding: 15px;
    border-radius: 15px;
    background: #000
}

.counter-content__row .content {
    height: 100%;
    display: flex;
    flex-direction: column
}

.about-software {
    padding: 80px 0;
    position: relative;
    z-index: 1
}

    .about-software .right-content {
        padding-left: 40px
    }

        .about-software .right-content ul {
            margin: 30px 0 0;
            padding: 0;
            list-style: none
        }

            .about-software .right-content ul li {
                display: flex;
                gap: 12px;
                margin-bottom: 13px
            }

                .about-software .right-content ul li svg {
                    position: relative;
                    top: 4px;
                    font-size: 20px;
                    color: var(--dc-orange)
                }

.client-logo-infinite-slider .swiper-wrapper {
    transition-timing-function: linear
}

.client-logo-infinite-slider .swiper-slide {
    padding: 0 16px
}

    .client-logo-infinite-slider .swiper-slide img {
        width: 200px;
        height: 60px;
        object-fit: contain
    }

.feature-section {
    padding: 150px 0 80px;
    background: var(--ts-dark)
}

    .feature-section .feature-row {
        gap: 50px;
        display: grid;
        grid-template-columns: repeat(3, 1fr)
    }

.feature-card {
    padding: 30px;
    background: var(--white);
    height: 100%;
    border-radius: 20px;
    transition: all .3s ease-in-out
}

    .feature-card .icon img {
        height: 60px
    }

    .feature-card .icon {
        margin-bottom: 20px
    }

    .feature-card h3 {
        font-size: 22px;
        font-weight: 800;
        margin-bottom: 20px
    }

    .feature-card p {
        font-size: 14px;
        opacity: .9;
        margin-bottom: 0
    }

.counter-sec {
    padding: 40px 0 0
}

    .counter-sec .section-title h2 {
        font-size: 22px;
        font-weight: 800
    }

.counter-content {
    padding-left: 100px
}

    .counter-content h3 {
        font-weight: 700;
        font-size: 50px;
        line-height: 48px;
        padding-right: 20px;
        position: relative;
        color: var(--ts-dark)
    }

    .counter-content .process-counter {
        font-weight: 700;
        font-size: 50px;
        line-height: 48px;
        padding-right: 20px;
        position: relative;
        color: var(--ts-dark)
    }

    .counter-content .counter {
        display: flex;
        align-items: center
    }

    .counter-content h3:after {
        content: "";
        position: absolute;
        top: -23px;
        left: -22px;
        height: 100px;
        width: 100px;
        border-radius: 50%;
        background: linear-gradient(145.27deg, rgb(107 211 175 / 20%) 15.55%, rgba(185, 173, 255, 0) 86.81%);
        border-radius: 100px
    }

    .counter-content .process-counter:after {
        content: "";
        position: absolute;
        top: -23px;
        left: -22px;
        height: 100px;
        width: 100px;
        border-radius: 50%;
        background: linear-gradient(145.27deg, rgb(107 211 175 / 20%) 15.55%, rgba(185, 173, 255, 0) 86.81%);
        border-radius: 100px
    }

    .counter-content .counter p {
        margin-bottom: 0;
        padding-left: 10px;
        font-weight: 600;
        opacity: .9
    }

.counter-sec .order-image {
    margin-top: 40px
}

.counter-content-wrap {
    padding-bottom: 70px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5dfff
}

.feature-col {
    background: 0 0;
    border-radius: 20px;
    transform: rotate(0);
    transition: all .3s ease-in-out
}

    .feature-col:hover {
        transform: rotate(4deg);
        background: var(--dc-orange)
    }

        .feature-col:hover .feature-card {
            transform: rotate(-4deg)
        }

.travel-testimonial.testimonial-section-type-2 {
    background: transparent linear-gradient(244deg, #e7cdfd, #6bd3af) 0 0 no-repeat padding-box;
    height: 100%;
    padding: 40px 100px;
    overflow: hidden;
    position: relative
}

.travel-testimonial .swiper-slide {
    height: unset
}

.travel-testimonial .testimonial-card-type-2 {
    padding: 20px 20px;
    padding: 20px 20px;
    background: var(--ts-dark);
    border-color: var(--ts-dark);
    color: var(--white)
}

    .travel-testimonial .testimonial-card-type-2 p {
        font-size: 14px;
        margin-bottom: 0
    }

.travel-testimonial .swiper-button-next:after,
.travel-testimonial .swiper-button-prev:after {
    content: none
}

.travel-testimonial .swiper-button-next,
.travel-testimonial .swiper-button-prev {
    color: #000
}

    .travel-testimonial .swiper-button-next svg,
    .travel-testimonial .swiper-button-prev svg {
        font-size: 4px;
        width: 15px;
        height: auto
    }

.solution-offers {
    padding: 80px 0
}

    .solution-offers .container {
        max-width: 1200px
    }

    .solution-offers .solution-offer-image {
        border-radius: 20px;
        max-width: 500px;
        margin-top: 30px;
        margin-bottom: 30px
    }

    .solution-offers .solution-offer__row:nth-child(odd) .solution-offer-image {
        margin-right: auto
    }

    .solution-offers .solution-offer__row:nth-child(2n) .solution-offer-image {
        margin-left: auto
    }

    .solution-offers .solution-offer__row:nth-child(2n) > div:first-child,
    .solution-offers .solution-offer__row:nth-child(odd) > div:last-child {
        padding-right: 80px
    }

    .solution-offers .solution-offer__row:nth-child(2n) > div:last-child,
    .solution-offers .solution-offer__row:nth-child(odd) > div:first-child {
        padding-left: 80px
    }

    .solution-offers .solution-offer__row:nth-child(odd) > div:last-child {
        border-right: 1px dotted #ddd
    }

    .solution-offers .solution-offer__row:nth-child(2n) > div:last-child {
        border-left: 1px dotted #ddd
    }

.solution-offers-card h3 {
    font-size: 28px;
    font-weight: 800
}

.solution-offers-card ul {
    margin: 40px 0 0;
    padding: 0;
    list-style: none
}

    .solution-offers-card ul li {
        padding-left: 40px;
        position: relative;
        margin-bottom: 20px
    }

        .solution-offers-card ul li:after {
            content: "";
            position: absolute;
            width: 24px;
            height: 24px;
            left: 0;
            top: 0;
            background: url(../images/solutions/list-icon.svg)
        }

.circle-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    border: 2px solid var(--dc-orange);
    border-radius: 50%;
    text-align: center;
    background-color: #fff;
    right: -8px
}

.solution-offers .solution-offer__row:nth-child(odd) .circle-img {
    left: -8px;
    right: unset
}

.circle-img:after,
.circle-img:before {
    display: block;
    width: 20px;
    height: 0;
    margin-top: 6px;
    border: 1px dashed var(--dc-orange);
    content: ""
}

.circle-img:before {
    margin-top: 4px;
    margin-left: -24px
}

.circle-img:after {
    margin-top: -2px;
    margin-left: 13px
}

.circle-img svg {
    position: absolute;
    font-size: 18px;
    color: var(--dc-orange);
    top: -4px
}

.solution-offers .solution-offer__row:nth-child(2n) .circle-img svg {
    left: 32px
}

.solution-offers .solution-offer__row:nth-child(odd) .circle-img svg {
    right: 32px;
    transform: rotate(180deg)
}

.what-we-offer {
    padding: 80px 0;
    background: #d8fff1
}

    .what-we-offer .solutions-tabs {
        max-width: 1200px;
        margin: 0 auto
    }

.solutions-tabs .solutions-tab-item button {
    padding: 24px 32px;
    width: 100%;
    background: 0 0;
    border: none;
    font-size: 20px;
    font-weight: 500;
    font-family: var(--heading-font)
}

    .solutions-tabs .solutions-tab-item button.active {
        font-weight: 600;
        color: var(--ts-dark)
    }

.solutions-tabs .nav-tabs {
    display: flex;
    margin-bottom: 40px;
    border-bottom-width: 2px;
    border-color: #84b9a6
}

    .solutions-tabs .nav-tabs li {
        flex-grow: 1;
        position: relative
    }

.solutions-tabs .solutions-tab-item:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: var(--ts-dark);
    opacity: 0;
    visibility: hidden
}

.solutions-tabs .solutions-tab-item:after {
    border: 10px solid transparent;
    border-bottom: 10px solid var(--ts-dark);
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    visibility: hidden;
    width: 0
}

.solutions-tabs .solutions-tab-item:has(.active):after,
.solutions-tabs .solutions-tab-item:has(.active):before {
    opacity: 1;
    visibility: visible
}

.solutions-card ul {
    margin: 15px 0 0;
    padding: 0;
    list-style: none
}

    .solutions-card ul li {
        display: flex;
        align-items: flex-start;
        margin-bottom: 12px;
        gap: 10px
    }

        .solutions-card ul li svg {
            position: relative;
            top: 3px;
            color: var(--ts-dark)
        }

.solutions-card {
    padding: 30px;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 10px
}

    .solutions-card img {
        border-radius: 15px
    }

    .solutions-card h3 {
        font-size: 24px;
        font-weight: 800;
        color: var(--ts-dark)
    }

.why-choose-nw {
    background: url(../images/solutions/hospitality/why-us-bg.jpg);
    padding: 80px 0 0;
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
    background-position: center;
    background-size: cover;
    color: var(--white);
    background-attachment: fixed
}

    .why-choose-nw:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: var(--ts-dark);
        z-index: -1;
        backdrop-filter: none;
        opacity: .9
    }

    .why-choose-nw .product--cta {
        margin-bottom: -110px;
        margin-top: 70px
    }

    .why-choose-nw .counter {
        margin: 40px 0 30px;
        padding: 0;
        list-style: none;
        display: flex;
        gap: 20px
    }

        .why-choose-nw .counter li {
            display: flex;
            flex-direction: column;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: 14px
        }

            .why-choose-nw .counter li h3 {
                font-size: 60px;
                font-weight: 700;
                color: var(--dc-orange);
                line-height: 56px
            }

        .why-choose-nw .counter span {
            opacity: .9
        }

    .why-choose-nw .why-choose-section-title {
        padding-right: 80px
    }

    .why-choose-nw .accordion-body {
        background: 0 0;
        padding: 10px 0 10px;
        color: var(--white)
    }

    .why-choose-nw .accordion-item {
        border: none;
        margin-bottom: 20px;
        background: 0 0;
        border-bottom: 2px solid var(--dc-orange);
        border-radius: 0
    }

    .why-choose-nw .accordion-button:not(.collapsed) {
        background: var(--main-gradient)
    }

    .why-choose-nw .accordion-button {
        font-family: var(--heading-font);
        font-size: 18px;
        font-weight: 800;
        letter-spacing: .2px;
        justify-content: space-between;
        background: 0 0 !important;
        padding-left: 0;
        padding-right: 0;
        box-shadow: none !important;
        color: var(--white)
    }

        .why-choose-nw .accordion-button::after {
            content: none
        }

    .why-choose-nw .accordion-item .accordion-collapse {
        font-size: 14px
    }

    .why-choose-nw .product--cta .cta-card {
        background: var(--dc-orange);
        position: relative;
        padding: 20px 40px
    }

        .why-choose-nw .product--cta .cta-card img {
            margin: 0 auto;
            display: block
        }

        .why-choose-nw .product--cta .cta-card .content h2,
        .why-choose-nw .product--cta .cta-card .content .cta-type-2-heading {
            color: var(--ts-dark);
            font-weight: 800
        }

.our-succes-story-2 {
    padding: 150px 0 80px
}

.our-succes-story-2-card {
    background: #d1f1e6
}

    .our-succes-story-2-card .category-badge {
        background-color: var(--ts-dark)
    }

.industry-focused-insights {
    background: #f2f3f3;
    padding: 80px 0 !important
}

    .industry-focused-insights .industry-focused-insight-card {
        background: #fff
    }

        .industry-focused-insights .industry-focused-insight-card:hover {
            background-color: var(--ts-dark)
        }

.industry-focused-insight-card ul li {
    background: #caffed;
    color: var(--ts-dark)
}

.hotel-management-solution .footer {
    background: var(--ts-dark)
}

    .hotel-management-solution .footer .company-rating-card {
        border-color: #152e40;
        background: #152e40;
        box-shadow: 0 0 11px 2px rgb(7 32 50)
    }

.solutions-card a {
    margin-top: 30px;
    display: inline-block
}

@media (max-width:1399px) {
    .our-succes-story-2 {
        padding-top: 80px
    }
}

@media (max-width:1199px) {
    .solution-hero-section h1 {
        font-size: 48px;
        line-height: 52px
    }

    .tab-content-inner h3 {
        font-size: 18px;
        line-height: 22px
    }

    .solution-types .type-card {
        padding: 30px
    }

        .solution-types .type-card h3 {
            font-size: 20px
        }

    .solution-hero-section .right-image {
        padding-left: calc(var(--bs-gutter-x) * .5);
        text-align: center
    }

        .solution-hero-section .right-image img {
            margin: 0 auto
        }

    .counter-content {
        padding-left: 40px
    }

    .feature-section .feature-row {
        gap: 30px
    }

    .feature-section .feature-row {
        grid-template-columns: repeat(2, 1fr)
    }

    .feature-section {
        padding-top: 100px
    }

    .travel-testimonial.testimonial-section-type-2 {
        padding: 40px 40px
    }

    .circle-img {
        display: none
    }

    .solution-offers .solution-offer__row:nth-child(2n) > div:last-child {
        border-left: none
    }

    .solution-offers .solution-offer__row:nth-child(odd) > div:last-child {
        border-right: none
    }

    .why-choose-nw .counter li h3 {
        font-size: 48px
    }
}

@media (max-width:991px) {
    .solution-hero-section h1 {
        font-size: 40px;
        line-height: 44px
    }

    .solutions-introimage .left-image {
        padding-right: 0;
        text-align: center;
        margin-top: 40px
    }

    .feature-section {
        padding: 50px 0
    }

    .fearure__row .feature-content h2 {
        font-size: 28px
    }

    .feature-section .fearure__row {
        row-gap: 20px
    }

        .feature-section .fearure__row .image {
            padding-left: 0;
            text-align: center
        }

    .about-software .right-content {
        padding-left: 0
    }

    .about-software .section-title {
        max-width: 100%;
        margin-top: 20px
    }

    .about-software .drop-shadow {
        display: block;
        margin: 0 auto;
        max-width: 570px
    }

    .about-software {
        padding: 50px 0
    }

        .about-software .right-content ul {
            display: grid;
            grid-template-columns: repeat(2, 1fr)
        }

    .solution-offers {
        padding: 50px 0
    }

        .solution-offers .solution-offer__row:nth-child(2n) > div:last-child,
        .solution-offers .solution-offer__row:nth-child(odd) > div:first-child {
            padding-left: calc(var(--bs-gutter-x) * .5)
        }

        .solution-offers .solution-offer__row:nth-child(2n) .solution-offer-image {
            margin: 0 auto
        }

        .solution-offers .solution-offer__row:nth-child(odd) .solution-offer-image {
            margin: 0 auto 20px
        }

        .solution-offers .solution-offer__row:nth-child(odd) > div:last-child {
            padding-right: calc(var(--bs-gutter-x) * .5)
        }

    .solutions-tabs .nav-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        margin-bottom: 20px
    }

    .solutions-tabs .solutions-tab-item button {
        white-space: nowrap
    }

    .solutions-card .solutions-card__row .solutions-card__col-right {
        padding-left: 0
    }

    .solutions-card {
        padding: 20px
    }

    .why-choose-nw .why-choose-section-title {
        padding-right: 20px
    }

    .why-choose-nw .why-choose-section-title {
        max-width: 100%
    }

    .why-choose-nw .product--cta .cta-card img {
        width: 200px;
        right: 40px;
        top: 20px
    }

    .why-choose-nw .product--cta {
        margin-top: 40px
    }

    .counter-content h3:after {
        width: 70px;
        height: 70px;
        top: -15px
    }

    .counter-content .process-counter:after {
        width: 70px;
        height: 70px;
        top: -15px
    }

    .counter-content h3 {
        font-size: 38px;
        line-height: 40px;
        padding-right: 0
    }

    .counter-content .process-counter {
        font-size: 38px;
        line-height: 40px;
        padding-right: 0
    }

    .counter-sec,
    .what-we-offer,
    .why-choose-nw {
        padding: 50px 0
    }

    .hotel-management-solution .industry-focused-insights {
        padding: 50px 0 !important
    }

    .solution-offers .solution-offer__row:nth-child(2n) > div:first-child,
    .solution-offers .solution-offer__row:nth-child(odd) > div:last-child {
        padding-right: calc(var(--bs-gutter-x) * .5)
    }

    .solution-hero-section {
        padding-bottom: 30px;
        text-align: center
    }
}

@media (max-width:767px) {
    .solution-hero-section h1 {
        font-size: 36px;
        line-height: 40px
    }

    .feature-card {
        padding: 20px
    }

        .feature-card h3 {
            font-size: 20px
        }

    .about-software .drop-shadow {
        max-width: 100%
    }

    .counter-content h3:after {
        width: 50px;
        height: 50px;
        top: -8px
    }

    .counter-content .process-counter:after {
        width: 50px;
        height: 50px;
        top: -8px
    }

    .counter-content h3 {
        font-size: 28px;
        line-height: 32px
    }

    .counter-content .process-counter {
        font-size: 28px;
        line-height: 32px
    }

    .counter-content-wrap {
        row-gap: 40px;
        justify-content: center;
        text-align: center;
        padding-bottom: 30px;
        margin-bottom: 0
    }

    .counter-content .counter {
        justify-content: center
    }

    .feature-card .icon {
        display: none
    }

    .solutions-card .solutions-card__row .solutions-card__col-left {
        display: none
    }

    .solutions-card .solutions-card__row .solutions-card__col-right {
        width: 100%;
        padding-left: 0
    }

    .solutions-card h3 {
        font-size: 18px
    }

    .our-succes-story-2-card {
        padding: 12px
    }

    .feature-section .feature-row {
        gap: 20px
    }

    .why-choose-nw .product--cta .cta-card {
        padding: 20px
    }

    .why-choose-nw .counter li h3 {
        font-size: 40px
    }

    .why-choose-nw .why-choose-section-title {
        padding-right: 0
    }
}

@media (max-width:576px) {
    .travel-testimonial.testimonial-section-type-2 {
        padding: 30px 30px
    }

    .about-software .right-content ul,
    .feature-section .feature-row {
        grid-template-columns: repeat(1, 1fr)
    }
}
