.ellipse,
.hero-blob-img,
.rect-img1 {
    pointer-events: none
}

.cardpay-title,
.company-title,
.footer-legal,
.fp-pos-section,
.hero-right,
.pos-section {
    text-align: center
}

body {
    font-family: "Red Hat Text", sans-serif !important
}

html,
body {
    overflow-x: hidden;
    max-width: 100%;
}

body {
    font-family: "Red Hat Text", sans-serif !important;
}

.header {
    background-color: rgba(255, 250, 242, .8);
    border: 1px solid #fff2dd;
    box-shadow: 0 4px 4px 0 rgba(205, 204, 204, .7)
}

.footer-legal .separator,
.navbar-nav {
    font-weight: 700
}

.footer-legal a {
    text-decoration: none;
    color: white;
}

.nav-link {
    color: #706149 !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    position: relative;
    text-decoration: none !important;
    /* padding-left: 15px !important; */
    /* padding-right: 15px !important; */
    transition: padding 0.3s ease;
}

@media (max-width: 1300px) and (min-width: 992px) {
    .nav-link {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
}

.hero-btn,
.nav_btn {
    color: #fff !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    box-shadow: 0 4px 4px 0 #e7dccb
}

.navbar-nav .nav-link.active {
    color: #df8800 !important;
    border-radius: 6px;
    font-weight: 600 !important
}

.nav_btn {
    background-color: #f29602 !important;
    padding: 4px 50px 6px !important;
    transition: padding 0.3s ease;
}

@media (max-width: 1300px) and (min-width: 992px) {
    .nav_btn {
        padding: 4px 20px 6px !important;
    }
}

.company-section,
.hero-section {
    padding: 25px 0
}

.hero-bg {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    padding: 40px 12px;
    overflow: visible
}

.hero-blob-img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 80%;
    height: auto;
    object-fit: contain;
    object-position: left center;
    z-index: 0;
    user-select: none
}

.device-img,
.store-img {
    width: 100%
}

.ellipse1,
.ellipse2 {
    object-fit: fill;
    top: 50%
}

.hero-text {
    position: relative;
    z-index: 1;
    /* max-width: 370px; */
    margin-left: 90px
}

.hero-text h1 {
    font-size: 60px;
    font-weight: 500;
    color: #4f4f4f;
    line-height: 1.2
}

.hero-text p {
    font-size: 30px;
    margin-top: 20px;
    font-weight: 400;
    color: #575252
}

.hero-btn {
    margin-top: 25px;
    background: #f29602 !important;
    padding: 4px 50px 6px !important
}

.store-img {
    max-width: 650px
}

@media (max-width:992px) {
    .hero-blob-img {
        display: none
    }

    .hero-section {
        padding: 40px 0
    }

    .hero-bg {
        padding: 32px 24px;
        text-align: center;
        justify-content: center;
        min-height: unset
    }

    .hero-text {
        margin: 0 auto;
        max-width: 100%
    }

    .hero-text h1 {
        font-size: 40px
    }

    .hero-text p {
        font-size: 18px;
        margin-top: 14px
    }

    .store-img {
        max-width: 100%;
        margin-top: 24px
    }

    .cardpay-section {
        padding: 30px 14px !important;
    }

    .cardpay-title {
        margin-bottom: 25px !important;
    }
}

.ellipse-col,
.feature-wrapper {
    position: relative;
    display: flex
}

.solution-section {
    padding: 80px 0;
    background: #fff
}

.title {
    font-size: 60px;
    font-weight: 500;
    color: #f39c12
}

.subtitle {
    font-size: 35px;
    font-weight: 300;
    color: #555
}

.company-title,
.pos-title {
    color: #e08a00;
    font-weight: 500
}

.feature-wrapper {
    flex-direction: column;
    gap: 46px
}

.ellipse-col {
    align-items: center;
    justify-content: center;
    min-height: 636px;
    overflow: visible
}

.ellipse {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0
}

.business-card,
.feature-card {
    position: relative;
    display: flex
}

.ellipse1 {
    width: 220px;
    height: 85%;
    transform: translate(-50%, -50%);
    opacity: .55
}

.ellipse2 {
    width: 210px;
    transform: translate(-46%, -46%);
    opacity: .5
}

.feature-card {
    align-items: center;
    gap: 12px;
    padding: 14px 22px;
    border-width: .5px;
    border-radius: 15px 100px 100px 15px;
    font-size: 24px !important;
    font-weight: 500;
    background: #fff;
    box-shadow: 0 4px 10px 0 rgba(201, 201, 201, .25);
    z-index: 2;
    max-width: 560px !important
}

