/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 25 2025 | 22:22:44 */
ul.dropdown-menu-1 {
    margin-left: 0px !important;
}




.surchh .premium-search__input {
    padding-left: 44px !important;
}

.surchh .premium-search__input-wrap {
    position: relative;
}

.surchh .premium-search__input-wrap::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 12px;
    bottom: 0px;
    width: 26px;
    aspect-ratio: 1/1;
    background-image: url(https://digimarketing.sg/blog/wp-content/uploads/2025/08/mingcute_search-line.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.surchh button.premium-search__btn {
    white-space: nowrap;
}



/* Front Posts */

.front-posts article.elementor-post {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.front-posts article.elementor-post a.elementor-post__thumbnail__link {
    margin: 0px !important;
}

.front-posts article.elementor-post .elementor-post__thumbnail {
    padding-bottom: 0px !important;
    aspect-ratio: 1/1;
/*     min-height: 460px; */
}

.front-posts article.elementor-post .elementor-post__text {
    position: absolute !important;
    bottom: 0px !important;
    left: 0px !important;
    padding: 24px !important;
}

.front-posts article.elementor-post .elementor-post__text .elementor-post__title {
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.front-posts article.elementor-post .elementor-post__text .elementor-post__excerpt {
    margin-bottom: 20px !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.front-posts article.elementor-post .elementor-post__text a.elementor-post__read-more {
    margin-bottom: 0px !important;
	position: relative;
}

.front-posts article.elementor-post .elementor-post__thumbnail::before {
    content: "";
    position: absolute !important;
    top: 0px !important;
    left: 0 !important;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, #00000000 28%, hwb(0deg 0% 100% / 75%) 64%);
    z-index: 1;
    transform-origin: bottom;
    transition: all 0.3s;
}

.front-posts article.elementor-post:hover .elementor-post__thumbnail::before {
    backdrop-filter: brightness(80%);
}

.front-posts article.elementor-post .elementor-post__thumbnail img {
    width: 100% !important;
    object-fit: cover;
}

.front-posts article.elementor-post .elementor-post__badge {
    top: auto !important;
    bottom: 192px;
}

.front-posts article.elementor-post .elementor-post__text a.elementor-post__read-more::before {
    content: "";
    position: absolute;
    left: calc(100% + 10px);
    top: 0px;
    width: 20px;
    height: 20px;
    display: block;
    aspect-ratio: 1/1;
    background-image: url(https://digimarketing.sg/blog/wp-content/uploads/2025/08/solar_arrow-up-linear.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.sec-title .editor {
    font-style: italic;
}

a.fr-button:hover {
    color: #fff;
}

a.fr-button.pr-btn {
    background: #2C2C2C;
}

.front-posts .elementor-button:has(.e-load-more-spinner) .elementor-button-content-wrapper {
    gap: 10px !important;
    align-items: center !important;
}

.front-posts .elementor-button:has(.e-load-more-spinner) .elementor-button-content-wrapper::before {
    content: "";
    height: 32px;
    width: 32px;
    background-image: url(https://digimarketing.sg/blog/wp-content/uploads/2025/08/btn-arrow.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.front-posts .elementor-button:has(.e-load-more-spinner) {
    width: 286px;
    max-width: calc(100% - 30px);
}

.front-posts .elementor-button-wrapper:has(.e-load-more-spinner) {
	margin-top: 50px !important;
}





/* side Posts */


.side-posts .elementor-post__card {
    display: grid !important;
    grid-template-columns: 110px 1fr !important;
    gap: 12px;
    background: transparent !important;
    box-shadow: none !important;
}

.side-posts .elementor-post__card .elementor-post__thumbnail__link {
    margin: 0px !important;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 1/1;
}

.side-posts .elementor-post__card .elementor-post__thumbnail__link > div {
    height: 100%;
    padding: 0px !important;
}

.side-posts .elementor-post__card .elementor-post__thumbnail__link > div img {
    height: 100% !important;
    object-fit: cover !important;
}

.side-posts .elementor-post__card  .elementor-post__title {
    margin: 30px 0px 0px !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.side-posts .elementor-post__card .elementor-post__badge {
    right: auto !important;
    left: 26% !important;
}

.ast-separate-container #primary .ast-article-single {
    padding: 120px 15px !important;
}

.ast-separate-container #primary {
    margin: 0;
}

.ast-separate-container #primary .entry-header {
    max-width: 750px;
    margin: 0 auto 30px auto;
}
.ast-separate-container #primary li{
	list-style: disc !important;
}

.post-sec .elementor-element.elementor-element-2135b57 .elementor-post__card .elementor-post__badge {
    background: linear-gradient(90deg, #6fd6ff, #34a9ff, #0078d7);
}