a {
    color: #1F2528;
}

a:active, a:hover {
    color: #1F2528;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #1A1F22;
    margin-top: 0;
}

h1 {
    font-size: 52px;  
}

h2 {
    font-size: 44px;
}

h3 {
    font-size: 36px;
}
body.no-scroll {
  overflow: hidden;
  height: 100vh;
}
.container {
    width: 100%;
    max-width: 1360px;
    padding: 0 20px;
    margin: 0 auto;
}

.btn-style {
    background-color: #C5A46D;
    font-family: "Poppins", Sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0.02em;
    color: #000000;
    box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.050980392156862744);
    border-radius: 121px;
    padding: 12.5px 23px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    border: 1px solid #C5A46D;
	transition: all 0.3s;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25);

}

.btn-style:hover {
    color: #C5A46D;
    background-color: transparent;
}
.btn-style svg path{
	transition: all 0.3s;
}
.btn-style:hover svg path {
    stroke: #C5A46D;
}

.btn-style.btn-border {
    background: transparent;
    color: #C5A46D;
	text-shadow: none;
}
.btn-style.btn-border:hover{
	background: #C5A46D;
    color: #000000;
}

.btn-border:active,
.btn-border:hover {
    color: #C5A46D;
}

.elementor-widget-image a img[src$=".svg"] {
    width: auto;
}

.elementor-button-icon svg {
    width: auto;
}

.elementor-nav-menu .sub-arrow {
    padding: 6px 0 6px 6px;
}

ul.elementor-nav-menu--dropdown a, ul.elementor-nav-menu--dropdown a:focus, ul.elementor-nav-menu--dropdown a:hover {
    border-inline-start: none;
}

@media(max-width: 480px){
	.mb-full.elementor-widget-button,
	.mb-full.elementor-widget-button a{
		width: 100% !important;
	}
}
/* MENU HEADER */
#header-menu .hide-pc{
		display: none !important;
	}
.main-menu .sub-menu {
    display: none;
}
#header-menu *, 
#header-menu-mb *{
	font-family: "Poppins", Sans-serif;
}
#header-menu .main-menu {
	display: flex;
    align-items: center;
}
.main-navigation ul {
    list-style: none !important;
    padding: 0;
    margin: 0;
}
#header-menu .main-menu .menu-item{
	position: relative;
}
#header-menu .main-menu .menu-item > a,
#header-menu-mb .main-menu .menu-item > a{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    font-weight: 500;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.02em;
	padding: 10px 16px;
	color:#1A1F22;
}
#header-menu .main-menu .sub-menu {
    position: absolute;
    z-index: 1000;
    box-shadow: -3px 9px 20px 0px #0000000F, -13px 34px 37px 0px #0000000D, -29px 77px 49px 0px #00000008, -52px 137px 58px 0px #00000003, -81px 214px 64px 0px #00000000;
    background: #ffffff;
    border-radius: 18px;
    padding: 4px;
	left: 0;
    top: 100%;
	overflow: hidden;
}
#header-menu .sub-menu.sub-menu-lists {
    width: 100%;
    min-width: 269px;
}
#header-menu .sub-menu-lists ul li a,
#header-menu-mb .sub-menu-lists ul li a{
    padding: 10.5px 12px;
    display: block;
    border-radius: 14px;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
	color:#1A1F22;
	transition: all 0.3s;
}
#header-menu .sub-menu-lists ul li a:hover{
	background:#F5F5F5;
}
#header-menu .main-menu .sub-menu.sub-menu-block {
    left: 50%;
    transform: translateX(-50%);
}
#header-menu .sub-menu-blocks,
#header-menu-mb .sub-menu-blocks{
    display: flex;
    flex-direction: column;
    gap: 4px;
}
#header-menu .sub-menu-blocks .sub-menu-block,
#header-menu-mb .sub-menu-blocks .sub-menu-block{
    display: flex;
    gap: 4px;
}
#header-menu .sub-menu-blocks .sub-menu-block .sub-menu-item,
#header-menu-mb .sub-menu-blocks .sub-menu-block .sub-menu-item{
    position: relative;
	border-radius: 10px;
    overflow: hidden;
}
#header-menu .sub-menu-blocks .sub-menu-item .image,
#header-menu-mb .sub-menu-blocks .sub-menu-item .image{
    aspect-ratio: 266 / 294;
    min-width: 266px;
}
#header-menu .sub-menu-blocks .sub-menu-item .image img,
#header-menu-mb .sub-menu-blocks .sub-menu-item .image img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}
#header-menu .sub-menu-blocks .sub-menu-item .content,
#header-menu-mb .sub-menu-blocks .sub-menu-item .content{
    position: absolute;
    bottom: 29px;
    z-index: 10;
	width: 100%;
    max-width: 194px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#header-menu .sub-menu-blocks .sub-menu-item .title,