.card1,
.card5 {
    margin-left: 0
}

.card2,
.card4 {
    margin-left: 60px
}

.card3 {
    margin-left: 100px
}

.card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    border-radius: 10%;
    font-size: 16px;
    background-color: rgba(255, 255, 255, .8) !important
}

.yellow {
    background: rgba(241, 196, 15, .08);
    border: .5px solid #e7d141
}

.green {
    background: rgba(46, 204, 113, .08);
    border: .5px solid #abf698
}

.blue {
    background: rgba(52, 152, 219, .08);
    border: .5px solid #aceeff
}

.purple {
    background: rgba(155, 89, 182, .08);
    border: .5px solid #c8d8ff
}

.pink {
    background: rgba(255, 107, 129, .08);
    border: .5px solid #f6aff6
}

.feature-card:hover {
    transform: translateX(5px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, .15)
}

@media (max-width:576px) {
    .hero-section {
        padding: 28px 0
    }

    .hero-bg {
        padding: 0
    }

    .hero-text h1 {
        font-size: 30px !important;
        line-height: 1.3
    }

    .hero-text p {
        font-size: 16px;
        margin-top: 12px
    }

    .hero-btn {
        display: block;
        width: 100%;
        text-align: center;
        padding: 12px 0;
        margin-top: 20px
    }

    .store-img {
        max-width: 100%
    }

    .nav_btn {
        padding: 4px 24px 6px !important
    }

    .solution-section {
        padding: 20px 20px
    }

    .title {
        font-size: 30px !important
    }

    .subtitle {
        font-size: 20px !important
    }

    .feature-card {
        font-size: 16px !important
    }

    .card-icon {
        width: 40px;
        height: 40px
    }
}

.solutions-business {
    padding: 80px 0;
    text-align: center
}

.section-header h2 {
    color: #f39c12;
    font-size: clamp(2rem, 5vw, 3.75rem);
    font-weight: 500;
    margin-bottom: 10px
}

.section-header p {
    color: #666;
    font-size: clamp(1.1rem, 2vw, 1.8rem);
    max-width: 1100px !important;
    margin: 0 auto 60px;
    line-height: 1.4
}

.business-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    align-items: center
}

.business-card {
    flex-direction: column;
    align-items: center;
    transition: transform .3s;
    margin-top: 25px
}

.card-box,
.icon-circle {
    align-items: center;
    display: flex
}

.business-card:hover {
    transform: translateY(-8px)
}

.icon-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    justify-content: center;
    position: absolute;
    top: -40px;
    z-index: 2
}

.icon-circle img {
    max-width: 100%;
    height: auto
}

.card-box {
    position: relative;
    width: 100%;
    height: 90px;
    justify-content: center;
    margin-top: 40px;
}

.rect-img {
    position: absolute
}

.rect-back {
    top: -10px
}

.card-box span {
    position: relative;
    z-index: 2;
    color: #777;
    font-weight: 600;
    margin-top: 10px;
    font-size: 30px !important
}

@media (max-width:1400px) {
    .section-header p {
        max-width: 900px !important
    }
}

@media (max-width:1200px) {
    .business-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 25px
    }
}

@media (max-width:992px) {
    .feature-wrapper {
        padding-left: 0;
        align-items: center;
        gap: 20px;
    }

    .ellipse,
    .ellipse-col {
        display: none
    }

    .card1,
    .card2,
    .card3,
    .card4,
    .card5 {
        margin-left: 0;
        max-width: 420px;
        width: 100%
    }

    .business-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 62px 27px
    }

    .solutions-business {
        padding: 20px 0
    }
}


@media (max-width: 768px) {
    .fp-title {
        font-size: 40px !important;
    }
}

@media (max-width: 480px) {
    .fp-title {
        font-size: 30px !important;
    }

    img#imgBtn {
        height: 70px !important;
        width: 100 !important;
    }
}

@media (max-width: 576px) {
    .mobile-feature p {
        font-size: 20px;
    }

    img#imgBtn {
        height: 70px !important;
        width: 100 !important;
    }
}

@media (max-width:820px) {
    .business-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .icon-circle {
        width: 70px;
        height: 70px;
        top: -35px
    }

    .card-box {
        height: 80px
    }
}

