/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 14 2025 | 08:54:45 */
/* General */
p:last-child {
	margin-bottom: 0;
}

.translateXCenter {
    left: 50%;
    transform: translateX(-50%);
}
.translateYCenter {
    top: 50%;
    transform: translateY(-50%);
}

.elementor-widget-button .elementor-button:hover {
	text-decoration: unset;	
}

@media(max-width: 1500px) and (min-width: 1025px) {
    .e-con {
        --content-width: 1200px;
    }
}

@media(min-width: 1025px) {
    .container-narrow {
        max-width: 1000px;
    }
}

/* Button */
.btn-primary {
	display: inline-block;
    background-color: #EF1C25;
    font-family: "Roboto", Sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    text-decoration: none;
    line-height: 1;
    color: #FFFFFF!important;
    border-style: none;
    border-radius: 50px 50px 50px 50px;
    padding: 15px 50px 15px 50px;
}
.btn-primary:hover {
    background-color: #BF2F35!important;
    color: #fff;
    text-decoration: unset!important;
}
/* btn back */
.elementor-element.btn-back .elementor-button-text {
    transition: all .3s ease;
    padding-left: 5px;
}
.elementor-element.btn-back:hover .elementor-button-text {
    padding-left: 0;
}

/* Header */
header .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
    position: absolute;
    right: -8px;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
}

header .hfe-nav-menu__layout-horizontal .hfe-nav-menu .hfe-menu-item {
    position: relative;
    display: block;
}

header .hfe-nav-menu__layout-horizontal .hfe-nav-menu  .hfe-sub-menu-item {
    display: block;
}

header .hfe-nav-menu li.menu-item.parent-has-child {
    padding-right: 10px;
}
@media(min-width: 1025px) {
	header .hfe-nav-menu .menu-item a {
		display: inline-block;
	}
	header .hfe-nav-menu .current_page_item > a {
		text-decoration: underline!important;
		font-weight: bold!important;
	}
}
@media(max-width: 1024px) {
	.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
		display: none;
	}
	
	.hfe-nav-menu__breakpoint-tablet .hfe-active-menu + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
		display: block;
	}
}

/* Footer Menu */
.footer-menu .menu-item a {
	display: inline-block;
}
.footer-menu .menu-item.parent {
    position: relative;
}

.footer-menu .menu-item.parent:not(:last-child):after {
    content: '|';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
    color: #54301A;
}

.footer-menu nav.hfe-nav-menu__layout-horizontal {
	margin-left: auto;
	left: unset!important;
	width: auto!important;
}

@media(max-width: 767px) {
	.footer-menu nav.hfe-nav-menu__layout-horizontal {
		margin: auto;
	}
}

/* Carousel */
.elementor-element .swiper .elementor-swiper-button.swiper-button-disabled, .elementor-element .swiper~.elementor-swiper-button.swiper-button-disabled, .elementor-lightbox .swiper .elementor-swiper-button.swiper-button-disabled, .elementor-lightbox .swiper~.elementor-swiper-button.swiper-button-disabled {
	opacity: .7;
}