#header-menu-mb .sub-menu-blocks .sub-menu-item .title{
    font-size: 20px;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #ffffff;
    text-align: center;
    margin-bottom: 18px;
}
#header-menu .sub-menu-blocks .sub-menu-item .btn,
#header-menu-mb .sub-menu-blocks .sub-menu-item .btn{
    margin: 0;
    display: flex;
    justify-content: center;
    padding: 13.5px 24px;
    border-radius: 121px;
    background: #ffffff;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    font-weight: 500;
	transition: all 0.3s;
}
#header-menu .sub-menu-blocks .sub-menu-item a:hover .btn,
#header-menu-mb .sub-menu-blocks .sub-menu-item a:hover .btn{
    background: #c5a46d;
}
#header-menu .sub-menu-blocks .overview a,
#header-menu-mb .sub-menu-blocks .overview a{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14.5px 12px;
    border-radius: 14px;
    background: #F5F5F5;
    color: #1A1F22;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
    transition: all 0.3s;
}
#header-menu .sub-menu-blocks .overview a:hover,
#header-menu-mb .sub-menu-blocks .overview a:hover{
    background: #c5a46d;
}

#header-menu-mb .main-menu {
    display: flex;
    flex-direction: column;
}
#header-menu-mb .main-menu .menu-item > a {
    font-size: 22px;
    padding: 10px 0;
}
#header-menu-mb .sub-menu-blocks{
	width: max-content;
	max-width: 100%;
}
#header-menu-mb .sub-menu-lists ul li a{
	font-size: 18px;
}
#header-menu-mb .sub-menu-blocks .sub-menu-item .image{
	min-width: unset;
}
#header-menu-mb .main-menu .sub-menu.sub-menu-block{
	padding: 8px 0;
}
@media(max-width: 480px){
	#header-menu-mb .sub-menu-blocks .sub-menu-block {
		flex-direction: column;
	}
}
/* BANNER */
.banner-slider .swiper-slide {
    min-height: 802px;
    background-position: center;
    background-size: cover;
    border-radius: 18px;
    color: #fff;
    display: flex;
    align-items: end;
	position: relative;
	overflow: hidden;
}
.banner-slider .swiper-slide:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(/wp-content/uploads/2025/12/Banner-overlay.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
	opacity: 0.7;
}
.banner-slider .swiper-slide .container{
	position: relative;
	z-index: 2;
}
.banner-slider .item {
    display: flex;
    align-items: flex-end;
    padding: 0 0 82px 0;
	gap: 20px;
}

.banner-slider .left-item {
    flex: 0 0 50%;
    max-width: 50%;
    padding-bottom: 68px;
}

.banner-slider .right-item {
    display: flex;
    justify-content: right;
    flex: 0 0 50%;
	max-width: calc(50% - 20px);
}

.banner-slider .inner-right {
    max-width: 481px;
}

.banner-slider h2 {
    color: #fff;
    font-size: clamp(28px, 3.439vw, 52px);
    line-height: 1.2;
    letter-spacing: -0.02em;
    font-weight: 600;
    margin: 0;
    max-width: 591px;
}

.banner-slider .desc {
    font-weight: 500;
    font-size: 18px;
	line-height: 1.5;
}

.banner-slider .btns {
    display: flex;
    gap: 12px;
    margin-top: 26px;
	flex-wrap: wrap;
}

.container-swiper-control {
    position: relative;
}

.swiper-control {
    position: absolute;
    top: auto;
    bottom: 24px;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 20px;
}

.banner-slider .swiper-control {
    bottom: 77px;
}

.container-swiper-control .swiper-control {
    left: 20px;
}
.banner-slider .swiper-control .swiper-button-next svg {
    border-radius: 50%;
	transition: all 0.3s;
}
.banner-slider .swiper-control .swiper-button-next svg path{
	transition: all 0.3s;
}
.banner-slider .swiper-control .swiper-button-next:hover svg {
    background: #ffffff;
}
.banner-slider .swiper-control .swiper-button-next:hover svg path {
    stroke: #000000;
}
.swiper-button-next,
.swiper-button-prev {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    display: inline-block;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: auto;
    height: auto;
    fill: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none
}

.swiper-pagination {
    position: static;
    width: auto !important;
    display: flex;
    gap: 12px;
    margin: -25px 0 0 0;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 !important;
    background: rgba(255,255,255,.4);
    border-radius: 50%;
    opacity: 1
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff
}

