/* Config - Landipage ---- */
.landi-settment-us-config {
	
}

/* Landi Settment - Hero ------- */
.landi-settment-us-hero  {
	--item-w: calc(100%/3);
	--item-p: 10px 15px;	
}

.min-h-full  {
	min-height: 100%;
}

.h-full  {
	height: 100%;
}

.relative {
	    position: relative;
}

.z-index-20 {
	z-index: 20;
}

.z-index-30 {
	z-index: 30;
}

/* Ux - Settment Box */
.settment-box {
    background: rgb(var(--bg));
    padding: clamp(20px, 10%, 40px);
    border-radius: var(--radius-3);
    border: 1px solid rgb(var(--bg));
    transition: 320ms all;
}

.settment-box:hover {
	border-color: rgb(var(--color-primary));
}

.settment-box h2 {
	color: rgb(var(--color-primary));
    line-height: 1;
    font-size: calc(var(--size-8) * 1.2);
    margin-bottom: 16px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px;
    -webkit-background-clip: text;
}


.settment-box h5 {
    color: rgb(var(--color-text-title));
    font-size: calc(var(--size-2) + 2px);
    line-height: 1.3;
    margin-bottom: 12px;	
}


.settment-box p {
    margin-bottom: 10px;
    color: rgb(var(--color-text-body));	
}

.settment-box > *:last-child {
	margin-bottom: 0;
}


/* Settment Us - Condition ----- */
.settment-us-condition {
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

.settment-us-condition .decor-img-h-full {
    border-radius: var(--radius-3) 0 0 var(--radius-3);
    overflow: hidden;	
}

.decor-img-h-full img {
    height: 100%;
    object-fit: cover;	
}

.box-visa {
    background: rgb(var(--bg));
    padding: clamp(20px, 10%, 24px);
    border-radius: var(--radius-3);
    border: 1px solid rgb(var(--color-border-1), 8%);
    position: relative;
    overflow: hidden;	
}

.box-visa .pt-svg {
	display: flex;
    position: relative;
    z-index: 10;
    width: 50px;
    height: 50px;
    padding: 12px;
    border-radius: 50%;
    margin-bottom: 20px;
    background: var(--color);
    color: #fff !important;
    fill: #fff !important;
    justify-content: center;
    align-items: center;
}

.box-visa .pt-svg:before {
	content: '';
	display: block;
    position: absolute;
    width: 400%;
    height: 124%;
    background: var(--color);
    border-radius: 1000px;
    bottom: -37%;
    right: 50%;
    transform-origin: bottom right;
    transform: rotate(45deg);
    opacity: 8%;
}

.box-visa p {
    line-height: 1.5;
    margin-bottom: 10px;	
}

.box-visa h5 {
	font-size: var(--size-3);
    font-weight: 600;
    color: rgb(var(--color-text-title));
    line-height: 1.3;
    margin-bottom: 16px;	
}

.parallax-no-opacity .parallax-active {
	opacity: 1!important;
}


/* Landi Settment - Invest --- */
.settment-invest {
	overflow: hidden;
}

.box-advantage {
    border: 1px solid rgb(var(--color-border-1), 10%);
    border-radius: var(--radius-3);
    padding: clamp(20px, 10%, 30px);	
	background: rgb(var(--bg));
}

.box-advantage h3 {
    font-size: var(--size-4);
    line-height: 1.3;
    margin-bottom: 20px;
    text-align: center;	
}

.box-advantage h5 {
    font-size: var(--size-2);
    line-height: 1.4;
    margin-bottom: 16px;	
}

.box-advantage ul li:before,
.box-advantage ol li:before {
    content: '\e86c';
    font-family: var(--ff-material-outline);
    font-size: 1.3em;
    font-weight: 300;
    color: rgb(var(--color-success));
    transform: translateY(-0.1em);
}

.box-advantage ol li:before {
    content: '\e14b';
    color: rgb(var(--color-alert));
}

.wrap.box-advantage li {
    margin-left: 0;
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 1em;
    display: flex;
    gap: 8px;	
}


/* Landi Settment Us - Process */
.can-scroll-vertical {
    overflow: auto;	
}

.can-scroll-vertical::-webkit-scrollbar {
	display: none;
}

.box-process-wrap {
	padding: 0 15px;
}

.box-process-wrap > .wrap-inner {
    display: flex;
    width: max-content;
    overflow: visible;	
}

.box-process {
	width: 280px;	
}

.box-process h6 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 35px;
    margin-bottom: 22px;
	position: relative;
	opacity: 1;
}

