/* smart-resturent-management */

/* bnr */

.resturnt-innr-bnr .resturnt-bnr-lt .partner-badge {
    background-color: #e8f5e9;
    color: #046a38;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 50px;
    margin-bottom: 10px;
}

.resturnt-innr-bnr .resturnt-bnr-lt .main-heading {
    font-size: 40px;
    font-weight: 600;
    color: #111111d1;
    line-height: 1.6;
    letter-spacing: 1px;
}

.resturnt-innr-bnr .resturnt-bnr-lt p {
    font-size: 17px;
    color: #555555;
    line-height: 1.6;
}

.resturnt-innr-bnr {
    background-position: bottom center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 10rem 0;
    position: relative;
}

.resturnt-innr-bnr .resturnt-bnr-lt .restu-bnr-list {
    display: flex;
    align-items: center;
    gap: 28px;
    padding: 0;
    margin-top: 3rem;
    flex-wrap: wrap;
}

.resturnt-innr-bnr .resturnt-bnr-lt .restu-bnr-list li {
    display: flex;
    align-items: center;
    gap: 12px;

    font-size: 15px;
    font-weight: 600;
    color: #1b2430;
    line-height: 1;

    white-space: nowrap;
}

.resturnt-innr-bnr .resturnt-bnr-lt .restu-bnr-list .icon-wrap {
    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    background: #eef7ef;

    flex-shrink: 0;
}

.resturnt-innr-bnr .resturnt-bnr-lt .restu-bnr-list .icon-wrap i {
    font-size: 15px;
    color: #4d6b57;
}


.resturnt-innr-bnr .restutnt-bnr-rt {
    background-color: #ffffff;
    border-radius: 2.0rem;
    padding: 4.0rem 3.5rem 3.0rem 3.5rem;
    box-shadow: 0 1.0rem 3.0rem rgba(0, 0, 0, 0.05);
    width: 100%;
}


.resturnt-innr-bnr .restutnt-bnr-rt .restu-bnr-frm-tle {
    font-size: 2.4rem;
    font-weight: 700;
    color: #001233;
    margin-bottom: 2.5rem;
    letter-spacing: -0.05rem;
}


.resturnt-innr-bnr .restutnt-bnr-rt .form-group-custom {
    position: relative;
    margin-bottom: 1.8rem;
    display: flex;
    align-items: center;
}


.resturnt-innr-bnr .restutnt-bnr-rt .form-control-custom {
    width: 100%;
    height: 5.4rem;
    border: 0.1rem solid #e5e7eb;
    border-radius: 1.0rem;
    padding-left: 4.5rem;
    padding-right: 2.0rem;
    font-size: 1.5rem;
    color: #1f2937;
    background-color: #ffffff;
    transition: all 0.3s ease;
}


.resturnt-innr-bnr .restutnt-bnr-rt .form-group-custom:has(.icon-right) .form-control-custom {
    padding-right: 4.5rem;
}

.resturnt-innr-bnr .restutnt-bnr-rt .form-control-custom:focus {
    border-color: #046a38;
    outline: none;
    box-shadow: none;
}


.resturnt-innr-bnr .restutnt-bnr-rt .form-control-custom::placeholder {
    color: #4b5563;
    opacity: 1;
}


.resturnt-innr-bnr .restutnt-bnr-rt .form-group-custom .icon-left,
.resturnt-innr-bnr .restutnt-bnr-rt .form-group-custom .icon-right {
    position: absolute;
    color: #6b7280;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.resturnt-innr-bnr .restutnt-bnr-rt .form-group-custom .icon-left {
    left: 1.8rem;
}

.resturnt-innr-bnr .restutnt-bnr-rt .form-group-custom .icon-right {
    right: 1.8rem;
}