@media(max-width: 767px){
	.banner-slider .swiper-slide:before {
		background: url(/wp-content/uploads/2025/12/Banner-overlay-mb.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.banner-slider .item {
		flex-direction: column;
		align-items: center;
		padding: 0 0 94px 0;
		gap: 16px;
	}
	.banner-slider .left-item, .banner-slider .right-item {
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}
	.banner-slider .left-item {
		padding-bottom: 0;
	}
	.banner-slider .right-item {
		justify-content: center;
		text-align: center;
		flex-direction: column;
		align-items: center;
	}
	.banner-slider h2 {
		text-align: center;
		max-width: unset;
	}
	.banner-slider .swiper-control {
		bottom: 27px;
		left: 50%;
		transform: translateX(-50%);
	}
	
	.banner-slider .desc {
		font-size: 15px;
	}
	.banner-slider .btns {
		justify-content: center;
	}
	.btn-style {
		
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
@media(max-width: 580px){
	.btn-style {
		width: 100%;
	}
}


/* List Check  */
.list-check ul{
	display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0;
    gap: 8px 5px;
}
.list-check ul li{
	position: relative;
	display: flex;
	gap: 1px;
}

.list-check ul li:before{
	content: "";
	position: relative;
	display: block;
	width: 24px;
	height: 24px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuNzUgMTMuMDYyNUwxMC45Mzc1IDE2LjI1TDE2LjI1IDcuNzUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	flex-shrink: 0;
	margin-left: -7px;
}


@media(max-width: 981px){
	.list-check ul {
		grid-template-columns: 1fr;
	}
}
@media(max-width: 767px){
	.list-check ul {
		grid-template-columns: 1fr 1fr;
	}
}
@media(max-width: 380px){
	.list-check ul {
		grid-template-columns: 1fr;
	}	
}
/*  */
.pinnacle-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
	border-radius: 10px;
	height: 100%;
}
.pinnacle-slider .swiper {
    height: 100%;
}
.pinnacle-slider-controls {
    position: absolute;
    z-index: 10;
    bottom: 24px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 24px 0 32px;
    width: 100%;
}
.pinnacle-slider-controls .pinnacle-fraction {
    font-size: 13px;
    line-height: 1.4;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 2px;
}
.pinnacle-slider-controls .pinnacle-fraction .current {
    font-size: 24px;
}
.pinnacle-slider-controls .pinnacle-right {
    display: flex;
    align-items: center;
    gap: 19px;
}
.pinnacle-slider-controls .pinnacle-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 12px;
}
.pinnacle-slider-controls .pinnacle-dots .swiper-pagination-bullet {
    background: #FFFFFF;
    opacity: 0.4;
}
.pinnacle-slider-controls .pinnacle-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}
.pinnacle-slider-controls .swiper-button-next {
    border-radius: 50%;
    background: #FFFFFF;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	width: 36px;
    height: 36px;
}
.pinnacle-slider .swiper .swiper-slide {
    height: auto;
    overflow: hidden;
	aspect-ratio: 605 / 492;
	width: 100% !important;
    border-radius: 10px;
}
.rd-top .pinnacle-slider .swiper .swiper-slide{
	aspect-ratio: 640 / 532;
}
.pinnacle-slider .swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media(max-width: 767px){
	.pinnacle-slider .swiper .swiper-slide {
		aspect-ratio: 373 / 278 !important;
	}
}
/* Services */
.services-box-slider {
    height: 768px;
	position: relative;
}

.services-box-slider *{
	color: #fff;
}
.services-box-slider .sv-slider-pc {
    display: flex;
    gap: 24px;
    height: 100%;
}
.services-box-slider .sv-item {
    flex-shrink: 0;
    height: auto !important;
}
.services-box-slider .sv-item a {
    background: #22282C;
    box-shadow: -219px 281px 100px 0px #00000000;
    border-radius: 15px;
    overflow: hidden;
    padding: 5px;
    display: block;
	height: 100%;
}
.services-box-slider .sv-item .image {
    position: relative;
    aspect-ratio: 303 / 262;
    border-radius: 10px;
    overflow: hidden;
}
.services-box-slider .sv-item .image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
	display: block;
}
.services-box-slider .sv-slider-pc .slider-1 {
    margin-top: -9px;
	overflow: visible;
}
.services-box-slider .sv-slider-pc .slider-2 {
    padding-top: 65px;
	overflow: visible;
}
.services-box-slider .sv-slider-pc .slider-1, .services-box-slider .sv-slider-pc .slider-2 {
    width: calc(calc(100% - 24px) / 2);
}
.services-box-slider .sv-item .image .icon {
    background: #3B7D7F;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 93.6px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services-box-slider .sv-item .content {
    padding: 26px 32px;
    text-align: center;
}
.services-box-slider .sv-item .content .name {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-weight: 600;
	margin-bottom: 7px;
}
.services-box-slider .sv-item .content .excerpt {
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
    opacity: 0.6;
}
.services-cate-box .sv-cate-list {
    list-style: none;
    display: flex;
	align-items: stretch;
    justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
	padding: 5px;
}
.services-cate-box .sv-cate-list .sv-cate-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    aspect-ratio: 213 / 151;
    background: #FFFFFF;
    box-shadow: -607px 561px 232px 0px #00000000;
    width: calc(calc(100% - 40px) / 6);
    border-radius: 18px;
    cursor: pointer;
    gap: 12px;
	padding: 20px;
    transition: all 0.3s;
}
.services-cate-box .sv-cate-list .sv-cate-item.active, 
.services-cate-box .sv-cate-list .sv-cate-item:hover {
    background: #C5A46D;
}
.services-cate-box .sv-cate-list .sv-cate-item .cate-name {
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: 0.03em;
    font-weight: 600;
    text-align: center;
    max-width: 145px;
	text-transform: uppercase;
}
.services-cate-box .sv-cate-list .sv-cate-item.active .cate-icon, .services-cate-box .sv-cate-list .sv-cate-item:hover .cate-icon {
    filter: brightness(0) saturate(100%) invert(12%) sepia(9%) saturate(560%) hue-rotate(169deg) brightness(90%) contrast(92%);
}
.services-box-slider .sv-slider-mb .sv-item {
    width: 265px !important;
}
.services-box-slider .sv-slider-mb {
    padding-left: 32px;
}
.services-box-slider .sv-slider-mb .sv-item .image {
    aspect-ratio: 255 / 262;
}
.services-box-slider .sv-slider-mb .sv-item .content {
    padding: 20px 24px 18px;
}
.services-box-slider .sv-slider-mb .sv-item .name {
    font-size: 18px;
}
@media(min-width: 881px){
	.sv-slider-mb {
		display: none;
	}
	.services-box-slider:before {
		position: absolute;
		content: "";
		width: 883px;
		height: 91px;
		background: linear-gradient(0deg, rgba(26, 31, 34, 0) 0%, #1A1F22 100%);
		top: 0;
		left: 50%;
		z-index: 2;
		transform: translateX(-50%);
	}
	.services-box-slider:after {
		position: absolute;
		content: "";
		width: 883px;
		height: 221px;
		background: linear-gradient(180deg, rgba(26, 31, 34, 0) 0%, #1A1F22 70.19%);
		bottom: 0;
		left: 50%;
		z-index: 2;
		transform: translateX(-50%);
	}
}
@media(max-width: 1024px){
	.services-box-slider .sv-item .content .name {
		font-size: 18px;
	}
}
@media(max-width: 880px){
	.services-cate-box .sv-cate-list .sv-cate-item {
		width: calc(calc(100% - 16px) / 3);
	}
	
	.sv-slider-pc {
		display: none !important;
	}
	.services-box-slider {
		height: unset;
	}
}
@media(max-width: 767px){
	.services-cate-box .sv-cate-list {
		padding: 0;
	}
	
	.services-cate-box .sv-cate-list .sv-cate-item .cate-icon {
		width: 40.56px;
		display: block;
	}
	.services-cate-box .sv-cate-list .sv-cate-item .cate-name{
		line-height: 1.2;
	}
}
@media(max-width: 560px){
	.services-cate-box .sv-cate-list .sv-cate-item {
		width: calc(calc(100% - 8px) / 2);
		aspect-ratio: 172.5 / 151;
		gap: 16px;
	}
}

/* Section Tabs */
.section-tabs .tab-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    justify-content: space-between;
}
.section-tabs .tab-title {
    width: 339px;
}
.section-tabs .tabs-content {
    width: calc(100% - 339px - 40px);
    max-width: 928px;
}
.section-tabs .tab-title .title-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.section-tabs .tab-title .title-item {
	display: flex;
    flex-direction: row;
	align-items: center;
    gap: 16px;
    cursor: pointer;
    padding-bottom: 14px;
    border-bottom: 1px solid #E4E4E4;
}
.section-tabs .tab-title .title-item.active {
    padding-bottom: 10px;
	align-items: flex-start;
}
.section-tabs .tab-title .title-item:last-child {
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
}
.section-tabs .title-item .icon {
    height: 38px;
    width: 38px;
    padding: 6.16px;
    border-radius: 50%;
    flex-shrink: 0;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
	transition: all 0.3s;
}
.section-tabs .title-item.active .icon,
.section-tabs .title-item:hover .icon{
    background: #3B7D7F;
}
.section-tabs .title-item .icon img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
.section-tabs .title-item.active .icon img, 
.section-tabs .title-item:hover .icon img {
    filter: brightness(0) invert(1);
}
.section-tabs .title-item .content {
    padding: 10px 0;
}
.section-tabs .title-item .name {
    font-size: clamp(15px, 1.587vw, 24px);
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: #1F2528;
    opacity: 0.6;
    margin-bottom: 0;
	transition: all 0.3s;
}
.section-tabs .title-item .description {
    margin: 8px 0 0 0;
    font-size: 13px;
    line-height: 1.5;
    display: none;
}
.section-tabs .title-item.active .description{
	display: block;
}
.section-tabs .content-item {
    display: flex;
    flex-direction: row;
}
.section-tabs .content-item .image {
    width: calc(537 / 928 * 100%);
    flex-shrink: 0;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: -607px 561px 232px 0px #00000000;

}
.section-tabs .content-item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.section-tabs .content-item .content .desc {
    max-width: 342px;
    margin-right: 0;
    margin-left: auto;
	padding-left: 30px;
}

.section-tabs .title-item.active .name{
	opacity: 1;
}
.section-tabs .title-main {
    position: relative;
    margin-left: -95px;
    margin-top: 61px;
    max-width: 418px;
	margin-bottom: 24px;
}
.section-tabs .title-main .title {
    font-size: clamp(28px, 2.91vw, 44px);
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #ffffff;
    margin: 0;
}
.section-tabs .title-main .title.title-white {
    position: absolute;
    top: 0;
    left: 0;
    color: #1F2528;
    z-index: 2;
    clip-path: inset(0 0 0 95px);
}
.section-tabs .content-item .content {
    width: calc(391 / 928 * 100%);
}

.section-tabs .content .desc .sub-title {
    font-size: 24px;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: -0.03em;
    color: #1F2528;
    margin-bottom: 12px;
}
.section-tabs .content .desc .description {
    font-size: 15px;
    line-height: 1.5;
    color: #1F2528;
    margin-bottom: 37px;
}
.section-tabs .content .desc .btn {
    font-family: "Poppins", Sans-serif;
    border: 1px solid #C5A46D;
    border-radius: 121px;
    padding: 12.5px 23px;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0.02em;
    font-weight: 500;
    box-shadow: inset 0px -1px 1px 0px rgba(0, 0, 0, 0.05);
    color: #C5A46D;
    display: inline-block;
	transition: all 0.3s;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25);
}
.section-tabs .content .desc .btn:hover {
    background: #C5A46D;
    color: #000000;
}

