.inner__head {
    background-image: url(../img/overlay2.webp);
    background-color: #0F1C31;
    background-size: cover;
    padding-block: 44px;
}

.inner__heading {
    font-size: 24px;
    line-height: 38px;
    color: #fff;
    font-weight: 400;
}

.inner__head__content::after {
    content: '';
    position: absolute;
    bottom: -50px;
    z-index: -1;
    right: 0;
    border-radius: 5px;
    background-color: var(--color4);
    width: 208px;
    height: 40px;
}

.page__title::before {
    content: "\e900";
    font-family: 'icomoon';
    color: var(--color1);
    font-size: 20px;
}

.page__title {
    font-size: 24px;
    line-height: 38px;
    color: #333333;
    font-weight: 400 !important;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
}

.inner__head__content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
}

.editor-content.short-content p {
    color: #FFFFFFB2;
}

.more__desc:hover {
    color: #fff;
}

.more__desc {
    display: flex;
    align-items: center;
    gap: 18px;
    color: var(--color4);
    font-size: 16px;
    line-height: 2;
}

.more__desc::after {
    content: "\e920";
    font-family: 'icomoon';
    font-size: 8px;
    display: inline-block;
    margin-right: 5px;
}



#more__desc {
    margin-block: 80px;
    background-color: #FAFAFA;
    border-radius: 8px;
    position: relative;
}

#more__desc__wrap {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 64px 58px;
    z-index: 1;
}

#more__desc__wrap::before {
    content: "\e90f";
    font-family: 'icomoon';
    line-height: 1;
    font-size: 350px;
    left: -50px;
    top: -45px;
    color: #f6f6f6;
    transform: rotate(349deg);
    position: absolute;
    z-index: -1;
    pointer-events: none;
}

#more__desc::after {
    content: '';
    position: absolute;
    z-index: -1;
    background-color: var(--color4);
    height: calc(100% - 76px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 16px);
    border-radius: 8px;
}

.more__desc__title {
    font-size: 18px;
    line-height: 2;
    color: #333333;
    margin-bottom: 24px;
}

.blog__wrapper {
    margin-block: 46px 80px;
}

.row__post {
    row-gap: 20px;
}

.row__post .card-post__img img {
    object-fit: cover;
    max-height: 165px;
    width: 100%;
}

ul .page-numbers {
    font-size: 20px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 1px dashed #fff;
    transition: 400ms;
}

ul.page-numbers {
    gap: 4px;
    display: flex;
    margin-top: 40px;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
}


.page-numbers.current {
    border-color: var(--color4);
    color: var(--color4);
    background-color: #DFEBFF;
}

ul a.page-numbers:hover {
    color: var(--color4);
}

ul .page-numbers.next {
    transform: rotate(-90deg);
}

ul .page-numbers.prev {
    transform: rotate(90deg);
}

ul .page-numbers.next,
ul .page-numbers.prev {
    font-size: 8px;
}

.widget_categories {
    background-color: #FAFAFA;
    border-radius: 8px;
    padding: 10px 10px 0;
}

.widget_categories .widget-title {
    background-color: var(--color5);
    color: #fff;
    font-size: 16px;
    padding: 14px;
    border-radius: 8px;
    text-align: center;
    font-weight: 400;
}

.widget_categories > ul > li:not(:last-child) {
    border-bottom: 1px solid #34466514;
}

.widget_categories > ul > li > a::before {
    content: "\e900";
    font-family: 'icomoon';
    display: inline-block;
    font-size: 10px;
}

.widget_categories a.active {
    color: var(--color1);
}

.widget_categories .caticon.active {
    color: var(--color1);
    transform: rotateX(180deg);
}

.widget_categories .caticon:hover {
    color: var(--color1);
}

.widget_categories .caticon {
    font-size: 8px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color5);
    position: absolute;
    left: 0;
    cursor: pointer;
    top: 25px;
    transition: 300ms;

}

.widget_categories li {
    position: relative;
}

