* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

body {
    font-family: 'Montserrat', sans-serif;
}

.site-header {
    border-bottom: 1px solid #ececec;
    background-color: #fff;
}

.gravito-navbar {
    background: #fff;
    min-height: 88px;
    padding: 0 0 0 28px;
}

.gravito-logo img {
    height: 60px;
    width: 172px;
    display: block;
}

.gravito-nav-links {
    gap: 40px;
}

.gravito-nav-links .nav-link {
    font-size: 20px;
    font-weight: 400;
    color: #36485C;
    padding: 0;
    transition: 0.2s ease;
}

.gravito-nav-links .nav-link:hover {
    color: #111827;
}

.gravito-actions {
    margin-left: auto;
}

.demo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    padding: 0 28px;
    border: 1.5px solid transparent;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 600;
    color: #ff6a6a;
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(90deg, #ff6a6a 0%, #37d66b 100%) border-box;
    transition: 0.2s ease;
}

.demo-btn:hover {
    transform: translateY(-1px);
    color: #ff6a6a;
}

.language-btn {
    height: 52px;
    padding: 0 18px;
    border: 1px solid #e6e6e6;
    border-radius: 16px;
    background: #fff;
    color: #3f3f46;
    font-size: 16px;
    font-weight: 500;
}

.language-btn:focus {
    box-shadow: none;
}