.box-process h6 strong {
	display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    line-height: 1;
    font-size: var(--size-2);
    background: rgb(var(--color-primary));
    color: rgb(var(--bg));
    border-radius: 50%;
    font-weight: 600;
    width: 50px;
    height: 50px;	
	outline: 12px solid rgb(var(--bg));
}

.box-process h6:before,
.box-process h6:after {
	content: '';
    width: 50%;
    border-top: 2px solid rgb(var(--color-primary), 15%);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translatey(-50%);
	z-index: -1;
}

.box-process h6:after {
	left: 50%;
}

.box-process:first-child h6:before,
.box-process:last-child h6:after {
	opacity: 0;
}

.box-process h5 {
    font-size: var(--size-2);
    line-height: 1.3;
    margin-bottom: 14px;	
}

.box-process p {
    margin-bottom: 10px;
    line-height: 1.5;	
}

.box-process .el-texts {
	background: rgb(var(--bg-2nd));
    padding: 16px;
    border-radius: var(--radius-2);
    width: calc(100% - 35px);
}


/* Settment Us - Expert ---- */
.settment-us-expert h5 {
	font-size: var(--size-2);
}

.settment-us-expert li {
	margin-left: 0;
}



/* settment Us - Ceritfy */
.settment-us-certify .el-certify img {
    object-fit: contain;
    align-content: center;	
}

.list-checked li {
    margin-left: 0;
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 1em;
    display: flex;
    gap: 8px;	
}

.col-inner .list-checked li {
	margin-left: 0;
}

.list-checked li:before {
    content: '\e86c';
    font-family: var(--ff-material-outline);
    font-size: 1.3em;
    font-weight: 300;
    color: rgb(var(--color-success));
    transform: translateY(-0.1em);	
}


/* Settment Us - Customer Case --- */
.col-inner :is(ul, ol) li {
	margin-left: 0; 
}

.settment-us-case .el-decor .overlay {
	z-index: -4;
}

.settment-us-case .el-decor,
.settment-us-case .el-decor .img-inner {
	position:  static;
}

.settment-us-case .el-decor img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -5;	
}


.settment-us-case {
	
}

.settment-us-case .el-slider-wrap {
	padding: 30px 0 ;
    background: rgb(var(--bg-2nd));
    border-radius: var(--radius-3);	
	position: relative;
	isolation: isolate;
	overflow: hidden;
}

.settment-us-case .slider .col-inner {
	padding: 30px 30px;
}



.settment-us-case .settment-us-case-box {
    width: calc(100% - 60px);
    margin: auto;	
}

.settment-us-case-box {
	--thumb-ratio: 100%;
	--thumb-w: 30%;
	--text-w: 60%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
}

.settment-us-case-box .el-texts {
    background: rgb(var(--bg));
    border-radius: var(--radius-3);
    padding: 25px 40px 30px 30px;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    width: var(--text-w);
    position: relative;
    flex: 1;
    overflow: hidden;
	isolation: isolate;
}

.settment-us-case-box .el-texts:before {
	content: '\e244';
    font-family: var(--ff-material-outline);
    background: rgb(var(--color-primary));
    color: rgb(var(--bg));
    font-size: 60px;
    line-height: 1;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 100px;
    padding: 8px;
    border-radius: 44%;
    transform: translate(30%, 30%);
	z-index: -1;
}

