/*
* Prefixed by Farhad
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

body{
	overflow-x:hidden;
}

/* Srollbar  */

*{
  scrollbar-width: thin !important;
  scrollbar-color: #D76341 #eeeeee !important;
}

.tabs_sidebars_right {
    height: 700px;
    overflow: auto;

    /* Firefox */
    scrollbar-width: thin;
    scrollbar-color: #D76341 #E9DECE;
}

/* Chrome, Edge, Safari */
.tabs_sidebars_right::-webkit-scrollbar {
    width: 3px;
}

.tabs_sidebars_right::-webkit-scrollbar-track {
    background: #eeeeee;
}

.tabs_sidebars_right::-webkit-scrollbar-thumb {
    background: #D76341;
    border-radius: 10px;
}

/* End  */


.footer_list .elementor-icon-list-item{
    position: relative;
    padding-left: 10px;
}

.footer_list .elementor-icon-list-item::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;

    width: 1px;
    height: 15px;

    border-left: 1px solid #fff;
    transform: translateY(-50%) rotate(30deg);
}
.footer_list .elementor-icon-list-item:first-child::before{
    display:none;
}

.custom_btn:hover{
    transform: translateY(0px) !important;
}
 
/* iov_image_reveal  */

.iov_reveal img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform-origin: left;
}

.iov_reveal {
  visibility: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}


.credit {
  font-family: Termina, sans-serif;
  position: absolute;
  bottom: 10px;
  a {
    color: white;
  }
}

/* end   */


.bg_title h2{
    background: linear-gradient(360deg, #FFFFFF 20.41%, #252522 106.63%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}


/* innovations card css  */
/* Wrapper */
.innovation-wrapper {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    flex-direction: row;
}

/* Card */
.innovation-card {
    position: relative;
    width: 25%;
    height: 500px;
    overflow: hidden;
    border-radius: 20px;
    cursor: default;
    /* smoother than transform only */
    transition: all 1s ease;
}

/* Image */
.innovation-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
/*     transition: all 0.4s ease; */
	 transition: all 1s ease;
    filter: brightness(0.8);
}


.overlay_icon {
    position: absolute;
    z-index: 99;
    left: 15px;
    top: 15px;
    border-radius: 8px;
    border: 0.5px solid transparent;
    background: transparent;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-content: center;
	transition: all 0.4s ease;
}

.innovation-card:hover .overlay_icon {
    border: 0.5px solid #ffffff69;
	background: rgba(215, 99, 65, 0.6);

}

.innovation-card:hover .overlay_icon img {
	transform: scale(1);
}

div#lamp img {
    width: 31px;
    object-fit: contain;
}

.innovation-card:hover img {
    filter: none;
}

.overlay_icon img {
    width: 38px;
    filter: none;
    object-fit: contain;
    transform: scale(1);
    padding: 4px;
}



/* Overlay */
.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 20px 41px 20px;
    color: #fff;
    background: linear-gradient(to top, rgba(0,0,0,0.75), transparent);

    transform: translateY(20px);
    transition: transform 0.6s ease-in-out;
}

