:root {
	--custom-title-aileron-1-default: 5rem;
	--custom-title-aileron-1-1365-max: 2rem;
	--custom-title-aileron-1-767-max: 1.5rem;
}

.custom-title-aileron-1 h1,
.custom-title-aileron-1 h2,
.custom-title-aileron-1 h3,
.custom-title-aileron-1 h4,
.custom-title-aileron-1 h5,
.custom-title-aileron-1 h6,
.custom-title-aileron-1 span,
.custom-title-aileron-1 p {
    font-size: var(--custom-title-aileron-1-default);
    font-weight: 300;
    font-family: var(--font-stack-text);
    line-height: 1em !important;
}
@media (max-width: 1599px) {
	.custom-title-aileron-1 h1,
	.custom-title-aileron-1 h2,
	.custom-title-aileron-1 h3,
	.custom-title-aileron-1 h4,
	.custom-title-aileron-1 h5,
	.custom-title-aileron-1 h6,
	.custom-title-aileron-1 span,
	.custom-title-aileron-1 p {
		font-size: var(--custom-title-aileron-1-1365-max);
		font-weight: 300;
		font-family: var(--font-stack-text);
		line-height: 1em !important;
	}
}
@media (max-width: 1024px) {
	.custom-title-aileron-1 h1,
	.custom-title-aileron-1 h2,
	.custom-title-aileron-1 h3,
	.custom-title-aileron-1 h4,
	.custom-title-aileron-1 h5,
	.custom-title-aileron-1 h6,
	.custom-title-aileron-1 span,
	.custom-title-aileron-1 p {
		font-size: var(--custom-title-aileron-1-1365-max);
		font-weight: 300;
		font-family: var(--font-stack-text);
		line-height: 1em !important;
	}
}

@media (max-width: 768px) {
	.custom-title-aileron-1 h1,
	.custom-title-aileron-1 h2,
	.custom-title-aileron-1 h3,
	.custom-title-aileron-1 h4,
	.custom-title-aileron-1 h5,
	.custom-title-aileron-1 h6,
	.custom-title-aileron-1 span,
	.custom-title-aileron-1 p {
		font-size: var(--custom-title-aileron-1-767-max);
		font-weight: 300;
		font-family: var(--font-stack-text);
		line-height: 1em !important;
	}	
}


.footer-title-1 h1,
.footer-title-1 h2,
.footer-title-1 h3,
.footer-title-1 h4,
.footer-title-1 h5,
.footer-title-1 h6,
.footer-title-1 span,
.footer-title-1 p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5em !important;
    font-family: var(--font-stack-text);
}


.footer-title-2 h1,
.footer-title-2 h2,
.footer-title-2 h3,
.footer-title-2 h4,
.footer-title-2 h5,
.footer-title-2 h6,
.footer-title-2 span,
.footer-title-2 p {
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1.5rem !important;
    font-family: var(--font-stack-text);
}

.header-logo, .header-logo .elementor-widget-container {
    display: flex;
    align-items: start;
}


.menu .elementor-widget-container {
    display: flex;
    align-items: center;
}

/*button*/

.button {
    line-height: 1;
    text-decoration: none;
    border: none;
    cursor: pointer;
    align-items: center;
	gap: 10px;
    color: #1F1F1F;
    font-weight: 600;
    padding: 5px 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background-color 0.3s;
    background: #ffffff00;
	display: flex;
}

.button__icon-wrapper {
    flex-shrink: 0;
    position: relative;
    color: #1F1F1F;
    display: grid;
    place-items: center;
    overflow: hidden;
    height: 20px;
    width: 20px;
}

.button__icon-svg--copy {
  position: absolute;
  transform: translate(-150%, 150%);
}

.button:hover .button__icon-svg:first-child {
  transition: transform 0.3s ease-in-out;
  transform: translate(150%, -150%);
}

.button:hover .button__icon-svg--copy {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0);
}

