@media screen and (max-width: 430px) {
    .hd-author .ctn {
        display: none;
    }
}

.mobile-nav .menu-nav>.menu-list>.menu-item.current_page_item>a,
.mobile-nav .menu-nav>.menu-list>.menu-item.current-menu-item>a,
.mobile-nav .menu-nav>.menu-list>.menu-item.current_page_parent>a,
.mobile-nav .menu-nav>.menu-list>.menu-item.current-menu-parent>a,
.mobile-nav .menu-nav>.menu-list>.menu-item.current-post-parent>a {
    color: var(--text-pri) !important;
}

@media screen and (max-width: 500px) {
    .hd-left .hd-logo {
        height: 4.5rem;
    }
}

@media screen and (max-width: 420px) {
    .hd-left .hd-logo {
        height: 4rem;
    }
}

@media screen and (max-width: 389px) {
    .hd-left .hd-logo {
        height: 3rem;
    }
}

/* 21/05/2025 */
@media screen and (max-width: 600px) {
    .homes-all-cate .swiper-slide {
        width: calc(100% / 6);
    }
}

@media screen and (max-width: 430px) {
    .homes-all-cate .swiper-slide {
        width: calc(100% / 4.5);
    }
}

/* fb 11/06/2025 */

.page-thank {
    min-height: 70vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.thank-ctn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4rem 2rem;
    border: 0.1rem solid var(--cl-bd);
    border-radius: var(--radius);
    max-width: 60rem;
    margin: 0 auto;
    text-align: center;
    gap: 1rem;
}

.thank-ctn .icon {
    width: 4rem;
    height: 4rem;
    color: #1c7306;
}

.thank-ctn .icon i {
    font-size: 4rem;
}

.thank-ctn .tt {
    --f-sz: clamp(2.4rem, calc(2.0557rem + 0.4918vw), 3rem);
    font-size: var(--f-sz);
    font-weight: 700;
}

.thank-ctn .btn-group {
    margin-top: 2.4rem;
}

.thank-ctn .btn-group .txt {
    font-weight: 700;
    --f-sz: clamp(1.5rem, calc(1.3279rem + 0.2459vw), 1.8rem);
    font-size: var(--f-sz);
    margin-bottom: 1rem;
}

.thank-ctn .social-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.drp-buttons {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.drp-buttons .btn {
    height: 3rem;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.drp-buttons .btn::after {
    display: none;
}

@media (hover: hover) {
    .drp-buttons .btn:hover {
        background-color: var(--color-second);
    }
}


@media screen and (max-width: 500px) {
    .hd-act .btn-box {
        display: none;
    }
}

.btn-actions-mb {
    padding: 0 2rem;
    display: flex;
    gap: 1rem;
}

.package-type {
    padding: .5rem 1rem;
    border-radius: 100rem;
    background: var(--color-pri);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    line-height: 1;
    margin: 0.5rem 0;
    white-space: nowrap;
    font-size: 1.3rem;
}
.package-type.premium {
    background: linear-gradient(to right, #ff9747, #fa9304);
}

/*# sourceMappingURL=backdoor.css.map */