@media (max-width:768px) {
    .business-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .icon-circle {
        width: 70px;
        height: 70px;
        top: -35px
    }

    .card-box {
        height: 80px
    }
}

.pos-section {
    padding: 80px 0;
    overflow: hidden
}

.pos-title {
    font-size: 60px;
    margin-bottom: 60px
}

.pos-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap
}

.pos-image {
    flex: 1;
    min-width: 300px;
    display: flex;
    justify-content: center
}

.main-pos-img {
    width: 95%;
    z-index: 999
}

.pos-features {
    flex: 1;
    min-width: 300px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: flex-start
}

.circle-bg {
    position: absolute;
    right: 507px;
    top: -289px;
    width: 100%;
    opacity: .4;
    z-index: 0
}

.card-box1,
.pos-card {
    position: relative;
    align-items: center;
    display: flex
}

.pos-card {
    gap: 20px;
    background: linear-gradient(270.02deg, #fff8ed .02%, #fff 99.99%);
    padding: 10px 30px;
    border-radius: 100px;
    width: 100%;
    max-width: 500px;
    z-index: 2;
    border: .5px solid;
    border-image-source: linear-gradient(90deg, #ffffff 0%, #ffca79 100%)
}

.pos-card1 {
    left: 120px;
    bottom: 100px
}

.pos-card2 {
    left: 90px !important;
    top: -26px
}

.pos-card3 {
    left: -77px !important;
    top: 25px !important
}

.card-box1 {
    width: 100%;
    height: 97px;
    gap: 15px;
    padding: 4px 0;
    z-index: 1;
    display: flex;
    align-items: center;
}

.rect-img1 {
    height: 70px;
    width: auto;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: -10px;
    transform: translateY(-50%)
}

.rect-back1 {
    left: -10px;
    top: 35px
}

.icon-box {
    width: 67px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    position: absolute;
    left: 19px !important;
    top: 14px;
    z-index: 10;
}

.icon-box img {
    width: 55px !important;
    height: auto
}

.pos-card p {
    /* margin: 0; */
    font-size: 32px;
    color: #e08a00 !important;
    font-weight: 600;
    white-space: nowrap;
    width: auto !important;
    position: relative;
    z-index: 2;
    margin-left: 132px;
}

@media (min-width:1400px) {
    .pos-section .container-fluid {
        padding-left: 0 !important
    }
}

@media (max-width:1600px) {
    .pos-title {
        font-size: 48px
    }

    .pos-card p {
        font-size: 28px
    }

    .pos-card1 {
        bottom: 20px !important
    }

    .pos-card2 {
        top: 16px !important;
        left: 102px
    }

    .pos-card3 {
        left: -40px !important;
        top: 41px
    }

    .circle-bg {
        position: absolute;
        right: 366px;
        top: -160px !important;
        width: 100% !important;
        opacity: 1;
        z-index: 0
    }

    .pos-image {
        flex: 1;
        min-width: 300px;
        display: flex;
        justify-content: center;
        margin-left: 20px
    }

    .main-pos-img {
        width: 100%;
        z-index: 999
    }
}

@media (max-width:1200px) {
    .pos-card1 {
        left: 120px
    }

    .pos-card2 {
        left: 160px
    }

    .pos-card3 {
        left: -30px
    }

    .icon-box img {
        width: 45px
    }

    .pos-card p {
        margin: 0;
        font-size: 32px;
        color: #e08a00 !important;
        font-weight: 600;
        position: relative;
        z-index: 2;
        width: auto !important
    }
}

@media (max-width:992px) {

    .card-box1,
    .rect-img1 {
        height: 80px
    }

    .pos-section {
        padding: 60px 0
    }

    .pos-title {
        font-size: 36px;
        margin-bottom: 40px
    }

    .pos-wrapper {
        gap: 30px
    }

    .pos-card1 {
        left: 40px !important;
        bottom: -5px !important
    }

    .pos-card2,
    .pos-card3 {
        bottom: 20px !important
    }

    .pos-card2 {
        left: 60px !important
    }

    .pos-card3 {
        left: -15px !important
    }

    .pos-card {
        max-width: 380px;
        padding: 10px 20px
    }

    .card-box1 {
        gap: 8px
    }

    .icon-box {
        width: 50px;
        height: 50px;
        position: relative;
        left: auto;
        top: auto;
        margin-left: 10px;
    }

    .icon-box img {
        width: 35px
    }

    .circle-bg {
        display: none
    }

    .pos-image {
        flex: 1;
        min-width: 300px !important;
        display: flex;
        justify-content: center
    }

    .main-pos-img {
        width: 100%;
        z-index: 999
    }

    .pos-card p {
        margin: 0;
        font-size: 28px;
        color: #e08a00 !important;
        font-weight: 600;
        position: relative;
        z-index: 2;
        width: auto !important;
        margin-left: 12px;
    }
}

@media (max-width:768px) {

    .pos-card1 {
        left: 50px !important;
    }

    .pos-section {
        padding: 50px 0
    }

    .pos-title {
        font-size: 30px;
        margin-bottom: 30px
    }

    .pos-wrapper {
        flex-direction: column;
        gap: 40px
    }

    .circle-bg,
    .pos-image {
        display: none
    }

    .main-pos-img {
        max-width: 420px;
        width: 100%
    }

    /* .pos-card1,
    .pos-card2,
    .pos-card3 {
        left: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
        margin: 0 auto !important;
        width: 100% !important;
        max-width: 420px !important
    } */

    /* .pos-card1,
    .pos-card2,
    .pos-card3 {
        left: 0 !important;
        position: relative !important;
    } */

    .pos-card p {
        left: 0 !important;
        font-size: 24px !important;
        text-align: center;
    }

    .pos-features {
        align-items: center;
        gap: 20px;
        width: 100%;
        padding: 0 15px
    }

    .pos-card {
        width: 90%;
        max-width: 420px;
        padding: 18px 20px;
        border-radius: 40px;
        justify-content: flex-start
    }



    .card-box1 {
        height: auto;
        min-height: 60px;
        width: 100%;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .rect-img1 {
        height: 65px;
        left: -2px
    }

    .rect-back1 {
        top: 30px;
        left: -8px
    }

    .icon-box {
        width: 45px;
        height: 45px;
        position: relative;
        left: auto;
        top: auto;
        margin-left: 10px;
        z-index: 10;
    }

    .icon-box img {
        width: 28px
    }

    .pos-card p {
        white-space: nowrap;
        margin: 0;
        font-size: 20px;
        color: #e08a00 !important;
        font-weight: 600;
        position: relative;
        z-index: 2;
        width: auto !important;
        left: 35px !important;
    }
}

@media (max-width:480px) {
    .business-grid {
        grid-template-columns: 1fr !important;
        gap: 50px !important;
        max-width: 280px !important;
        margin: 0 auto !important;
    }

    .section-header h2 {
        font-size: 30px !important
    }

    .section-header p {
        font-size: 16px !important
    }

    .icon-circle {
        width: 85px;
        height: 85px;
        top: -32px
    }

    .rect-back {
        bottom: 1px !important;
        top: -10px !important
    }

    .business-card {
        margin-top: 50px !important
    }

    .pos-section {
        padding: 30px 0
    }

    .pos-title {
        font-size: 30px !important;
        margin-bottom: 55px !important
    }

    .pos-card {
        width: 100%;
        /* padding: 14px 16px; */
        border-radius: 35px;
        gap: 12px
    }

    .pos-card p {
        font-size: 17px !important;
        margin-left: 72px !important;
        /* text-align: left; */
    }

    .card-box1 {
        min-height: 50px;
        gap: 6px
    }

    .rect-img1 {
        height: 59px;
        left: 3px;
    }

    .icon-box {
        /* width: 20px; */
        height: 20px;
        position: relative;

        /* margin-left: 5px; */
        z-index: 10;
        left: 15px;
        top: 3px;
    }

    .icon-box img {
        width: 32px !important;
    }

    /* .pos-card p {
        font-size: 18px;
        margin-left: 20px;
    } */

    .pos-card1,
    .pos-card2,
    .pos-card3 {
        left: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
        margin: 0 auto !important;
        width: 100% !important;
    }
}

@media (max-width:390px) {
    .pos-title {
        font-size: 22px
    }

    .main-pos-img {
        max-width: 260px
    }

    .pos-card {
        padding: 12px 14px
    }

    .pos-card p {
        font-size: 15px;
        margin-left: 15px;
    }

    .icon-box img {
        width: 20px
    }

    .rect-img1 {
        height: 45px;
        left: -2px;
    }
}

.company-title {
    font-size: 60px;
    margin-bottom: 40px
}

.company-wrapper {
    /* height: 250px; */
    background: #fff;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 45px 0;
    overflow: hidden;
    box-shadow: 0 4px 25px 0 #ffecce80 inset;
    display: flex;
    align-items: center
}

.company-scroll,
.fp-banner {
    width: 100%;
    overflow: hidden
}

.company-track {
    display: flex;
    align-items: center;
    gap: 80px;
    width: max-content;
    animation: 25s linear infinite scrollCompany
}

.company-track img {
    height: 60px;
    width: auto;
    object-fit: contain;
    opacity: .9
}

@keyframes scrollCompany {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

.fp-pos-section {
    padding: 40px 20px
}

.fp-pos-title {
    font-size: 60px;
    font-weight: 500;
    color: #e08600;
    margin-bottom: 10px
}

.fp-pos-subtitle {
    color: #777;
    font-size: 35px;
    margin-bottom: 60px
}

.cardpay-image,
.fp-pos-layout {
    display: flex;
    justify-content: center
}

.fp-pos-center-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    width: 100%;
    max-width: 1400px
}

.fp-pos-card {
    padding: 8px;
    border-radius: 12px;
    transition: .3s
}

.fp-pos-card img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px
}

.fp-pos-card:hover {
    transform: translateY(-6px) scale(1.02)
}

@media (max-width:1200px) {
    .fp-pos-center-grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width:992px) {
    .fp-pos-title {
        font-size: 42px
    }

    .fp-pos-subtitle {
        font-size: 22px
    }

    .fp-pos-center-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px
    }
}

@media (max-width:600px) {
    .fp-pos-section {
        padding: 40px 15px
    }

    .fp-pos-title {
        font-size: 26px
    }

    .fp-pos-subtitle {
        font-size: 14px;
        margin-bottom: 30px
    }

    .fp-pos-center-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px
    }

    .fp-pos-card {
        padding: 5px;
        border-radius: 10px
    }

    .fp-pos-card img {
        border-radius: 8px
    }
}