.button svg.button__icon-svg {
    stroke: #000;
    width: 100%;
    height: 100%;
}



.button__icon-wrapper-border-w {
    position: relative;
    width: 30px;
    height: 30px;
    background-color: white;
    border-radius: 50%;
    overflow: hidden;
    stroke: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-border-w {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid white;
    background-color: transparent;
    color: white;
    padding: 10px 14px 10px 25px;
    border-radius: 9999px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    font-size: 16px;
    gap: 100px;
}

.button-border-w svg.button__icon-svg {
    stroke: #000;
    width: 100%;
    height: 100%;
}

.button__icon-svg--copy-border-w {
  position: absolute;
  transform: translate(-150%);
}

.button-border-w:hover .button__icon-svg-border-w:first-child {
  transition: transform 0.3s ease-in-out;
  transform: translate(150%);
}

.button-border-w:hover .button__icon-svg--copy-border-w {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0);
}

.button-border-w:hover .button__icon-svg--copy-border-w {
    stroke: #FFF;
}

.button-border-w:hover .button__icon-wrapper-border-w{
    background-color: var(--e-global-color-f8bd203);
}

.button-border-w:hover span{
    color: var(--e-global-color-f8bd203);
}

.button-border-w:hover{
    border-color: var(--e-global-color-f8bd203);
}

/*BTN 效果*/
.contact-btn-line {
  position: relative;
  display: flex;
  align-items: center;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  padding:0px;
}


.contact-btn-line .icon svg path {
    stroke-width: 3 !important;
}


.contact-btn-line.brown span {
    color: #9E664D;
}

.faq-container .contact-btn-line.brown {
    margin-top: 20px;
}


.circle-svg-gold path {
  stroke-dasharray: 260;   /* 線條總長度 */
  stroke-dashoffset: 260;  /* 初始隱藏 */
  transition: stroke-dashoffset 0.8s ease;
}

.contact-btn-line:hover .circle-svg-gold path {
  stroke-dashoffset: 0;    /* hover 時慢慢顯現弧線 */
}

.contact-btn-line.brown .circle-svg-gold path{
	    stroke:#1f2124;
}


.contact-btn-line .icon svg {
    position: absolute;
    width: 40px;
    height: auto;
}

.contact-btn-line .icon {
    position: relative;
    width: 40px;
    height: auto;
    display: inline-flex;
    aspect-ratio: 82 / 95;
}

.contact-btn-line span {
    margin-left: -0.7rem;
    margin-bottom: -0.2rem;
	transition: all 0.8s ease;
}

.contact-btn-line:hover{
	color:#C5A76D;
}

.contact-btn-line.brown:hover span {
    color: #1f2124;
}








/*手機板slider-card*/

.slider-card .swiper .swiper-slide figure{
	line-height: 0;
}


.slider-card .swiper-pagination-bullet {
    margin: 0px !important;
    width: 100%;
    height: 3px;
    border-radius: 0px;
    display: flex;
    flex-direction: row;
}

.slider-card .btn .icon .elementor-widget-container {
    display: flex;
}

.slider-card .btn {
    cursor: pointer;
}

.slider-card .swiper-pagination{
    display: flex;
    flex-direction: row;
}


.slider-card .swiper {
    padding-bottom: 0px !important;
}


.slider-card a.btn .elementor-heading-title{
  color: #1F1F1F; /* 預設顏色 */
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: color 0.4s ease;
}

.slider-card a.btn .arrow-svg {
	width: 35px;
	height: 35px;
	border-radius: 50px;
}

