/*============= HERO SECTION =============*/
.syt_contact_hero {
    position: relative;
    overflow: hidden;
    padding-bottom: 140px;
    background:
        radial-gradient(
            circle at top left,
            rgba(0, 64, 128, 0.07),
            transparent 28%
        ),
        radial-gradient(
            circle at bottom right,
            rgba(204, 46, 63, 0.05),
            transparent 30%
        ),
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f8fafc 100%
        );
}

.syt_contact_hero::before {
    content: "";
    position: absolute;
    top: -180px;
    left: 50%;
    transform: translateX(-50%);
    width: 720px;
    height: 720px;
    border-radius: 50%;
    background: rgba(37, 142, 166, 0.05);
    filter: blur(90px);
    z-index: 0;
}

.syt_contact_hero_wrap {
    position: relative;
    z-index: 2;
    text-align: center;
}

.syt_contact_label_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 10px;
}

.syt_contact_label_line {
    width: 70px;
    height: 1px;
    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(0, 64, 128, 0.22),
            transparent
        );
}

.syt_contact_label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(255,255,255,0.72);
    border: 1px solid rgba(0, 64, 128, 0.08);
    box-shadow:
        0 10px 30px rgba(15, 23, 42, 0.04),
        inset 0 1px 0 rgba(255,255,255,0.7);
    backdrop-filter: blur(10px);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(0, 64, 128, 0.88);
}

.syt_contact_label i {
    font-size: 13px;
    color: var(--syt-accent);
}

.syt_contact_hero_title {
    max-width: 780px;
    margin:
        24px auto
        28px;
    font-size: clamp(38px, 4vw, 58px);
    line-height: 1.08;
    letter-spacing: -1.5px;
    font-weight: 700;
    color: var(--syt-text-dark);
    font-family: var(--syt-font-secondary);
}

.syt_contact_hero_text {
    max-width: 720px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.95;
    color: var(--syt-text-light);
    font-family: var(--syt-font-secondary);
}

.syt_contact_hero_actions {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 44px;
}

.syt_contact_hero_actions .btn {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 58px;
    padding:
        0 28px;
    border-radius: 18px;
    font-weight: 600;
    transition: all 0.35s ease;
}

.syt_contact_hero_actions .btn i {
    font-size: 16px;
    transition: transform 0.35s ease;
}

.syt_contact_hero_actions .btn:hover i {
    transform: translateX(2px);
}

.syt_contact_hero_actions .syt_btn_primary {
    position: relative;
    overflow: hidden;
    background: transparent;
    border: 1px solid rgba(0, 64, 128, 0.14);
    color: var(--syt-primary);
    box-shadow:
        0 12px 30px rgba(15, 23, 42, 0.04);
    backdrop-filter: blur(10px);
}

.syt_contact_hero_actions .syt_btn_primary i {
    color: var(--syt-primary);
}

.syt_contact_hero_actions .syt_btn_primary::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            135deg,
            var(--syt-primary) 0%,
            var(--syt-primary-light) 100%
        );
    opacity: 0;
    transition: opacity 0.35s ease;
    z-index: 0;
}

.syt_contact_hero_actions .syt_btn_primary span,
.syt_contact_hero_actions .syt_btn_primary i {
    position: relative;
    z-index: 2;
    transition:
        color 0.35s ease,
        transform 0.35s ease;
}

.syt_contact_hero_actions .syt_btn_primary:hover {
    transform: translateY(-3px);
    border-color: transparent;
    box-shadow:
        0 22px 42px rgba(0, 64, 128, 0.20);
}

.syt_contact_hero_actions .syt_btn_primary:hover::before {
    opacity: 1;
}

.syt_contact_hero_actions .syt_btn_primary:hover span,
.syt_contact_hero_actions .syt_btn_primary:hover i {
    color: #ffffff;
}

.syt_contact_hero_actions .syt_btn_outline {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(
            135deg,
            #25D366 0%,
            #1ebe5d 100%
        );
    border: 1px solid rgba(37, 211, 102, 0.22);
    color: #ffffff !important;
    box-shadow:
        0 16px 38px rgba(37, 211, 102, 0.24);
    backdrop-filter: blur(10px);
}