@media (max-width:400px) {
    .fp-pos-center-grid {
        grid-template-columns: 1fr
    }
}

.footer-ystienda {
    background: linear-gradient(135deg, #FFF8ED 0%, #FFFFFF 100%);
    font-size: 15px
}

.footer-logo {
    width: 180px;
    max-width: 100%
}

.footer-title {
    font-weight: 600;
    margin-bottom: 10px
}

.footer-list li {
    margin-bottom: 6px
}

.footer-link {
    text-decoration: none;
    color: #222;
    transition: .3s
}

.footer-link:hover,
.text-pink {
    color: #ff7a29
}

.social-icons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.social-icon img {
    width: 24px;
    height: 24px
}

.footer-legal {
    background: #ff9e19;
    color: #fff;
    font-weight: 500;
    padding: 30px 15px !important;
}

.footer-legal .separator {
    color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 576px) {
    .footer-legal {
        flex-direction: column !important;
        text-align: center;
        gap: 12px !important;
        padding: 25px 15px !important;
    }

    .footer-legal .separator {
        display: none;
    }
}

.footer-address strong {
    font-size: 14px
}

.cardpay-section {
    padding: 80px 13px 0
}

.cardpay-title {
    font-size: 60px;
    color: #e08600;
    margin-bottom: 60px;
    font-weight: 500
}

.cardpay-wrapper {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    align-items: center;
    gap: 70px
}

.cardpay-features {
    display: flex;
    flex-direction: column;
    gap: 60px
}

.pay-icon-wrapper {
    position: relative;
    width: 100px;
    height: 120px;
}

.rect-imgs {
    position: absolute;
    width: 100%;
    height: 100%
}

.rect1 {
    top: -2px;
    left: -12px
}

.rect2 {
    top: -15px;
    left: 20px;
    height: 158px !important
}

.rect3 {
    top: 10px;
    left: 6px
}

.pay-icon {
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    top: 25px
}

.pay-icon img {
    width: 65px
}

.pay-feature-text {
    background: linear-gradient(270.02deg, #fff8ed .02%, #fff 99.99%);
    padding: 22px 40px;
    border-radius: 50px;
    font-size: 34px;
    color: #e08600;
    font-weight: 500;
    flex: 1
}

.cardpay-image img {
    width: 100%;
    max-width: 650px;
    border-radius: 20px
}

@media (max-width:600px) {
    .cardpay-title {
        font-size: 28px
    }

    .pay-feature-card {
        align-items: flex-start;
        gap: 15px
    }

    .pay-feature-text {
        width: 100%;
        padding: 18px 25px;
        font-size: 16px
    }

    .pay-icon-wrapper {
        width: 70px;
        height: 70px
    }

    .pay-icon {
        width: 70px
    }

    .pay-icon img {
        width: 28px
    }

    .rect2 {
        height: 108px !important
    }
}

.pay-feature-card {
    display: flex;
    align-items: center;
    gap: 25px
}

.pay-feature-card:nth-child(2n) {
    flex-direction: row-reverse
}

.pay-feature-card:nth-child(2n) .pay-feature-text {
    text-align: left
}

.desktop-layout-grid {
    display: grid;
    margin-top: 40px
}

.desktop-card {
    border-radius: 12px;
    display: flex;
    justify-content: center;
    padding: 0
}

.fp-title {
    font-size: 60px;
    color: #f39c12;
    font-weight: 500px
}

.desktop-card img {
    width: 100%;
    object-fit: contain;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.custom-hr {
    border: none;
    height: 1px;
    background: gray;
    width: 92%;
    margin: 0 auto
}

.mobile-layout {
    display: none
}

.mobile-feature {
    margin-bottom: 25px
}

.mobile-feature img {
    width: 100%;
    max-width: 365px;
    margin: 15px auto 10px;
    display: block
}

.mobile-feature p {
    font-size: 16px;
    margin-bottom: 0 !important
}

.desktop-layout-grid {
    display: grid;
    gap: 0
}

.scroll-wrapper {
    overflow: hidden;
    width: 100%;
    margin-top: 20px
}

.scroll-track {
    display: flex;
    gap: 20px;
    animation: 20s linear infinite scroll
}

.scroll-track img {
    height: 50px
}

@keyframes scroll {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

.fp-banner-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover
}

@media (max-width:1199px) {
    .fp-banner-img {
        height: 400px
    }
}

@media (max-width:992px) {
    .cardpay-wrapper {
        grid-template-columns: 1fr;
        gap: 50px
    }

    .cardpay-image {
        order: -1
    }

    .cardpay-image img {
        max-width: 400px
    }

    .fp-banner-img {
        height: 300px
    }
}

@media (max-width:600px) {
    .fp-banner-img {
        height: 200px
    }
}

.footer-legal {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    padding: 40px 0 !important;
    width: 100%
}

#contact-section {
    background-color: #f8f9fa !important
}

.contact-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .05);
    height: 100%;
    transition: transform .3s
}

