/* ─── FAQ Section ─── */
.faq-one {
    padding: 90px 0;
    background: #fff;
}

.fnq-container {
    width: 90%;
    margin: 0 auto;
    padding: 0 15px;
}

/* PROFILE IMAGE TOP CENTER */
.faq-profile {
    width: 150px;
    height: 150px;
    padding: 6px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* IMAGE FIT */
.faq-profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    align-items: flex-start;
}

.col-left {
    width: 50%;
    height: 700px;
    padding: 0 15px;
}

.col-right {
    width: 50%;
    padding: 0 15px;
}

/* ─── Contact Box (Left Side) ─── */
.faq-one__contact-box {
    /* height: 700px; */
    background: #1a1a2e;
    border-radius: 16px;
    padding: 48px 40px;
    position: relative;
    overflow: hidden;
    color: #fff;
}

.faq-one__contact-box::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(224, 92, 30, 0.15);
}

.faq-one__contact-box::after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: -40px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: rgba(224, 92, 30, 0.08);
}

.faq-one__author-box {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 28px;
}

.faq-one__author-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 15px;
    border: 4px solid #f73427;
}

/* IMAGE FIX */
.faq-one__author-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.faq-one__author-img-placeholder {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #f73427;
    border: 3px solid #f73427;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    flex-shrink: 0;
}

.faq-one__author-name {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    display: block;
}

.faq-one__author-name a {
    color: #fff;
    text-decoration: none;
}

.faq-one__author-sub-title {
    font-size: 14px;
    color: #f73427;
    margin-top: 2px;
}

.faq-one__contact-title {
    font-size: 37px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
    line-height: 1.3;
}

.faq-one__contact-text {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    margin-bottom: 24px;
}

.faq-one__contact-social {
    display: flex;
    gap: 10px;
    margin-bottom: 24px;
}

.faq-one__contact-social a {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    text-decoration: none;
    transition: background 0.25s;
}

.faq-one__contact-social a:hover {
    background: #f73427;
}

.faq-one__contact-number {
    margin-bottom: 24px;
}

.faq-one__contact-number a {
    color: #f73427;
    font-size: 30px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.5px;
}

.faq-one__contact-btn {
    height: 60px;
}

.faq-one__contact-btn a {
    display: inline-block;
    background: #f73427;
    color: #fff;
    padding: 23px 58px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: background 0.25s, transform 0.2s;
    position: relative;
    overflow: hidden;
}

.faq-one__contact-btn a:hover {
    background: #c44e18;
    transform: translateY(-1px);
}

/* ─── Right Side ─── */
.faq-one__right {
    padding-left: 20px;
}

/* Section Title */
.section-title__tagline-box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    justify-content: center !important;
}

.section-title__tagline {
    font-size: 20px;
    font-weight: 700;
    color: #f73427;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.section-title__tagline-shape {
    flex: 1;
    height: 2px;
    max-width: 60px;
}

.section-title__title {
    font-size: 56px;
    font-weight: 800;
    color: #1a1a2e;
    line-height: 1.2;
    margin-bottom: 36px;
}

/* ─── Accordion ─── */
.accrodion-grp {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.accrodion {
    border-bottom: 1px solid #e8e8e8;
}

.accrodion:first-child {
    border-top: 1px solid #e8e8e8;
}

.accrodion-title {
    cursor: pointer;
    padding: 20px 50px 20px 0;
    position: relative;
    user-select: none;
}

.accrodion-title h4 {
    font-size: 26px;
    font-weight: 600;
    color: #1a1a2e;
    line-height: 1.4;
    transition: color 0.2s;
}

.accrodion-title::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f0f0f0;
    border: 1.5px solid #ddd;
    transition: background 0.25s, border-color 0.25s;
}

/* Plus icon */
.accrodion-title::before {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 2px;
    background: #555;
    z-index: 1;
    transition: background 0.25s;
}

.accrodion-title .icon-line-v {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 12px;
    background: #555;
    z-index: 1;
    transition: transform 0.35s ease, opacity 0.25s ease, background 0.25s;
    margin-right: 0;
}

/* Active state: circle becomes orange */
.accrodion.active .accrodion-title::after {
    background: #f73427;
    border-color: #f73427;
}

.accrodion.active .accrodion-title::before {
    background: #fff;
}

.accrodion.active .accrodion-title .icon-line-v {
    background: #fff;
    transform: translateY(-50%) scaleY(0);
    opacity: 0;
}

.accrodion.active .accrodion-title h4 {
    color: #f73427;
}

/* ─── Smooth Accordion Body ─── */
.accrodion-content {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.38s cubic-bezier(0.4, 0, 0.2, 1);
}

.accrodion.active .accrodion-content {
    grid-template-rows: 1fr;
}

.accrodion-content .inner {
    overflow: hidden;
}

.accrodion-content .inner p {
    padding: 0 50px 20px 0;
    font-size: 17px;
    line-height: 1.75;
    color: #666;
    margin: 0;
}

/* ─── Responsive ─── */
/* ===== BETTER MOBILE RESPONSIVE FIX ===== */

@media (max-width: 991px) {

    .faq-one {
        padding: 60px 0;
    }

    .row {
        flex-direction: column;
    }

    .col-left,
    .col-right {
        width: 100%;
        height: auto;
    }

    /* LEFT BOX FIX */
    .faq-one__contact-box {
        height: auto;
        padding: 30px 20px;
    }

    .faq-profile {
        width: 120px;
        height: 120px;
    }

    .faq-one__contact-title {
        font-size: 26px;
        text-align: center;
    }

    .faq-one__contact-text {
        font-size: 16px;
        text-align: center;
    }

    /* SOCIAL FIX */
    .faq-one__contact-social {
        justify-content: center;
        flex-wrap: wrap;
    }

    .faq-one__contact-social a {
        width: 48px;
        height: 48px;
        font-size: 18px;
    }

    .faq-one__contact-number {
        text-align: center;
    }

    .faq-one__contact-number a {
        font-size: 22px;
    }

    /* BUTTON FIX */
    .faq-one__contact-btn {
        text-align: center;
    }

    .faq-one__contact-btn a {
        padding: 14px 24px;
        font-size: 16px;
        width: auto;
    }

    /* RIGHT SIDE */
    .faq-one__right {
        margin-top: 30px;
        padding-left: 0;
    }

    .section-title__title {
        font-size: 32px;
        text-align: center;
    }

    /* ACCORDION */
    .accrodion-title {
        padding: 16px 40px 16px 0;
    }

    .accrodion-title h4 {
        font-size: 18px;
    }

    .accrodion-content .inner p {
        padding: 0 20px 15px 0;
        font-size: 15px;
    }
}

/* EXTRA SMALL DEVICES */
@media (max-width: 480px) {

    .faq-one__contact-title {
        font-size: 22px;
    }

    .section-title__title {
        font-size: 26px;
    }

    .faq-one__contact-text {
        font-size: 14px;
    }

}