@media(max-width: 981px){
	.section-tabs .tab-list {
		gap: 25px;
	}
	.section-tabs .tab-title {
		width: 220px;
		flex-shrink: 0;
	}
	.section-tabs .tabs-content {
		width: calc(100% - 220px - 25px);
	}
	
}
@media(max-width: 860px){
	.section-tabs .tab-list {
		flex-direction: column;
		gap: 36px;
	}
	.section-tabs .tab-title {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.section-tabs .tabs-content {
		width: 100%;
	}
	.section-tabs .tab-title .title-list {
		display: flex;
		flex-direction: row;
		gap: 0;
		width: 100%;	
		justify-content: center;
	}
	.section-tabs .tab-title .title-item {
		padding: 0 !important;
        border: none !important;
        max-width: 117.67px;
        width: calc(100% / 3);
        flex-direction: column;
        justify-content: center;
        align-items: center !important;
        gap: 6px;
	}
	.section-tabs .title-item .content {
		padding: 0;
	}
	.section-tabs .title-item.active .description {
		display: none !important;
	}
	.section-tabs .content-item {
		flex-direction: column;
		gap: 42px;
	}
	.section-tabs .content-item .image {
		width: 100%;
		aspect-ratio: 375 / 243;
	}
	.section-tabs .content-item .content {
		width: 100%;
		padding: 0 10px;
	}
	.section-tabs .title-main .title.title-white {
		display: none;
	}
	.section-tabs .title-main .title {
		color: #1F2528;
	}
	.section-tabs .title-main {
		margin: 0;
	}
	.section-tabs .content .desc .sub-title {
		font-size: 20px;
		margin-bottom: 23px;
	}
	.section-tabs .content-item .content .desc {
		max-width: unset;
		padding: 0;
		margin-top: 28px;
	}	
	.section-tabs .content .desc .description {
		margin-bottom: 26px;
	}
}
@media(max-width: 767px){
	.section-tabs .title-item .icon {
		width: 32px;
		height: 32px;
		padding: 3.13px 2.75px 2.75px 3.13px;
	}
}

/*  */
.restroom-slide {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow:
        -24px 22px 73px 0px rgba(0, 0, 0, 0.03),
        -97px 90px 132px 0px rgba(0, 0, 0, 0.03),
        -219px 202px 179px 0px rgba(0, 0, 0, 0.02),
        -389px 359px 212px 0px rgba(0, 0, 0, 0),
        -607px 561px 232px 0px rgba(0, 0, 0, 0);

}

.restroom-slide::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 411px;
    background: linear-gradient(180deg, rgba(26, 31, 34, 0) 0%, #1A1F22 70.19%);
    pointer-events: none;
    opacity: 0.3;
}

.restroom-slide::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 119px;
    background: linear-gradient(180deg, rgba(26, 31, 34, 0) 0%, #1A1F22 100%);
    pointer-events: none;
    opacity: 0.3;
}

.restroom-slide .restroom-image {
    width: 100%;
    height: 822px;
    object-fit: cover;
    display: block;
}

.restroom-slide .restroom-title {
    position: absolute;
    bottom: 93px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 2;
    margin-bottom: 0;
}

.restroom-swiper .restroom-button-prev,
.restroom-swiper .restroom-button-next {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.restroom-swiper .swiper-pagination {
    margin: 0 !important;
}

.restroom-navigation {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 19px;
    z-index: 2;
}

/* Form CSS  */
.cs-form .gform-theme--foundation .gfield--width-half {
    grid-column: span 6 !important;
}

.cs-form .gform_required_legend {
    display: none;
}

.cs-form .gform-body .gfield_label {
    font-size: 12px !important;
    line-height: 1.5 !important;
    color: #1F2528 !important;
    margin-bottom: 3px !important;
    gap: 0 !important;
    font-weight: 400 !important;
}

.cs-form .gfield_required {
    color: #1F2528 !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
}

.cs-form .gform_fields {
    gap: 30px 20px !important;
}

.cs-form .gform-body input,
.cs-form .gform-body textarea {
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 22px !important;
    padding: 10.5px 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #1F2528 !important;
    box-shadow: none !important;
    border: none !important;
    border-bottom: 1px solid #E4E4E4 !important;
    width: 100% !important;
    outline: none !important;
}

.cs-form .gform-body textarea {
    height: 119px !important;
    min-block-size: 119px !important;
}

.cs-form .gform-body select {
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 22px !important;
    color: #1F2528 !important;
    box-shadow: none !important;
    border: none !important;
    border-bottom: 1px solid #E4E4E4 !important;
    background: transparent !important;
    border-radius: 0 !important;
    padding: 10.5px 0 !important;
    height: auto !important;
    outline: none !important;
}

.cs-form .ui-datepicker-trigger {
    opacity: 1 !important;
    max-block-size: 18px !important;
    max-inline-size: 18px !important;
}

.cs-form .gform-body input {
    height: auto !important;
}

.cs-form .gform-body input::placeholder,
.cs-form .gform-body textarea::placeholder {
    color: rgba(31, 37, 40, 0.4) !important;
}

.cs-form .gform-footer {
    margin-top: 36px !important;
}

.cs-form .gform-footer input[type="submit"] {
    outline: none !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    line-height: 1.4 !important;
    color: #000000 !important;
    box-shadow: 0px 1px 0px 0px #FFFFFF40 !important;
    padding: 12.5px 43px 12.5px 23px !important;
    letter-spacing: 0.02em !important;
    border: 1px solid #C5A46D !important;
    background-color: #C5A46D !important;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuMzMzMzMgMy44MzM1TDEzLjUgOC4wMDAxNkw5LjMzMzMzIDEyLjE2NjhNMTMgOC4wMDAxNkgyLjUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K');
    background-position: center right 23px;
    background-repeat: no-repeat;
    background-size: 16px;
    border-radius: 100px !important;
    font-family: "Poppins", Sans-serif !important;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25);
	transition: all 0.3s !important;
}

.cs-form .gform-footer input[type="submit"]:hover{
	background-color: transparent !important;
	color: #C5A46D !important;
	background-image: 	url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuMzMzMzMgMy44MzMzNEwxMy41IDhMOS4zMzMzMyAxMi4xNjY3TTEzIDhIMi41IiBzdHJva2U9IiNDNUE0NkQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
	background-position: center right 23px;
    background-repeat: no-repeat;
    background-size: 16px;
}
header {
    position: relative;
}

.menu-mb-wrapper {
    display: none;
}
.cs-menu-mb-btn.active{
	display:none !important;
}
.cs-header.active{
	width:calc(100% - 10px) !important;
	margin:5px 5px 0 5px !important;
	border-top-left-radius:18px;
	border-top-right-radius:18px;
}

@media (max-width:1200px) {
    .mb-toggle-menu {
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mb-toggle-menu .close {
        display: none;
    }

    .mb-toggle-menu .close {
        display: none;
    }

    .mb-toggle-menu.active .open {
        display: none;
    }

    .mb-toggle-menu.active .close {
        display: block;
    }

    .menu-mb-wrapper {
        position: absolute;
        z-index: 99;
        left: 0;
        width: 100%;
        top: calc(100% - 1px);
        transform: scaley(0);
        opacity: 1;
        visibility: hidden;
        transform-origin: top;
        transition: all .4s ease;
        background: #fff;
        display: block;
    }

    .menu-mb-wrapper.active {
        transform: scaley(1);
        opacity: 1;
        visibility: visible;
		width:calc(100% - 10px);
		margin:0 5px;
		border-bottom-left-radius:18px;
		border-bottom-right-radius:18px;
    }
}

@media (max-width:1024px) {
    .restroom-slide .restroom-image {
        height: 650px;
    }
}

@media (max-width:767px) {
    .cs-form .gform-body .gfield_label {
        margin-bottom: -3px !important;
    }

    .cs-form .gform_fields {
        gap: 19px 20px !important;
    }

    .cs-form .gform-footer {
        margin-top: 32px !important;
    }

    .cs-form .gform-footer input[type="submit"] {
        width: 100% !important;
        background-position: center left calc(50% + 80px);
    }

    .restroom-slide .restroom-image {
        height: 472px;
    }

    .restroom-slide .restroom-title {
        font-size: 20px;
        bottom: 112px;
    }

    .restroom-navigation {
        bottom: 40px;
    }
}

@media (min-width:393px) {
    .mb-toggle-menu {
        width: 46px;
        height: 46px;
        margin-left: 4px;
    }
}

/* REVIEWS */

.review-lists .review-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
	color: #1A1F22;
}
.review-lists .review-item {
    width: calc(calc(100% - 24px) / 3);
    padding: 32px;
    border-radius: 18px;
    background: #ffffff;
}
.review-lists .review-item .top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
	margin-bottom: 22px;
}
.review-lists .review-item .time {
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
}
.review-lists .star {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2px;
}
.review-lists .star span {
    width: 17px;
    height: 17px;
    flex-shrink: 0;
}
.review-lists .star span svg path {
    fill: #E4E4E4;
}
.review-lists .star span.active svg path {
    fill: #C5A46D;
}
.review-lists .content {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
}
.review-lists .content {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #1F2528;
    margin-bottom: 44px;
}
.review-lists .author {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
}
.review-lists .author .image img {
    display: block;
    border-radius: 50%;
    width: 38px;
    height: 38px;
}
.review-lists .info .name {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-direction: row;
}
.review-lists .info .name .title {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
}
.review-lists .info .name .verify {
	font-family: "Poppins", Sans-serif;
    margin: 0;
    background: #C5A46D;
    border-radius: 121px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.02em;
    font-weight: 500;
    color: #ffffff;
}
.review-lists .info .position {
    margin: 5px 0 0 0;
    font-size: 12px;
    line-height: 0.67;
}