/* Title */
.overlay h3 {
    margin: 0;
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/* Hover */
.innovation-card:hover .overlay{
    transform: translateY(0);
}

/* Description hidden */
.overlay p {
    font-size: 18px;
    margin-top: 6px; 
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transform: translateY(10px);
    transition: all 0.6s ease-in-out;
    color: #FFF;
    font-family: Nunito;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* Show description */
.innovation-card:hover .overlay p {
    opacity: 1;
    max-height: 100px;
    transform: translateY(0);
}



/*  Hover Card */
.innovation-card:hover {
    transform: scale(1); /* slightly better than 1.03 */
    z-index: 5;
/*     box-shadow: 0 15px 40px rgba(0, 255, 200, 0.25); */
	width:35%;
}

/* Image zoom */
.innovation-card:hover img {
    filter: brightness(1.8);
    transform: scale(1.08);
}

.innovation-card:hover .overlay{
	border-radius: 0 0 20px 20px;
/* 	background: linear-gradient(0deg, #162A50 0%, rgba(22, 42, 80, 0.00) 135.96%); */
	background: linear-gradient(0deg, rgba(215, 99, 65, 0.6) 0%, rgba(215, 99, 65, 0) 135.96%);
	backdrop-filter: blur(2px);
	min-height: 160px;
}



/* Title move */
.innovation-card:hover .overlay h3 {
    transform: translateY(-5px);
}

/* Optional: smooth sibling effect (recommended UX upgrade) */
.innovation-wrapper:hover .innovation-card:not(:hover) {
    transform: scale(0.98);
    filter: brightness(0.85);
}


@media (min-width: 768px) and (max-width: 1024px) { 
.innovation-wrapper {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: row;
}
.innovation-card {
    width: 48%;
}	
.innovation-card:hover {
    width: 48%;
}
	
}	


.iov_number {
    position: absolute !important;
    z-index: 99 !important;
    right: 25px !important;
    top: 15px !important;
}

.iov_number h4 {
    font-family: Montserrat;
    font-weight: 500;
    color: #fff !important;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0%;
    opacity: 1;
}


.iov_tabs .e-n-tabs-heading {
    background: #252522;
    width: fit-content;
    padding: 6px;
    border-radius: 12px;
}

.elementor-185 .elementor-element.elementor-element-cbed98f.elementor-widget-n-tabs > .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title[aria-selected="true"], .elementor-185 .elementor-element.elementor-element-cbed98f.elementor-widget-n-tabs > .e-n-tabs[data-touch-mode='true'] > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:hover {
    background: var( --e-global-color-4de67ad ) !important;
}



#sidebar_image {
    position: relative;
    overflow: visible !important;
    z-index: auto;
}
#sidebar_image::before {
    content: "";
    position: absolute;
    top: 0;
    left: -132px;
    width: 135px;
    height: 151px;
    background-image: url("https://www.aspacio.com.sg/wp-content/uploads/2026/05/Component-2.svg");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    pointer-events: none;
    transform: rotate(-16deg);
}
#sidebar_image::after {
    content: "";
    position: absolute;
    top: 77px;
    left: -160px;
    height: 138px;
    background-image: url("https://www.aspacio.com.sg/wp-content/uploads/2026/05/Component-2.svg");
    background-repeat: no-repeat;
    background-size: 88%;
    z-index: -1;
    pointer-events: none;
    transform: rotate(124deg);
    width: 160px;
}

#sidebar_image2 {
    position: relative;
    overflow: visible !important;
    z-index: auto;
}
#sidebar_image2::before {
    content: "";
    position: absolute;
    top: 0px;
    left: -30%;
    width: 143px;
    height: 149px;
    background-image: url("https://www.aspacio.com.sg/wp-content/uploads/2026/05/Component-2.svg");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    pointer-events: none;
    transform: rotate(-10deg);
}

/* content samne */
#sidebar_image .elementor-widget-container,
#sidebar_image img{
    position: relative;
    z-index: 2;
}

#half_bg1 {
    overflow: hidden;
  
	background-image:none !important;
}
#half_bg1:after{
	content:"";
	background-image:url("https://www.aspacio.com.sg/wp-content/uploads/2026/05/logo-tin-line.svg");
	    background-repeat: no-repeat !important;
    background-size: 55% 95% !important;
    background-position: 52.6% 59px;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: auto;
    left: 2px;
        opacity: 0.5;
}
/* .section_vertical_line::before {
    content: "";
    width: 1px;
    height: 1855px;
    position: absolute;
    left: 60%;
    z-index: 99;
    top: -60px;
    opacity: .5;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        rgba(255,255,255,0.8) 0%,
        rgba(255,255,255,0.8) 90%,
        transparent 100%);
} */


.section_vertical_line{
    position: relative;
}


/* 2 strart section_vertical_line2 */
.section_vertical_line2{
    position: relative;
}

*/

/* BASE LINE */
.section_vertical_line2::before {
    content: "";
    width: 1px;
/*     height: 2055px; */
   /* height: 1800px;*/
    position: absolute;
/*     left: 60%; */
    top: -60px;
    opacity: .5;
    z-index: 1;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        rgba(255, 255, 255, 0.51) 25%,
        rgba(255, 255, 255, 0.8) 91%,
        transparent 100%
    );
}

/* PROGRESS LINE (optional if using JS scroll effect) */
.section_vertical_line2::after {
    content: "";
    width: 1px;
/*     height: 2055px; */
	height: 1800px;
    position: absolute;
/*     left: 60%; */
    top: -60px;
    z-index: 2;
    background: rgba(255,255,255,0.9);

    transform: scaleY(var(--progress, 0));
    transform-origin: top;
}

