.collapse.in {
    display: block;
}
 .panel-body {
    padding: 15px;
    font-size: 1.375rem;
    color: #2D3542;
}
.card-header a {
    font-size: 2rem;
    color: #2D3542;
    font-weight: 500;
}
  
.panel,
.panel-body {
    box-shadow: none;
}

.panel-group .panel-heading {
    padding: 0;
}

    .panel-group .panel-heading a {
        display: block;
        padding: 10px 15px;
        text-decoration: none;
        position: relative;
    }

.faq_section .card { 
    background-color: #ffffff00; 
    border: 0px;
    border-bottom: 0.5px solid #000000;
    border-radius: 0rem;
}
.faq_section .card-header {
    padding: 2.5rem 1rem;
    margin-bottom: 0;
    background-color: rgb(0 0 0 / 0%);
    border-bottom: 0px solid rgba(0, 0, 0, .125);
}
.accordion-title:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px;
    content: ""; /* Required to display the pseudo-element */
    display: inline-block; /* Allows setting width and height */
    width: 50px; /* Width of your image container */
    height: 50px; /* Height of your image container */
    background-image: url('../images/minus.png');
    background-size: 22px;
    background-repeat: no-repeat; /* Prevents the image from tiling */
    font-size: 0rem;
    background-position: center;
}

.accordion-title.collapsed:before {
    float: right !important;
    content: "\f067";
    display: inline-block; /* Allows setting width and height */
    width: 50px; /* Width of your image container */
    height: 50px; /* Height of your image container */
    background-image: url('../images/plus.png');
    background-size: 22px;
    background-repeat: no-repeat; /* Prevents the image from tiling */
    font-size: 0rem;
    background-position: center;
}


.solution_section .card-header a {
    font-size: 2rem;
    color: #ffffff;
    font-weight: 500;
}

.solution_section .panel-body {
    padding: 2rem;
    font-size: 1.375rem;
    line-height: 2.188rem;
    color: #ffffff;
    background: #2D3542;
    border-radius: 0.938rem;
}
.solution_section .accordion-title:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px;
    content: "";
    display: inline-block;
    width: 0px;
    height: 0px;
    background-image: none;
    background-size: 0px;
    background-repeat: no-repeat;
    font-size: 0rem;
    background-position: center;
    background: #ffffff00;
}
.toggle-btn {
    width: 146px;
    height: 146px;
    border: none;
    background: #fff;
    color: #f57c00;
    border-radius: 15px;
    border: 2px solid #f57c00;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    position: absolute;
    right: 0px;
}
.solution_section .card-link {
    background: #FE7C02;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0px;
    border-radius: 15px;
    height: 146px;
}

.card {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
}

.toggle-btn img {
    transition: transform 0.3s ease;
    transform: rotate(0deg); /* Right arrow (default) */
}

/* Rotate arrow down when collapse is open */
.toggle-btn[aria-expanded="true"] img {
    transform: rotate(90deg);
}

@media(max-width:991px) {
    .faq_section .card-header {
        padding: 1.5rem 1rem;
    }
    .panel-body {
        font-size: 1rem;
        line-height: 1.3rem;
        padding: 0px 15px 15px 15px;
    }
    .card-header a {
        font-size: 1.5rem; 
    }

    .accordion-title:before {
        width: 20px;
        height:20px;
        background-size: 20px;
    }

    .accordion-title.collapsed:before {
        width: 20px;
        height: 20px;
        background-size: 20px;
    }
    .toggle-btn {
        width: auto;
        height: auto;
        border: none;
        background: none;
        color: #f57c00;
        border-radius: 8px;
        font-size: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: .3s;
        position: absolute;
        right: 25px;
        margin-top: 6.4rem;
    }

    .solution_section .card-link {
        height: 170px; 
    }

    .solution_section .panel-body {
        padding: 1.5rem;
        font-size: 1rem;
        line-height: 1.3rem;
    }

    .solution_list li {
        font-size: 0.875rem;
        margin-bottom: .3rem;
        text-indent: -1.65em;
    }

    .solution_section ul {
        list-style: none;
        padding: 0rem 1rem 0rem 1.4rem;
        margin-top: 1rem;
    }
}

@media(max-width:768px) {
    .card-header a {
        font-size: 1.2rem;
    }

    .accordion-title:before {
        width: 18px;
        height: 18px;
        background-size: 18px;
        margin-top: 3px;
    }

    .accordion-title.collapsed:before {
        width: 18px;
        height: 18px;
        background-size: 18px;
        margin-top: 3px;
    }
    .panel-body {     
        padding: 0px 15px 15px 15px;
    }
}
@media(max-width:700px) {
   
    .toggle-btn {
        position: relative;
        right: 10px;
        margin-top: 6.4rem;
    }

        .toggle-btn img {
            width: 20px;
        }
}
    @media(max-width:480px) {
        .faq_section .card-header {
            padding: 1rem 1rem;
        }

        .card-header a {
            font-size: 1rem;
        }

        .panel-body {
            font-size: 0.875rem;
            padding: 0px 15px 15px 15px;
        }

        .accordion-title:before {
            width: 15px;
            height: 15px;
            background-size: 15px;
            margin-top: 3px;
        }

        .accordion-title.collapsed:before {
            width: 15px;
            height: 15px;
            background-size: 15px;
            margin-top: 3px;
        }
        .toggle-btn { 
            position: relative;
            right: 10px;
            margin-top: 6.4rem;
        }
        .toggle-btn img {
          width:20px;
        }
        .solution_section .card-link {
            height: 151px; 
        }
        .solution_section .panel-body {
            padding: 1rem;
            font-size: 0.875rem;
            line-height: 1.1rem;
        }
        .solution_list li {
            font-size: 0.875rem;
            margin-bottom: .3rem;
            text-indent: -1.65em;
        }
        .solution_section ul {
            list-style: none;
            padding: 0rem 1rem 0rem 1.4rem;
            margin-top: 1rem;
        }
    }