.widget_categories > ul > li {
    padding-block: 12px;
}

.widget_categories > ul > li > a {
    font-size: 15px;
    color: var(--color5);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding-block: 10px;
}


.widget_categories ul.children {
    padding-right: 20px;
    display: none;
}

.widget_categories ul.children a {
    color: #33333391;
    font-size: 14px;
    transition: color 400ms;
    display: inline-block;
    padding-block: 6px;
}

.widget_categories a:hover {
    color: var(--color1) !important;
}

.widget_media_image a {
    display: block;
}

.widget_media_image img {
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}



.faqs__wrapper {
    margin-block: 80px;
}

.inner__title {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 40px;
}

.inner__title::before {
    content: "\e900";
    font-family: 'icomoon';
    color: var(--color1);
    font-size: 19px;
}

.archive footer,
.single-post footer,
.page-template.inner-page footer {
    margin-top: 80px;
}



#sidebar {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    transition: all 0.5s;
    z-index: 10000;
    background-color: #fff;
}

.sidebar-btn i {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(90deg);
    font-size: 8px;
}

.sidebar-btn {
    background-color: var(--color5);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    font-size: 15px;
    width: 100%;
    margin-bottom: 16px;
    border-radius: 8px;
    cursor: pointer;
}

#sidebar.active {
    right: -1px;
}

#sidebar .sidebar-close {
    width: 24px;
    height: 24px;
    position: relative;
    background: var(--danger);
    text-align: center;
    margin: 20px auto 20px 0;
    color: #fff;
    cursor: pointer;
    font-size: 10px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* CONTACT */
.contact-main::before {
    content: '';
    background-image: url(../img/overlay2.webp);
    background-color: #0F1C31;
    background-size: cover;
    position: absolute;
    z-index: -1;
    height: 274px;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
}

.contact-main {
    padding-top: 32px;
    position: relative;
}

.contact-form-row {
    margin-block: 80px;
}

.websima-contact-form .text-cform[data-name="comment_cform"] label::before {
    content: '\e924';
    font-size: 15px;
}

.websima-contact-form .input-cform[data-name="name_cform"] label::before {
    content: '\e926';
    font-size: 17px;
}

.websima-contact-form .input-cform[data-name="email_cform"] label::before {
    content: '\e925';
    font-size: 13px;
}

.websima-contact-form .acf-field .acf-label label::before {
    font-family: 'icomoon';
    margin-left: 6px;
    display: inline-block;
    line-height: 1;
    font-weight: 100;
}

.websima-contact-form .acf-field .acf-label label {
    margin: 0 !important;
    display: flex;
    align-items: center;
    gap: 3px;
}

.websima-contact-form textarea,
.websima-contact-form input {
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #fff;
    padding: 28px !important;
    font-family: inherit;
    transition: border-color 500ms;
}

.websima-contact-form textarea::placeholder,
.websima-contact-form input::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #333333A1;
    font-family: inherit;
}

.websima-contact-form textarea:focus,
.websima-contact-form input:focus {
    border-color: var(--color5);
}

.websima-contact-form {
    border-radius: 8px;
    background: #FAFAFA;
    backdrop-filter: blur(6px);
    padding: 42px;
}

.websima-contact-form .acf-fields > .acf-field {
    padding: unset;
    border-top: unset;
}

.websima-contact-form .acf-form-fields .text-cform {
    flex: 1 0 100%;
}

.websima-contact-form .acf-form-fields .input-cform {
    flex: 1 0 48%;
}

.websima-contact-form .acf-form-fields {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 32px;
}

.websima-contact-form .acf-form-submit {
    margin-top: 28px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.cform_desc {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 1.5;
    margin-bottom: 30px;
}

.social-links-row {
    margin-block: 130px 80px;
}

.social-links .social-links-title {
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
}

.social-links::after {
    content: '';
    background-color: var(--color1);
    position: absolute;
    bottom: -4px;
    z-index: -1;
    border-radius: 8px;
    height: 4px;
    width: 100%;
    max-width: 480px;
    left: 50%;
    transform: translateX(-50%);
}

.social-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: url(../img/overlay2.webp);
    background-color: #0F1C31;
    border-radius: 8px;
    position: relative;
    padding: 56px 152px;
    background-size: cover;
}