@media(max-width: 767px){
	.review-lists .review-item {
		width: 307px !important;
	}
	.review-lists .content{
		font-size: 15px;
		line-height: 23px;
		margin-bottom: 63px;
	}
}

/* Quote Slider */
.quote-slider {
    height: 100%;
    position: relative;
}
.quote-slider .quote-box {
    position: relative;
	height: 100%;
}
.quote-slider .quote-box:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 411px;
    background: linear-gradient(180deg, rgba(26, 31, 34, 0) 0%, #1A1F22 70.19%);
    pointer-events: none;
    opacity: 0.3;
}
.quote-slider .quote-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.quote-slider .quote-box .title {
    position: absolute;
    bottom: 93px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    max-width: 355px;
    font-size: 24px;
    font-weight: 600;
    line-height: 130%;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
    z-index: 2;
}
.quote-slider .quote-navigation {
    position: absolute;
    display: flex;
	align-items: center;
    gap: 19px;
    bottom: 32px;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
}
.quote-slider .quote-navigation .quote-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 50%;
    padding: 6px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    transition: all 0.3s;
}
.quote-slider .quote-navigation .quote-btn:hover {
    background: #000000;
}
.quote-slider .quote-navigation .quote-btn svg path {
    transition: all 0.3s;
}
.quote-slider .quote-navigation .quote-btn:hover svg path {
    stroke: #ffffff;
}
.quote-slider .quote-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

