/*your custom css goes here*/

.bg-tech-blue {
    background-color: #1F3A93;
}

.bg-soft-gray {
    background-color: #F2F2F2;
}
.text-metal-silver {
    background-color: #B0B0B0;
}
.border-radius-10{
    border-radius: 10px;
}
.border-radius-50{
    border-radius: 50px;
}

.border-radius-top-10{
    border-radius: 10px 10px 0 0;
}

.border-radius-top-50{
    border-radius: 50px 50px 0 0;
}
.color-sub{
    color: #ACACAC;
}
.fs-50 {
    font-size: 50px;
}
.fs-40 {
    font-size: 40px;
}
.fs-30 {
    font-size: 30px;
}
button.btn.btn-radius{
    border-radius: 25px;
}
.btn-primary{
    border-radius: 25px;
}
.description{
    opacity: 0.7;

}
.description h5{
    font-size: 17px;
    font-weight: normal;
}

.bg-gray{
    background-color: #f8f8f8;
}
.border-bold{
    border:solid 2px #c4c4c4!important;

}

.df{
    display: flex;
}

@media (min-width: 576px) {
    .df-xl{
        display: flex;
    }
}

.radio-group label{
    border-radius: 50px;
    margin-right: 15px;
    min-width: 100px;
    border-color: rgb(209, 209, 209);
    font-size: 15px;
}
.radio-group input:checked + label{
    background-color: #000;
   color: #fff;
}
.radio-group input{
    display: none;
}
.modal-content .modal-body {

    max-height: 60vh;
}

@media (min-width: 768px) {
    .modal-content .modal-body {
        max-height: 60vh;
    }
}

.footer {
    background-color: #2E2E2E; /* 深鐵灰 */
    color: #F2F2F2; /* 淺灰白文字 */
    padding: 40px 0;
}

.footer a {
    color: #F2F2F2;
    text-decoration: none;
}

.footer a:hover {
    color: #FFA500; /* 橙色小點綴（活潑提醒） */
}
