.dhfaq-wrapper *{
    box-sizing:border-box;
}

.dhfaq-wrapper{
    max-width:1200px;
    margin:40px auto;
    padding:0 20px;
    font-family:Arial,sans-serif;
}

.dhfaq-header{
    text-align:center;
    margin-bottom:45px;
}

.dhfaq-header h1{
    font-size:42px;
    font-weight:700;
    color:#111;
    margin:0 0 12px;
}

.dhfaq-header p{
    font-size:16px;
    color:#777;
    margin:0;
}

.dhfaq-list{
    width:100%;
}

.dhfaq-item{
    border:1px solid #e5e5e5;
    border-radius:12px;
    margin-bottom:14px;
    overflow:hidden;
    background:#fff;
    transition:all .25s ease;
}

.dhfaq-item:hover{
    border-color:#d6d6d6;
    box-shadow:0 2px 10px rgba(0,0,0,.04);
}

.dhfaq-question {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;

    width: 100% !important;
    padding: 22px 55px 22px 25px !important;

    background: #fff !important;
    border: none !important;
    cursor: pointer !important;

    font-size: 16px !important;
    font-weight: 700 !important;
    color: #1d1d1d !important;
    text-align: left !important;

    overflow: visible !important;
    min-height: 72px !important;

    transition: all .25s ease !important;
}

.dhfaq-question:hover {
    background: #f7f8fa !important;
}

.dhfaq-icon {
    position: absolute !important;
    right: 22px !important;
    top: 50% !important;

    width: 18px !important;
    height: 18px !important;

    transform: translateY(-50%) !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    font-size: 22px !important;
    line-height: 18px !important;
    font-weight: 300 !important;

    overflow: visible !important;
}

.dhfaq-item.active .dhfaq-icon {
    transform: translateY(-50%) rotate(45deg) !important;
}

.dhfaq-question span:first-child{
    flex:1;
    text-align:left;
    line-height:1.5;
}

.dhfaq-icon{
    width:36px !important;
    height:36px !important;
    min-width:36px !important;

    border-radius:50% !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    flex-shrink:0 !important;

    background:#f3f3f3 !important;
    color:#25365c !important;

    margin-left:20px !important;

    font-size:24px !important;
    font-weight:400 !important;

    line-height:1 !important;

    padding-bottom:2px !important;

    transition:
        background .25s ease,
        color .25s ease !important;
}
.dhfaq-item{
    overflow:hidden !important;
}

.dhfaq-item.active .dhfaq-icon{
    background:#111;
    color:#fff;
}

.dhfaq-answer{
    max-height:0;
    overflow:hidden;
    transition:max-height .35s ease;
    background:#fff;
}

.dhfaq-answer-inner{
    padding:0 28px 28px;
    color:#555;
    font-size:15px;
    line-height:1.8;
    border-top:1px solid #f0f0f0;
}

.dhfaq-answer-inner p:last-child{
    margin-bottom:0;
}

@media(max-width:768px){

    .dhfaq-wrapper{
        padding:0 14px;
        margin:25px auto;
    }

    .dhfaq-header h1{
        font-size:30px;
    }

    .dhfaq-question{
        padding:18px;
        font-size:16px;
    }

    .dhfaq-answer-inner{
        padding:0 18px 20px;
        font-size:14px;
    }

}
.dhfaq-categories{
    display:grid !important;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr)) !important;
    gap:20px !important;
    margin-bottom:50px !important;
}

.dhfaq-category-card{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;

    position:relative !important;

    overflow:visible !important;

    text-decoration:none !important;

    background:#fff !important;
    border:1px solid #e7e7e7 !important;
    border-radius:16px !important;

    padding:35px 20px !important;

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease !important;

    will-change:transform !important;
}
.dhfaq-category-icon{
    overflow:visible !important;
    transform:translateZ(0) !important;
    backface-visibility:hidden !important;
}

.dhfaq-category-card:hover{
    transform:translateY(-3px) !important;
    box-shadow:0 8px 24px rgba(0,0,0,.08) !important;
    border-color:#d0d0d0 !important;
}

.dhfaq-category-icon{
    width:64px !important;
    height:64px !important;

    border-radius:50% !important;

    background:#25365c !important;
    color:#fff !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    font-size:30px !important;
    font-weight:700 !important;

    margin-bottom:16px !important;
}

.dhfaq-category-title{
    font-size:18px !important;
    font-weight:600 !important;
    color:#111 !important;
    text-align:center !important;
}

.dhfaq-section{
    margin-bottom:60px !important;
}

.dhfaq-section-title{
    font-size:32px !important;
    font-weight:700 !important;
    margin:0 0 25px !important;
    color:#111 !important;
}

.dhfaq-search-wrapper {
    position: relative !important;
    max-width: 700px !important;
    margin: 0 auto 40px auto !important;
}

.dhfaq-search {
    width: 100% !important;
    height: 58px !important;

    border: 1px solid #dfe3e8 !important;
    border-radius: 14px !important;

    background: #fff !important;

    padding: 0 60px 0 22px !important;

    font-size: 16px !important;
    font-weight: 500 !important;

    box-shadow: 0 4px 14px rgba(0,0,0,.04) !important;

    transition: all .25s ease !important;
}

.dhfaq-search:focus {
    border-color: #1c345e !important;
    box-shadow: 0 0 0 4px rgba(28,52,94,.08) !important;
    outline: none !important;
}

.dhfaq-search-icon {
    position: absolute !important;
    right: 22px !important;
    top: 50% !important;

    transform: translateY(-50%) !important;

    font-size: 18px !important;
    color: #7b8794 !important;
}
.dhfaq-highlight {
    background: #ffe08a !important;
    padding: 0 2px !important;
    border-radius: 3px !important;
}

.dhfaq-counter {
    text-align: center !important;
    margin-top: 10px !important;
    font-size: 14px !important;
    color: #1c345e !important;
    font-weight: 600 !important;
}

.dhfaq-category-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 68px !important;
    height: 68px !important;

    border-radius: 18px !important;

    background: #fff !important;

    margin: 0 auto 18px auto !important;

    transition: all .25s ease !important;
}

.dhfaq-category-card:hover .dhfaq-category-icon {
    transform: translateY(-3px) !important;
    background: #1c345e !important;
}

.dhfaq-category-icon i {
    font-size: 28px !important;
    color: #1c345e !important;
    transition: all .25s ease !important;
}

.dhfaq-category-card:hover .dhfaq-category-icon i {
    color: #fff !important;
}