/* Service List ajax */
.service-lists{
	
}

.service-lists .topic-lists {
    display: flex;
    list-style: none;
    align-items: center;
    gap: 12px;
    overflow: scroll;
    padding: 0;
    margin: 0 auto;
    width: max-content;
    max-width: 100%;
	overflow: auto;
	-ms-overflow-style: none; 
	scrollbar-width: none; 
}
.service-lists .service-topics {
    margin-bottom: 48px;
}
.service-lists .topic-lists .topic-item {
    font-family: "Poppins", Sans-serif;
    padding: 9.5px 24px;
    border-radius: 122px;
    transition: all 0.3s;
    font-weight: 500;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: rgb(26 31 34 / 60%);
    cursor: pointer;
	white-space: nowrap;
}
.service-lists .topic-lists .topic-item.active, 
.service-lists .topic-lists .topic-item:hover {
    background: #ffffff;
    color: rgb(26 31 34 / 100%);
}
.service-lists .service-list {
    display: flex;
    flex-direction: column;
    gap: clamp(40px, 6.085vw, 92px);
}
.service-lists .service-item {
    display: flex;
    background: #21262A;
    color: #ffffff;
    border-radius: 18px;
    overflow: hidden;
	flex-direction: row;
    align-items: stretch;
    box-shadow: -24px 22px 73px 0px #00000008, 
				-97px 90px 132px 0px #00000008, 
				-219px 202px 179px 0px #00000005, 
				-607px 561px 232px 0px #00000000;
}
.service-lists .service-item:nth-child(2n) {
    flex-direction: row-reverse;
}
.service-lists .service-item .item-content {
    width: calc(477 / 1092 * 100%);
    padding: 40px;
	height: auto;
}
.service-lists .item-content .title {
    font-size: clamp(24px, 2.381vw, 36px);
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #ffffff;
    margin-bottom: 19px;
}
.service-lists .item-content .sub-title {
    font-weight: 600;
	font-size: clamp(16px, 1.587vw, 24px);
    line-height: 1.11;
    letter-spacing: -0.02em;
    color: #ffffff;
    margin-bottom: 27px;
}
.service-lists .service-item .short-desc {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 28px;
}
.service-lists .list-check{
	margin-bottom: 56px;
}
.service-lists .list-check ul li:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuNzUgMTMuMDYyNUwxMC45Mzc1IDE2LjI1TDE2LjI1IDcuNzUiIHN0cm9rZT0iI0M1QTQ2RCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
}


