/*
Theme Name: Digital Business Solution - Child
Description: Digital Business Solution
Author: Digital Business Solution
Template: digibiz
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* Xe ô tô*/

.nav > li > a, .mobile-sidebar-levels-2 .nav > li > ul > li > a {
  font-weight: 600 !important;
  letter-spacing: 0.15em;
}

.flex-col.hide-for-medium.flex-center {
  margin-left: 20px;
}

.bg-den {
background: radial-gradient(63.88% 62.91% at 50% 0%, rgba(80, 83, 90, 0.5) 0%, rgba(154, 160, 173, 0.0930215) 63%, rgba(163, 169, 183, 0.0425) 81.5%, rgba(171, 177, 192, 0) 100%);
}
.bg-trang {
 background: radial-gradient(63.88% 62.91% at 50% 0%, rgba(80, 83, 90, 0.21) 0%, rgba(154, 160, 173, 0.0930215) 63%, rgba(163, 169, 183, 0.0425) 81.5%, rgba(171, 177, 192, 0) 100%),#fff;
}

.gac-car-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(153, 153, 153, 0) 100%);
    border-radius: 12px;
    padding: 30px 20px;
    transition: all 0.3s ease;
    border: 1px solid #333;
    height: 100%;
}


.gac-car-card:hover {
    border-color: #e31b23;
    transform: translateY(-5px);
}

.car-title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.car-card-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-bottom: 20px;
}

.car-card-specs {
    border-bottom: 1px solid #333;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

/* Container chứa 3 khối thông số */
.car-card-specs.row {
    display: flex;
    justify-content: center; /* Căn giữa cả 3 khối */
    align-items: flex-start; /* Giúp các icon có lề trên bằng nhau */
}
.spec-item {
    display: flex;
    flex-direction: column; /* Xếp icon và chữ theo hàng dọc */
    align-items: center;    /* Căn giữa theo chiều ngang */
    justify-content: center;/* Căn giữa theo chiều dọc */
    text-align: center;
    color: #999;
    font-size: 12px;
    gap: 8px;               /* Khoảng cách giữa icon và chữ */
    height: 100%;           /* Đảm bảo bằng chiều cao cột */
}

.spec-item img{
  width: 40px;
}
.spec-item i {
    display: block;
    font-size: 24px;        /* Độ lớn của icon */
    color: #ccc;            /* Màu icon */
    line-height: 1;         /* Loại bỏ khoảng trống thừa của font */
    margin: 0 !important;   /* Xóa margin mặc định nếu có */
}

.spec-item span {
    display: block;
    width: 100%;

}

.spec-item i {
    display: block;
    font-size: 24px;
    margin-bottom: 5px;
    color: #ccc;
}

.car-price {
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 20px;
}

.btn-discover {
    display: inline-block;
    background-color: #e31b23; /* Màu đỏ đặc trưng */
    color: #fff !important;
    padding: 10px 30px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
    transition: background 0.3s;
}

.btn-discover:hover {
    background-color: #b3151b;
}

.btn-discover i {
    font-size: 12px;
    margin-left: 5px;
    vertical-align: middle;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

.dao {
  max-width: 43px;
}
.mai{

    display: none;
}

}