html,
body{
    height: 100vh !important;
}
.mobile-app-main-banner{
	position: relative;
	overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mobile-app-main-banner .desktop-img{
    width: 100%;
	height: auto;
}
.mobile-app-main-banner .mobile-img {
	width: 100%;
	height: auto;
	display: none;
}
.mobile-app-main-banner .mobile-app-banner {
    position: absolute;
    left: 12%;
    color: #fff;
    text-align: left;
    width: 709px;
    z-index: 2;
}
.mobile-app-main-banner .mobile-app-banner h1 {
    font-size: 84px;
    line-height: 85px;
    color: #fff;
    font-weight: 600;
    font-family: 'Robotoslab-bold';
    margin-bottom: 17px;
}
.mobile-app-main-banner .mobile-app-banner p {
    font-size: 18px;
    line-height: 24px;
    font-family: "acumin-pro", sans-serif;
    font-weight: 500;
    width: 81%;
    margin-bottom: 14px;
}
.mobile-app-main-banner .mobile-app-banner .download-button img {
    margin-right: 16px;
}
.feature-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
    max-width: 1344px;
    margin: 40px auto 0px;
    padding: 0px 25px 88px 25px;
}
.feature-box {
    flex: 1 1 22%;
    text-align: center;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 0px 15px -5px #bfbfbf;
    padding: 80px 24px;
    transition: 0.3s;
}
.feature-box img {
	width: 60px;
	height: 60px;
    margin-bottom: 0;
}
.feature-box h3 {
    color: #0A0A0A;
    font-size: 24px;
    font-family: "acumin-pro", sans-serif;
    font-weight: 400;
    margin: 24px 0px 8px 0px;
}
.feature-box p {
    font-size: 13px;
    color: #717182;
    line-height: 22px;
    font-family: "acumin-pro", sans-serif;
}
.feature-content {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 88px 0px 0px 0px;
}
.feature-content .feature-inner-content {
	max-width: 800px;
    padding: 0px 15px;
}
.feature-content .feature-inner-content .title h2 {
    font-family: Robotoslab-bold;
    font-size: 36px;
    color: #354764;
    line-height: 44px;
    margin: 0px 0px 8px 0px;
    font-weight: 700;
}
.feature-content .feature-inner-content .sub-title p {
    font-size: 18px;
    color: #252525;
    margin: 0;
    font-family: "acumin-pro", sans-serif;
    line-height: 24px;
}
.app-section {
	background: #f9f9f9;
    padding: 65px 0px;
}
.app-section .app-section-inner {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 1344px;
    padding: 0px 25px;
}
.app-section .app-section-inner .app-text {
    flex: 0 45%;
	/* min-width: 320px; */
	padding-right: 30px;
}
.app-section .app-section-inner .app-text h2 {
    font-size: 36px;
    font-weight: 700;
    color: #354764;
    margin: 0px 0px 16px 0px;
    font-family: Robotoslab-bold;
    line-height: 44px;
}
.app-section .app-section-inner .app-text p {
    font-size: 18px;
    line-height: 24px;
    color: #252525;
    margin-bottom: 16px;
    font-family: "acumin-pro", sans-serif;
}
.app-section .app-section-inner .app-text .download-btn {
    display: inline-block;
    padding: 16px 30px 13px 35px;
    background-color: #e0002a;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    font-family: 'MyriadPro-Regular';
    line-height: 22px;
}
.app-section .app-section-inner .app-text .download-btn img{
    margin-right: 10px;
}
.app-section .app-section-inner .app-text .download-btn:hover{
    color: #fff;
}
.download-btn span {
	margin-right: 8px;
	font-size: 18px;
}

.app-image {
    text-align: center;
    flex: 0 52%;
}

.app-image img {
    width: 672px;
    border-radius: 20px;
    height: 494px;
    object-fit: cover;
    object-position: 60% 30%;
}