/* Hero Banner */
.banner-wrap .swiper-wrapper { line-height: 0; }
.banner-wrap .swiper-slide-inner img {
    width: 100%;
    height: auto;
    aspect-ratio: 1728 / 640;
    object-fit: cover;
}
.banner-wrap .elementor-swiper-button {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0 0 0/20%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-slider .swiper-pagination {
    bottom: 20px!important;
    filter: drop-shadow(0px 3px 2px rgba(0 0 0 / 50%));
}

.banner-wrap-page {
    width: 100%;
    height: auto;
    min-height: unset!important;
    aspect-ratio: 1728 / 640;
    object-fit: cover;
}

@media(max-width: 767px) {
	.banner-wrap .swiper-slide-inner img {
		width: 100%;
		height: 100%;
		aspect-ratio: 750 / 1127;
	}

  .banner-wrap .elementor-swiper-button {
    width: 40px;
    height: 40px;
  }

  .banner-wrap-page {
    min-height: unset!important;
		aspect-ratio: 750 / 1334;
  }
}

/* Accordion */
.elementor-widget-n-accordion .e-n-accordion-item[open]> .e-n-accordion-item-title .e-n-accordion-item-title-text {
	font-weight: bold;
}
.e-n-accordion-item-title-header {
    width: calc(100% - 35px);
}

/* Home - Accordion */
.feature_tabImg {
  display: none;
}
.feature_tabImg.show {
  display: block;
}

/* Banner */
.title-wrap {
    clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
}

/* Form */
.frm_forms { font-family: 'Poppins'; font-size: 1rem; }
.frm_forms .frm_form_field label {
    font-size: 1.125rem;
    color: #000;
    font-weight: 500;
    padding-bottom: 10px;
}

.frm_forms .frm_form_field input, 
.frm_forms .frm_form_field select, 
.frm_forms .frm_form_field textarea {
    border-radius: 0;
    background: #f6f6f6;
    border: 1px solid #BCBCBC;
    padding: 10px 15px;
    min-height: 60px;
}

.frm_forms .frm_form_field .frm_submit {
    text-align: center;
}

.frm_forms .frm_form_field .frm_submit .frm_button_submit {
    display: inline-block;
    font-size: 1.125rem;
    font-family: inherit;
    padding: 15px 50px;
    background: #EF1C25;
    border-color: #EF1C25;
    border-radius: 150px;
    font-weight: bold;
}

/* Slick */
.slick-arrow {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index: 3;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.slick-prev {
    left: -35px;
}
.slick-next {
    right: -35px;
}
.slick-arrow.slick-disabled {
    opacity: 0.3;
    pointer-events: none;
}
.slick-dots {
    text-align: center;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 5px;
    padding: 0;
}
.slick-dots button {
    padding: 0;
    width: 10px;
    height: 10px;
    color: transparent!important;
    background: #D9D9D9;
    margin: 5px;
}
.slick-dots li.slick-active button,
.slick-dots li:hover button {
    background: #EF1C25;
}
.slick-dots li:only-child {
  display: none;
}

@media(max-width: 1024px) {
    .slick-arrow {
        width: 15px;
        height: 15px;
    }
    .slick-prev {
        left: -25px;
    }
    .slick-next {
        right: -25px;
    }
}

/* ListingA */
.listingA .wrap {
    background: #F6F6F6;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.listingA .thumb img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1.02;
    object-fit: cover;
}

.listingA .inner-wrap {
    padding: 30px 20px 40px;
    background: #F6F6F6;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.listingA .inner-wrap .title {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 30px;
}

.listingA .inner-wrap .btn-primary {
    margin-top: auto;
}

/* Modal */
.modal .btn-close {
    position: absolute;
    opacity: 1;
    padding: 5px!important;
    background-color: transparent!important;
    right: 20px;
    top: 20px;
}
.modal .btn-close:focus {
    box-shadow: none;
}
.modal .modal-content {
    border-radius: 0;
}
.modal-bot .modal-body {
    padding: 0;
}

.modal-bot .thumb-wrap {
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    height: 100vh;
}
.modal-bot .thumb-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modal-bot .detail-wrapper {
    padding: 50px;
    font-size: 1.25rem;
}

.modal-bot .modal-title {
    font-size: 2.5rem;
    font-weight: 900;
    font-family: "Roboto", sans-serif;
    margin-bottom: 20px;
    line-height: 1;
}

.modal-bot .list-title {
    color: #54301A;
    font-size: 1.875rem;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
}

.modal-bot .list-ctn-wrap {
    margin-bottom: 20px;
}
.modal-bot .list-ctn ol {
    padding-left: 20px;
}

.modal-bot .list-ctn ol li {
    margin-bottom: 3px;
}

@media(max-width: 1024px) {
    .modal-bot .thumb-wrap {
        height: 580px;
    }
}

@media(max-width: 767px) {
    .modal-bot .detail-wrapper {
        padding: 30px 20px;
        font-size: 1rem;
    }
    .modal-bot .modal-title {
        font-size: 1.75rem;
    }
    .modal-bot .list-title {
        font-size: 1.25rem;
    }
}

/* Thumb Gallery */
.ug-gallery-wrapper .ug-strip-panel {
    background-color: transparent!important;
}
.g-arrow {
    width: 100%;
}
.g-arrow .ue-remote-carousel-navigation {
    justify-content: space-between;
    width: 100%;
}
.g-arrow .ue-remote-arrow.ue-carousel-prev {
    left: -50px;
    position: relative;
}
.g-arrow .ue-remote-arrow.ue-carousel-next {
    right: -50px;
    position: relative;
}
 
@media(max-width: 767px) {
    .ug-thumb-wrapper.ug-thumb-generated {
        width: 80px !important;
        height: 50px !important;
    }
    .g-arrow .ue-remote-arrow.ue-carousel-prev {
        left: 0px;
    }
    .g-arrow .ue-remote-arrow.ue-carousel-next {
        right: 0px;
    }
}

/* ------------ Listing A - Featured ------------*/
.listing-featuredA .item-wrap {
    padding: 5px 10px;
}
.listing-featuredA .thumb {
    display: flex;
    width: 100%;
    height: 100%;
}
.listing-featuredA .thumb img {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}
.listing-featuredA .ctn-wrap {
    background: #FFC120;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px;
    gap: 20px;
    text-align: center;
}
.listing-featuredA .title {
    font-size: 1.875rem;
    font-family: 'Roboto',sans-serif;
    font-weight: 900;
    color: #54301A;
    text-transform: uppercase;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.listing-featuredA .title .first-word {
    color: #fff;
}
/* .listing-featuredA .btn-primary {
    font-size: 0.9375rem!important;
} */

@media(max-width: 1024px) {
    .listing-featuredA .ctn-wrap {
        padding: 50px 30px;
    }
    .listing-featuredA .title {
        font-size: 1.25rem;
    }
    .listing-featuredA .btn-primary {
        padding: 12px 30px;
    }
}

/* ------------ ListingB ------------*/
.listingB .item-wrap {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.listingB .thumb {
    width: 100%;
}
.listingB .thumb img {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}
.listingB .ctn-wrap {
    padding: 30px;
    background: #FFE478;
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 10px;
}
.listingB .col-12:nth-child(even) .ctn-wrap {
    background: #FFC120;
}
.listingB .ctn-wrap .date {
    font-size: 0.875rem;
}
.listingB .ctn-wrap .title {
    color: #54301A;
    font-size: 1.25rem;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.listingB .ctn-wrap .text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.listingB .btn-wrap {
    margin-top: auto;
}
.listingB .btn-read-more {
    display: inline-block;
    font-weight: bold;
    color: #000!important;
}


/* --------- Pagination --------- */
.pagination {
    display: flex;
    justify-content: center;
    margin: 0;
}
.pagination ul.page-numbers {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 0;
}
.page-numbers > li .page-numbers {
    font-size: 1rem;
    font-weight: 600;
    width: 40px;
    height: 40px;
    background: #f2f2f2;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    padding: 5px 10px;
}

.page-numbers > li .next, 
.page-numbers > li .prev {
    background: transparent;
    width: unset;
    height: unset;
}
.page-numbers > li .page-numbers.current,
.page-numbers > li .page-numbers:hover {
    text-decoration: none;
    background: #EF1C25;
    color: #fff;
}

/* ------------- IconList swrap ------------- */
.iconList-wrap .list-wrap {
    position: relative;
}

.iconList-wrap .list-wrap:not(:last-child)::after {
    content: '';
    top: 0;
    right: -14px;
    width: 1px;
    height: 100%;
    background: #BCBCBC;
    position: absolute;
}

@media(max-width: 1025px) {
    .iconList-wrap .list-wrap:nth-child(2n+2):after {
        content: none;
    }

    .iconList-wrap .list-wrap:not(:last-child)::after {
      top: calc(-30px/4);
      height: calc(100% + 30px);
    }

    .iconList-wrap .list-wrap:not(:nth-child(-n+2))::before {
      content: '';
      position: absolute;
      top: -10px;
      left: 0;
      width: calc(100% + 30px);
      height: 1px;
      background: #BCBCBC;
  }
}

@media(max-width: 767px) {
      .iconList-wrap .list-wrap:not(:last-child)::after {
      top: calc(-15px/4);
      height: calc(100% + 15px);
    }
    .iconList-wrap .list-wrap:not(:nth-child(-n+2))::before{
      width: calc(100% + 15px);
    }
}

/* ------------- circleList swrap ------------- */
.circleList-wrap {
    align-items: center;
}

.circleList-wrap .list-wrap {
    aspect-ratio: 1/1;
    height: 100%;
    align-items: center;
    align-self: center;
    justify-content: center;
}

/* ------------- boxItem swrap ------------- */
.boxItem-wrap .list-wrap ul, .boxItem-wrap .list-wrap ol {
    padding-left: 15px;
    margin-bottom: 0;
}

.boxItem-wrap .list-wrap p:last-child {
    margin-bottom: 0;
}

@media(max-width: 1025px) {
    .boxItem-wrap .list-wrap:nth-child(n+5):nth-child(odd) {
        background: #FFE478;
    }

    .boxItem-wrap .list-wrap:nth-child(n+5):nth-child(even) {
        background: #FFC120;
    }
}

/* ------------- Detail Page ------------- */
.page-detail-page .detail-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
}
.page-detail-page .btn-wrap {
    margin-bottom: 30px;
}
.page-detail-page .btn-back {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    text-decoration: none!important;
    font-size: 1.25rem;
    color: #000;
    transition: all .3s ease;
}
.page-detail-page .btn-back::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 20px;
    height: 8px;
    background: url(https://cmp-wp-v2.innity-asia.com/my/mrdiy-yayasan-staging/wp-content/uploads/2025/09/arrow-back.svg)no-repeat;
    background-size: 100%;
}
.page-detail-page .btn-back:hover {
    padding-left: 30px;
    text-decoration: none;
}
.page-detail-page .page-title {
    color: #54301A;
    font-size: 2.5rem;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.page-detail-page .page-title span {
    color: #FFC120;
}
.page-detail-page .section-title {
    color: #54301A;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
}
.page-detail-page  .cover-img {
    margin-bottom: 30px;
}
.page-detail-page .cover-img img {
    width: 100%;
    height: auto;
}
.page-detail-page .body-content {
    text-align: justify;
}
.page-detail-page .body-content p {
    margin-bottom: 25px;
    text-align: justify;
}
.page-detail-page .related-post-wrapper {
    padding-bottom: 50px;
}

@media(max-width: 1024px) {
    .page-detail-page .detail-wrapper {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .page-detail-page .related-post-wrapper {
        padding-bottom: 10px;
    }
    .page-detail-page .page-title,
    .page-detail-page .section-title{
        font-size: 1.75rem;
        margin-bottom: 20px;
    }
}

@media(max-width: 767px) {
    .page-detail-page .detail-wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .page-detail-page .btn-wrap {
        margin-bottom: 15px;
    }
    .page-detail-page .btn-back {
        font-size: 1rem;
        padding-left: 25px;
    }
    .page-detail-page .btn-back::before {
        width: 15px;
        height: 6px;
    }
}

/* ------------- Listing - Related post ------------- */
.listing-related-post .list-col {
    padding: 0px 15px;
    height: auto;
}
.listing-related-post .item-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.listing-related-post .item-wrap .thumb img {
    width: 100%;
    height: auto;
    aspect-ratio: 402 / 250;
    object-fit: cover;
}
.listing-related-post .item-wrap .ctn-wrap {
    background: #FFC120;
    padding: 50px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.listing-related-post .item-wrap .ctn-wrap .title {
    font-size: 1.25rem;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.listing-related-post .item-wrap .ctn-wrap .title span {
    color: #fff;
}
.listing-related-post .btn-wrap {
    margin-bottom: 0;
}
.listing-related-post .item-wrap .ctn-wrap .btn-primary {
    /* font-size: 0.875rem; */
}
.listing-related-post .slick-track {
    display: flex;
}

@media(max-width: 1024px) {
    .listing-related-post .item-wrap .ctn-wrap {
        padding: 30px;
    }
    .listing-related-post .item-wrap .ctn-wrap .title {
        font-size: 1.125rem;
    }
}