.syt_contact_hero_actions .syt_btn_outline i {
    color: #ffffff;
}

.syt_contact_hero_actions .syt_btn_outline::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            120deg,
            rgba(255,255,255,0.18),
            rgba(255,255,255,0)
        );
    opacity: 0;
    transition: opacity 0.35s ease;
}

.syt_contact_hero_actions .syt_btn_outline:hover {
    transform: translateY(-3px);
    color: #ffffff !important;
    box-shadow:
        0 22px 44px rgba(37, 211, 102, 0.30);
}

.syt_contact_hero_actions .syt_btn_outline:hover::before {
    opacity: 1;
}

.syt_contact_trust_strip {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 28px;
    max-width: 980px;
    margin:
        78px auto
        0;
    padding:
        28px 36px;
    border-radius: 32px;
    background: rgba(255,255,255,0.72);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,0.65);
    box-shadow:
        0 20px 45px rgba(15, 23, 42, 0.05),
        inset 0 1px 0 rgba(255,255,255,0.55);
}

.syt_contact_trust_strip::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,0.42),
            rgba(255,255,255,0)
        );
    pointer-events: none;
}

.syt_contact_trust_item {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 16px;
    text-align: left;
    font-family: var(--syt-font-secondary);
}

.syt_ct_icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: rgba(204, 46, 63, 0.08);
    color: var(--syt-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 20px;
}

.syt_ct_content strong {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: var(--syt-text-dark);
    margin-bottom: 4px;
}

.syt_ct_content span {
    display: block;
    font-size: 14px;
    line-height: 1.7;
    color: var(--syt-text-light);
}

.syt_ct_divider {
    width: 1px;
    height: 48px;
    background:
        linear-gradient(
            180deg,
            transparent,
            rgba(107, 114, 128, 0.18),
            transparent
        );
}

.syt_contact_hero_curve {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    /* height: 120px; */
    background:
        radial-gradient(
            ellipse at center top,
            rgba(255,255,255,0) 0%,
            rgba(255,255,255,1) 72%
        );
}




/* =========== INQUIRY / FORM ================ */
.syt_contact_connect {
    position: relative;
}

.syt_contact_info_wrap {
    position: sticky;
    top: 120px;
}

.syt_contact_info_label {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 12px;
}

.syt_contact_info_line {
    width: 52px;
    height: 1px;
    background:
        linear-gradient(
            90deg,
            rgba(0, 64, 128, 0.35),
            transparent
        );
}

.syt_contact_info_badge {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(0, 64, 128, 0.78);
    font-family: var(--syt-font-secondary);
}

.syt_contact_info_title {
    font-size: clamp(30px, 3vw, 46px);
    line-height: 1.12;
    letter-spacing: -1px;
    font-weight: 700;
    color: var(--syt-text-dark);
    margin:
        20px 0
        24px;
    font-family: var(--syt-font-secondary);
}

.syt_contact_info_text {
    font-size: 17px;
    line-height: 1.95;
    color: var(--syt-text-light);
    margin-bottom: 42px;
}

.syt_contact_info_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.syt_contact_info_card {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 24px;
    border-radius: 30px;
    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,0.98),
            rgba(255,255,255,0.92)
        );
    border: 1px solid rgba(229, 231, 235, 0.75);
    transition: all 0.35s ease;
    box-shadow:
        0 10px 30px rgba(15, 23, 42, 0.03);
    font-family: var(--syt-font-secondary);
}

.syt_contact_info_card:hover {
    transform: translateY(-4px);
    box-shadow:
        0 20px 42px rgba(15, 23, 42, 0.06);
}

.syt_cic_icon {
    width: 58px;
    height: 58px;
    border-radius: 20px;
    background: rgba(204, 46, 63, 0.08);
    color: var(--syt-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 20px;
}

.syt_cic_content span {
    display: block;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--syt-text-light);
    margin-bottom: 8px;
}

.syt_cic_content a,
.syt_cic_content p {
    margin: 0;
    font-size: 17px;
    line-height: 1.7;
    font-weight: 600;
    color: var(--syt-text-dark);
    text-decoration: none;
    transition: color 0.3s ease;
}