.contact-item:hover {
    transform: translateY(-5px)
}

@media (min-width:992px) {
    .navbar-nav .nav-link::after {
        content: "";
        position: absolute;
        bottom: -22px;
        left: 8px;
        right: 8px;
        height: 2px;
        background-color: transparent;
        border-radius: 2px
    }

    .navbar-nav .nav-link.active::after,
    .navbar-nav .nav-link:hover::after {
        background-color: #0022a9;
    }

    .contact-item {
        align-items: flex-start;
        text-align: left
    }
}

.contact-icon {
    font-size: 32px;
    color: #eb8f02;
    margin-bottom: 5px
}

.contact-text {
    font-size: 15px;
    color: #555;
    line-height: 1.5
}

.contact-text strong {
    color: #333;
    display: block;
    margin-bottom: 3px
}

.contact-form-wrapper {
    border: 1px solid #eee;
    background: #fff;
    transition: box-shadow .3s
}

.contact-form-wrapper:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08) !important
}

.form-title {
    font-size: 42px;
    font-weight: 700;
    color: #333
}

.form-subtitle {
    font-size: 20px;
    color: #666
}

.custom-input {
    border: 1px solid #e0e0e0 !important;
    padding: 14px 18px !important;
    border-radius: 10px !important;
    font-size: 15px !important;
    color: #333 !important;
    box-shadow: none !important;
    background-color: #fafafa !important;
    transition: .3s !important
}