.slider-card a.btn .arrow {
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.slider-card a .elementor-heading-title{
	transition: color 0.4s ease;
	color:#FFF;
}

.slider-card a.btn svg path, 
.slider-card a.btn svg rect{
	transition: color 0.4s ease;
	stroke: #FFF;
}

.slider-card a.btn .arrow-original {
  opacity: 1;
  transform: translate(0,0);
}

.slider-card a.btn .arrow-new {
  opacity: 0;
  transform: translate(-20px, 20px); /* 初始在左下 */
}

.arrow-line .arrow, 
.arrow-line .arrow .elementor-widget-container {
    display: flex;
    align-items: center;
}

.arrow-line .arrow svg path {
    stroke-width: 1;
}

.horizontal-lides{
	padding-bottom: 60px;
}


.horizontal-lides .btn {
    display: flex;
    color: #FFF;
    flex-direction: row;
    padding: 30px;
    gap: 20px;
}

.arrow-line .arrow {
    position: absolute;
    right: 28px;
	width: 12px;
}

@media (max-width: 768px) {
	.horizontal-lides .btn {
		padding: 20px;
	}
	.arrow-line .arrow {
		right: 18px;
	}
	.horizontal-lides{
		padding-bottom: 90px;
	}
}


.horizontal-lides .btn .line {
    width: 100%;
    height: 0.5px;
    background: #ffffff;
}

.slider-card-title {
    display: flex;
    align-items: flex-start;
    width: auto;
    min-width: max-content;
    flex-direction: column;
	border-style: solid;
    border-width: 0 0px 0px 5px;
    padding-left: 10px;
    border-color: #C5A76D;
}

.arrow-line {
    display: flex;
    width: auto;
    flex: 1;
    align-items: center;
}

.slider-card .elementor-swiper-button-prev{
  left: 30px!important;
}

.slider-card .elementor-swiper-button-next{
  right: 30px!important;
}


.slider-card .swiper-wrapper {
  gap: 30px;
}

.slider-card.day .swiper-slide {
    border: solid 1px #0A3A6E;
}

.slider-card.night .swiper-slide {
    border: solid 1px #C5A76D;
}

.slider-card.architectural .swiper-slide {
    border: solid 1px #AB9C8F;
}

.slide-gallery-wrapper {
  list-style: none;
}

.slide-gallery-wrapper li {
  flex-shrink: 0;
  width: 35vw;
  /*width: clamp(500px, 60vw, 800px);*/
  position: relative;
  aspect-ratio: 1 / 1;
}

@media screen and (max-width: 767px) {
	.slide-gallery-wrapper li {
		width: 50vw;
		aspect-ratio: 1 / 1;
	}
}

.slide-gallery-wrapper li:before {
	content: "";
	padding-bottom: 53.84%; /* pictures are 2000 x 1300 */
	display: block;
	width: 100%;
}

.slide-gallery-wrapper li a,
.slide-gallery-wrapper li a img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.slide-gallery-wrapper li a img {
	object-fit: cover;
	background: #f0f0f0;
}

.slide-gallery-wrapper {
	display: flex;
	gap: 30px;
	margin: 30px 0 0 0;
	padding: 0;
}

/* Move popup button lower as its conflicting with hamburger menu */

.dialog-close-button-icon {
	margin-top: 2rem;
	margin-right: .75rem;
}




/* .slider-card a.btn:hover .elementor-heading-title{
  color: #C5A76D; 
} */

.slider-card a.btn:hover .arrow-original {
  opacity: 0;
  transform: translate(20px, -20px); /* 往右上消失 */
}

a.btn:hover .arrow-new {
  opacity: 1;
  transform: translate(0,0); /* 左下進場 */
}

/* .slider-card a.btn:hover svg path, 
.slider-card a.btn:hover svg rect{
	stroke: #C5A76D;
} */


/*======designer-col========/*
 * 
 * .my-3d-container {
  perspective: 1000px;
  -webkit-perspective: 1000px;
  transform-style: preserve-3d;
}

.my-3d-container .feature {
  transition: transform 0.15s ease;
  transform-style: preserve-3d;
  will-change: transform;
}

/* ====== Layout ====== */
.designer {
  height: 100svh; /* 滿版區塊 */
	display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom, #f3f3f3 0%, #e8e8e8 85%, #D5D4D2 85%, #D5D4D2 100%);
}

.designer__inner {
	display: grid;
	grid-template-columns: 0.8fr 1.2fr;
	align-items: center;
	height: 100%;
	padding: 0px 100px;
}



@media (max-width: 768px) {
  .designer__inner {
    grid-template-columns: 1fr;
	padding: 0px 0px;
  }
}

/* ====== Left Copy / Features ====== */
.designer__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
}

