.innerpage_top_padd {
    padding-top: 140px;
    padding-bottom: 0px;
}

.custom-card .card-title {
    margin-bottom: 12px;
    font-size: 25px;
    font-weight: 500;
}

.custom-card {
    border: none;
    text-align: center;
    padding: 30px 20px;
    background: white;
    box-shadow: 0 0 12px rgb(0 0 0 / 0.05);
    border-radius: 12px;
    height: 100%;
    transition: transform 0.3s ease;
}
.custom-card figure img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.custom-card figure{
    width: 110px;
    height: 120px;
}
.custom-card .card-text{
    color: #777;
}

.custom-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgb(0 0 0 / 0.12);
}

.nfc-business-section .business-card-box{
    background: #fff;
    border-radius: 40px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 30px;

}
.nfc-business-section .content-box h2{
    font-size: 35px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #000000;
}

.nfc-business-section .content-box p{
    color: #676767;
    margin-top: 16px;
    font-size: 16px;
}

.nfc-contact-card{
    background: #fff;
    padding: 20px 32px;
    border-radius: 20px;
}
.nfc-contact-card .accordion-item{
    border: none;
    border-bottom: 1px solid #DCDCDC;
    padding-block: 20px;
        border-radius: 0;
}
.nfc-contact-card .accordion-item:first-child{
    padding-top: 0;
}
.nfc-contact-card .accordion-item .accordion-button:not(.collapsed){
    background: transparent;
    color: #000;
    box-shadow: none;

}
.nfc-contact-card .accordion-item .accordion-button{
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    padding: 0;
}
.nfc-contact-card .accordion-item .accordion-body{
    padding: 1rem 1rem 0 0;
    color: #676767;
}
.nfc-contact-card .accordion-item .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    transition: transform 0.3s ease;
    width: 22px;
    height: 22px;
    background-size: 100%;
}

/* Rotate arrow when accordion is open */
.nfc-contact-card .accordion-item .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}

.accordion-button:focus{
    box-shadow: none;
}

.nfc-faq-image{
    height: 250px;
}
.nfc-faq-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}


@media only screen and (max-width:767px){
    .nfc-business-section .business-card-box{
        padding: 20px;
    }

.nfc-business-section .content-box h2 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
}
.custom-card:hover {
    transform: translateY(0);
    box-shadow: none;
}
.nfc-contact-card .accordion-item .accordion-button{
    font-size: 16px;
    line-height: 26px;
}
.custom-card .card-title{
    font-size: 20px;
    line-height: 30px;
}
.nfc-contact-card .accordion-item .accordion-body,.custom-card .card-text,.nfc-business-section .content-box p{
    font-size: 14px;
    line-height: 24px;
}
section.nfc-business-section{
    padding-bottom: 30px;
}
.custom-card {
    padding: 16px 16px;
}
.custom-card figure {
    width: 80px;
    height: 80px;
}
.nfc-faq-image {
    height: 150px;
}

}