.syt_cic_content a:hover {
    color: var(--syt-primary);
}

.syt_contact_note {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 28px;
    font-size: 15px;
    color: var(--syt-text-light);
}

.syt_contact_note i {
    color: #22c55e;
}

.syt_contact_form_wrap {
    position: relative;
    padding: 48px;
    border-radius: 38px;
    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,0.98),
            rgba(255,255,255,0.92)
        );
    border: 1px solid rgba(229, 231, 235, 0.7);
    box-shadow:
        0 28px 65px rgba(15, 23, 42, 0.06);
}

.syt_contact_form_wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,0.35),
            rgba(255,255,255,0)
        );
    pointer-events: none;
}

.syt_contact_form_top {
    position: relative;
    z-index: 2;
    margin-bottom: 38px;
}

.syt_contact_form_subtitle {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(0, 64, 128, 0.75);
    margin-bottom: 12px;
    font-family: var(--syt-font-secondary);
}

.syt_contact_form_title {
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.15;
    letter-spacing: -1px;
    font-weight: 700;
    color: var(--syt-text-dark);
    margin-bottom: 0;
    font-family: var(--syt-font-secondary);
}

.syt_form_group label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--syt-text-dark);
    margin-bottom: 12px;
}

.syt_form_group .form-control {
    min-height: 60px;
    border-radius: 18px;
    border: 1px solid rgba(229, 231, 235, 0.9);
    background: rgba(255,255,255,0.92);
    padding:
        14px 18px;
    font-size: 15px;
    color: var(--syt-text-dark);
    box-shadow: none;
    transition: all 0.3s ease;
}

.syt_form_group textarea.form-control {
    min-height: 170px;
    resize: none;
}

.syt_form_group .form-control::placeholder {
    color: #9ca3af;
}

.syt_form_group .form-control:focus {
    border-color: rgba(0, 64, 128, 0.22);
    box-shadow:
        0 0 0 4px rgba(0, 64, 128, 0.04);
}

.syt_contact_submit_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 60px;
    padding:
        0 34px;
    border: none;
    border-radius: 18px;
    background:
        linear-gradient(
            135deg,
            var(--syt-primary) 0%,
            var(--syt-primary-light) 100%
        );
    color: #ffffff;
    font-weight: 600;
    box-shadow:
        0 18px 40px rgba(0, 64, 128, 0.18);
    transition: all 0.35s ease;
}

.syt_contact_submit_btn:hover {
    transform: translateY(-3px);
    color: #ffffff;
    box-shadow:
        0 24px 48px rgba(0, 64, 128, 0.24);
}




/* ============ TRUST SECTION ============== */

.syt_contact_trust {
    position: relative;
}

.syt_contact_trust_wrap {
    position: relative;
    padding:
        70px 60px;
    border-radius: 42px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at top left,
            rgba(0, 64, 128, 0.05),
            transparent 30%
        ),
        radial-gradient(
            circle at bottom right,
            rgba(204, 46, 63, 0.04),
            transparent 30%
        ),
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f8fafc 100%
        );
    border: 1px solid rgba(229, 231, 235, 0.75);
    box-shadow:
        0 24px 60px rgba(15, 23, 42, 0.05);
}

.syt_contact_trust_wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,0.38),
            rgba(255,255,255,0)
        );
    pointer-events: none;
}

.syt_contact_trust_label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 20px;
}

.syt_contact_trust_line {
    width: 60px;
    height: 1px;
    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(0, 64, 128, 0.25),
            transparent
        );
}

.syt_contact_trust_badge {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(0, 64, 128, 0.8);
    font-family: var(--syt-font-secondary);
}

.syt_contact_trust_title {
    max-width: 760px;
    margin:
        0 auto
        52px;
    text-align: center;
    font-size: clamp(32px, 3vw, 48px);
    line-height: 1.12;
    letter-spacing: -1px;
    font-weight: 700;
    color: var(--syt-text-dark);
    font-family: var(--syt-font-secondary);
}

.syt_contact_trust_items {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 28px;
}

.syt_contact_trust_item_box {
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
    z-index: 2;
    font-family: var(--syt-font-secondary);
}