.mobile-lang-btn {
    width: 40px;
    height: 40px;
    border: 1px solid #BEBEBE;
    border-radius: 8px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.gravito-close-btn {
    width: 40px;
    height: 40px;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    padding: 0;
    opacity: 1;
}

/* Mobile */
@media (max-width: 991.98px) {
    .gravito-navbar {
        padding: 18px 20px;
    }

    .gravito-offcanvas {
        width: 100%;
        border-left: 0;
    }

    .gravito-offcanvas .offcanvas-header {
        padding: 20px;
        border-bottom: 0;
        align-items: center;
        justify-content: space-between;
    }

    .gravito-offcanvas .offcanvas-body {
        padding: 8px 20px 24px;
        display: flex;
        flex-direction: column;
        min-height: calc(100vh - 110px);
    }

    .gravito-nav-links {
        gap: 0;
        margin: 8px 0 0 !important;
        width: 100%;
    }

    .gravito-nav-links .nav-item {
        width: 100%;
        border-bottom: 1px solid #ececec;
    }

    .gravito-nav-links .nav-link {
        display: block;
        width: 100%;
        padding: 16px 0;
        font-size: 18px;
        line-height: 1.45;
    }

    .gravito-actions {
        flex-direction: column;
        align-items: stretch !important;
        gap: 12px !important;
        width: 100%;
        margin-top: 28px;
        margin-left: 0;
    }

    .demo-btn,
    .language-btn {
        width: 100%;
    }

    .gravito-mobile-footer {
        margin-top: auto;
        padding-top: 28px;
        text-align: center;
    }

    .gravito-mobile-socials {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 18px;
        margin-bottom: 12px;
    }

    .gravito-mobile-socials a {
        color: #1f2937;
        font-size: 20px;
    }

    .gravito-mobile-footer p {
        margin: 0;
        font-size: 13px;
        color: #6b7280;
    }

    .main video {
        margin-top: 28px;
    }
}
.main {
    background-color: #fff;
}

.main video {
    width: 100%;
    border-radius: 24px;
    margin-top: 48px;
    display: block;
    object-fit: cover;
}

.site-footer {
    background: #fff;
    margin-top: 80px;
}

.footer-inner {
    padding: 0px 24px 52px;
}

.footer-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-logo img {
    width: 180px;
    height: auto;
    display: block;
    border-radius: 0;
}

.store-buttons {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
    flex-wrap: wrap;
}

.store-btn img {
    height: 42px;
    width: auto;
    display: block;
    border-radius: 8px;
}

.footer-copy {
    margin-top: 18px;
    font-size: 13px;
    line-height: 1.5;
    color: #6b7280;
}

.footer-links-wrapper {
    padding-left: 40px;
}

.footer-col h5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 145%;
    margin-bottom: 14px;
    background: linear-gradient(90deg, #00D55A 0%, #34C759 20%, #00A86B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.footer-col .footer-subtitle {
    margin-top: 22px;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    margin-bottom: 12px;
    white-space: nowrap;
}

.footer-col ul li a {
    font-size: 14px;
    line-height: 145%;
    color: #36485C;
    transition: 0.2s ease;
}

.footer-socials {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 10px;
}

.footer-socials a {
    font-size: 20px;
    color: #1C2229;
    line-height: 1;
    transition: 0.2s ease;
}

.footer-socials a:hover {
    color: #38c172;
}

/* Mobile */
@media (max-width: 991.98px) {
    .footer-inner {
        padding: 0;
    }

    .footer-links-wrapper {
        padding-left: 0;
    }

    .footer-brand {
        margin-bottom: 12px;
    }

    .footer-col {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .site-footer {
        margin-top: 0 !important;
    }

}

@media (max-width: 575.98px) {
    .site-footer {
        margin-top: 50px;
    }

    .d-none-res {
        display: none;
    }

    .footer-col h5 {
        font-size: 17px;
    }

    .footer-col ul li a {
        font-size: 15px;
    }

    .store-buttons {
        gap: 10px;
    }

    .store-btn img {
        height: 38px;
    }

    .footer-brand {
        display: none;
    }
}

.simplfy-payment {
    background-color: #DFDFDF80;
    background-image: url('/assets/images/green-back-right.svg');
    position: relative;
    background-size: auto;
    /* background-position: center; */
    background-repeat: no-repeat;
    overflow: visible;
    /* hidden idi, image-i kesmesin */
    padding: 60px 0 80px;
}

.simplify-payment-card {
    margin-top: 30px;
    border-radius: 24px;
    background-color: #fff;
    position: relative;
    overflow: visible;
    min-height: 420px;
    padding: 0px 24px;
}

.simplify-info-card {
    max-width: 430px;
    padding-left: 18px;
    position: relative;
    z-index: 2;
}

.simplify-image-col {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
}

.simplify-image {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.simplify-image img {
    max-width: 420px;
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0;
    position: relative;
    z-index: 2;
    transform: translateY(-70px);
    /* yuxari cixsin */
}

/* button */
.demo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    height: 56px;
    padding: 0 28px;
    border: 1.5px solid transparent;
    border-radius: 16px;
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(90deg, #E6242D 0%, #00D55A 100%) border-box;
    transition: 0.2s ease;
}

.demo-btn span {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    background: linear-gradient(90deg, #E6242D 0%, #00D55A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.demo-btn:hover {
    transform: translateY(-1px);
}

@media (max-width: 991.98px) {
    .simplify-payment-card {
        min-height: auto;
        padding: 24px 18px;
    }

    .simplify-info-card {
        padding-left: 0;
        max-width: 100%;
    }

    .simplify-image {
        margin-top: 24px;
    }

    .simplify-image img {
        max-width: 300px;
        transform: translateY(-20px);
    }

    .simplfy-payment {
        background-color: #fff;
        background-image: url(/assets/images/green-back-left.svg);
        position: relative;
        background-size: contain;
        /* background-position: center; */
        background-repeat: no-repeat;
        overflow: visible;
        padding: 15px 20px 30px;
    }
}


.scan-pay-section {
    position: relative;
    overflow: hidden;


    background-color: #DFDFDF80;
    margin-top: 80px;
    background-image: url(/assets/images/gradient.svg);
    position: relative;
    background-size: contain;
    /* background-position: center; */
    background-repeat: no-repeat;
    overflow: visible;
    padding: 60px 0 90px;


}

.scan-pay-section .container-xl {
    position: relative;
}

.scan-pay-gradient {
    position: absolute;
    top: 0;
    left: 12px;
    right: 12px;
    height: 260px;
    border-radius: 32px;
    background: linear-gradient(90deg, #e6242d 0%, #7f28f1 50%, #28b463 100%);
    z-index: 0;




}

.scan-pay-hero {
    position: relative;
    z-index: 1;
    margin: 52px auto 80px;
    background: #f7f7f7;
    border-radius: 28px;
    padding: 42px 0px 0 30px;
    overflow: visible;
}

/* 
.scan-pay-content {
    max-width: 390px;
} */

.scan-pay-title {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.15;
    letter-spacing: 0;
}

.scan-pay-title span {
    background: linear-gradient(90deg, #2bbf6a 0%, #7f28f1 48%, #e6242d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.scan-pay-text {
    /* max-width: 360px; */
    font-size: 24px;
    line-height: 1.65;
    color: #5b6470;
    margin: 0;
}

.scan-pay-visual {
    position: relative;
    min-height: 430px; 
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: visible;
}
.scan-pay-ui-card {
    position: absolute;
    top: 18px;
    left: 36px;
    width: 300px;
    max-width: 60%;
    z-index: 1;
}

.scan-pay-ui-card img {
    width: 100%;
    display: block;
    border-radius: 18px;
}
.scan-pay-person {
    position: absolute;
    right: 20px;
    bottom: 0;
    width: 101%;
    max-width: none;
    z-index: 2;
    object-fit: contain;
    border-radius: 0;
    transform: translateY(0px); 
}

.simplify-payment-card {
    height: 615px;
}

.scan-float-card {
    position: absolute;
    right: 12px;
    z-index: 3;
    width: 160px;
}

.scan-float-card img {
    width: 100%;
    display: block;
    border-radius: 16px;
}

.scan-float-top {
    top: 88px;
}

.scan-float-bottom {
    bottom: 20px;
}

.scan-features-wrap {
    position: relative;
    z-index: 1;
}

.scan-features-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.scan-feature-card {
    position: relative;
    min-height: 210px;
    border-radius: 22px;
    overflow: hidden;
    background: #ececec;
    flex: 0 0 auto;
}

.scan-feature-card img {
    width: 100%;
    height: 100%;
    min-height: 210px;
    object-fit: cover;
    display: block;
    border-radius: 22px;
}

.scan-feature-overlay {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;

    border-radius: 16px;
    padding: 16px 32px;
    border: 1px solid rgba(223, 223, 223, 0.5);

    background: rgba(179, 121, 121, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

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

.scan-feature-overlay span {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
}

.d-none-dektop {
    display: none !important;
}

.display-none-responsive {
    display: block;
}

/* tablet */
@media (max-width: 991.98px) {
    .scan-pay-section {
        padding: 11px 0 48px !important;
    }

    .simplify-payment-card {
        height: auto;
    }

    .display-none-responsive {
        display: none !important;
    }

    .d-none-dektop {
        display: block !important;
    }

    .scan-pay-gradient {
        height: 210px;
        left: 12px;
        right: 12px;
        border-radius: 24px;
    }

    .scan-pay-hero {
        margin-top: 38px;
        padding: 26px 18px;
        border-radius: 24px;
    }

    .scan-pay-title {
        font-size: 32px;
    }

    .scan-pay-text {
        font-size: 18px;
        max-width: 100%;
    }

    .scan-pay-visual {
        min-height: 320px;
        margin-top: 10px;
    }

    .scan-pay-ui-card {
        left: 0;
        top: 8px;
        max-width: 58%;
        width: 220px;
    }

    .scan-pay-person {
        width: 250px;
        max-width: 72%;
    }

    .scan-float-card {
        width: 128px;
        right: 0;
    }

    .scan-float-top {
        top: 70px;
    }

    .scan-float-bottom {
        bottom: 10px;
    }

    .scan-features-wrap {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-bottom: 6px;
    }

    .scan-features-wrap::-webkit-scrollbar {
        display: none;
    }

    .scan-features-row {
        display: flex;
        gap: 12px;
        min-width: max-content;
        scroll-snap-type: x mandatory;
    }

    .scan-feature-card {
        width: 170px;
        min-width: 170px;
        min-height: 190px;
        scroll-snap-align: start;
    }

    .scan-feature-card img {
        min-height: 190px;
    }

    .scan-feature-overlay span {
        font-size: 12px;
    }
}

/* mobile */
@media (max-width: 575.98px) {
    .scan-pay-section {
        padding: 52px 0 40px;
    }

    .scan-pay-gradient {
        height: 170px;
        border-radius: 20px;
    }

    .scan-pay-hero {
        margin-top: 28px;
        border-radius: 20px;
        padding: 18px 14px 0 14px;
    }

    .scan-pay-visual {
        min-height: 250px;
    }

    .scan-pay-ui-card {
        width: 165px;
        left: 2px;
        top: 18px;
    }

    .scan-pay-person {
        width: 300px;
        max-width: 100%;
                transform: translateY(-2px);

    }

    .scan-float-card {
        width: 98px;
    }

    .scan-float-top {
        top: 88px;
    }

    .scan-float-bottom {
        bottom: 14px;
    }

    .scan-feature-card {
        width: 265px;
        min-width: 150px;
        min-height: 178px;
        border-radius: 18px;
    }

    .scan-feature-card img {
        min-height: 178px;
        border-radius: 18px;
    }

    .scan-feature-overlay {
        padding: 12px 10px 10px;
    }
}

.decider-section {
    padding: 80px 0;
    background-color: #F2F2F2;
}

.decider-card-wrap {
    background: #fff;
    border-radius: 24px;
    overflow: visible;
    height: 400px;
    padding: 0px 32px;
}

.simplfy-payment .decider-title {
    font-size: 41px;
}

.decider-grid {
    display: grid;
    grid-template-columns: minmax(580px, 360px) minmax(320px, 1fr);
    align-items: center;
    gap: 32px;
    min-height: 380px;
}

.decider-visual {
    position: relative;
    height: 100%;
    min-height: 320px;
    overflow: visible;
    display: flex;
    align-items: end;
}

.decider-person {
position: absolute;
    left: 0;
    bottom: 0;
    width: 500px;
    max-width: 100%;
    z-index: 2;
    transform: translateY(81px);
}

.floating-card {
    position: absolute;
    border-radius: 14px;
    overflow: hidden;
    z-index: 3;
}

.floating-card img {
    display: block;
    width: 100%;
    height: auto;
}

.floating-card-left {
    width: 100px;
    left: 6px;
    bottom: 76px;
}

.floating-card-top {
    width: 84px;
    left: 246px;
    top: 84px;
    z-index: 0;
}

.floating-card-bottom {
    width: 130px;
    right: 125px;
    bottom: 18px;
}

.decider-content {
    max-width: 430px;
    padding-right: 12px;
}

.decider-title {
    margin: 0 0 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.15;
    color: #1f2937;
}

.decider-title span {
    /* display: block; */
}

.decider-highlight {
    background: linear-gradient(90deg, #e6242d 0%, #7f28f1 52%, #28b463 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.decider-text {
    margin: 0;
    max-width: 390px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #4b5563;
}
.flex-sol{
   display: flex;
   justify-content: center;
   align-items: center
   ;
   flex-direction: column;
}
.padding-left{
    padding-left: 30px;
}
/* large tablet */
@media (max-width: 1199.98px) {
    .decider-grid {
        grid-template-columns: 320px 1fr;
        gap: 24px;
    }

    .decider-title {
        font-size: 42px;
    }

    .decider-person {
        width: 245px;
    }

    .floating-card-top {
        left: 138px;
    }

    .floating-card-bottom {
        left: 150px;
    }
}
.navbar-toggler-icon{
    width: 18px;
}
.offcanvas-header .btn-close{
        border: 1px solid #BEBEBE !important;
    height: 20px !important ;
    width: 20px !important;
    border-radius: 8px !important;
}
.navbar-toggler{
    border: 1px solid #BEBEBE !important;
    height: 40px !important ;
    width: 40px !important;
    border-radius: 8px !important;
    justify-content: center;
    align-items: center;
    display: flex;
}
/* tablet */
@media (max-width: 991.98px) {
    .decider-card-wrap {
        padding: 24px 24px 0 24px;
    }
.decider-card-wrap {
 height: auto;
}
    .decider-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        min-height: unset;
    }

    .decider-visual {
        min-height: 300px;
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
        order: 2;
    }

    .decider-content {
        max-width: 100%;
        /* text-align: center; */
        padding: 5px 18px 32px 18px;
    }
    .flex-sol{
        align-items: start;
    }
    .padding-left{
        padding-left: 0px;
    }

    .decider-text {
        max-width: 100%;
    }
}

/* mobile */
@media (max-width: 575.98px) {
    .decider-card-wrap {
        border-radius: 18px;
    }

    .decider-visual {
        /* max-width: 270px; */
        min-height: 250px;
    }

    .decider-person {
        width: 300px;
        position: relative;
        transform: translateY(-1px);
    }

    .floating-card-left {
        width: 62px;
        left: 0;
        bottom: 64px;
    }

    .floating-card-top {
        width: 68px;
        left: 118px;
        top: 26px;
    }

    .floating-card-bottom {
        width: 78px;
        left: 132px;
        bottom: 18px;
    }

    .decider-title {
        font-size: 32px !important;
    }

    .decider-text {
        font-size: 14px;
    }
}
.divider{
    width: 100%;
    height: 1px;
    background-color: #DFDFDF;
    padding: 0 20px;
}
.dropdown-menu.show{
    border-radius: 16px !important;
    padding: 6px;
}
.navbar-expand-lg .offcanvas .offcanvas-body{
    align-items:  center;
}
/* ul li{
    padding: 3px 0 !important;
} */
.daily-operations {
    padding-bottom: 80px;
    background-color: #F2F2F2;
}

.contact.daily-operations {
    padding-bottom: 0px;
    padding-top: 40px;
}

.contact.advance-section {
    padding-top: 50px;
}

.bg-white-daily {
    background: #fff;
    border-radius: 20px 20px 0 20px;
    overflow: visible;
}

.center-corner {
    display: flex;
    justify-content: center;
    align-items: anchor-center;
}

.control .image {
    background-color: #fff;
    position: relative;
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    border-radius: 24px;
    overflow: visible;
    padding: 120px 0 90px;
    background-image: url('/assets/images/bg-control.svg');
}

.control {
    padding-top: 20px;
    background-color: #F2F2F2;
}

.solution {
    padding: 80px 0;
    background-color: #F2F2F2;
    overflow: hidden;
}

.solution h6 {
    text-align: center;
    justify-content: center;
    font-size: 42px !important;
    line-height: 1.2;
    margin-bottom: 50px;
}

.solution-slider {
    width: 100%;
}

.solution .solution-flex {
    display: flex;
    gap: 24px;
}

.solution .solution-card {
    flex: 1 1 0;
    min-width: 0;
    overflow: hidden;
}

.solution img {
    width: 100%;
    display: block;
    height: auto;
}

.solution-dots {
    display: none;
}

/* tablet + mobile */
@media (max-width: 991.98px) {
    .solution {
        padding: 56px 0;
    }

    .solution h6 {
        font-size: 30px !important;
        margin-bottom: 28px;
    }

    .solution .solution-flex {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-bottom: 4px;
    }

    .solution .solution-flex::-webkit-scrollbar {
        display: none;
    }

    .solution .solution-card {
        flex: 0 0 84%;
        scroll-snap-align: start;
    }

    .solution-dots {
        display: flex;
        /* justify-content: center; */
        align-items: center;
        gap: 8px;
        margin-top: 18px;
    }

    .solution-dots button {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        border: none;
        padding: 0;
        background: #CFCFCF;
        transition: all 0.25s ease;
    }

    .solution-dots button.active {
        width: 8px;
        border-radius: 999px;
        background: #218C4E;
    }
}

@media (max-width: 575.98px) {
    .solution {
        padding: 5px 0 56px 0;
    }

    .solution h6 {
        font-size: 26px !important;
    }

    .solution .solution-flex {
        gap: 16px;
    }

    .solution .solution-card {
        flex: 0 0 88%;
    }
}

.advance-section {
    padding: 80px 0;
    background: #f2f2f2;
    overflow: hidden;
}

.advance-box {
    background: #ffffff;
    border: 1px solid #e9e9e9;
    border-radius: 36px;
    padding: 40px;
}

.advance-grid-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.advance-card {
    min-height: 72px;
    border: 1px solid #DFDFDF;
    border-radius: 24px;
    background: #ffffff;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 16px;
    min-width: 0;
}

.advance-card img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    flex-shrink: 0;
}

.advance-card h5 {
    margin: 0;
    font-size: 20px;
    line-height: 145%;
    font-weight: 500;
    color: #1f2430;
    white-space: normal;
    min-width: 0;
}

.advance-dots {
    display: none;
}

/* tablet + mobile */
@media (max-width: 991.98px) {
    .advance-section {
        padding: 56px 0;
    }

    .advance-box {
        padding: 20px 16px 18px;
        border-radius: 28px;
    }

    .advance-grid-cards {
        grid-template-columns: none;
        /* esas fix bu */
        grid-auto-flow: column;
        grid-auto-columns: 86%;
        grid-template-rows: repeat(2, minmax(88px, auto));
        column-gap: 16px;
        row-gap: 16px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .advance-grid-cards::-webkit-scrollbar {
        display: none;
    }

    .advance-card {
        padding: 18px 20px;
        border-radius: 24px;
        scroll-snap-align: start;
        background-color: #F9F9F9;
    }

    .advance-card img {
        width: 46px;
        height: 46px;
    }

    .advance-card h5 {
        font-size: 20px;
    }

    .advance-dots {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        margin-top: 18px;
    }

    .advance-dots button {
        width: 8px;
        height: 8px;
        border: none;
        border-radius: 50%;
        padding: 0;
        background: #d0d5dd;
        transition: all 0.25s ease;
    }

    .advance-dots button.active {
        width: 22px;
        border-radius: 999px;
        background: #101828;
    }
}

@media (max-width: 575.98px) {
    .advance-section {
        padding: 40px 0;
    }

    .advance-box {
        padding: 16px 12px;
        border-radius: 24px;
    }

    .advance-grid-cards {
        grid-auto-columns: 90%;
        grid-template-rows: repeat(2, minmax(82px, auto));
        column-gap: 14px;
        row-gap: 14px;
    }

    .advance-card {
        padding: 16px 18px;
        gap: 14px;
    }

    .advance-card img {
        width: 42px;
        height: 42px;
    }

    .advance-card h5 {
        font-size: 16px;
    }

    .advance-card {
        height: 62px !important;
    }

    .advance-card img {
        width: 30px;
        height: 30px;
    }
}


.d-res-footer {
    display: none;
}

@media (max-width:991px) {
    .main video {
        height: 600px;
    }

    .scan-pay-hero {
        margin-bottom: 56px;
    }

    .decider-section {
        padding: 0;
    }

    .daily-operations {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .control {
        padding-top: 0px;
    }

    .bg-white-daily {
        background-color: #F9F9F9;
        gap: 32px;
        border: 1px solid #DFDFDF80;
    }

    .advance-section {
        background-color: #fff;

    }

    .advance-box {
        border: none;
    }

    .solution {
        background-color: #fff;
    }

    .scan-pay-hero {
        background-color: #F9F9F9;
        border: 1px solid #DFDFDF80;
    }

    .control {
        background-color: #fff;
    }

    .scan-pay-section {
        background-color: #fff;
    }

    .daily-operations {
        background-color: #fff;
    }

    .decider-card-wrap {
        background-color: #F9F9F9;
        border: 1px solid #DFDFDF80;
    }

    .decider-section {
        background-color: #fff;
    }


    .control .image {
        background-color: #F9F9F9;
        border: 1px solid #DFDFDF80;
    }

    .d-res-footer {
        display: block;
    }
}

/* ========== HERO ========== */
.gravito-hero {
    position: relative;
    overflow: visible;
    height: 113vh;
    padding-bottom: 120px;

    background-color: #fff;
    background-image:
        url('/assets/images/contact-bg.svg'),
        linear-gradient(to bottom,
            #ffffff 0 66%,
            #f3f3f3 66% 100%);
    background-repeat: no-repeat, no-repeat;
    background-size: cover, 100% 100%;
    background-position: center, center;
}


.hero-card {
    position: relative;
    z-index: 2;
    padding: 80px 90px 0;
}

.hero-title {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 10px;
    margin: 0;
    font-size: 42px;
    line-height: 1.04;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #1f2430;
}

.hero-title-see {
    color: #24bf68;
    display: inline-block;
}

.hero-title-gradient,
.hero-title-action {
    background: linear-gradient(90deg, #21c768 0%, #635bff 48%, #c83ec7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: inline-block;
}

.hero-text {
    margin: 16px 0 32px 0;
    font-size: 17px;
    line-height: 1.7;
    color: #66707d;
}


.hero-input {
    width: 100%;
    height: 56px;
    border: 1px solid #e7e7ea;
    border-radius: 16px;
    background: #fff;
    padding: 0 16px;
    font-size: 14px;
    color: #1f2430;
    outline: none;
    transition: 0.2s ease;
}

.hero-input:focus,
.hero-phone-group:focus-within {
    border-color: #2fcb66;
}

.hero-input::placeholder,
.hero-phone-input::placeholder {
    color: #9aa1ab;
}

.hero-phone-group {
    display: flex;
    align-items: center;
    height: 56px;
    border: 1px solid #e7e7ea;
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
    transition: 0.2s ease;
}

.hero-phone-prefix {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 14px;
    border-right: 1px solid #ececec;
    white-space: nowrap;
    font-size: 14px;
    color: #68707d;
    height: 100%;
}

.hero-phone-prefix img {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.hero-phone-input {
    flex: 1;
    height: 100%;
    border: none;
    background: transparent;
    padding: 0 16px;
    font-size: 14px;
    color: #1f2430;
    outline: none;
}

.hero-submit {
    margin-top: 32px;
    min-width: 286px;
    height: 56px;
    border: none;
    border-radius: 16px;
    padding: 0 28px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(180deg, #218C4E 0%, #00D55A 100%);
    transition: 0.2s ease;
}

.hero-submit:hover {
    transform: translateY(-1px);
}

.padding-right {
    padding: 80px 80px 80px 0;
}

.hero-visual {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    display: none;
}

.hero-mockup {
    width: 100%;
    max-width: 760px;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 28px 40px rgba(0, 0, 0, 0.18));
}

/* header tweak */
.site-header {
    border-bottom: 1px solid #ececec;
    background-color: #fff;
}

.navbar-nav {
    margin-left: 130px !important;
}

/* tablet */
@media (max-width: 991.98px) {
    .gravito-hero {
        padding: 18px 20px;
        background-image: none;
        height: auto;
        background-color: #fff;
    }

    .hero-visual {
        display: block;
    }

    .padding-zero {
        padding: 0 !important;
    }

    .navbar-nav {
        margin-left: 00px !important;
    }

    .bg-gray {
        /* background-color: #F9F9F9; */
    }

    .gravito-hero::after {
        height: 90px;
        bottom: 8px;
        transform: skewY(-5deg);
    }

    .padding-right {
        padding: 24px;
    }

    .hero-card {
        background: #F9F9F9;
        border: 1px solid #e9e9e9;
        border-radius: 28px;
        padding: 18px 14px 14px;
    }

    .hero-copy {
        max-width: 100%;
        padding-top: 0;
    }

    .hero-title {
        justify-content: center;
        font-size: 42px;
        text-align: center;
        gap: 8px;
    }

    .hero-text {
        max-width: 100%;
        text-align: center;
        font-size: 14px;
        margin: 14px 0 18px;
    }

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

    .hero-submit {
        width: 100%;
        height: 52px;
    }

    .hero-visual {
        min-height: auto;
        justify-content: center;
        margin-top: 16px;
    }

    .hero-mockup {
        max-width: 100%;
    }

    .gravito-navbar {
        padding: 14px 8px;
    }
}

/* mobile */
@media (max-width: 575.98px) {
    .hero-title {
        font-size: 32px;
        line-height: 1.08;
    }

    .hero-input,
    .hero-phone-group {
        height: 52px;
        border-radius: 14px;
    }

    .hero-phone-prefix {
        padding: 0 10px;
        font-size: 12px;
    }

    .hero-phone-input {
        padding: 0 12px;
        font-size: 13px;
    }

    .hero-submit {
        border-radius: 14px;
        font-size: 15px;
    }
}

.hero-phone-group {
    display: flex;
    align-items: center;
    border: 1px solid #d9d9d9;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    height: 56px;
}

.hero-phone-prefix {
    height: 100%;
    border: 0;
    background: #fff;
    padding: 0 5px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    border-right: 1px solid #e9e9e9;
    min-width: 125px;
}

.hero-phone-prefix img {
    width: 22px;
    height: 16px;
    object-fit: cover;
    border-radius: 3px;
}

.hero-phone-prefix span {
    font-size: 14px;
    font-weight: 500;
    color: #222;
}

.hero-phone-input {
    border: 0;
    outline: none;
    width: 100%;
    height: 100%;
    padding: 0 16px;
    font-size: 14px;
    background: #fff;
}

/* modal */
.country-picker-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 20px;
}

.country-picker-backdrop.active {
    display: flex;
}

.country-picker-modal {
    width: 100%;
    max-width: 390px;
    background: #fff;
    /* arxasi ag */
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
    padding: 22px;
}

.country-picker-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.country-picker-header h3 {
    margin: 0;
    font-size: 28px;
    font-weight: 600;
    color: #111827;
}

.country-picker-close {
    border: 0;
    background: transparent;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: #6b7280;
}

.country-picker-search {
    margin-bottom: 14px;
}

.country-picker-search input {
    width: 100%;
    height: 48px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 0 14px;
    outline: none;
    background: #fff;
    color: #111827;
}

.country-picker-search input::placeholder {
    color: #9ca3af;
}

.country-picker-list {
    max-height: 320px;
    overflow-y: auto;
}

.country-item {
    width: 100%;
    border: 0;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 4px;
    border-bottom: 1px solid #f1f1f1;
    cursor: pointer;
    text-align: left;
}

.country-item:last-child {
    border-bottom: 0;
}

.country-item:hover {
    background: #f9fafb;
}

.country-item img {
    width: 28px;
    height: 20px;
    object-fit: cover;
    border-radius: 4px;
}

.country-item span {
    font-size: 15px;
    color: #111827;
    font-weight: 500;
}

.demo-success-backdrop {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.demo-success-backdrop.active {
    display: flex;
}

.demo-success-card {
    position: relative;
    width: 100%;
    max-width: 470px;
    background: #fff;
    border: 1px solid rgba(223, 223, 223, 0.8);
    border-radius: 24px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12);
    padding: 38px 32px 28px;
    text-align: center;
}

.demo-success-close {
    position: absolute;
    top: 14px;
    right: 16px;
    border: none;
    background: transparent;
    font-size: 28px;
    line-height: 1;
    color: #98a2b3;
    cursor: pointer;
}

.demo-success-icon {
    display: flex;
    justify-content: center;
    margin-bottom: 18px;
}

.demo-success-title {
    margin: 0 0 12px;
    font-size: 40px;
    line-height: 1.15;
    font-weight: 600;
    color: #22B35B;
    letter-spacing: -0.02em;
}

.demo-success-text {
    max-width: 320px;
    margin: 0 auto 24px;
    font-size: 16px;
    line-height: 1.6;
    color: #4b5563;
    font-weight: 400;
}

.demo-success-btn {
    min-width: 220px;
    height: 56px;
    border: none;
    border-radius: 16px;
    padding: 0 28px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    background: linear-gradient(180deg, #218C4E 0%, #00D55A 100%);
    box-shadow: 0 14px 28px rgba(0, 213, 90, 0.2);
    transition: 0.2s ease;
}
.control .hero-visual{
    display: none;
}
.demo-success-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 34px rgba(0, 213, 90, 0.24);
}

@media (max-width: 576px) {
    .control .image{
        background-image: none;
        padding: 10px;
    }
    .control .hero-visual{
    display: block !important;
}
    .demo-success-card {
        max-width: 100%;
        padding: 30px 20px 24px;
        border-radius: 20px;
    }

    .demo-success-title {
        font-size: 30px;
    }

    .demo-success-text {
        font-size: 14px;
    }

    .demo-success-btn {
        width: 100%;
        min-width: unset;
    }
}

.policy-page {
  padding: 42px 0 80px;
}

.policy-card {
  background: #fff;
  border-radius: 18px;
  padding: 28px 26px;
}

.page-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 26px;
}

.back-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #dddddd;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #707070;
  text-decoration: none;
  flex-shrink: 0;
}

.page-title {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: #111;
  margin: 0;
}

.lead-text {
  font-size: 15px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 16px;
}

.policy-page .divider {
  height: 1px;
  background: #ececec;
  margin: 18px 0;
}

.policy-section {
  padding: 6px 0 2px;
}

.policy-section h2 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 12px;
  color: #1A1A1A;
}

.policy-section p {
  font-size: 15px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 14px;
}

.policy-list {
  margin: 0 0 14px;
  padding-left: 20px;
}

.policy-list li {
  color: #444;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.8;
  padding-left: 0;
}

.policy-list li strong {
  color: #1A1A1A;
  font-weight: 400;
}

.contact-box {
  background: #f7f7f7;
  border-left: 4px solid #111;
  border-radius: 6px;
  padding: 18px 20px;
  margin-top: 12px;
}

.contact-lines {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #333;
  font-size: 15px;
  line-height: 1.8;
}

.contact-lines span {
  display: block;
}

.company-info {
  color: #7b7b7b;
  font-size: 17px;
  margin-bottom: 24px;
}

.effective-date {
  margin-top: 14px;
  display: block;
}

.policy-table {
  width: 100%;
  border-collapse: collapse;
  margin: 12px 0 14px;
}

.policy-table th,
.policy-table td {
  text-align: left;
  padding: 8px 0;
  vertical-align: top;
  font-size: 15px;
  line-height: 1.8;
}

.policy-table th {
  font-weight: 600;
  color: #111;
}

.policy-table td {
  color: #444;
}

@media (max-width: 768px) {
  .page-title {
    font-size: 20px;
  }

  .lead-text,
  .company-info,
  .policy-section p,
  .policy-list li,
  .policy-table th,
  .policy-table td,
  .contact-lines {
    font-size: 14px;
  }

  .policy-section h2 {
    font-size: 19px;
  }
}

@media (max-width: 560px) {
  .policy-page {
    padding-top: 28px;
  }

  .container {
    padding: 0 16px;
  }

  .page-head {
    align-items: center;
    gap: 12px;
  }

  .policy-card {
    padding: 22px 18px;
    border-radius: 14px;
  }

  .policy-table th,
  .policy-table td {
    display: block;
    width: 100%;
  }

  .policy-table tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
  }
}


.mobile-lang-btn::after {
    display: none;
}

.lang-flag {
    font-size: 18px;
    line-height: 1;
}

.gravito-lang-menu {
    min-width: 170px;
    border: 1px solid #ececec;
    border-radius: 14px;
    padding: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.gravito-lang-item {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 15px;
    font-weight: 500;
    color: #36485C;
}

.gravito-lang-item:hover {
    background-color: #f7f7f7;
    color: #111827;
}

.gravito-lang-menu .dropdown-divider {
    margin: 6px 0;
}


.hero-submit {
    position: relative;
    min-height: 56px;
    border: none;
    outline: none;
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.hero-submit__content,
.hero-submit__loading {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.hero-submit__loading {
    position: absolute;
    opacity: 0;
    transform: translateY(4px);
    pointer-events: none;
}

.hero-submit.is-loading {
    pointer-events: none;
    opacity: 0.95;
}

.hero-submit.is-loading .hero-submit__content {
    opacity: 0;
    transform: translateY(-4px);
}

.hero-submit.is-loading .hero-submit__loading {
    opacity: 1;
    transform: translateY(0);
}

.hero-submit__spinner {
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-top-color: #fff;
    border-radius: 50%;
    animation: heroSpin 0.8s linear infinite;
}

@keyframes heroSpin {
    to {
        transform: rotate(360deg);
    }
}


.hero-form-alert {
    display: none;
    align-items: flex-start;
    gap: 14px;
    margin-top: 18px;
    margin-bottom: 6px;
    padding: 14px 16px;
    border-radius: 16px;
    border: 1px solid rgba(220, 38, 38, 0.14);
    background: linear-gradient(180deg, #fff5f5 0%, #fff0f0 100%);
    box-shadow: 0 10px 30px rgba(220, 38, 38, 0.08);
}

.hero-form-alert.show {
    display: flex;
    animation: heroAlertIn 0.25s ease;
}

.hero-form-alert__icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 50%;
    background: #dc2626;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
}

.hero-form-alert__content {
    flex: 1;
}

.hero-form-alert__title {
    color: #991b1b;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 4px;
}

.hero-form-alert__message {
    color: #7f1d1d;
    font-size: 14px;
    line-height: 1.55;
}

.hero-form-alert__message ul {
    margin: 8px 0 0;
    padding-left: 18px;
}

.hero-form-alert__message li + li {
    margin-top: 4px;
}

.hero-form-alert__close {
    border: none;
    background: transparent;
    color: #b91c1c;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
}

@keyframes heroAlertIn {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}