.ez-toc-counter nav ul li a::before {
    color: #0a3d2c;
}

/* Ẩn search và social icons trong menu mobile */
#main-menu .searchform-wrapper, 
#main-menu .social-icons {
    display: none !important;
}

/* 1. Đổi nền xanh gradient cho toàn bộ menu mobile */
#main-menu.mobile-sidebar {
    background: -webkit-linear-gradient(0deg, rgb(0, 121, 192) 0%, rgb(0, 177, 225) 100%);
    width: 100% !important; /* Đẩy rộng toàn màn hình */
    max-width: 100% !important;
}

/* 2. Căn giữa danh sách menu */
#main-menu .sidebar-menu {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 0;
}

/* 3. Style cho các mục chữ (Trang chủ, Tổng quan...) */
#main-menu .sidebar-menu li a {
    color: #ffd237 !important; /* Màu vàng đồng */
    font-size: 18px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: none !important; /* Xóa gạch chân mặc định */
    padding: 15px 0 !important;
    margin-left: 20px;
}

/* 4. Tùy chỉnh nút Close (Dấu X) */
#main-menu .mfp-close {
    color: #fff !important;
    background-color: rgba(255,255,255,0.1);
    border-radius: 50%;
    top: 20px !important;
    right: 20px !important;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.col, .columns, .gallery-item {
    margin: 0;
    padding: 0px 10px 10px ;
    position: relative;
    width: 100%;
}

span.widget-title {
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 0;
    background: linear-gradient(180deg, #FEC626 0%, #CCA126 100%);
    padding: 15px;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: block;
    text-align: center;
}

input[type="submit"] {
    height: 40px;
     background: linear-gradient(180deg, #FEC626 0%, #CCA126 100%);
    color: #FFF;
    box-shadow: 0 3px 0 0 #337cbb;
     text-align: center;
    margin-bottom: 4px;
    border: 1px #ecc09a solid;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    ext-decoration: none;
    width: max-content;

}

input[type="submit"]:hover {
    background-image: -webkit-linear-gradient(0deg, rgb(0, 121, 192) 0%, rgb(0, 177, 225) 100%);
    border-color: #06748c;
    color: #fff;
    -webkit-box-shadow: 0 3px 0 0 #1a1446;
    box-shadow: 0 3px 0 0 #1a1446;
   
}

.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    background-color: #fff;
    border-radius: 5px;
    height: 2.507em;
    padding: 0 .75em;
    width: 100%;
    border: 1px solid #ecc09a;
}

/* ===== INPUT ===== */
.frm-contact input,
.frm-contact select,
.frm-contact textarea{
    border:1px solid #d4aa32;
    border-radius: 5px;
    box-sizing:border-box;
    margin-bottom:15px;
    
}

/* ===== RADIO BOX ===== */
.frm-radio{
    border:1px solid #d4aa32;
    border-radius:10px;
    padding:20px;
    margin-bottom:20px;
    position:relative;
}

/* TITLE */
.frm-radio .title{
    position:absolute;
    top:-12px;
    left:15px;
    background:#184a45;
    padding:0 8px;
    color:#f5d77a;
    font-size:14px;
}

/* RADIO LIST */
.frm-radio .wpcf7-list-item{
    display:inline-flex;
    align-items:center;
    margin-right:25px;
}

/* LABEL */
.frm-radio label{
    display:flex;
    align-items:center;
    gap:6px;
    cursor:pointer;
    color:#d4aa32;
    font-size:16px;
}

/* RADIO */
.frm-radio input[type=radio]{
    accent-color:#d4aa32;
    width:16px;
    height:16px;
    margin:0;
}

/* ===== BUTTON ===== */
.frm-contact input[type=submit]{
    height: 40px;
     background: linear-gradient(180deg, #FEC626 0%, #CCA126 100%);
    color: #FFF;
    box-shadow: 0 3px 0 0 #337cbb;
     text-align: center;
    margin-bottom: 4px;
    border: 1px #ecc09a solid;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;

}

.frm-contact input[type=submit]:hover {
    background-image: -webkit-linear-gradient(0deg, rgb(0, 121, 192) 0%, rgb(0, 177, 225) 100%);
    border-color: #06748c;
    color: #fff;
    -webkit-box-shadow: 0 3px 0 0 #1a1446;
    box-shadow: 0 3px 0 0 #1a1446;
   
}


/* ===== FIX CF7 ===== */
.wpcf7 p{
    margin:0;
}