.syt_cti_icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: rgba(204, 46, 63, 0.08);
    color: var(--syt-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 20px;
}

.syt_contact_trust_item_box span {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.7;
    color: var(--syt-text-dark);
}

.syt_contact_trust_divider {
    width: 1px;
    height: 52px;
    background:
        linear-gradient(
            180deg,
            transparent,
            rgba(107, 114, 128, 0.18),
            transparent
        );
}





/* ============ FAQ SECTION ================ */

.syt_contact_faq {
    position: relative;
}

.syt_contact_faq_intro {
    position: sticky;
    top: 120px;
}

.syt_contact_faq_label {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.syt_contact_faq_line {
    width: 54px;
    height: 1px;
    background:
        linear-gradient(
            90deg,
            rgba(0, 64, 128, 0.35),
            transparent
        );
}

.syt_contact_faq_badge {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(0, 64, 128, 0.78);
    font-family: var(--syt-font-secondary);
}

.syt_contact_faq_title {
    font-size: clamp(32px, 3vw, 48px);
    line-height: 1.08;
    letter-spacing: -1.2px;
    font-weight: 700;
    color: var(--syt-text-dark);
    margin: 22px 0 24px;
    font-family: var(--syt-font-secondary);
}

.syt_contact_faq_text {
    max-width: 420px;
    font-size: 17px;
    line-height: 1.95;
    color: var(--syt-text-light);
}

.syt_contact_faq_accordion {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.syt_contact_faq_item {
    position: relative;
    overflow: hidden;
    border: none !important;
    border-radius: 34px !important;
    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,0.98),
            rgba(255,255,255,0.94)
        );
    border: 1px solid rgba(229, 231, 235, 0.78) !important;
    box-shadow:
        0 14px 36px rgba(15, 23, 42, 0.04);
    backdrop-filter: blur(12px);
    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease,
        border-color 0.4s ease;
}

.syt_contact_faq_item::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,0.40),
            rgba(255,255,255,0)
        );
    pointer-events: none;
}

.syt_contact_faq_item::after {
    content: "";
    position: absolute;
    top: -120px;
    right: -80px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: rgba(0, 64, 128, 0.035);
    filter: blur(40px);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.syt_contact_faq_item::before,
.syt_contact_faq_item::after {
    pointer-events: none;
}

.syt_contact_faq_item:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 64, 128, 0.12) !important;
    box-shadow: 0 26px 58px rgba(15, 23, 42, 0.07);
}

.syt_contact_faq_item:hover::after {
    opacity: 1;
}

.syt_contact_faq_item .accordion-button {
    position: relative;
    min-height: 98px;
    padding: 30px 34px;
    background: transparent !important;
    box-shadow: none !important;
    border: none;
    font-size: 19px;
    line-height: 1.55;
    font-weight: 600;
    color: var(--syt-text-dark);
    transition:
        color 0.35s ease,
        padding-left 0.35s ease;
    font-family: var(--syt-font-secondary);
}

.syt_contact_faq_item .accordion-button::before {
    content: "";
    position: absolute;
    left: 0;
    top: 26px;
    bottom: 26px;
    width: 4px;
    border-radius: 999px;
    background:
        linear-gradient(
            180deg,
            var(--syt-primary),
            var(--syt-accent)
        );
    opacity: 0;
    transform: scaleY(0.7);
    transition:
        opacity 0.35s ease,
        transform 0.35s ease;
}

.syt_contact_faq_item .accordion-button:not(.collapsed) {
    color: var(--syt-primary);
    padding-left: 40px;
}

.syt_contact_faq_item .accordion-button:not(.collapsed)::before {
    opacity: 1;
    transform: scaleY(1);
}

.syt_contact_faq_item .accordion-button::after {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    background-color: rgba(0, 64, 128, 0.05);
    background-size: 16px;
    background-position: center;
    transition:
        transform 0.35s ease,
        background-color 0.35s ease,
        box-shadow 0.35s ease;
}

.syt_contact_faq_item .accordion-button:not(.collapsed)::after {
    background-color: rgba(0, 64, 128, 0.10);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
    transform:
        rotate(-180deg)
        scale(1.05);
}