.settment-us-case-box .el-texts:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -5;
    background: rgb(var(--bg), 30%);
}

.settment-us-case-box .el-decor,
.settment-us-case-box .el-decor .img-inner {
	position:  static;
}

.settment-us-case-box .el-decor img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: -5;	
}

.settment-us-case-box .el-texts > :lat-child {
	margin-bottom: 0;
}

.settment-us-case-box .el-thumb {
    width: var(--thumb-w) !important;
    background: rgb(var(--bg));
	padding: 3px;
    border-radius: var(--radius-4);
}

.settment-us-case-box .el-thumb .img-inner {
	padding-top: var(--thumb-ratio) !important;
    border-radius: var(--radius-4);
    line-height: 1;
}

.settment-us-case-box h5 {
    font-size: var(--size-4);
    line-height: 1.3;
    margin-bottom: 18px;	
}


.settment-us-case-box h6 {
    text-transform: unset;
    opacity: 80%;
    color: rgb(var(--color-text-body));
    margin-bottom: 20px;
    margin-top: -11px;
    font-style: italic;
    line-height: 1.4;
    letter-spacing: 0;
}

.settment-us-case-box p {
	margin-bottom: 12px;
}


/* Settment Us - Contact ----- */
.settment-us-contact-box {
	display: grid;
    grid-template-columns: 10fr 6fr;
    border-radius: var(--radius-4);
    overflow: hidden;	
	background: rgb(var(--bg));
}

.settment-us-contact-box .el-texts {
	padding: clamp(20px, 6%, 60px);	
}

.settment-us-contact-box h6 {
	opacity: 1;
    text-transform: unset;
    letter-spacing: 1px;
    line-height: 1.4;
    font-weight: 400;
    font-size: 1rem;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgb(var(--color-text-body));	
}

.settment-us-contact-box h6:before {
    content: '\e0bc';
    font-family: var(--ff-material-outline);
    color: rgb(var(--color-primary));
    line-height: 1;
    font-size: 1.1em;
    transform: translateY(0.05em);
    font-weight: 600;
}

.settment-us-contact-box h4 {
    font-size: var(--size-4);
    line-height: 1.3;
    margin-bottom: 1.7rem;	
}

.settment-us-contact-box .form-advise {
    background: unset;
    border: none;
    border-radius: unset;
    padding: unset;
}

.settment-us-contact-box img {
    height: 100%;
}

.settment-us-contact-box  .el-iframe iframe {
	min-height: 200px
}

.settment-us-contact-box  .el-iframe p {
    margin: 0;
    line-height: 1;
    height: 100%;	
}
















/* Responsive ---------------- */
@media only screen and (min-width: 1025px) and (max-width: 1600px) {}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 849px) {
	.landi-settment-us-hero  {
		--item-w: calc(100%/2);
	}
	
	.settment-us-condition .decor-img-h-full {
		border-radius: 0;
	}
	.el-decor-bg {
		left: 0;
		bottom: 0;
		top: unset;
		height: 50%;
	}
	
	.settment-us-case-box {
		--thumb-ratio: 75%;
        --thumb-w: 60%;
		--text-w: 100%;
		flex-direction: column;
		gap: 22px; 
	}
	.settment-us-case-box .el-thumb {
		order: -1;
	}
	.settment-us-case .slider .col-inner {
		padding: 40px 20px;
	}
	.settment-us-case .settment-us-case-box {
		width: 100%; 
	}
	
	.settment-us-contact-box {
		grid-template-columns: 1fr; 
	}
}

@media only screen and (max-width: 549px) {
	.landi-settment-us-hero  {
		--item-w: calc(100%/1.5);
	}
	

	.settment-us-case .el-slider-wrap {
		padding: 0;
		border-radius: 0;
	}

}















