
.about-item {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 50px;
    margin-top: 40px;
    border-radius: 10px;
    /* background-image: url(../img/shape/overlay-bg.png); */
    background-size: cover;
    background-position: center;
    box-shadow: none;
}
.glass-m1 {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px 10px 10px 10px;
    text-align: center;
}
.glass-m {
    background: rgb(255 255 255 / 2%);
    border-radius: 8px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px 10px 10px 10px;
    text-align: center;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
}
.glass-m:hover {
    background: rgba(255, 255, 255, 0.4);
    transform: scale(1.02);
}
.about-item {
    box-shadow: 0px 10px 51px rgba(0, 0, 0, 0.07);
    padding: 50px;
    margin-top: 40px;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
}
/* .about-item h3 {
    display: inline-block;
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 30px;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    color: var(--dark);
    padding-right: 50px;
} */

.bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5, .bg-dark h6 {
    color: white;
}
.about-item h3 i {
    font-weight: 100;
    margin-right: 10px;
    color: var(--color-primary);
}

/* .about-item h3::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: url(/red_scr.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
} */
.biography-table {
    text-decoration: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Four equal columns */
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    
}
 li::marker{
    display: none;
}
.biography-table-1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Four equal columns */
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.glass-m {
    list-style-type: none;
    background: rgb(255 255 255 / 2%);
    border-radius: 8px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px 10px 10px 10px;
    text-align: center;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
}
.fac-ico{
    height: 50px !important;
}
/* .bg-dark{
    background-color: #3a2d2f;
    
} */
.glass-m h5{
    color: rgb(14, 13, 13);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    /* font-family: 'Kanit', sans-serif; */
    font-weight: normal;
    line-height: 1.2;
    font-size: 18px;
}
@media (max-width: 768px) {
    .biography-table {
        grid-template-columns: 1fr; 
    }
    .biography-table-1 {
        grid-template-columns: 1fr; 
    }
}

.glass-m-bullet {
    list-style-type: none;
    background: rgb(255 255 255 / 2%);
    border-radius: 8px;
    /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); */
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px 10px 10px 10px;
    text-align: center;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
}

.glass-m-bullet h5{
    color: rgb(14, 13, 13);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: normal;
    line-height: 1.2;
    font-size: 18px;
}