/***
=============================================
Faq One
=============================================
***/
.faq-one {
    position: relative;
    display: block;
    background: var(--billdins-gray-bg);
    padding: 140px 0 120px;
    z-index: 1;
}

.faq-one .shape1 {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.06;
    z-index: -1;
}

.faq-one .shape2 {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -1;
}

.faq-one .shape3 {
    position: absolute;
    top: 84px;
    right: 220px;
}

.faq-one .shape4 {
    position: absolute;
    top: 70px;
    right: -30px;
}

.faq-one .sec-title__title {
    color: var(--billdins-black);
}

.faq-one__pattern {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: repeat;
    background-position: center center;
    opacity: 0.05;
    z-index: -1;
}

.faq-one .row {
    display: flex;
    align-items: center;
}

.faq-one__faq {
    position: relative;
    display: block;
    width: 100%;
}

.faq-one-accrodion {
    position: relative;
    display: block;
}

.faq-one-accrodion .accrodion {
    position: relative;
    display: block;
    background: var(--billdins-white);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(14, 18, 29, 0.08);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-one-accrodion .accrodion:hover {
    box-shadow: 0 8px 25px rgba(14, 18, 29, 0.12);
    transform: translateY(-2px);
}

.faq-one-accrodion .accrodion::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 4px;
    background: var(--billdins-base);
    content: "";
}

.faq-one-accrodion .accrodion.active::before {
    width: 6px;
}

.faq-one-accrodion .accrodion+.accrodion {
    margin-top: 15px;
}

.faq-one-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 18px 50px 18px 30px;
    transition: all 300ms ease;
    background: transparent;
}

.faq-one-accrodion .accrodion.active .accrodion-title {
    background: rgba(var(--billdins-base-rgb), 0.03);
}

.faq-one-accrodion .accrodion-title h4 {
    position: relative;
    color: var(--billdins-black);
    font-size: 17px;
    font-weight: 700;
    line-height: 26px;
    text-transform: capitalize;
    margin: 0;
    padding-right: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4 {
    color: var(--billdins-base);
}

.faq-one-accrodion .accrodion-title h4::before {
    position: absolute;
    color: var(--billdins-gray);
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    text-align: center;
    content: "\e904";
    font-family: 'icomoon' !important;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
    content: "\e904";
    color: var(--billdins-base);
    transform: translateY(-50%) rotate(180deg);
}

.faq-one-accrodion .accrodion-content {
    position: relative;
    display: block;
    padding: 5px 30px 20px;
    border-top: 1px solid rgba(var(--billdins-gray-rgb), 0.10);
}

.faq-one-accrodion .accrodion-content p {
    margin: 0;
    color: var(--billdins-gray);
    font-size: 15px;
    line-height: 26px;
}

.faq-one__img {
    position: relative;
    display: block;
    max-width: 490px;
    width: 100%;
    margin: 0 auto;
}

.faq-one__img-list1 {
    position: relative;
    display: block;
}

.faq-one__img-list1 li {
    position: relative;
    display: block;
}

.faq-one__img-list1 li .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border-bottom-left-radius: 0px;
    border: 5px solid var(--billdins-white);
    margin: 0 auto;
}

.faq-one__img-list1 li:nth-child(1) .img-box {
    transform: rotate(-45deg);
}

.faq-one__img-list1 li:nth-child(2) .img-box {
    transform: rotate(135deg);
    margin-top: 100px;
}

.faq-one__img-list1 li .img-box img {
    width: 100%;
}

.faq-one__img-list2 {
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    left: -4px;
}

.faq-one__img-list2 li {
    position: relative;
    display: block;
}

.faq-one__img-list2 li .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border-bottom-right-radius: 0px;
    border: 5px solid var(--billdins-white);
    margin: 0 auto;
}

.faq-one__img-list2 li:nth-child(1) .img-box {
    transform: rotate(-50deg);
}

.faq-one__img-list2 li:nth-child(2) .img-box {
    transform: rotate(140deg);
    margin-left: 100px;
}

.faq-one__img-list2 li .img-box img {
    width: 100%;
}

/* Estilos mejorados para la imagen didáctica */
.faq-one__imgbox {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(var(--billdins-base-rgb), 0.03) 0%, rgba(var(--billdins-gray-rgb), 0.05) 100%);
    border-radius: 20px;
    padding: 50px 30px;
    min-height: 450px;
    box-shadow: 0 10px 40px rgba(14, 18, 29, 0.08);
}

.faq-one__imgbox-inner {
    text-align: center;
    max-width: 500px;
}

.faq-didactic-img {
    max-width: 380px;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(200, 16, 16, 0.15);
    border: 4px solid var(--billdins-base);
    background: var(--billdins-white);
    transition: transform 400ms ease, box-shadow 400ms ease;
}

.faq-didactic-img:hover {
    transform: scale(1.03);
    box-shadow: 0 12px 40px rgba(200, 16, 16, 0.25);
}

.faq-one__tip {
    position: relative;
    text-align: center;
    padding: 25px;
    background: var(--billdins-white);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(14, 18, 29, 0.06);
}

.faq-one__tip-icon {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background: var(--billdins-base);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(200, 16, 16, 0.30);
}

.faq-one__tip-icon span {
    color: var(--billdins-white);
    font-size: 20px;
}

.faq-one__tip h4 {
    color: var(--billdins-base);
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 8px;
}

.faq-one__tip p {
    color: var(--billdins-gray);
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

    /* -------------------------------------------------
       Visual polish (non-invasive, markup unchanged)
       ------------------------------------------------- */
    .faq-one-accrodion .accrodion {
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 6px 18px rgba(14, 18, 29, 0.06);
    }

    .faq-one-accrodion .accrodion + .accrodion {
        margin-top: 16px;
    }

    .faq-one-accrodion .accrodion.active {
        background: rgba(var(--billdins-base-rgb), 0.02);
    }

    .faq-one-accrodion .accrodion.active::before {
        width: 6px;
    }

    .faq-one-accrodion .accrodion-title {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .faq-one-accrodion .accrodion-title h4 {
        letter-spacing: .2px;
    }

    .faq-one-accrodion .accrodion-title h4::before {
        right: 10px;
        color: var(--billdins-gray);
    }

    .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
        color: var(--billdins-base);
    }

    .faq-one-accrodion .accrodion-content {
        border-top: 1px solid rgba(var(--billdins-gray-rgb), 0.10);
    }

    /* Keyboard focus accessibility */
    .faq-one-accrodion .accrodion-title:focus,
    .faq-one-accrodion .accrodion-title:focus-visible {
        outline: 2px dashed var(--billdins-base);
        outline-offset: 4px;
    }


/***
=============================================
Faq One Faq
=============================================
***/
.faq-one--faq {
    position: relative;
    display: block;
    background: var(--billdins-white);
}

.faq-one--faq .faq-one__faq {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.faq-one--faq .faq-one-accrodion .accrodion {
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.08);
}