.custom-input:focus {
    border-color: #eb8f02 !important;
    background-color: #fff !important;
    box-shadow: 0 0 0 4px rgba(235, 143, 2, .1) !important
}

.custom-input::placeholder {
    color: #bbb !important
}

.btn-submit {
    background-color: #e91e63 !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    border-radius: 10px !important;
    letter-spacing: .5px;
    transition: .3s !important;
    box-shadow: 0 4px 15px rgba(233, 30, 99, .3) !important
}

.btn-submit:hover {
    background-color: #d81b60 !important;
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(233, 30, 99, .4) !important
}

.premium-input:invalid {
    color: #999 !important;
    font-weight: 300 !important;
}

.premium-input option {
    color: #333 !important;
    font-weight: 400 !important;
}

.input-icon {
    left: 18px;
}

.premium-input {
    padding-left: 60px !important;
    /* increase space */
}

@media (max-width:768px) {

    .company-title,
    .form-title {
        font-size: 32px
    }

    .company-track {
        gap: 40px
    }

    .company-track img {
        height: 40px
    }

    .footer-logo {
        width: 150px
    }

    .footer-list li,
    .footer-title {
        font-size: 14px
    }

    .desktop-layout-grid {

        display: none !important
    }

    .mobile-layout {
        display: block !important
    }

    .form-subtitle {
        font-size: 18px
    }
}

