@charset "utf-8";
/*--
	Add your style here
--*/ 
.menu-wrap {
        right:0 !important;
	-webkit-transform: translate3d(320px,0,0);
	transform: translate3d(320px,0,0);
	visibility:hidden;
}

.show-menu .menu-wrap,
.show-menu .menu-inner ,
.show-menu .morph-shape  {
        -webkit-transform: translate3d(-30px,0,0);
        transform: translate3d(-30px,0,0);
}
.show-menu .menu-wrap {
	right:0;
	opacity:1;
	visibility:visible;
}
/* Why Us & Flow sections */
.why-flow-section {
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}
.why-flow-section .page-bold-title {
    font-size: 38px;
    line-height: 1.35;
    color: #222;
}
.why-flow-lead {
    font-size: 16px;
    line-height: 2;
    color: #555;
    margin-top: 12px;
    letter-spacing: 0.04em;
}
.why-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
    margin-top: 42px;
}
.why-card {
    background: #fff;
    border-radius: 18px;
    padding: 30px 24px;
    min-height: 220px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.06);
    border: 1px solid rgba(0,0,0,0.04);
    transition: all .3s ease;
}
.why-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(0,0,0,0.1);
}
.why-card span {
    display: inline-block;
    color: #0C712F;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    margin-bottom: 18px;
}
.why-card h4,
.flow-item h4 {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 700;
    color: #222;
    margin-bottom: 12px;
}
.why-card p,
.flow-item p {
    font-size: 14px;
    line-height: 1.9;
    color: #666;
    margin: 0;
}
.flow-list {
    display: flex;
    gap: 0;
    margin-top: 45px;
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.06);
    overflow: hidden;
}
.flow-item {
    width: 20%;
    padding: 34px 24px;
    position: relative;
    border-right: 1px solid #eee;
}
.flow-item:last-child {
    border-right: none;
}
.flow-item:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -8px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background: #fff;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    transform: rotate(45deg);
    z-index: 2;
}
.flow-item:last-child:after {
    display: none;
}
.flow-num {
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 50%;
    text-align: center;
    background: #0C712F;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 18px;
}
@media only screen and (max-width: 1064px) {
    .why-grid { grid-template-columns: repeat(2, 1fr); }
    .flow-list { display: block; box-shadow: none; background: transparent; }
    .flow-item { width: 100%; margin-bottom: 16px; background: #fff; border-right: none; border-radius: 16px; box-shadow: 0 10px 25px rgba(0,0,0,0.06); }
    .flow-item:after { display: none; }
}
@media only screen and (max-width: 640px) {
    .why-flow-section { padding: 50px 0; }
    .why-flow-section .page-bold-title { font-size: 30px; }
    .why-grid { grid-template-columns: 1fr; }
    .why-card { min-height: auto; }
}

/* LINE QR code in footer */
.footer-line-qr {
    clear: both;
    float: left;
    width: 100%;
    margin-top: 18px;
    text-align: center;
}
.footer-line-qr img {
    display: block;
    float: none;
    width: 140px !important;
    max-width: 140px !important;
    height: auto !important;
    margin: 0 auto;
}
@media only screen and (max-width: 768px) {
    .footer-line-qr img {
        width: 120px !important;
        max-width: 120px !important;
    }
}