.service-lists .service-item .item-slider {
	width: calc(615 / 1092 * 100%);
    padding: 5px;
    height: auto;
    position: relative;
}
.service-lists .item-slider .gallery-services {
    height: 100%;
}
.service-lists .service-item .item-slider .gallery-slider {
	position: absolute;
    border-radius: 10px;
    overflow: hidden;
    max-height: calc(100% - 10px);
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
}
.service-lists .item-slider .service-icon {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 93.6px;
    height: 93.6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3B7D7F;
    border-radius: 50%;
}
.service-lists .item-slider .service-location {
    position: absolute;
    z-index: 3;
    left: 5px;
    top: 5px;
    background: #21262A;
    border-radius: 5px;
    padding: 6px 12px 6px 8px;
}
.service-lists .item-slider .service-location a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 500;
    color: #FFFFFF;
}
.service-lists .item-slider .service-location a svg {
    flex-shrink: 0;
}
.service-lists .gallery-slider .gallery-services .swiper-slide {
    border-radius: 10px;
    height: auto;
    overflow: hidden;
	aspect-ratio: 605 / 532;
}
.service-lists .gallery-slider .gallery-services .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.service-lists .gallery-services-controls {
    position: absolute;
    z-index: 10;
    bottom: 24px;
    display: flex;
    flex-direction: row;
    padding: 0 24px 0 32px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.gallery-services-controls .gallery-fraction {
    font-size: 13px;
    line-height: 1.4;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 2px;
}
.gallery-services-controls .gallery-fraction .current {
    font-size: 24px;
}
.service-lists .gallery-services-controls .gallery-right {
    display: flex;
    align-items: center;
    gap: 19px;
}
.service-lists .gallery-right .gallery-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 12px;
}
.service-lists .gallery-right .gallery-dots span {
    background: #FFFFFF;
    opacity: 0.4;
}
.service-lists .gallery-right .gallery-dots span.swiper-pagination-bullet-active {
    opacity: 1;
}
.service-lists .gallery-right .swiper-button-next {
    border-radius: 50%;
    background: #FFFFFF;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
}
.service-lists .btns a:hover svg path {
    stroke: #000000;
}
@media(max-width: 1024px){
	.service-lists .item-content .sub-title,
	.service-lists .service-item .short-desc{
		margin-bottom: 20px;
	}
	.service-lists .list-check{
		margin-bottom: 30px;
	}
	.service-lists .service-topics {
		margin-bottom: 40px;
	}
}
@media(max-width: 980px){
	.service-lists .service-item .item-slider{
		width: 55%;
	}
	.service-lists .service-item .item-content{
		padding: 40px 24px;
		width: 45%;
	}
}
@media(max-width: 767px){
	.service-lists .topic-lists {
		gap: 8px;
	}
	.service-lists .service-item {
		flex-direction: column !important;
	}
	.service-lists .service-item .item-content {
		width: 100%;
		padding: 40px 24px;
	}
	.service-lists .service-item .item-slider .gallery-slider {
		position: relative;
		top: unset;
		left: unset;
		width: 100%;
		height: 100%;
	}
	.service-lists .service-item .item-slider {
		width: 100%;
	}
	.service-lists .gallery-slider .gallery-services .swiper-slide{
		aspect-ratio: 373 / 278 !important;
	}
	
	.service-lists .topic-lists .topic-item {
		padding: 9.5px 20px;
		font-size: 13px;
	}
}