.resturnt-innr-bnr .restutnt-bnr-rt .btn-submit-custom {
    width: 100%;
    height: 5.6rem;
    background-color: #046a38;
    color: #ffffff;
    border: none;
    border-radius: 1.0rem;
    font-size: 1.8rem;
    font-weight: 600;
    cursor: pointer;
    margin-top: 0.8rem;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.resturnt-innr-bnr .restutnt-bnr-rt .btn-submit-custom:hover {
    background-color: #03522c;
}

.resturnt-innr-bnr .restutnt-bnr-rt .btn-submit-custom:active {
    transform: scale(0.99);
}


.resturnt-innr-bnr .restutnt-bnr-rt .form-footer-text {
    text-align: center;
    font-size: 1.4rem;
    color: #4b5563;
    margin-top: 2.2rem;
    margin-bottom: 0;
}

/* bnr */

/* cta */

.resturnt-cta .resturnt-cta-lt .resru-cta-tle {
    color: #03522c;
    font-size: 26px;
    line-height: 1.6;
    letter-spacing: 0.01rem;
}

section.resturnt-cta {
    background: #f1f7f5;
}

.resturnt-cta .resturnt-cta-lt p {
    line-height: 1.7;
}

/* cta */

/* features */

.restutnt-mange-fea {
    padding: 5rem 0;
    position: relative;
}

.restutnt-mange-fea h2,
.restutnt-mange-fea-2 h2 {
    position: relative;
    margin-bottom: 5rem;
}

.restutnt-mange-fea h2:after,
.restutnt-mange-fea-2 h2:after {
    position: absolute;
    content: "";
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 3px;
    background: #f54b1e;
}

.restutnt-mange-fea .feature-card-custom {
    border: 0.1rem solid #dddddd;
    border-radius: 2rem;
    padding: 2rem;
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    height: 100%;
    box-shadow: 0 0.4rem 2rem rgb(0 0 0 / 5%);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.restutnt-mange-fea .feature-card-custom:hover {
    transform: translateY(-0.5rem);
    box-shadow: 0 1.0rem 2.5rem rgba(4, 106, 56, 0.06);
}

.restutnt-mange-fea .feature-card-custom .icon-wrapper {
    width: 5.9rem;
    height: 5.9rem;
    background-color: #edf7f2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.restutnt-mange-fea .feature-card-custom .icon-wrapper i {
    color: #046a38;
    font-size: 2.4rem;
}

.restutnt-mange-fea .feature-card-custom .content-wrapper {
    flex-grow: 1;
}

.restutnt-mange-fea .feature-card-custom .content-wrapper h3 {
    font-size: 1.9rem;
    color: #001233;
    margin-bottom: .8rem;
    line-height: 1.4;
}

.restutnt-mange-fea .feature-card-custom .content-wrapper p {
    font-size: 1.5rem;
    color: #4b5563;
    line-height: 1.6;
    margin-bottom: 0;
}

/* features */

/* features-2 */

.restutnt-mange-fea-2 {
    background: #f7f9f8;
    padding: 4rem 0;
}

.restutnt-mange-fea-2 .restutnt-mange-fea-2 .section-title-custom {
    font-size: 2.8rem;
    font-weight: 700;
    color: #001233;
    text-align: center;
    margin-bottom: 5.0rem;
}

.restutnt-mange-fea-2 .icon-item-custom {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.restutnt-mange-fea-2 .icon-item-custom .icon-circle {
    width: 6rem;
    height: 6rem;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0.8rem 2.4rem rgba(0, 0, 0, 0.06);
    margin-bottom: 1.8rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.restutnt-mange-fea-2 .icon-item-custom .icon-circle i {
    color: #046a38;
    font-size: 2.3rem;
}

.restutnt-mange-fea-2 .icon-item-custom h3 {
    font-size: 1.5rem;
    color: #001233;
    line-height: 1.4;
    margin-bottom: 0;
}

.restutnt-mange-fea-2 .icon-item-custom:hover .icon-circle {
    transform: translateY(-0.4rem);
    box-shadow: 0 1.2rem 3.0rem rgba(4, 106, 56, 0.12);
}

@media (min-width: 1200px) {
    .restu-fea-wrp-2>* {
        flex: 0 0 auto;
        width: 12.5%;
    }
}

/* features-2 */

/* services */

.restutnt-mange-serv {
    padding: 5rem 0;
}

.restutnt-mange-serv .restutnt-mange-serv .section-title-custom {
    font-size: 2.8rem;
    font-weight: 700;
    color: #001233;
    text-align: center;
    margin-bottom: 5.0rem;
}

.restutnt-mange-serv .service-card-custom {
    background-color: #ffffff;
    border: 0.1rem solid #9b9b9b54;
    border-radius: 2.0rem;
    padding: 3rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    box-shadow: 0 0.4rem 2.0rem rgba(0, 0, 0, 0.01);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.restutnt-mange-serv .service-card-custom:hover {
    transform: translateY(-0.5rem);
    box-shadow: 0 1.2rem 3.0rem rgba(0, 0, 0, 0.05);
}


.restutnt-mange-serv .service-card-custom .icon-circle {
    width: 6.8rem;
    height: 6.8rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2.4rem;
}

.restutnt-mange-serv .service-card-custom .icon-circle i {
    font-size: 2.4rem;
}


.restutnt-mange-serv .service-card-custom .icon-circle.ico-green {
    background-color: #edf7f2;
}

.restutnt-mange-serv .service-card-custom .icon-circle.ico-green i {
    color: #046a38;
}

.restutnt-mange-serv .service-card-custom .icon-circle.ico-orange {
    background-color: #fff3e6;
}

.restutnt-mange-serv .service-card-custom .icon-circle.ico-orange i {
    color: #ff922b;
}

.restutnt-mange-serv .service-card-custom .icon-circle.ico-pink {
    background-color: #ffeef1;
}

.restutnt-mange-serv .service-card-custom .icon-circle.ico-pink i {
    color: #e64980;
}

.restutnt-mange-serv .service-card-custom .icon-circle.ico-purple {
    background-color: #f3f0ff;
}

.restutnt-mange-serv .service-card-custom .icon-circle.ico-purple i {
    color: #748ffc;
}

.restutnt-mange-serv .service-card-custom h4 {
    font-size: 1.9rem;
    font-weight: 600;
    color: #001233;
    margin-bottom: .8rem;
    line-height: 1.6;
}

.restutnt-mange-serv .service-card-custom p {
    font-size: 1.5rem;
    color: #4b5563;
    line-height: 1.6;
    margin-bottom: 0;
}

/* services */

/* testi-sec */

.restutnt-mange-testi {
    padding: 5rem 0;
    background-color: #046a38;
    overflow: clip;
}

.restutnt-mange-testi h3 {
    font-size: 26px;
    color: #ffffffe0;
    line-height: 1.5;
    padding-bottom: .5rem;
}


.restutnt-mange-testi .testi-sub-tle {
    font-size: 1.6rem;
    color: #e5e7eb;
    opacity: 0.9;
    margin-bottom: 0;
}


.restutnt-mange-testi .testimonial-card {
    background-color: #ffffff;
    border-radius: 2.0rem;
    overflow: hidden;
    /* box-shadow: 0 1.5rem 4.0rem rgba(0, 0, 0, 0.15); */
    margin: 1.5rem 0;
}


.restutnt-mange-testi .testi-img-box {
    width: 100%;
    height: 100%;
    min-height: 28.0rem;
    position: relative;
}

.restutnt-mange-testi .testi-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.restutnt-mange-testi .testi-content-box {
    padding: 3rem 4.4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    position: relative;
}

.restutnt-mange-testi .testi-content-box::before {
    content: "";
    position: absolute;
    left: -1.2rem;
    top: 50%;
    transform: translateY(-50%);
    border-top: 1.2rem solid transparent;
    border-bottom: 1.2rem solid transparent;
    border-right: 1.2rem solid #ffffff;
    z-index: 2;
}



.restutnt-mange-testi .star-rating {
    color: #fab005;
    font-size: 1.6rem;
    margin-bottom: 2.5rem;
    display: flex;
    gap: 0.4rem;
}

.restutnt-mange-testi .quote-text {
    font-size: 1.9rem;
    font-weight: 500;
    color: #1f2937;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.restutnt-mange-testi .author-info .author-name {
    font-size: 2.1rem;
    font-weight: 700;
    color: #046a38;
    margin-bottom: .7rem;
}

.restutnt-mange-testi .author-info .author-designation {
    font-size: 1.57rem;
    color: #6b7280;
    margin-bottom: 0;
}


.restu-mange-testi-2 {
    position: relative;
}

.restu-mange-testi-2 .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 10;
    font-size: 20px;
}

.restu-mange-testi-2 .owl-prev,
.restu-mange-testi-2 .owl-next {
    position: absolute;
    width: 45px;
    height: 45px;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .8) !important;
    color: #333 !important;
}

.restu-mange-testi-2 .owl-prev {
    left: -57px;
}

.restu-mange-testi-2 .owl-next {
    right: -57px;
}

.restu-mange-testi-2 .owl-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-top: 20px !important;
    position: relative;
    z-index: 99;
}

.restu-mange-testi-2 .owl-dot {
    display: inline-block !important;
}

.restu-mange-testi-2 .owl-dot span {
    width: 10px !important;
    height: 10px !important;
    margin: 5px !important;
    border-radius: 50%;
    background: rgba(255, 255, 255, .5) !important;
    display: block !important;
}

.restu-mange-testi-2 .owl-dot.active span {
    background: #fff !important;
}

/* testi-sec */

/*responsive */

@media(max-width:1540px) {

    .resturnt-innr-bnr {
        padding: 6rem 0;
    }

    .resturnt-innr-bnr .resturnt-bnr-lt .main-heading {
        font-size: 34px;
    }

    .resturnt-innr-bnr .resturnt-bnr-lt .partner-badge {
        margin-bottom: 0;
    }

    .resturnt-innr-bnr .resturnt-bnr-lt p {
        padding: 0 !important;
    }

    .resturnt-innr-bnr .resturnt-bnr-lt p {
        font-size: 16px;
        line-height: 1.65;
    }

    .resturnt-innr-bnr .restutnt-bnr-rt .restu-bnr-frm-tle {
        font-size: 2rem;
        color: #001233;
        margin-bottom: 2rem !important;
        letter-spacing: 0;
    }

    .resturnt-innr-bnr .restutnt-bnr-rt .btn-submit-custom {
        height: 4.7rem;
        font-size: 1.5rem;
    }

    .restutnt-mange-fea .feature-card-custom .icon-wrapper {
        width: 5rem;
        height: 5rem;
    }

    .restutnt-mange-fea .feature-card-custom .icon-wrapper i {
        font-size: 2.2rem;
    }

    .restutnt-mange-fea-2 .icon-item-custom h3 {
        font-size: 1.4rem;
    }

    .restutnt-mange-serv .service-card-custom h4 {
        font-size: 1.8rem;
    }

    .resturnt-innr-bnr .container,
    .resturnt-cta .container {
        padding: 0 5rem !important;
    }

}

@media(max-width:1199px) {

    .resturnt-innr-bnr .resturnt-bnr-lt .main-heading {
        font-size: 30px;
    }

    .resturnt-innr-bnr .resturnt-bnr-lt .restu-bnr-list {
        gap: 25px;
    }

    .resturnt-cta .resturnt-cta-lt .resru-cta-tle {
        font-size: 24px;
    }

    .restutnt-mange-fea .feature-card-custom .content-wrapper p {
        font-size: 1.5rem;
    }

    .restutnt-mange-fea-2 .icon-item-custom .icon-circle {
        margin-bottom: 1rem;
    }

    .restutnt-mange-fea,
    .restutnt-mange-serv {
        padding: 3rem 0;
    }

    .restutnt-mange-testi .quote-text {
        font-size: 1.7rem;
    }

}

@media(max-width:991px) {

    .resturnt-innr-bnr .resturnt-bnr-lt .partner-badge {
        font-size: 13px;
    }

    .resturnt-innr-bnr .resturnt-bnr-lt p {
        font-size: 15px;
        line-height: 1.6;
    }

    .resturnt-innr-bnr .resturnt-bnr-lt .main-heading {
        padding: .9rem 0 !important;
    }

    .resturnt-innr-bnr .resturnt-bnr-lt .restu-bnr-list {
        margin-top: 2rem;
    }

    .resturnt-innr-bnr .restutnt-bnr-rt .btn-submit-custom {
        height: 4.4rem;
        font-size: 14px;
    }

    .resturnt-innr-bnr .restutnt-bnr-rt .form-footer-text {
        font-size: 13px;
        margin-top: 2rem;
    }

    .restu-mange-testi-2 .owl-nav {
        display: none !important;
    }

    .resturnt-innr-bnr .container,
    .resturnt-cta .container {
        padding: 0 4rem !important;
    }

    .restutnt-mange-serv .service-card-custom {
        padding: 2rem;
    }

    .restutnt-mange-testi {
        padding: 3rem 0 !important;
    }

    .resturnt-innr-bnr .resturnt-bnr-lt .restu-bnr-list {
        gap: 19px;
    }

}

@media(max-width:575px) {

    .resturnt-innr-bnr .restutnt-bnr-rt .form-control-custom {
        height: 5rem;
        padding-left: 4rem;
        padding-right: 2.0rem;
        font-size: 14px;
    }

    .resturnt-cta .resturnt-cta-lt p {
        font-size: 14px;
    }

    .resturnt-innr-bnr .container,
    .resturnt-cta .container {
        padding: 0 2.5rem !important;
    }

    .resturnt-innr-bnr .resturnt-bnr-lt .main-heading {
        font-size: 24px;
    }

    .resturnt-innr-bnr .resturnt-bnr-lt p {
        font-size: 14px;
        line-height: 1.7;
    }

    .resturnt-innr-bnr .restutnt-bnr-rt .restu-bnr-frm-tle {
        font-size: 18px;
    }

    .resturnt-innr-bnr .restutnt-bnr-rt .form-control-custom {
        font-size: 13px;
    }

    .resturnt-innr-bnr .restutnt-bnr-rt {
        padding: 2.8rem;
    }

    .resturnt-innr-bnr {
        padding: 4rem 0;
    }

    .resturnt-cta .resturnt-cta-lt .resru-cta-tle {
        font-size: 22px;
    }

    .restutnt-mange-fea .feature-card-custom .content-wrapper p {
        font-size: 14px;
    }

    .restutnt-mange-testi h3 {
        font-size: 20px;
    }

    .restutnt-mange-testi div>.text-center {
        margin-bottom: 1.8rem !important;
    }

    .restutnt-mange-testi .testi-content-box {
        padding: 2rem;
    }

    .restutnt-mange-testi .quote-text {
        font-size: 1.6rem;
    }

    .restutnt-mange-testi .author-info .author-name {
        font-size: 1.8rem;
        margin-bottom: 0;
    }

    .restutnt-mange-testi .star-rating {
        margin-bottom: 2rem;
    }


}


/*responsive */


/* smart-resturent-management */