#contact-section {
    background: linear-gradient(135deg, #FFF8ED 0%, #FFFFFF 100%);
    padding: 40px 0 0 40px
}

.contact-shape {
    position: absolute;
    filter: blur(80px);
    z-index: 0;
    opacity: .4;
    border-radius: 50%
}

.shape-1 {
    width: 300px;
    height: 300px;
    background: rgba(235, 143, 2, .3);
    top: -100px;
    left: -100px
}

.shape-2 {
    width: 400px;
    height: 400px;
    background: rgba(179, 108, 0, .2);
    bottom: -150px;
    right: -100px
}

.shape-3 {
    width: 250px;
    height: 250px;
    background: rgba(255, 175, 43, .15);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.contact-info-wrapper {
    position: relative;
    z-index: 2
}

.contact-item-card {
    background: rgba(255, 255, 255, .7);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(235, 143, 2, .1);
    border-radius: 20px;
    padding: 25px;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .03)
}

.contact-item-card:hover {
    transform: translateY(-5px);
    background: #fff;
    box-shadow: 0 15px 40px rgba(235, 143, 2, .1);
    border-color: rgba(235, 143, 2, .3)
}

.contact-item-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    background: linear-gradient(135deg, #EB8F02 0%, #B36C00 100%);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    box-shadow: 0 8px 20px rgba(235, 143, 2, .3)
}

.contact-info-label {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #888;
    margin-bottom: 5px;
    font-weight: 700;
    margin-top: 0;
}

.contact-info-value {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    margin-bottom: 0
}

.premium-form-card {
    background: #fff;
    border-radius: 30px;
    padding: 40px;
    box-shadow: 0 25px 70px rgba(0, 0, 0, .05);
    border: 1px solid rgba(235, 143, 2, .05);
    position: relative;
    z-index: 2
}

.form-title-main {
    font-size: 42px;
    font-weight: 800;
    color: #222;
    margin-bottom: 10px;
    background: linear-gradient(135deg, #222 0%, #444 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.form-description {
    font-size: 18px;
    color: #666;
    margin-bottom: 30px !important
}

.input-group-custom {
    position: relative;
    margin-bottom: 25px
}

.input-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #EB8F02;
    font-size: 18px;
    z-index: 5;
    pointer-events: none;
    transition: all .3s ease
}

.textarea-group .input-icon {
    top: 21px;
    transform: none
}

.premium-input {
    width: 100%;
    background-color: #f9f9f9 !important;
    border: 2px solid #f0f0f0 !important;
    border-radius: 15px !important;
    padding: 15px 20px 15px 55px !important;
    font-size: 13px !important;
    color: #333 !important;
    transition: all .3s ease !important;
    height: auto !important
}

.premium-input:focus {
    background-color: #fff !important;
    border-color: #EB8F02 !important;
    box-shadow: 0 10px 25px rgba(235, 143, 2, 0.1) !important;
    outline: none
}

.premium-input:focus+.input-icon {
    color: #B36C00;
    transform: translateY(-50%) scale(1.1)
}

.textarea-group .premium-input:focus+.input-icon {
    transform: scale(1.1)
}

.btn-premium-submit {
    width: 100%;
    gap: 7px;
    background: #f29602 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 15px !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    padding: 15px 30px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .4s cubic-bezier(.175, .885, .32, 1.275) !important;
    box-shadow: 0 10px 25px rgba(235, 143, 2, .3) !important;
    cursor: pointer
}

.btn-premium-submit:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(235, 143, 2, .4) !important;
    filter: brightness(1.1)
}

.btn-premium-submit:active {
    transform: translateY(0)
}

@media (max-width:1200px) {
    .form-title-main {
        font-size: 38px
    }
}

