.height_custom {
    height: 78%;
    margin-top: 17px;
}
.accordion .card {
    border: none;
    background: #efefef;
    margin-bottom: 12px;
    border-radius: 3px;
    overflow: hidden;
    font-size: 17px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}
.accordion .card-header {
    background: linear-gradient(135deg, #fff, #f8f9fa);
    padding: 0;
    border: none;
}
.accordion .btn-link {
    width: 100%;
    text-align: left;
    padding: 18px 22px;
    font-size: 17px;
    font-weight: 600;
    color: #222;
    text-decoration: none !important;
    position: relative;
    transition: all 0.3s ease;
}
.bg-light p
 {
    margin-bottom: 0;
}
.bg-light_custom.p-4 h2,.bg-light h2
 {
    font-size: 24px;
        font-weight: 700 !important;
}
.bg-light_custom.p-4 p{
        margin-bottom: 0;
}
.bg-light_custom.p-4 {
    background: #fffcdf;
}
.accordion .btn-link::after {
    content: "+";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #eea808;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.accordion .btn-link[aria-expanded="true"]::after {
    content: "−";
    transform: translateY(-50%) rotate(180deg);
    background: linear-gradient(135deg, #00b09b, #96c93d);
}
#metatechFaqAccordion .accordion-body {
    font-size: 15px;
}
@media (max-width: 992px) {
    .position-relative.height_custom {
        height: 300px;
    }
    .position-relative.height_custom
        img.position-absolute.w-100.h-100.rounded.wow.zoomIn {
        background-position: center !important;
        object-position: 0 top;
    }
}