/* end  */


.iov_svg svg {
    height: 878px;
    margin-left: -83px !important;
}
.iov_sm_line {
    width: 1px;
    background: #fff;
    height: 119px;
}

.delevery_count h2 {
    display: flex !important;
    gap: 11px !important;
    align-items: stretch !important;
}

.delevery_count span {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 30px;
    background: #D76341;
    display: flex;
    width: 45px;
    height: 45px;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 4px !important;
}

/* contact form css  */

.contact_form input[type="text"],
.contact_form input[type="email"],
.contact_form input[type="number"],
.contact_form input[type="tel"],
.contact_form textarea{
    padding-left: 0 !important;
}

.contact_form input:focus,
.contact_form textarea:focus,
.contact_form select:focus{
    outline: none !important;
    box-shadow: none !important;
    border-color: inherit !important;
}
.contact_form input,
.contact_form textarea{
    color: #252522 !important;
}

/* Email sidebar   */

.fixed-email{
    position: fixed;
    right: -55px;
    top: 70%;
    transform: translateY(-50%) rotate(-90deg);
    z-index: 999;
}

.fixed-email a {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #D76341;
    color: #fff;
    padding: 11px 24px;
    border-radius: 20px 20px 0 0;
    text-decoration: none;
    transition: .3s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    font-family: Nunito;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
}

.fixed-email a:hover{
    background: #252522;
    right: 0;
}

.fixed-email .icon{
    display: flex;
    align-items: center;
    justify-content: center;
}

/* End  */


.btn_icon .elementor-button-icon svg path{
    transition: .3s ease;
}

.btn_icon .elementor-button-link:hover .elementor-button-icon svg path{
    stroke: #D76341;
}
/* .principle::before {
    background-image: url("https://www.aspacio.com.sg/wp-content/uploads/2026/05/gradient-1.png");
    --background-overlay: '';
    background-position: 0px -163px;
} */


.iov_svg::before {
    position: absolute;
    content: '';
    border-bottom: 1px solid #fff;
    width: 221px;
    bottom: 6px;
    right: 0;
}
a.know-more{
    position: relative;
}
a.know-more{
    transition: .3s ease;
}

a.know-more img{
    transition: .3s ease;
}

a.know-more:hover{
    color:#D76341;
}

a.know-more:hover img{
    filter: brightness(0) saturate(100%) invert(55%) sepia(38%) saturate(1123%) hue-rotate(326deg) brightness(95%) contrast(90%);
}

/* .section_vertical_line::before,
.section_vertical_line::after,
.section_vertical_line2::before,
.section_vertical_line2::after {
    left: var(--line-left);
}

 */

#half_bg1 .line-bar {
	height: 160px;
	top: unset;
	bottom: 0px;
	z-index: 1;
	background: linear-gradient(to bottom, transparent, #ffffff78) !important;
}

.line-bar {
    background: #ffffff73 !important;
}

.has-bg-dark em::before {
    position: absolute;
    width: 50px;
    content: '';
    height: 205px;
    margin-left: 39px;
    top: -82px;
    z-index: -1;
    opacity: .9;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        var(--dark, #252522) 20%,
        var(--dark, #252522) 80%,
        transparent 100%
    );
}



.about_lists{
    position: relative;
}

.about_lists::after {
    content: '';
    position: absolute;
    top: 20px;
    bottom: 20px;
    right: -20px;
    width: 1px;
    background: linear-gradient(
        to bottom,
        transparent,
        #252522,
        transparent
    );
}



/* carve slider css  */

.page-id-844 .e-con:where(:not(.e-div-block-base)){
	transition:unset !important
}


#about_slider .e-con:where(:not(.e-div-block-base)){
    transition: unset !important;
}

#about_slider .e-con,
#about_slider .e-con * {
    transition: none !important;
}


.curve-section {
    width: 100%;
    height: 82vh;
    overflow: hidden;
    position: relative;
}



.arc-wrap {
    position: absolute;
    left: 50%;
    bottom: -320px;
    transform: translateX(-50%);
    width: 2000px;
    height: 600px;
    pointer-events: none;
}

.wheel__card {
    overflow: hidden;
    cursor: pointer;
    pointer-events: all;
    position: absolute;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    width: 442px;
    height: 400px;
}


.card__media {
    position: relative;
    width: 100%;
    height: 100%;
}