@media (max-width:991px) {
    #contact-section {
        padding: 40px 0 10px 0
    }

    .contact-info-wrapper {
        margin-bottom: 40px
    }

    .contact-item-card {
        text-align: left !important
    }
}

@media (max-width:768px) {
    .form-title-main {
        font-size: 32px
    }

    .premium-form-card {
        padding: 30px 20px
    }

    .contact-item-card {
        padding: 20px
    }

    .contact-item-icon {
        width: 50px;
        height: 50px;
        min-width: 50px;
        font-size: 20px
    }

    .contact-info-value {
        font-size: 16px
    }
}

@media (max-width:576px) {
    .contact-item-card {
        flex-direction: column;
        text-align: center !important;
        gap: 10px
    }

    .contact-item-icon {
        margin-bottom: 5px
    }

    .form-title-main {
        font-size: 26px
    }

    .form-description {
        font-size: 15px
    }

    .btn-premium-submit {
        padding: 12px 20px !important;
        font-size: 16px !important
    }
}

/* Header Responsiveness */
/* .navbar-nav {
    gap: 8px;
} */

/* Intermediate screens (e.g. zoomed desktops or smaller laptops) */
@media (max-width: 1400px) and (min-width: 992px) {
    .navbar-brand {
        margin-right: 10px !important;
        flex-shrink: 0;
    }

    .nav-link {
        font-size: 16px !important;
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .navbar-nav {
        gap: 4px !important;
    }

    .header .ms-auto {
        gap: 15px !important;
    }

    /* Reduce gap-4 (24px) to 15px */
    .nav_btn {
        padding: 4px 15px 6px !important;
        font-size: 14px !important;
    }
}

/* Unified Toggle Navbar Breakpoint (Tablet & Mobile) */
@media (max-width: 1024px) {

    /* Force Bootstrap to collapse up to 1024px */
    .navbar-expand-lg .navbar-toggler {
        display: block !important;
    }

    .navbar-expand-lg .navbar-collapse {
        display: none !important;
        flex-basis: 100% !important;
        width: 100% !important;
    }

    .navbar-expand-lg .navbar-collapse.show {
        display: block !important;
        padding: 1.5rem 0;
        border-top: 1px solid rgba(255, 110, 19, 0.1);
    }

    /* Force the container to wrap so the menu goes below the logo */
    .navbar>.container-fluid {
        flex-wrap: wrap !important;
    }

    /* Consistent Menu Structure for all devices */
    .navbar-nav {
        flex-direction: column !important;
        gap: 12px !important;
        margin-bottom: 20px !important;
        text-align: left;
        align-items: flex-start;
        width: 100% !important;
    }

    .nav-link {
        white-space: normal !important;
        padding: 10px 0 !important;
        width: 100% !important;
    }

    .header .ms-auto {
        margin-left: 0 !important;
        justify-content: flex-start;
        width: 100% !important;
        flex-wrap: wrap;
        gap: 15px !important;
        margin-top: 15px;
    }

    .navbar-brand img {
        width: 130px !important;
        height: auto !important;
    }

    .nav_btn {
        width: 100%;
        max-width: 300px;
        margin: 10px 0;
        text-align: center;
    }
}


/* Unified Tablet & Large Screen Adjustments */
@media (max-width: 1025px) {
    .business-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 83px;
    }

    .card1,
    .card5,
    .card2,
    .card4,
    .card3 {
        margin-left: 0 !important;
    }

    .solution-section,
    .solutions-business,
    .pos-section {
        padding: 30px 0 !important;
    }

    .hero-text {
        margin-left: 0;
    }

    .circle-bg,
    .main-pos-img {
        display: none !important;
    }

    .pay-feature-text {
        font-size: 28px !important;
    }

    .pos-card1,
    .pos-card2,
    .pos-card3 {
        left: -296px !important;
    }

    .pos-card p {
        left: 120px !important;
    }
}

/* 2. Mobile (up to 768px) - Overrides Tablet */
@media (max-width: 768px) {

    .pos-card1,
    .pos-card2,
    .pos-card3 {
        left: 19px !important;
    }

    .pos-card p {
        left: 60px !important;
    }

    .fp-pos-section {
        padding: 0 20px !important;
    }


}

/* 3. Small Mobile (up to 460px) - Overrides everything above */
@media (max-width: 460px) {

    .pos-card1,
    .pos-card2,
    .pos-card3 {
        left: 0 !important;
    }

    .pos-card p {
        left: 0 !important;
        font-size: 20px !important;
    }
}