.social-links-wrap a:hover {
    color: var(--color1);
}

.social-links-wrap a {
    color: #fff;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-links-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.websima-contact-form .updated {
    border: 1px solid #a3cfbb;
    color: #0a3622;
    background-color: #d1e7dd;
    border-radius: 8px;
    font-size: 14px;
    line-height: 2;
    padding: 7px;
    text-align: center;
    margin-bottom: 14px;
}

.contact-info {
    position: relative;
    border-radius: 8px;
    border: 1px solid rgba(52, 70, 101, 0.28);
    background-color: #fff;
    padding: 20px;
}

.contact-info::after {
    content: '';
    background-color: var(--color1);
    position: absolute;
    left: 50%;
    bottom: -4px;
    transform: translateX(-50%);
    height: 9px;
    border-radius: 2px;
    z-index: -1;
    width: 49px;
}

.contact-info li.phone {
    align-items: flex-start;
}

.contact-info li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 30px;

}

.contact-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    color: #fff;
    background-color: var(--color2);
    font-size: 22px;
    border-radius: 8px;
    flex-shrink: 0;
}

.contact-info .d-flex a:hover {
    color: var(--color1);
}

.contact-info .d-flex {
    flex-direction: column;
    gap: 12px;
    font-size: 15.5px;
    line-height: 1.5;
    color: #333333;
}

.contact-dir-button {
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    left: 24px;
    bottom: 14px;
    z-index: 990;
    border-radius: 2px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.56);
    backdrop-filter: blur(2px);
    padding: 14px;
    justify-content: flex-start;
    width: 100%;
    max-width: 290px;
}

.mapp-container .mapp-footer .triggers.left {
    display: none;
}

.dir-txt {
    font-size: 16px;
    display: inline-block;
    color: var(--color5);
    line-height: 1;
    margin-right: 8px;
    margin-left: auto;
}

.btn-dir {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #344665;
    background-color: #fff;
    transition: background-color 500ms;
}

.btn-dir:hover {
    background-color: #344665;
}

.mapp-logo {
    display: none !important;
}

.acf-loading,
.acf-spinner {
    position: absolute;
    left: 15px;
}

.alarm-txt .contact-icon {
    background-color: var(--color1);
}

.alarm-txt .d-flex {
    line-height: 2;
    color: var(--color1);
}

.phone-item {
    position: relative;
    padding-block: 8px;
    display: flex;
    align-items: center;
    gap: 30px;
    padding-right: 22px;
}

.phone-item::before {
    content: '';
    display: inline-block;
    margin-left: 14px;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: var(--color2);
    position: absolute;
    right: 0;
}

.phone-item:not(:last-child):after {
    content: '';
    position: absolute;
    right: 2px;
    width: 1px;
    height: 100%;
    border-right: 1px dashed #00000033;
    top: 50%;
    transform: translateY(6px);
}





.about__content__wrap {
    padding-right: 34px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
}

.about__title {
    font-size: 24px;
    line-height: 38px;
    color: #fff;
    font-weight: 400;
    margin-bottom: -8px;
}

.about__sub {
    font-size: 16px;
    line-height: 2;
    font-weight: 400;
    color: #fff;

}

.about__txt {
    color: #FFFFFFB2;
    font-size: 16px;
    line-height: 2.25;
    text-align: justify;
}

.about__image {
    border-radius: 8px;
    width: 100%;
    object-fit: cover;
}

.about__img__wrap {
    position: absolute;
    z-index: 1;
}

.about__img__wrap::before {
    content: '';
    background-color: #E5EFFF;
    position: absolute;
    z-index: -1;
    left: -20px;
    bottom: -20px;
    width: 198px;
    height: 184px;
    border-radius: 8px;
}