.getting-started-wrapper {
    margin: 0 auto;
    text-align: center;
    background: #fff;
    max-width: 1344px;
    padding: 70px 10px;
}
.getting-started-wrapper .getting-started-title {
    font-size: 36px;
    font-weight: 700;
    color: #354764;
    margin: 0px;
    font-family: Robotoslab-bold;
    line-height: 44px;
}
.getting-started-wrapper .getting-started-steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1120px;
    margin: 56px auto 0px;
}
.getting-started-wrapper .getting-started-steps .step:first-child .icon-circle:before,
.getting-started-wrapper .getting-started-steps .step:last-child .icon-circle:after{
    display: none;
}
.getting-started-wrapper .getting-started-steps .step {
    flex: 0 33%;
}
.getting-started-wrapper .getting-started-steps .step .icon-circle {
	border-radius: 50%;
    position: relative;
    z-index: 1;
}
.getting-started-wrapper .getting-started-steps .step .icon-circle:before {
    content: '';
    position: absolute;
    left: 0;
    width: 50%;
    height: 2px;
    background: #e7e7e7;
    top: 35px;
    z-index: -1;
}
.getting-started-wrapper .getting-started-steps .step .icon-circle:after {
    content: '';
    position: absolute;
    right: 0;
    width: 50%;
    height: 2px;
    background: #e7e7e7;
    top: 35px;
    z-index: -1;
}
.getting-started-wrapper .getting-started-steps .step h3 {
    font-size: 20px;
    color: #354764;
    line-height: 24px;
    font-family: "acumin-pro", sans-serif;
    font-weight: 500;
    width: 67%;
    margin: 16px auto 8px;
}
.getting-started-wrapper .getting-started-steps .step p {
    font-size: 16px;
    line-height: 21px;
    color: #717182;
    font-weight: 400;
    font-family: "acumin-pro", sans-serif;
    width: 70%;
    margin: 16px auto 8px;
}
.obc-section-wrapper {
    background: #F9F9F9;
    padding: 56px 0px;
}
.obc-section-wrapper .obc-section-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	max-width: 1300px;
	margin: 0 auto;
    padding: 0px 25px;
}
.obc-section-wrapper .obc-section-inner .obc-right {
	flex: 0 53%;
	box-sizing: border-box;
}
.obc-section-wrapper .obc-section-inner .obc-left{
    flex: 0 40%;
}
.obc-section-wrapper .obc-section-inner .obc-left .obc-image-wrapper{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.obc-mobile-img {
	width: 100%;
	max-width: 350px;
	display: block;
	margin: 0 auto;
}
.obc-barcode {
	text-align: center;
	margin-top: 20px;
	position: relative;
}
.obc-barcode img {
	max-width: 100px;
}
.obc-barcode-text {
	font-style: italic;
	margin-top: 10px;
	font-size: 16px;
	color: #333;
}
.obc-arrow-img {
    position: absolute;
    bottom: -30px;
    left: 70%;
    transform: rotate(-10deg);
    width: 80px;
}
.obc-section-wrapper .obc-section-inner .obc-right h2 {
    font-size: 36px;
    color: #354764;
    margin: 0px 0px 16px 0px;
    line-height: 44px;
}
.obc-section-wrapper .obc-section-inner .obc-right h2 strong{
    font-family: Robotoslab-bold;
}
.obc-section-wrapper .obc-section-inner .obc-right p {
    font-size: 18px;
    color: #252525;
    line-height: 24px;
    font-family: "acumin-pro", sans-serif;
}
.obc-section-wrapper {
    background: #F9F9F9;
    padding: 56px 0px 80px 0px;
}
.obc-section-wrapper .obc-section-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 1186px;
    margin: 0 auto;
    padding: 0px 20px;
}
.obc-left,
.obc-right {
	flex: 1 1 50%;
	padding: 20px;
	box-sizing: border-box;
}
.obc-mobile-img {
	width: 100%;
	max-width: 350px;
	display: block;
	margin: 0 auto;
}
.obc-barcode {
	text-align: center;
	margin-top: 20px;
	position: relative;
}
.obc-barcode img {
    max-width: 115px;
}
.obc-barcode-text {
	font-style: italic;
	margin-top: 10px;
	font-size: 16px;
	color: #333;
}
.obc-arrow-img {
	position: absolute;
	bottom: -30px;
	left: 100%;
	width: 80px;
	transform: rotate(10deg);
}
.obc-right h2 {
	font-size: 28px;
	color: #1f3652;
	margin-bottom: 20px;
	line-height: 1.4;
}
.obc-right p {
	font-size: 16px;
	color: #333;
	line-height: 1.6;
}
.faq-outer{
    max-width: 780px;
    margin: auto;
    padding: 80px 20px 40px;
}
.faq-outer .faq-section {
    margin-top: 52px;
}
.faq-outer h2 {
    text-align: center;
    font-family: 'MyriadPro-Semibold';
    line-height: 28px;
    font-weight: 600;
    color: #333333;
    margin: 0;
    font-size: 36px;
}
.faq-outer .faq-section .faq-item{
    padding: 18px 24px;
    background: #F5F5F5;
    margin-bottom: 14px;
    border-radius: 8px;
}
.faq-outer .faq-section .faq-item:last-child{
    margin-bottom: 0px;
}
.faq-outer .faq-section .faq-item.active .faq-question i{
    transform: none;
    transition: .5s;
}
.faq-outer .faq-section .faq-item .faq-question i{
    transition: .5s;
    transform: rotate(-90deg);
}
.faq-outer .faq-section .faq-item .faq-question{
    font-size: 18px;
    font-family: 'MyriadPro-Semibold';
    line-height: 120%;
    color: #000;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.faq-outer .faq-section .faq-item .faq-answer {
    font-size: 18px;
    line-height: 140%;
    color: #3c3c43;
    font-family: 'MyriadPro-Regular';
    margin-top: 18px;
}
.scanner-open{
    position: fixed;
    width: 100%;
    overflow: hidden;
    touch-action: none;
}
.scan-modal-popup{
    display: none;
}
.scan-modal-popup.active{
    display: block;
}
.scan-modal-popup .modal-content{
    position: fixed;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00000099;
}
.scan-modal-popup .modal-content img{
    width: 250px;
}
/* Optional mobile adjustment */
@media screen and (max-width: 1450px){
    .feature-boxes,
    .app-section .app-section-inner,
    .obc-section-wrapper .obc-section-inner{
        max-width: 1190px; 
    }
}
@media screen and (max-width: 1350px){
    .mobile-app-main-banner .mobile-app-banner{
        left: 5%; 
    }
    .mobile-app-main-banner .mobile-app-banner h1{
        font-size: 74px;
        line-height: 75px;
    }
    .feature-content .feature-inner-content .title h2,
    .app-section .app-section-inner .app-text h2,
    .getting-started-wrapper .getting-started-title,
    .obc-section-wrapper .obc-section-inner .obc-right h2,
    .faq-outer h2{
        font-size: 30px;
        line-height: 36px;
    }
}
@media screen and (max-width: 1250px){
    .mobile-app-main-banner .mobile-app-banner .download-button img{
        width: 135px;
    }
    .obc-section-wrapper .obc-section-inner .obc-left,
    .obc-section-wrapper .obc-section-inner .obc-right {
        flex: 0 50%;
    }
    .feature-content{
        padding: 50px 0px 0px 0px;
    }
    .feature-boxes{
        padding: 0px 25px 50px 25px;
    }
    .app-section{
        padding: 50px 0px;
    }
    .getting-started-wrapper,
    .faq-outer{
        padding: 50px 20px;
    }
    .obc-section-wrapper{
        padding: 50px 0px 50px 0px;
    }
    .feature-box h3{
        font-size: 21px;
    }
    .feature-boxes,
    .app-section .app-section-inner, 
    .obc-section-wrapper .obc-section-inner {
        max-width: 960px;
    }
    .mobile-app-main-banner .mobile-app-banner h1 {
        font-size: 57px;
        line-height: 65px;
    }
    .mobile-app-main-banner .desktop-img{
        height: 470px;
        object-fit: cover;
    }
    .feature-box{
        padding: 40px 10px;
    }
}
@media screen and (max-width: 1024px){
    .obc-barcode img {
        max-width: 100%;
    }
    .getting-started-wrapper .getting-started-steps .step .icon-circle img {
        width: 60px;
    }
    .getting-started-wrapper .getting-started-steps .step .icon-circle:after,
    .getting-started-wrapper .getting-started-steps .step .icon-circle:before{
        top: 30px;
    }
    .getting-started-wrapper .getting-started-steps .step h3{
        font-size: 18px;
        line-height: 21px;
        width: 100%;
    }
    .getting-started-wrapper .getting-started-steps .step p{
        width: 100%;
    }
}
@media screen and (max-width: 960px){
    .app-image img{
        height: 335px;
    }
    .feature-box img{
        width: 50px;
        height: 50px;
    }
    .obc-mobile-img{
        width: 80%;
        max-width: 100%;
    }
    .feature-box h3 {
        font-size: 18px;
    }
    .feature-box p{
        line-height: 19px;
        margin: 0;
    }
    .feature-content .feature-inner-content .title h2,
    .app-section .app-section-inner .app-text h2,
    .getting-started-wrapper .getting-started-title,
    .obc-section-wrapper .obc-section-inner .obc-right h2,
    .faq-outer h2 {
        font-size: 24px;
        line-height: 32px;
    }
}
@media (max-width: 768px) {
    .mobile-app-main-banner .mobile-app-banner .download-button img{
        height: 47px;
    }
    .mobile-app-main-banner .mobile-app-banner .download-button a:last-child img{
        margin: 0;
    }
    .cms-mobile-app-promotion .header-left .nav-toggle {
        display: none !important;
    }
    .cms-mobile-app-promotion .header-left .logo img{
        max-width: 145px !important;
        width: 145px !important;
    }
    .cms-mobile-app-promotion .header-left {
        flex: 0 0% !important;
    }
    .faq-outer .faq-section{
        margin-top: 24px;
    }
    .desktop-img-overlay-1,
    .desktop-img-overlay-2{
        transform: none;
    }
    .mobile-app-main-banner .mobile-app-banner .download-button{
        display: flex;
        justify-content: center;
    }
    .mobile-app-main-banner .mobile-app-banner {
        left: auto;
        text-align: center;
        padding: 0px 15px;
        top: 85px;
        width: 100%;
    }
    .mobile-app-main-banner .mobile-app-banner p{
        width: 100%;
    }
    .mobile-app-main-banner{
        align-items: flex-start;
    }
    .app-image{
        min-width: 100%;    
    }
    .app-section .app-section-inner .app-text{
        min-width: 100%;
        padding-right: 0;
    }
    .mobile-app-main-banner .desktop-img{
        display: none;
    }
    .mobile-app-main-banner .mobile-img{
        display: block;
    }
    .feature-boxes {
        padding: 0px 15px 50px 15px;
    }
    .app-section .app-section-inner,
    .obc-section-wrapper .obc-section-inner{
        padding: 0px 15px;
    }
    .getting-started-wrapper {
        padding: 50px 15px;
    }
    .faq-outer{
        padding: 50px 15px 30px 15px;
    }
    .obc-mobile-img{
        width: 60%;
        max-width: 100%;
        margin: 0;
    }
    .obc-section-wrapper .obc-section-inner .obc-left .obc-image-wrapper{
        justify-content: center;
    }
    .obc-section-wrapper .obc-section-inner .obc-left, .obc-section-wrapper .obc-section-inner .obc-right {
        flex: 0 100%;
        text-align: center;
    }
    .feature-box{
        flex: 0 48%;
    }
    .app-section .app-section-inner .app-text{
        margin-top: 32px;
    }
    .app-section .app-section-inner{
        flex-direction: column-reverse;
    }
    .app-image img {
        height: 500px;
    }
    .feature-content .feature-inner-content .sub-title p,
    .app-section .app-section-inner .app-text p,
    .obc-section-wrapper .obc-section-inner .obc-right p{
        font-size: 16px;
    }
	.app-section-inner {
		flex-direction: column;
		text-align: center;
	}
	.app-text {
		padding-right: 0;
	}
	.banner-text.corporate-banner h1 {
		font-size: 24px;
	}
	.desktop-img-overlay-1,
	.desktop-img-overlay-2 {
		width: 120px;
		bottom: 20px;
	}
}
@media (max-width: 600px) {
    .obc-section-wrapper .obc-section-inner .obc-right{
        padding: 0;
    }
    .feature-box {
        flex: 0 47%;
    }
    .getting-started-wrapper .getting-started-steps .step {
        flex: 0 100%;
    }
    .getting-started-wrapper .getting-started-steps{
        gap: 42px;
    }
    .getting-started-wrapper .getting-started-steps .step .icon-circle:after,
    .getting-started-wrapper .getting-started-steps .step .icon-circle:before{
        display: none;
    }
    .getting-started-wrapper .getting-started-steps{
        margin: 40px auto 0px;
    }
    .getting-started-wrapper .getting-started-steps .step h3{
        font-size: 20px;
        line-height: 24px;
    }
}
@media (max-width: 500px) {
    .feature-box {
        flex: 0 100%;
        padding: 32px 10px;
    }
    .feature-boxes{
        gap: 16px;
    }
    .feature-box h3 {
        font-size: 24px;
    }
    .feature-box p{
        line-height: 22px;
    }
    .mobile-app-main-banner .mobile-app-banner h1 {
        font-size: 32px;
        line-height: 39px;
    }
    .mobile-app-main-banner .mobile-app-banner{
        top: 24px;
    }
}
@media (max-width: 480px) {
    .app-image img {
        height: 340px;
    }
}
@media (max-width: 375px) {
    .app-image img {
        height: 271px;
    }
}