.mnavbar {
    z-index: 999;
}

.mnavbar.fixed-top{
    margin-top: 0px;
}

.mnavbar .navbar-toggler {
     background-color: transparent;
}

.carousel-box {
    display: flex;
    align-items: center;
    padding: 25px;
}

[id] {
    scroll-margin-top: 120px;
}

.mcarousel-buttons .mcarousel-button{
    padding: 0 !important;
}

.carousel-box-wrap {
    width: 550px;
    height: 580px;
    margin: auto;
    position: relative;
}

.ss-step-bg {
    content: "";
    position: absolute;
    width: 550px;
    height: 580px;
    background-color: var(--color-teal);
    border-radius: 30px;
    border: 1px solid #000000;
    transform: rotate(15deg);
    z-index: 0;
    top: 0;
    left: 0;
}

.ss-step-box {
    position: relative;
    width: 550px;
    height: 580px;
    border-radius: 30px;
    background-color: var(--color-light-aqua); /* Light Aqua */
    padding: 30px;
    overflow: hidden;
    z-index: 1;
    border: 1px solid var(--color-teal);
}

.ss-step-box .ss-step-content {
    position: relative;
    z-index: 2;
    text-align: left;
    font-family: 'Roboto', sans-serif;
}

.ss-step-box .ss-step-content .image {
    border-radius: 20px;
}

.ss-step-box .ss-step-content .item-title {
    color: var(--color-dark-teal);
    font-family: Ubuntu, sans-serif;
    font-size: 30px;
    margin-top: 30px;
}

.ss-step-box .ss-step-content .item-description {
    color: var(--color-charcoal);
    font-size: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Số dòng tối đa */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.carousel-nav {
    margin-top: 60px;
}

.ss-steps {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    margin-top: 50px;
    padding: 0 30px;
}

.ss-steps::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    height: 1px;
    background: var(--color-light-aqua);
    z-index: 0;
}

.ss-step {
    text-align: center;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.ss-dot {
    width: 20px;
    height: 20px;
    background: #CFE5E5;
    border-radius: 50%;
    margin: 0 auto;
    border: 2px solid #CFE5E5;
}

.ss-step.active .ss-dot {
    background: var(--color-teal);
    border: 2px solid var(--color-white);
}

.ss-label {
    font-family: Ubuntu, sans-serif;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
    color: var(--color-teal);
}

.ss-step.active .ss-label {
    color: var(--color-white);
    font-weight: 700;
}

.custom-comment-form input {
    padding: 10px;
    border-radius: 10px;
    background-color: var(--color-off-white);
}

.custom-comment-form .mce-tinymce.mce-panel {
    border-radius: 25px;
    padding: 20px;
    background-color: var(--color-off-white);
}

.custom-comment-form .mce-tinymce .mce-panel {
    background-color: var(--color-off-white);
}

.custom-comment-form .mce-top-part {
    order: 2; /* chuyển toolbar xuống dưới */
}

.custom-comment-form .mce-edit-area {
    order: 1;
}

.custom-comment-form .mce-container-body.mce-stack-layout {
    display: flex;
    flex-direction: column;
}

.custom-comment-form div.mce-edit-area {
    background: var(--color-off-white) !important;
}

/* Màu nền toàn bộ toolbar */
.custom-comment-form .mce-toolbar-grp {
    background-color: #f4f4f4 !important;
    border: none;
    padding: 10px;
    border-radius: 12px;
}

/* Nút trong TinyMCE */
.custom-comment-form .mce-toolbar .mce-btn {
    background-color: #e0e0e0 !important;
    border: none;
    border-radius: 10px;
    box-shadow: none;
    color: #333;
}

/* Nút đang được hover */
.custom-comment-form .mce-toolbar .mce-btn:hover {
    background-color: #d0d0d0 !important;
    color: #000;
}

/* Nút đang được nhấn */
.custom-comment-form .mce-toolbar .mce-btn.mce-active {
    background-color: #bcbcbc !important;
    color: #000 !important;
}

.custom-comment-form .mce-toolbar-grp {
    border: none !important;
    box-shadow: none !important;
}

.custom-comment-form .mce-panel {
    border: none !important;
    box-shadow: none !important;
}

.custom-comment-form .mce-top-part::before {
    border: none !important;
    display: none !important; /* hoặc ẩn luôn */
}

.custom-comment-form .mce-toolbar .mce-container-body {
    display: flex;
    align-items: center;
}

.custom-comment-form .mce-toolbar .mce-btn-group:not(:first-child) {
    margin-left: auto;
    border: none !important;
}

.custom-comment-form .mce-toolbar .mce-btn {
    background-color: #DBDADA;
    color: #000000;
    border: none;
    border-radius: 8px;
    padding: 8px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s ease;

}

.custom-comment-form .mce-btn button {
    background-color: transparent !important;
}

.custom-comment-form .mce-btn button .mce-ico {
    color: #000000;
}

.custom-comment-form .mce-toolbar .mce-btn.mce-tinymce-submit-btn {
    padding: 10px 20px !important;
    font-size: 20px !important;
    color: #ffffff !important;
    border-radius: 100px;
    background-color: var(--color-dark-teal) !important;
}

.mce-toolbar .mce-btn.mce-tinymce-submit-btn button {
    font-size: 20px !important;
    color: #ffffff !important;
}

.comment-user {
    font-weight: bold;
}

.comment-date {

}

.comment-list .predictology-comment{
    padding: 40px 0;
}

.comment-list .predictology-comment:not(:last-child) {
    border-bottom: 1px solid #eee;
}

.mcarousel-buttons .mcarousel-button.mcarousel-button-sm{
    padding: 0 !important;
}

.wpcf7-not-valid-tip {
    padding: 10px 0;
}

.wpcf7-loading {
    display: none;
}


.mform .mbtn{
    text-transform: uppercase;
    font-weight: 700;
    padding: 20px 30px;
    border-radius: 15px;
    display: flex;
    align-self: center;
    align-items: center;
    font-size: 16px;
    width: 100%;
    text-align: center;
    justify-content: center;
}
.mform .wpcf7-response-output{
    margin: 0 !important;
}

.nav-item.login .nav-link{
	color: #56bfb4  !important;
    font-weight: 700 !important;
}

.mheader-page{
	background-image: url("/wp-content/uploads/2025/10/page-header.png")
}

@media (min-width: 992px) {
    .mcarousel-expert .item-wrapper {
        display: flex;
        align-items: center;
        height: 618px;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .carousel-box-wrap {
        width: 100%;
        height: 350px;
    }

    .ss-step-box {
        width: 100%;
        height: 350px;
    }

    .ss-step-bg {
        width: 100%;
        height: 350px;
    }

    .carousel-box-wrap {
        width: 100%;
        height: 350px;
    }

    .testimonial-widget .testimonial-item {
        width: 100%;
    }

}