.btns__gp {
    display: flex;
    align-items: center;
    gap: 16px;
}

/* SINGLE POST  */
#single-main {
    position: relative;
    padding-top: 40px;
}

#single-main::before {
    content: '';
    background-image: url(../img/overlay2.webp);
    background-color: #0F1C31;
    background-size: cover;
    position: absolute;
    z-index: -1;
    height: 274px;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
}

.single__title {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    line-height: 38px;
    border-bottom: 1px solid #FFFFFF59;
    padding-bottom: 20px;
    margin-bottom: 26px;
}

.single__meta .d-flex {
    gap: 24px;
    align-items: center;
}

.single__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.cat__post a:hover {
    color: var(--color1);
}

.cat__post a {
    color: #fff;
}

.cat__post,
.view__post,
.date__post {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #fff;
    font-size: 14px;
    line-height: 1;
}

.date__post i {
    font-size: 15px;
}

.view__post {
    margin-right: auto;
}

.single__thumbnail {
    width: 100%;
    object-fit: cover;
    margin-block: 24px;
    border-radius: 8px;
    max-height: 535px;
}

.single__faqs {
    margin-top: 80px;
}

.tag__post a:hover {
    color: var(--color1);
}

.tag__post a {
    color: var(--color5);
}

.tag__post {
    margin-top: 40px;
    padding-top: 20px;
    line-height: 22px;
    font-size: 14px;
    color: var(--color5);
    display: flex;
    align-items: center;
    gap: 14px;
    border-top: 1px solid #34466530;
}

.post__row {
    margin-bottom: 80px;
}

.related__product {
    margin-block: 80px;
    padding-block: 40px;
    background-color: #FAFAFA;
}

.related__posts .heading,
.related__product .heading {
    margin-bottom: 20px;
}

.related__posts {
    margin-block: 80px;
}

.comment__row {
    margin-block: 80px;
}

.warning__txt {
    background-color: var(--color1);
    color: #fff;
    font-size: 15px;
    line-height: 2;
    padding: 8px;
    border-radius: 8px;
    text-align: center;
    margin-block: 24px;
}

#sidebar__blog {
    position: sticky;
    top: 160px;
}

.access-post a:hover {
    color: #fff;
    background-color: var(--color5);
}

.access-post a {
    display: block;
    background-color: #FAFAFA;
    text-align: center;
    border-radius: 8px;
    font-size: 16px;
    padding: 14px;
    color: var(--color5);
    transition: 500ms;
    width: 100%;
    font-weight: bold;
}

.access-post {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}



.single__shares a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #DFEBFF;
    border: 1px dashed var(--color5);
    color: var(--color5);
    transition: 500ms;
    font-size: 18px;
}

.single__shares a:hover {
    background-color: var(--color5);
    color: #fff;
}

.single__shares a i.icon-whatsapp {
    font-size: 20px;
}

.single__shares {
    margin-block: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 18px;
    position: relative;
}

.copyMessage {
    display: none;
    position: absolute;
    background-color: var(--color4);
    border-radius: 4px;
    line-height: 1;
    font-size: 12px;
    text-align: center;
    bottom: -30px;
    right: 0;
    padding: 5px;
    color: #fff;
    z-index: 2;
}

.help-heading li a:hover {
    color: var(--color1);
}

.help-heading li:not(:last-child) {
    border-bottom: 1px solid #34466514;
}

.help-heading li a {
    font-size: 14px;
    font-weight: 400;
    color: var(--color5);
    line-height: 2;
    display: flex;
    align-items: center;
    padding-block: 10px;
    min-height: 76px;
}

.help-heading > ul {
    margin-top: 10px;
}

