/* ==================== [ Common Start ] ==================== */
.common .btn { padding: 12px 20px; font-family: "IBM Plex Sans"; border: 1px solid; font-size: 16px; font-style: normal; font-weight: 500; line-height: 22px; text-transform: uppercase; transition: all .3s ease; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; border-top-left-radius: 0; border-bottom-right-radius: 0; border-top-right-radius: 8px; border-bottom-left-radius: 8px; }
.common .btn-outline { border-color: #C79D69; color: #C79D69; background-color: #0000; }

.common .btn-outline.active ,
.common .btn-outline:focus ,
.common .btn-outline:active ,
.common .btn-outline:hover ,
.common .btn-outline:focus-visible ,
.common .btn-outline:focus  { border-color: #CA3422; color: #ffffff; background-color: #CA3422; }
/* ==================== [ Common End ] ==================== */

.faq-tabbing { width: 100%; position: relative; }
.faq-tabbing .action { display: flex; align-items: center; justify-content: end; gap: 12px; padding-left: 700px; position: absolute; top: -108px; right: 0; }

.faq-tabbing .acco-block { margin-top: 30px; }

.faq-tabbing .acco-button { display: flex; align-items: stretch; }
.faq-tabbing .acco-button .info { margin: 0 0 0 auto; min-width: fit-content; }

.faq-tabbing .accordion-item { box-shadow: 0px 1px 4px 0px rgba(12, 12, 13, .1), 0px 1px 4px 0px rgba(12, 12, 13, .05); }


.faq-tabbing .acco-button.collapsed .icon { background-color: rgba(32, 30, 31, 0.30); } 

.faq-tabbing .acco-button .info * { color: #201E1F; font-family: "IBM Plex Sans"; font-size: 16px; font-style: normal; font-weight: 400; line-height: 24px; margin-bottom: 0; user-select: none; }
.faq-tabbing .acco-button .title * { color: #201E1F; font-family: "IBM Plex Sans"; font-size: 16px; font-style: normal; font-weight: 700; line-height: 24px; margin-bottom: 0; user-select: none; }
.faq-tabbing .acco-button.collapsed .title * { font-weight: 500; }
.faq-tabbing .desc * { color: #201E1F; font-family: "IBM Plex Sans"; font-size: 16px; font-style: normal; font-weight: 400; line-height: 24px; margin-bottom: 0 !important; }
.faq-tabbing .desc { max-width: 950px; width: 100%; }

.faq-tabbing .acco-button .text { display: flex; width: 100%; gap: 30px; padding: 14px 24px; background-color: rgba(199, 157, 105, 0.15); transition: background .3s ease; -webkit-transition: background .3s ease; -moz-transition: background .3s ease; -ms-transition: background .3s ease; -o-transition: background .3s ease; }
.faq-tabbing .acco-button.collapsed .text { background-color: #ffffff; }
.faq-tabbing .acco-button .icon { min-width: 55px; width: 55px; min-height: 55px; height: auto; background-color: #CA3422; display: flex; align-items: center; justify-content: center; transition: background .3s ease; -webkit-transition: background .3s ease; -moz-transition: background .3s ease; -ms-transition: background .3s ease; -o-transition: background .3s ease; }
.faq-tabbing .acco-button .icon * { height: 12px; width: 12px; }
.faq-tabbing .acco-button .icon figure { display: flex; align-items: center; justify-content: center; }

.faq-tabbing .accordion-item { margin-bottom: 14px; border: unset; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; }
.faq-tabbing .accordion-item:last-child { margin-bottom: 0; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; }

.faq-tabbing .accordion-body { padding: 22px 22px 22px 80px; border: 1px solid rgba(199, 157, 105, 0.15); transition: border .3s ease; -webkit-transition: border .3s ease; -moz-transition: border .3s ease; -ms-transition: border .3s ease; -o-transition: border .3s ease; }

.faq-tabbing .desc a { text-decoration: underline !important; }
.faq-tabbing .desc a:hover { color: #CA3422 !important; }
.faq-tabbing .desc a:hover strong { color: #CA3422 !important; }
/* ==================== [ FAQ Tabbing End ] ==================== */


/* ==================== [ Responsive CSS Start ] ==================== */
@media (max-width: 1199px) {
    /* ==================== [ FAQ Tabbing Start ] ==================== */
    .faq-tabbing .action { position: relative; top: 0; left: 0; justify-content: start; padding-left: 0; margin-top: 30px; }
    /* ==================== [ FAQ Tabbing End ] ==================== */
}

@media (max-width: 991px) {
    
}

@media (max-width: 767px) {
    
}

@media (max-width: 575px) {
    /* ==================== [ FAQ Tabbing Start ] ==================== */
    .faq-tabbing .acco-button .info { display: none; }
    .common .btn { font-size: 14px; padding: 7px 14px; }

    .faq-tabbing .action ,
    .faq-tabbing .acco-block { margin-top: 20px; }

    .faq-tabbing .accordion-body { padding: 20px; }
    .faq-tabbing .acco-button .text { padding: 10px 20px; }
    .faq-tabbing .acco-button .icon { min-width: 50px; width: 50px; min-height: 50px; }
    /* ==================== [ FAQ Tabbing End ] ==================== */
}

@media (max-width: 427px) {
    /* ==================== [ FAQ Tabbing Start ] ==================== */
    .faq-tabbing .acco-button .desc * ,
    .faq-tabbing .acco-button .title * { font-size: 15px; }
    .faq-tabbing .acco-button .text { padding: 10px; }
    .faq-tabbing .acco-button .icon { min-width: 44px; width: 44px; min-height: 44px; }
    
    .faq-tabbing .action { flex-direction: column; width: 100%; }
    .faq-tabbing .action .btn { width: 100%; }

    .faq-tabbing .action, 
    .faq-tabbing .acco-block { margin-top: 30px; }
    /* ==================== [ FAQ Tabbing End ] ==================== */
}
/* ==================== [ Responsive CSS End ] ==================== */