/*  */
.our-promise .promise-cate {
    width: calc(100% + 18px);
    margin-left: -9px;
}
.our-promise .cate-list {
    display: flex;
    flex-direction: row;
    gap: 12px;
    list-style: none;
    padding: 0;
    text-align: center;
	align-items: center;
    margin: 0 auto;
    width: max-content;
    max-width: 100%;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.our-promise .cate-list .cate-item {
    font-family: "Poppins", Sans-serif;
    padding: 9.5px 24px;
    border-radius: 122px;
    transition: all 0.3s;
    font-weight: 500;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: rgb(26 31 34 / 60%);
    cursor: pointer;
    white-space: nowrap;
}
.our-promise .cate-list .cate-item.active, 
.our-promise .cate-list .cate-item:hover {
    background: #ffffff;
    color: #1A1F22;
}
.our-promise .promise-lists {
    margin-top: 56px;
    display: flex;
    flex-direction: column;
    gap: clamp(40px, 6.085vw, 92px);
}

.our-promise .promise-item {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.our-promise .promise-item:nth-child(2n) {
    flex-direction: row-reverse;
}
.our-promise .promise-item .image {
    width: calc(597 / 1092 * 100%);
    flex-shrink: 0;
	border-radius: 10px;
    overflow: hidden;
}
.our-promise .promise-item .image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}
.our-promise .promise-item .content {
    width: calc(495 / 1092 * 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 431px;
}
.our-promise .promise-item .content .icon {
    width: 40.56px;
    aspect-ratio: 1 / 1;
    margin-bottom: 24px;
}
.our-promise .promise-item .content .title {
    font-size: clamp(24px, 2.381vw, 36px);
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
    color: #1F2528;
}
.our-promise .promise-item .content .desc {
    font-size: 15px;
    line-height: 1.5;
    color: #1F2528;
}
.our-promise .promise-item .content .desc p:last-child {
    margin: 0;
}

@media(max-width: 1024px){
	.our-promise .promise-cate {
		width: 100%;
		margin-left: 0;
	}
	.our-promise .promise-lists {
		margin-top: 40px;
	}
}

@media(max-width: 767px){
	.our-promise .cate-list .cate-item {
		padding: 9.5px 20px;
		font-size: 13px;
	}
	.our-promise .promise-item {
		flex-direction: column-reverse !important;
	}
	.our-promise .promise-item .image {
		width: 100%;
		aspect-ratio: 373 / 278 !important;
	}
	.our-promise .promise-item .content {
		width: 100%;
		max-width: unset;
	}
}



.service-list,
.our-promise .promise-lists {
  position: relative;
  transition: opacity 0.2s ease;
}

.service-lists.is-loading #service-list,
.our-promise.is-loading .promise-lists {
  opacity: 0.35;
  pointer-events: none;
  transition-delay: 0.15s;
}

.service-lists #service-list::before,
.service-lists #service-list::after,
.our-promise .promise-lists::before,
.our-promise .promise-lists::after {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.service-lists.is-loading #service-list::before,
.our-promise.is-loading .promise-lists::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.18);
  z-index: 10;
  opacity: 1;
  border-radius: 10px;
  transition-delay: 0.35s;
}
.service-lists.is-loading #service-list::before{
	border-radius: 18px;
}

.service-lists.is-loading #service-list::after,
.our-promise.is-loading .promise-lists::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100px;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.35);
  border-top-color: rgba(255, 255, 255, 1);
  animation: sl_spin 0.85s linear infinite;
  z-index: 11;
  opacity: 1;
  transition-delay: 0.35s;
}
.service-lists.is-loading #service-list::after{
	top: 100px;
}
@keyframes sl_spin {
  to {
    transform: rotate(360deg);
  }
}