.card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.overlay4 {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 55%);
    z-index: 1;
}

.card__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 16px 18px;
    z-index: 2;
}


.card__content h3 {

	color: #FFF;
	font-family: Montserrat;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.card__content p {
  margin: 4px 0 0;
  font-size: 12px;
  opacity: 0.8;
}

.card__content{
    opacity:0;
    visibility:hidden;
    transform:translateY(20px);
    transition:all .4s ease;
}

.wheel__card.active .card__content{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}


.wheel__card.active .overlay4 {
    position: absolute;
    inset: 0px;
    z-index: 1;
    background: linear-gradient(0deg, rgba(215, 99, 65, 0.6) 0%, rgba(215, 99, 65, 0) 23.96%);
}


.consultaion_btn {
    position: absolute;
    transform: translate(-50%,-50%);
    bottom: 200px;
    left: 50%;
}


/*=========== Project Details Page ===========*/


.info_details .gallery {
	display: flex;
	width: 100%;
	height: 450px;
	gap: 24px;
	overflow: hidden;
}
.info_details .panel{
    position:relative;
    flex:1;
    overflow:hidden;
/*     transition:flex 0.5s cubic-bezier(.4,0,.2,1); */
	transition: all 0.7s ease;
}


.info_details .panel:hover{
    flex:1.5;
}
.info_details .panel-img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    background:#888;
    transition:transform 0.5s ease;
}
.info_details .panel:hover .panel-img{
    transform:scale(1.04);
}
.info_details .panel-bg{
    position:absolute;
    inset:0;
    background-size:cover;
    background-position:center;
    transition:transform 0.5s ease;
}
.info_details .panel:hover .panel-bg{
    transform:scale(1.04)
}
.info_details .panel .overlay{
    position:absolute;
    inset:0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 71.93%, rgba(0, 0, 0, 0.55) 100%),
linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%); 
transform: unset;
}
 
.info_details .top-label {
	position: absolute;
	top: 24px;
	left: 20px;
	color: #fff;
	font-family: "Montserrat", Nunito;
	font-weight: 500;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0%;
} 
.info_details .bottom-info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 24px 28px 24px 20px;
	transform: translateY(20px);
	opacity: 0;
	transition: opacity 0.35s ease,transform 0.35s ease;
	background: linear-gradient(0deg, rgba(215, 99, 65, 0.6) 0%, rgba(215, 99, 65, 0) 135.96%);
	backdrop-filter: blur(4px);
}
.info_details .panel:hover .bottom-info{
    opacity:1;
    transform:translateY(0);
}
.info_details .bottom-info h3 {
	color: #fff;
	font-family: "Montserrat", Nunito;
	font-weight: 500;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0%;
	margin-bottom: 10px;
	margin-top: 0;
}
.info_details .bottom-info p {
	color: rgba(255,255,255,0.88);
	margin: 0;
	font-family: "Nunito", Nunito;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
}

.info_details .bg1{
    background-image: url('../../../uploads/2026/06/CONNECTING.webp');
}
.info_details .bg2{
    background-image:url('../../../uploads/2026/06/CULTIVATING.webp');
}
.info_details .bg3{
    background-image:url('../../../uploads/2026/06/COLLABORATING.webp');
}
.info_details .bg4{
    background-image:url('../../../uploads/2026/06/COCOONING.webp');
}

/* suss-blk-c page  */

.info_details .bg5{
    background-image:url('../../../uploads/2026/06/C1-2-11-800x600.jpg.webp');
}

.info_details .bg6{
    background-image:url('../../../uploads/2026/06/22-1.webp');
}
.info_details .bg7{
    background-image:url('../../../uploads/2026/06/Mounties.webp');
}

/* servicesg-centre page  */

.info_details .bg8{
    background-image:url('../../../uploads/2026/06/111.webp');
}

.info_details .bg9{
    background-image:url('../../../uploads/2026/06/Signage.png');
}

.info_details .bg10{
    background-image:url('../../../uploads/2026/06/Pantry-Cum-Back-Office-Area.webp');
}

.info_details .bg11{
    background-image:url('../../../uploads/2026/06/3.3-1.webp');
}

.info_details .bg12{
    background-image:url('../../../uploads/2026/06/CONCIERGE.webp');
}

.info_details .bg13{
    background-image:url('../../../uploads/2026/06/Pantry-Cum.webp');
}

