.tech-stack img{
    padding-left: 5px;
    padding-right: 5px;
}

@media (max-width:991px){
    .tech-stack img{
        width: 24%;
        padding: 15px;
    }
}

html[data-bs-theme='dark'] .ui-inputfield{
    color: #fff !important;
    background: transparent!important;
}

.ui-inputfield.ui-state-focus,
.ui-inputfield.ui-state-hover{
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
    box-shadow: none !important;
}

html[data-bs-theme='dark'] .ui-commandlink.btn{
    color: var(--bs-theme);
    border-color: var(--bs-theme);
    text-decoration: none !important;
}

html[data-bs-theme='dark'] .ui-commandlink.btn:hover{
    color: #fff;
}

.theme-color-option{
    display: flex;
    align-items: center;
    gap: 10px;
}
.theme-color-option .sample-box{
    width: 16px;
    height: 16px;
}

#features a {
    display: none !important;
}

#features i{
    display: none;
}

.app-header .brand .brand-logo img{
    padding: 1px;
    margin: 0;
}

body .ui-commandlink:hover, 
body .ui-link:hover {
  color: var(--bs-btn-hover-color);
  text-decoration: none;
}

#services h5{
    font-size: 13px;
}

#recommend .card-body{
    flex: none;
}

p.details {
    display: none;
}
.accordion-button{
    font-weight: bold;
}