.help-heading > span {
    font-size: 16px;
    font-weight: bold;
    padding: 14px;
    background-color: var(--color5);
    color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.help-heading::after {
    position: absolute;
    content: '';
    background-color: var(--color5);
    border-radius: 2px;
    width: 49px;
    height: 9px;
    z-index: -1;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}

.help-heading {
    position: relative;
    border-radius: 8px;
    background-color: #FAFAFA;
    padding: 10px;
    margin-bottom: 22px;
}

.cat-item.current-cat > a,
.cat-item.current-cat > a::before {
    color: var(--color1) !important;
}

@media (min-width:992px) {
    #sidebar__blog > .single__shares:first-child{
        margin-top: 0;
    }
    .archive footer,
    .single-post footer,
    .page-template.inner-page footer {
        margin-top: 150px;
    }

    .sidebar-btn {
        display: none;
    }

    #sidebar {
        position: unset;
        z-index: 10;
        right: unset;
        overflow-y: unset;
    }

    #sidebar .sidebar-close {
        display: none;
    }

    #sidebar-blog {
        position: sticky;
        top: 140px;
    }


}


@media (max-width:1399.98px) {
    .single__shares {
        gap: 10px;
    }

    .single__shares a {
        width: 42px;
        height: 42px;
        font-size: 16px;
    }
}

@media (max-width:1199.98px) {
    .websima-contact-form .acf-form-fields .input-cform {
        flex: 1 0 39%;
    }

    .social-links {
        padding: 50px 30px;
    }

    .contact-info {
        padding: 10px;
    }

    .single__shares {
        gap: 8px;
    }

    .single__shares a {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }

}