.info_details .bg14{
    background-image:url('../../../uploads/2026/06/Waiting-area.webp');
}

.info_details .bg15{
    background-image:url('../../../uploads/2026/06/Service-consultation-room.webp');
}

.info_details .bg16{
    background-image:url('../../../uploads/2026/06/Private-consultation-room.webp');
}
.info_details .bg17{
    background-image:url('../../../uploads/2026/06/Seminar-Room.webp');
}

/* End  */

.table_sec .spec-card {
  width: 100%; 
  background-color: #fcf9f5;  
  padding: 0;
  margin: 0; 
}
.table_sec .spec-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0em;
  color: #000000;
}
.table_sec .spec-header {
	text-align: left;
	line-height: 140%;
	padding: 49px 90px 38px 90px;
	background: #f1ede4;
	margin: 0;
}
.table_sec .spec-table {
  display: grid;
  grid-template-columns: 1fr 1fr;  
}
.table_sec .spec-cell {
	padding: 22px 90px;
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: 400;
	color: black;
	line-height: 100%;
}

.delivery h2 {
    transform: rotate(90deg);
    white-space: nowrap;
    margin-top: 60px !important;
    margin-left: 30px !important;
}


/* portfolio slider css   */

  .section-text {
    max-width: 820px;
    margin-bottom: 52px;
    font-size: clamp(22px, 2.6vw, 36px);
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #1a1a1a;
  }

  .bottom-row {
    display: flex;
    align-items: flex-start;
  }

  .arrows {
    display: flex;
    gap: 6px;
    padding-top: 8px;
    flex-shrink: 0;
    margin-right: 40px;
  }

  .arrow-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1.5px solid rgba(26,26,26,0.5);
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.2s, background 0.2s;
  }
  .arrow-btn:hover { border-color: #1a1a1a; background: rgba(26,26,26,0.07); }
  .arrow-btn svg { width: 14px; height: 14px; fill: none; stroke: #1a1a1a; stroke-width: 1.8; }

  /* ── Slider: clips everything inside ── */
.iovslider {
    position: relative;
    flex: 1;
    aspect-ratio: 15/7;
    overflow: hidden;
    margin-left: 85px;
}

  /* ── Every slide: fills the slot ── */
  .slide {
    position: absolute;
    inset: 0;
    overflow: hidden;   /* clips own image for parallax */
    z-index: 1;
  }

  .slide.active { z-index: 2; }

  /* incoming slide starts fully off-screen right */
  .slide.incoming {
    z-index: 3;
  }

.iovslider .slide-img {
    position: absolute;
    inset: -1px;
    width: calc(100% + 2px);
/*     height: calc(100% + 2px); */
    background-size: cover;
    background-position: center;
    will-change: transform;
    height: 450px;
}

  /* Dots */
  .iovslider .dots {
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    align-items: center;
    z-index: 100;
  }

.iovslider .dot {
    cursor: pointer;
    border-radius: 30px;
    background: #D76341;
    position: relative;
    overflow: hidden;
    transition: width 0.35s cubic-bezier(0.4,0,0.2,1);
    width: 12px;
    height: 12px;
    fill: var(--d-76341, #D76341);
}

  .iovslider .dot.active {
    width: 34px;
    height: 12px;
    border-radius: 12px;
    background: var(--d-76341, #D76341);
}

  .iovslider .dot .fill {
    position: absolute;
    inset: 0;
    background: #fff;
    transform: scaleX(0);
    transform-origin: left;
    border-radius: 2px;
  }


/* services section css   */

.services-wrapper{
    max-width:1100px;
    margin:auto;
}

.services-filter{
    display:flex;
    align-items:center;
    gap:50px;
    margin-bottom:40px;
}

.filter-label {
    color: var(--000000, #000);
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.services-filter select {
    border: none;
    background: transparent;
    font-size: 18px;
    cursor: pointer;
    width: auto;
    border: 1px solid #F1EDE4;
    border-radius: 8px;
}

.services-filter select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 45px;
    padding-left: 15px;
    background: url("https://www.aspacio.com.sg/wp-content/uploads/2026/06/Frame-689.svg") no-repeat;
    background-position: calc(100% - 15px) center;
    background-size: 25px;
}

.services-list {
    padding-top: 50px;
}

.service-card {
    margin-bottom: 20px;
    position: relative;
    background: var(--f-1-ede-4, #F1EDE4);
    box-shadow: 0 -8px 35px 0 rgba(0, 0, 0, 0.12);
    width: 1080px;
    min-height: 600px;
    border-radius: 15px;
}
.service-card {
    position: sticky;
    top: 160px;
    z-index: 10;
}
/* .service-card:nth-child(1) { z-index: 50; }
.service-card:nth-child(2) { z-index: 60; }
.service-card:nth-child(3) { z-index: 70; }
.service-card:nth-child(4) { z-index: 80; }
.service-card:nth-child(5) { z-index: 90; }
.service-card:nth-child(6) { z-index: 100; }
.service-card:nth-child(7) { z-index: 110; }
.service-card:nth-child(8) { z-index: 120; }
.service-card:nth-child(9) { z-index: 130; }
*/

.service-card-inner {
    padding: 40px 60px;
    margin: auto;
}

.service-head{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    margin-bottom:30px;
}

.service-head h2 {
    margin: 0;
    font-family: Montserrat;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 66px;
    background: linear-gradient(0deg, #C4B9A5 -24.47%, #252522 74.11%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.service-no {
    color: var(--d-76341, #D76341);
    font-family: Montserrat;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.sections{
    width:100%;
}

.bottom-row{
    width:100%;
}

.services_top_bg::before {
    content: '';
    position: absolute;
    height: 100px !important;
    background: #fff !important;
    top: 0;
    width: 100%;
    opacity: 1;
}
.portfolio_short_info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    padding-top: 40px;
}
.portfolio_short_info p {
    color: var(--000000, #000);
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.portfolio_short_info a {
    color: #D76341;
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
	transition:all .3s ease-in-out;
}

.portfolio_short_info a:hover{
	 text-decoration-line: none;
	  color: var(--000000, #000);
}

/* p#no-service-msg {
    color: #fff;
    font-size: 21px;
    background: #ffffff80;
    width: fit-content;
    padding: 18px;
    backdrop-filter: blur(7px);
    border-radius: 10px;
} */

p#no-service-msg {
    color: rgb(255, 255, 255);
    font-size: 29px;
    background: none;
    width: stretch;
    padding: 18px;
    border-radius: 10px;
    min-height: 900px;
}

/* End  */


/* iov_wrappers_bgs  */


.iov_wrappers_bgs {
     position: absolute;
    transform: translate(-50%);
    left: 50%;
    bottom: -50px;
	z-index:1;
}
.iov_wrappers_bgs::before {
    content: '';
    position: absolute;
    border-bottom: 1px solid #ffffffab;
    width: 100%;
    height: 2px;
    bottom: 7px;
    right: -80%;
}

#iov_images_layers {
    position: sticky;
    top: 160px;
    overflow: hidden;
}

/* gallery image zoom  */

/* .gallery-spacing-custom .elementor-image-gallery .gallery-icon {
    padding: 0;
    overflow: hidden;
}

.gallery_zooms .gallery-item{
    overflow: hidden;
}

.gallery_zooms .gallery-item img{
    transition: transform 1.3s ease;
    display: block;
}


.gallery_zooms .gallery-item:hover img{
    transform: scale(1.2) !important;
	border-radius:15px;
} */

.gallery_zooms .gallery-icon{
    position: relative;
    overflow: hidden;
}

.gallery-spacing-custom .elementor-image-gallery .gallery-icon{
    padding: 0;
    overflow: hidden;
}

.gallery_zooms .gallery-item{
    position: relative;
    overflow: hidden;
    border-radius: 0px;
}

.gallery_zooms .gallery-item img{
    transition: transform 1.1s ease;
    display: block;
}

.gallery_zooms .gallery-item:hover img{
    transform: scale(1.2) !important;
	
}

/* Shine Effect */
.gallery_zooms .gallery-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: -83%;
    width: 50%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(
        to right,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,.4) 100%
    );
    transform: skewX(-25deg);
}

.gallery_zooms .gallery-item:hover::before{
    animation: shine 1.2s;
}

@keyframes shine{
    100%{
        left: 125%;
    }
}



/* only image effect  */
/* wrapper must control overflow */
.only_image_zooms{
    position: relative;
    overflow: hidden;
}

/* image zoom */
.only_image_zooms img{
    transition: transform 1.3s ease;
    display: block;
}

.only_image_zooms:hover img{
    transform: scale(1.050) !important;
}

/* shine effect */
.only_image_zooms::before{
    content: "";
    position: absolute;
    top: 0;
    left: -85%;
    width: 50%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(
        to right,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,.4) 100%
    );
    transform: skewX(-25deg);
}

.only_image_zooms:hover::before{
    animation: shine 1.1s ease;
}

@keyframes shine{
    100%{
        left: 125%;
    }
}


/* gallery animation  */

.gallery_zooms .e-gallery-item{
    position: relative;
    overflow: hidden;
}

.gallery_zooms .e-gallery-image{
    transition: transform 1.1s ease;
}

.gallery_zooms .e-gallery-item:hover .e-gallery-image{
    transform: scale(1.2);
}

.gallery_zooms .e-gallery-item::before{
    content: "";
    position: absolute;
    top: 0;
    left: -83%;
    width: 50%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(
        to right,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,.4) 100%
    );
    transform: skewX(-25deg);
}

.gallery_zooms .e-gallery-item:hover::before{
    animation: shine 1.2s;
}

/* End  */



.iov_tabs2 .e-n-tabs-heading {
    width: fit-content;
/*     display: inline-block; */
    margin: 0 auto;
    background: #252522;
    width: fit-content;
    padding: 6px;
    border-radius: 12px;
}


/*  .tabs_sidebars_right{
    position: sticky;
    top: 100px;
    height: 700px;
    overflow-y: auto;
} */
/*.suss_cards {
    position: sticky;
    top: 0;
} */

.tabs_sidebars_right {
    height: auto; 
    overflow: visible; 
}

.suss_cards {
    position: relative; 
    top: auto;

}
.elementor-tabs {
    position: relative;
}
.my_tack{
/* 	position: sticky;
    top: 90px; */
	min-width:400px;
}
/* about page services card  */
/* .projects-section {
	height:506px;
    overflow: hidden;
    position: relative;
    display: flex;
    padding-top: 0px;
    flex-direction: column;
}

.projects-wrap {
    display: flex;
    height: 100%;
    align-items: stretch;
    gap: 10px;
} */

.projects-section {
	height: 500px;
	position: relative;
/* 	position: sticky;
	top: 0;  */
	/* overflow: hidden;  ← remove or leave; the wrap clips now */
}

.projects-wrap {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    height: 100%;
    align-items: center;

    overflow-x: auto;            /* makes it a real horizontal scroller */
    overflow-y: hidden;
    overscroll-behavior-x: contain;  /* no browser back-swipe / scroll chaining */
    scrollbar-width: none !important;   /* Firefox: hide bar */
}
.projects-wrap::-webkit-scrollbar {     /* WebKit: hide bar via opacity/visibility */
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    background: transparent !important;
}
.projects-wrap::-webkit-scrollbar-thumb,
.projects-wrap::-webkit-scrollbar-track {
    opacity: 0 !important;
    visibility: hidden !important;
    background: transparent !important;
}

.projects-wrap a {
    flex: 0 0 auto;
    height: 100%;
    display: block;
}

.project-card {
    width: 450px;
    height: 480px;
    flex-shrink: 0;
    position: relative;
    transition: all .5s ease;
}

/* ------------------ */

.projects-contents {
    display: flex;
    flex-direction: column;
    align-content: center;
    text-align: center;
    width: 850px;
    margin: 0 auto;
}

.projects-contents2 {
    display: flex;
    flex-direction: column;
    align-content: center;
    text-align: center;
    width: 1360px;
    margin: 20px auto;
}

.projects-contents h2 {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.projects-contents3 p {
    color: #fff;
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 700px;
    float: right;
    min-height: 74px;
    width: 400px;
}

.project-media{
    position:relative;
    width:100%;
    height:100%;
}

.project-media img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:.4s ease;
}

.project-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        to top,
        rgba(0,0,0,.65) 0%,
        rgba(0,0,0,.25) 40%,
        rgba(0,0,0,0) 100%
    );
}

.project-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: linear-gradient(0deg, rgba(215, 99, 65, 0.60) 0%, rgba(215, 99, 65, 0.00) 135.96%);
    backdrop-filter: blur(2px);
    padding: 29px 10px 40px 20px;
}


/* End  */


.gallery_zooms .elementor-image-gallery .gallery-item img { 
	height: 330px !important;
	object-fit: cover;
}

.project-content h3{
    margin:0;
    color:#fff;
    font-size:22px;
    font-weight:400;
    line-height:1.2;
}

.project-card:hover img{
    transform:scale(1.05);
}


.icon-circle img {
    width: 50px;
}

.icon-circle {
    margin-bottom: -10px;
}

/* projects-contents3  */

.projects-contents3 {
	position:absolute;
	bottom:40px;
    width: 1350px;
    margin: 60px auto;
    display: block;
}
.projects-contents3 h2 {
    color: #fff;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: auto;
    text-align: right;
    margin-right: 192px;
}
.projects-contents3 p {
    color: rgb(255, 255, 255);
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 423px;
    float: right;
    padding-bottom: 40px;
    margin-right: 46px;
}


/* about page css  */
.abouts_logos h2.animate-title2 {
    text-align: center;
    position: absolute;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 56px;
    line-height: 100%;
    letter-spacing: 0%;
    transform: translate(-50%);
    right: 354px;
    top: 112px;
    color: #fff;
}

/* .abouts_logos .svg_line_hor::before {
    position: absolute;
    content: '';
    height: 1px;
    width: 1300px;
    border-bottom: 1px solid #fff;
    bottom: 6px;
    left: 50%;
    opacity: .5;
} */

/* .abouts_logos .vertical_bar_origin::before {
    content: '';
    width: 1px;
    height: calc(100% + 465px);
    background: #ffffffbf;
    z-index: 99;
    top: -507px;
    left: 41.81%;
    position: absolute;
	opacity: .5;
} */

.delevery_count img {
    display: flex;
    width: 60px;
    height: 60px;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 23.556px;
    border-radius: 100px;
    background: #ECD1C3;
}

.delevery_count h3.elementor-image-box-title {
    display: flex;
    gap: 10px;
    flex-direction: row;
    align-items: center;
}
.delevery_count span {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 30px;
    background: #D76341;
    display: flex;
    width: 38px !important;
    height: 38px !important;
    padding: 7px !important;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

/* End  */




/* .projects-contents3{
    position:absolute;
    left:0;
    bottom:40px;
    z-index:10;
	 width: 1350px;
    margin: 60px auto;
    display: block;
}
 */

.projects-contents3 {
/*     position: absolute;
    left: 280px;
    bottom: 40px; */
    z-index: 10;
    width: 1350px;
    margin: 0px auto;
    display: block;
}


.page-id-4533 .contact_btn a, .page-id-2790 .contact_btn a {
    /* background: #111111a3; */
    border: 1px solid #7d7d7d63 !important;
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background-color: #D76341 !important;
    color: #fff;
    text-decoration: none;
}

.nav-down:hover,
.nav-down:focus,
.nav-down:active {
    background-color: #D76341 !important;
}

.nav-down:hover img,
.nav-down:focus img,
.nav-down:active img {
    filter: brightness(0) invert(1);
}


.home-form .gform-theme--foundation .gfield textarea {
    inline-size: 100%;
    height: 78px !important;
}


/* Testimonials slider css  */

.iov_testmonials .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #D76341;
    cursor: pointer;
    transition: all .3s ease;
	opacity: 1;
}
.iov_testmonials .swiper-pagination-bullet-active {
    background: #D76341;
    transform: scale(1.2);
    width: 34px !important;
    height: 12px !important;
    angle: 0 deg;
    opacity: 1;
    border-radius: 12px !important;
}

/* next Loop Carousel Card */
.main_card {
    background: #f1ede7cc !important;
    backdrop-filter: blur(4px);
}


.iov_testmonials .swiper-slide-next .main_card {
    background: #d76341b3 !important;
    backdrop-filter: blur(5px);
}

/* Active card text */
.iov_testmonials .swiper-slide-next .main_card,
.iov_testmonials .swiper-slide-next .main_card * {
    color: #fff !important;
}
.iov_testmonials .swiper-slide-next .elementor-widget-image img {
    filter: brightness(0) invert(1) !important;
}


/* Hover */
.know-more-link:hover text {
    fill: #D76341;
}

/* If the SVG icon is black/white, tint it */
.know-more-link:hover image {
    filter: brightness(0) saturate(100%) invert(48%) sepia(61%) saturate(1178%) hue-rotate(332deg) brightness(94%) contrast(92%);
}


.desktop_contactus {
    display: none !important;
}