.designer__lead {
	margin: 0px;
}

.content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.feature span {
  background: #c5a76d;
}

.feature-col {
  position: relative;
  height: 150px;
  overflow: hidden;
	max-width: 70%;
}

.feature-col .feature {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  opacity: 0;
  transform: translateY(50px);
	gap: 20px;
}

.feature-col .feature.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.feature__dot {
  width: 10px;
  height: 10px;
  display: inline-block;
}

.feature__desc {
  margin: 0;
}

/* ====== Login Link ====== */
.login-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  text-decoration: none;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.login-link::before {
  content: "";
  width: 26px;
  height: 26px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
}

.login-link:hover {
  border-color: rgba(255, 255, 255, 0.42);
  transform: translateY(-1px);
}

/* ====== Right Visual Stage ====== */
.designer__art {
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    perspective: 1000px;
}

@media (max-width: 1600px) {
  .designer__art {
    min-height: 100svh;
  }
}

@media (max-width: 1024px) {
  .designer__art {
    min-height: 430px;
  }
}

@media (max-width: 768px) {
  .designer__art {
    min-height: 330px;
  }
}

.designer-texter {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.art-stage {
    position: relative;
    transform-style: preserve-3d;
    min-height: inherit;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.block.b--blue {
    height: 100%;
}

.block .swatch {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.other{
  display: block;
  max-width: 70% !important;
  margin-bottom: -15%;
  z-index: 1;
  transform-style: preserve-3d;
  transition: transform 0.2s ease;
  will-change: transform;
}


/* Rock */
.art-stage .rock {
    width: 90%;
    height: auto;
    display: flex;
    place-items: center;
    justify-content: center;
    aspect-ratio: 1167 / 310;
}

@media (max-width: 768px){
	.designer{
		background: #DADAD9;
		padding: 90px 20px 30px 20px !important;
		height: auto;
	}
	.feature-col{
	    height: 0px;
	    display: none;
	}
	.desing-bg {
        display: contents;
    }
    .desing .mobile-col {
    gap: 40px;
    display: flex;
    flex-direction: column;
    padding: 20px 0px;
    }
}

/*Get Your Free 3D Room Concept */


/* 滑桿*/
.solutions-section .slide.active {
    z-index: 99;
}



.solutions-section .slide img.drawing {
  clip-path: inset(0 50% 0 0)!important;
	position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%) !important;
}

.solutions-section .slide .slider{
  position: absolute;
  top: 0; 
	bottom: 0;
  left: 50%!important;
  width: 4px;
  background: white;
  cursor: ew-resize;
  transform: translateX(-50%);
  z-index: 10;
}


.solutions-section .solutions-inner {
    background-color: #EEEBE4;
    background-image: url(/wp-content/uploads/2025/07/lomacasa-shape-3d.svg);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 50%;
    overflow: hidden;
    z-index: 100;
    display: flex;
    justify-content: center;
    padding-left: 10%;
    padding-right: 10%;
    align-items: center;
    gap: 100px;
}


.solutions-section .circle-slider {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1; /* 正方形，避免偏心 */
  margin: 0 auto;
}

.solutions-section .ring {
	position: absolute;
    top: 50%;
    left: 75%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.solutions-section .slide {
  position: absolute;
  top: 50%; left: 50%;
  transform-origin: center center; /* ✅ 圍繞自身中心 */
}

.solutions-section .slide img {
  width: 300px;  /* 自己控制大小 */
  height: auto;
	aspect-ratio: 1920/1080;
  border-radius: 12px;
  display: block;
  transition: all 0.4s ease;
}

.solutions-section .slide.active img{
    transform: scale(1.5);
}
.solutions-section .slide.active .drawing{
	transform: translate(50%, -50%) scale(1.5) !important;
}
	

.solutions-section .circle-controls{
    z-index: 9999999999;
    position: absolute;
}


@media (max-width: 768px){
	.about-showcase .showcase-sidebar{
		background-image: none!important;
	}
}



/**/

.wpml-ls-legacy-list-vertical>ul {
    display: flex;
    flex-direction: row;
}

.language-col .wpml-ls-legacy-list-vertical .wpml-ls-item {
    margin: 0 0 -2px 0;
    display: flex;
    width: 100%;
}

.language-col li:hover {
    z-index: 2;
    position: relative;
}

.language-col .wpml-ls-flag+span {
    margin-left: 0px;
    font-family: var(--font-stack-text);
    font-size: 1.5rem;
    color: #1F1F1F;
	transition: all 0.4s ease;
	font-size: 1rem;
}

.language-col .wpml-ls-legacy-list-vertical{
	width:100%;
}

.language-col .wpml-ls-legacy-list-vertical a {
    padding: 15px 0px 15px 0px;
    box-shadow: inset 0 -1px 0 0 #1F1F1F, inset 0 1px 0 0 #1F1F1F !important;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #1F1F1F;
    transition: all 0.4s ease;
    font-family: var(--font-stack-text);
    font-size: 1.5rem;
    align-items: center;
    width: 100%;
}


.language-col .wpml-ls-legacy-list-vertical a:hover{
	 box-shadow: inset 0 -1px 0 0 #ab9c8f, inset 0 1px 0 0 #ab9c8f !important;
}

.language-col a:hover span {
    color: #ab9c8f;
}

.language-col .wpml-ls-legacy-list-vertical .wpml-ls-flag {
    display: none;
}

.wpml-ls-legacy-list-vertical a span {
    vertical-align: middle;
    display: flex;
    align-items: center;
	transition: all 0.4s ease;
	font-size: 1rem;
}

.language-col .wpml-ls-slot-shortcode_actions a:before {
    content: "";
    width: 30px;
    height: 30px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 50px;
    display: block;
	transition: all 0.4s ease;
}

.language-col li:hover a:before {
    transform: scale(1.1);
}

.language-col .wpml-ls-item-zh-hant a:before{
	background: url(/wp-content/uploads/2025/09/Tw.svg);
}
.language-col .wpml-ls-item-en a:before {
	background: url(/wp-content/uploads/2025/09/en.svg);
}
.language-col .wpml-ls-item-it a:before{
	background: url(/wp-content/uploads/2025/09/it.svg);
}


.coming-soon-st .dialog-widget-content a.dialog-close-button {
    height: 25px;
    width: 25px;
    background-image: url(/wp-content/uploads/2025/09/close.svg);
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.4s ease;
}

.coming-soon-st .dialog-widget-content a.dialog-close-button:hover {
    transform: rotate(180deg);
    background-image: url(/wp-content/uploads/2025/09/close-GD.svg);
}

.coming-soon-st .dialog-widget-content a.dialog-close-button svg {
    display: none;
}



/*coming-soon*/

.coming-soon .social a path {
    fill: #505050;
}
.coming-soon .social a:hover path {
    fill: #C5A76D;
}

.coming-soon p, 
.coming-soon span, 
.subscription p {
    font-weight: 300;
}

.subscription .row-1col p {
    color: #FFF;
}

.subscription .row-2col p {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.subscription .row-2col .wpcf7-text.wpcf7-validates-as-email {
    padding: 12px 25px;
    display: block;
    width: 100%;
}

.subscription .row-2col .wpcf7-submit {
    display: flex;
    padding: 12px 30px;
    border-radius: 2px;
    background: #c5a76d;
    border-style: none;
    color: #FFF;
    cursor: pointer;
}

.subscription .wpcf7-spinner {
    display: flex;
    position: absolute;
    bottom: -50%;
}

.dialog-type-lightbox {
    z-index: 99999!important;
}

.social a {
    display: flex;
}

.social a svg {
    width: 35px;
    height: 35px;
}

@media (max-width: 767px) {
	.footer-copyright, 
	.footer-copyright .elementor-widget-container{
		display: flex;
		justify-content: center!important;
		flex-direction: column!important;
		align-items: center!important;
	}

	.other-setting {
		display: flex!important;
		justify-content: center!important;
	}

	.grid-mobile-fixed .social{
		align-self: anchor-center;
	}
}

.wpml-ls-statics-footer.wpml-ls.wpml-ls-legacy-list-horizontal {
    margin-bottom: 0;
    background: #EEEBE4!important;
}


.wpml-ls-statics-footer .wpml-ls-current-language > a {
    background-color: #EEEBE4!important;
}



	
/*補.desing*/

.desing .mobile-col .feature {
    gap: 10px;
    display: flex;
    flex-direction: column;
}
@media (max-width: 1024px) {
	.showcase-slider .btn-col {
		display: none;
	}
}



.news-loop .elementor-swiper-button-next svg circle, 
.news-loop .elementor-swiper-button-next svg path, 
.news-loop .elementor-swiper-button-prev svg circle, 
.news-loop .elementor-swiper-button-prev svg path {
    stroke: #1F1F1F!important;
	transition: all 0.4s;
}

.news-loop .elementor-swiper-button-next:hover svg circle, 
.news-loop .elementor-swiper-button-next:hover svg path, 
.news-loop .elementor-swiper-button-prev:hover svg circle, 
.news-loop .elementor-swiper-button-prev:hover svg path {
    stroke: #ab9c8f!important;
}

.news-loop a img {
    transition: all 1s ease;
}

.news-loop a:hover img {
    transform: scale(1.1);
}

.news-loop a .elementor-heading-title{
    transition: all 0.4s ease;
}

.news-loop a:hover .elementor-heading-title {
    color: #ab9c8f!important;
}

.lomacasa-faq .e-n-accordion-item-title .e-n-accordion-item-title-text, 
.lomacasa-faq .e-n-accordion-item-title  .e-n-accordion-item-title-icon svg path{
    transition: all 0.4s ease;
}
.lomacasa-faq .e-n-accordion-item-title:hover .e-n-accordion-item-title-text {
    color: #ab9c8f!important;
}

.lomacasa-faq .e-n-accordion-item-title:hover  .e-n-accordion-item-title-icon svg path{
    stroke: #ab9c8f!important;
}





@media (max-width: 768px) {
	.mask-wrapper {
		pointer-events: visible!important;
	}
}







/*中文*/
html[lang="zh-hant"] .contact-btn-line span {
    margin-bottom: 0.2rem;
	letter-spacing: 2px;
}




html[lang="zh-hant"] .custom-title-1 h1,
html[lang="zh-hant"] .custom-title-1 h2,
html[lang="zh-hant"] .custom-title-1 h3,
html[lang="zh-hant"] .custom-title-1 h4,
html[lang="zh-hant"] .custom-title-1 h5,
html[lang="zh-hant"] .custom-title-1 h6,
html[lang="zh-hant"] .custom-title-1 span,
html[lang="zh-hant"] .custom-title-1 p,
html[lang="zh-hant"] .custom-title-2 h1, 
html[lang="zh-hant"] .custom-title-2 h2, 
html[lang="zh-hant"] .custom-title-2 h3, 
html[lang="zh-hant"] .custom-title-2 h4, 
html[lang="zh-hant"] .custom-title-2 h5, 
html[lang="zh-hant"] .custom-title-2 h6, 
html[lang="zh-hant"] .custom-title-2 span, 
html[lang="zh-hant"] .custom-title-2 p,
html[lang="zh-hant"] .custom-title-2-B h1,
html[lang="zh-hant"] .custom-title-2-B h2,
html[lang="zh-hant"] .custom-title-2-B h3,
html[lang="zh-hant"] .custom-title-2-B h4,
html[lang="zh-hant"] .custom-title-2-B h5,
html[lang="zh-hant"] .custom-title-2-B h6,
html[lang="zh-hant"] .custom-title-2-B span,
html[lang="zh-hant"] .custom-title-2-B p, 
html[lang="zh-hant"] .custom-title-3 h1,
html[lang="zh-hant"] .custom-title-3 h2,
html[lang="zh-hant"] .custom-title-3 h3,
html[lang="zh-hant"] .custom-title-3 h4,
html[lang="zh-hant"] .custom-title-3 h5,
html[lang="zh-hant"] .custom-title-3 h6,
html[lang="zh-hant"] .custom-title-3 span,
html[lang="zh-hant"] .custom-title-3 p, 
html[lang="zh-hant"] .custom-title-4 h1,
html[lang="zh-hant"] .custom-title-4 h2,
html[lang="zh-hant"] .custom-title-4 h3,
html[lang="zh-hant"] .custom-title-4 h4,
html[lang="zh-hant"] .custom-title-4 h5,
html[lang="zh-hant"] .custom-title-4 h6,
html[lang="zh-hant"] .custom-title-4 span,
html[lang="zh-hant"] .custom-title-4 p, 
html[lang="zh-hant"] .custom-title-6 h1,
html[lang="zh-hant"] .custom-title-6 h2,
html[lang="zh-hant"] .custom-title-6 h3,
html[lang="zh-hant"] .custom-title-6 h4,
html[lang="zh-hant"] .custom-title-6 h5,
html[lang="zh-hant"] .custom-title-6 h6,
html[lang="zh-hant"] .custom-title-6 span,
html[lang="zh-hant"] .custom-title-6 p{
    font-weight: 300;
}





html[lang="zh-hant"] .custom-title-aileron-1 h1, 
html[lang="zh-hant"] .custom-title-aileron-1 h2, 
html[lang="zh-hant"] .custom-title-aileron-1 h3, 
html[lang="zh-hant"] .custom-title-aileron-1 h4, 
html[lang="zh-hant"] .custom-title-aileron-1 h5, 
html[lang="zh-hant"] .custom-title-aileron-1 h6, 
html[lang="zh-hant"] .custom-title-aileron-1 span, 
html[lang="zh-hant"] .custom-title-aileron-1 p {
    font-weight: 100;
}


html[lang="zh-hant"] .about-us-section .title{
	letter-spacing: 0.2rem;
    font-family: var(--font-stack-heading);
}


/*
html[lang="zh-hant"] .lomacasa-faq details summary .e-n-accordion-item-title-text {
	line-height: 1.8rem;
	font-weight: 300;
	font-size: 1.2rem;
}*/

html[lang="zh-hant"] .menu-page a, 
html[lang="zh-hant"] .mega-menu-title-3 span{
    font-weight: 300;
}

html[lang="zh-hant"] .footer-title-1 h1, 
html[lang="zh-hant"] .footer-title-1 h2, 
html[lang="zh-hant"] .footer-title-1 h3, 
html[lang="zh-hant"] .footer-title-1 h4, 
html[lang="zh-hant"] .footer-title-1 h5, 
html[lang="zh-hant"] .footer-title-1 h6, 
html[lang="zh-hant"] .footer-title-1 span, 
html[lang="zh-hant"] .footer-title-1 p{
	font-weight: 300;
}


.other-setting a {
    font-size: 0.9rem !important;
}