@media (max-width:991.98px) {
    .single__thumbnail {
        margin-block: 24px 0;
    }

    .copyMessage {
        right: 10px;
        bottom: -26px;
    }

    .single__meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .warning__txt {
        background-color: var(--color1);
        color: #fff;
        font-size: 14px;
        line-height: 2;
        padding: 8px;
        border-radius: 8px;
        text-align: center;
        margin-block: 8px;
    }

    .phone-item {
        padding-block: 4px;
        gap: 10px;
        padding-right: 16px;
        flex-wrap: wrap;
    }

    .btn-dir {
        width: 44px;
        height: 44px;
    }

    .dir-txt {
        font-size: 15px;
    }

    .contact-dir-button {
        left: 14px;
        bottom: 4px;
        padding: 6px;
    }

    .inner__head {
        padding-block: 100px 30px;
    }

    .page__title,
    .inner__heading {
        font-size: 20px;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 30px;
    }


    .archive .inner__heading,
    .page-template-template-blog .inner__heading {
        margin-bottom: 0 !important;
    }

    .inner__head__content {
        gap: 16px;
    }

    .more__desc {
        gap: 10px;
        font-size: 15px;
    }

    .inner__head__content::after {
        right: 50%;
        transform: translateX(50%);
        bottom: -32px;
    }

    .more__desc::after {
        font-size: 7px;
    }

    .blog__wrapper {
        margin-block: 36px 40px;
    }


    .inner__title {
        font-size: 18px;
        line-height: 26px;
        justify-content: flex-start;
        margin-bottom: 30px;
        gap: 10px;
    }

    .inner__title::before {
        font-size: 16px;
    }

    #more__desc,
    .faqs__wrapper {
        margin-block: 40px;
    }

    .more__desc__title {
        font-size: 16px;
        margin-bottom: 8px;
    }

    #more__desc__wrap {
        padding: 20px 16px;
    }

    #more__desc::after {
        height: calc(100% - 176px);
        width: calc(100% + 10px);
    }

    ul.page-numbers {
        margin-top: 30px;
    }

    ul .page-numbers {
        font-size: 18px;
        width: 34px;
        height: 34px;
        border-radius: 34px;
    }

    ul .page-numbers.next,
    ul .page-numbers.prev {
        font-size: 7px;
    }

    .blog__wrapper .card-post {
        flex-direction: column;
    }

    .blog__wrapper .card-post__link {
        text-align: center;
        font-size: 15px;
        padding-block: 5px;
    }

    .blog__wrapper .card-post__img {
        flex-basis: unset;
        max-width: unset;
        width: 100%;
        max-height: 200px;
    }

    .blog__wrapper .row__post .card-post__img img {
        object-fit: cover;
        max-height: unset;
        width: 100%;
    }

    .social-links {
        flex-direction: column;
        padding: 44px 20px 40px;
        text-align: center;
        gap: 30px;
    }

    .social-links .social-links-title {
        font-size: 16px;
    }

    .social-links-wrap a {
        font-size: 20px;
    }

    .social-links::after {
        width: 185px;
    }

    .social-links-row {
        margin-block: 90px 60px;
    }

    .map-gap {
        row-gap: 45px;
    }

    .contact-main {
        padding-top: 125px;
    }

    .contact-info {
        padding: 6px;
    }

    .contact-info li {
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 24px;
    }

    .contact-icon {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }

    .websima-contact-form {
        padding: 20px 10px;
    }

    .cform_desc {
        font-size: 14px;
        line-height: 2;
        margin-bottom: 22px;
    }

    .websima-contact-form textarea,
    .websima-contact-form input {
        padding: 24px 12px !important;
    }

    .websima-contact-form .acf-form-submit {
        margin-top: 0;
    }

    .contact-form-row {
        margin-block: 55px;
    }

    .contact-info .d-flex {
        font-size: 13.5px;
        gap: 8px;
    }

    .websima-contact-form textarea::placeholder,
    .websima-contact-form input::placeholder {
        font-size: 13px;
    }

    .about__img__wrap {
        position: relative;
        margin-block: 12px;
    }

    .about__img__wrap::before {
        width: 110px;
        height: 110px;
        left: -6px;
        bottom: -6px;
    }

    .about__content__wrap {
        align-items: center;
        text-align: center;
        justify-content: center;
        gap: 20px;
        padding-right: unset;
    }

    .about__title {
        font-size: 21px;
    }

    .about__sub {
        font-size: 15px;
    }

    .about__txt {
        font-size: 14px;
    }

    .btns__gp {
        gap: 8px;
    }

    .btns__gp .btn {
        margin: 0 !important;
        max-width: unset !important;
        min-width: 122px;
    }

    .single__title {
        font-size: 20px;
        line-height: 32px;
    }

    #single-main::before {
        height: 550px;
    }

    .cat__post {
        overflow-x: scroll;
        white-space: nowrap;
        width: 100%;
        padding-bottom: 20px;
    }

    .cat__post,
    .view__post,
    .date__post {
        gap: 10px;
    }

    .help-heading > span.active > i {
        transform: rotateX(180deg) !important;
    }

    .help-heading > span > i {
        transition: transform 500ms;
        font-size: 8px !important;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .help-heading > ul {
        display: none;
    }

    .help-heading > span {
        justify-content: space-between;
        padding: 12px;
        font-size: 15px;
    }


    .related__posts,
    .related__product,
    .single__faqs {
        margin-block: 44px;
    }

    .tag__post {
        white-space: nowrap;
        overflow-x: scroll;
        width: 100%;
        margin-top: 30px;
    }

    .post__row {
        margin-bottom: 50px;
    }

    .related__posts .heading,
    .related__product .heading {
        margin-bottom: 8px;
    }

    .related__product {
        padding-block: 32px;
    }

    .swiper-related-post .card-post__title {
        min-height: 64px;
    }
}


@media screen and (max-width: 767.98px) {
    .websima-contact-form .updated {
        font-size: 13px;
        padding: 8px 4px;
    }

    .swiper-related-pro .product__title {
        min-height: 64px;
    }

    #single-main {
        padding-top: 125px;
    }
}

@media screen and (max-width: 575.98px) {
    .websima-contact-form .acf-form-fields .input-cform {
        flex: 1 0 100%;
    }

    .contact-main {
        padding-top: 100px;
    }



    .swiper-related-post .card-post__img img {
        max-height: 150px !important;
    }

    #single-main {
        padding-top: 100px;
    }

}


.swiper-button-lock {
    display: none !important;
}