.syt_contact_faq_item .accordion-collapse {
    position: relative;
    z-index: 2;
}

.syt_contact_faq_item .accordion-body {
    position: relative;
    padding:0 34px 34px 40px;
}

.syt_contact_faq_item .accordion-body::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin-bottom: 24px;
    background:
        linear-gradient(
            90deg,
            rgba(229, 231, 235, 0),
            rgba(229, 231, 235, 0.9),
            rgba(229, 231, 235, 0)
        );
}

.syt_contact_faq_item .accordion-body p {
    margin: 0;
    max-width: 92%;
    font-size: 16px;
    line-height: 1.95;
    color: var(--syt-text-light);
}





/*============================ MOBILE RESPONSIVE ======================================*/
@media (max-width: 1199.98px) {

    .syt_contact_trust_strip {
        gap: 22px;
    }
}

@media (max-width: 991.98px) {
    /* hero */
    .syt_contact_hero {
        padding-bottom: 110px;
    }

    .syt_contact_hero_title {
        letter-spacing: -1px;
    }

    .syt_contact_trust_strip {
        flex-direction: column;
        align-items: stretch;
        gap: 22px;
        padding: 28px;
    }

    .syt_ct_divider {
        width: 100%;
        height: 1px;
    }

    /* inquiry form */
     .syt_contact_info_wrap {
        position: relative;
        top: auto;
    }

    .syt_contact_form_wrap {
        padding: 36px;
    }

    /* trust section */
    .syt_contact_trust_wrap {
        padding: 55px 40px;
        border-radius: 34px;
    }

    .syt_contact_trust_items {
        flex-direction: column;
        align-items: flex-start;
    }

    .syt_contact_trust_divider {
        width: 100%;
        height: 1px;
    }

    /* faq section */
     .syt_contact_faq_intro {
        position: relative;
        top: auto;
    }

    .syt_contact_faq_text {
        max-width: 100%;
    }

}

@media (max-width: 767.98px) {
    /* hero */
    .syt_contact_label_wrap {
        gap: 12px;
    }

    .syt_contact_label_line {
        width: 40px;
    }

    .syt_contact_label {
        padding: 9px 14px;
        font-size: 11px;
        letter-spacing: 1.5px;
    }

    .syt_contact_hero_text {
        font-size: 16px;
        line-height: 1.9;
    }

    .syt_contact_hero_actions {
        flex-direction: column;
    }

    .syt_contact_hero_actions .btn {
        width: 100%;
    }

    .syt_contact_trust_strip {
        border-radius: 26px;
        padding: 24px;
        margin-top: 55px;
    }

    .syt_contact_trust_item {
        align-items: flex-start;
    }

    .syt_ct_icon {
        width: 52px;
        height: 52px;
        border-radius: 16px;
    }

    /* inqiury form */
    .syt_contact_info_card {
        padding: 22px;
        border-radius: 24px;
    }

    .syt_contact_form_wrap {
        padding: 28px 22px;
        border-radius: 28px;
    }

    .syt_contact_submit_btn {
        width: 100%;
    }

    /* trust section */
    .syt_contact_trust_wrap {
        padding: 42px 24px;
        border-radius: 28px;
    }

    .syt_contact_trust_label {
        gap: 10px;
    }

    .syt_contact_trust_line {
        width: 34px;
    }

    .syt_contact_trust_item_box {
        align-items: flex-start;
    }

    .syt_cti_icon {
        width: 52px;
        height: 52px;
        border-radius: 16px;
    }

    /* faq section */
    .syt_contact_faq_item {
        border-radius: 28px !important;
    }

    .syt_contact_faq_item .accordion-button {
        min-height: auto;
        padding: 24px 22px;
        font-size: 17px;
    }

    .syt_contact_faq_item .accordion-button:not(.collapsed) {
        padding-left: 28px;
    }

    .syt_contact_faq_item .accordion-button::after {
        width: 40px;
        height: 40px;
        border-radius: 14px;
    }

    .syt_contact_faq_item .accordion-body {
        padding:0 22px 26px 28px;
    }

    .syt_contact_faq_item .accordion-body p {
        max-width: 100%;
    }

}