:root {
    /* --alt-font: "Plus Jakarta Sans", sans-serif; */
    --primary-font-webiste: var(--primary-font-website);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--primary-font-webiste);
}

.content-term .ck-content h3,
.content-term .ck-content h4,
.content-term .ck-content p {
    margin-bottom: 10px;
}

/* custom css old */

.form-check-input[type=checkbox] {
    padding: 0px;
}

.list-type li {
    list-style-type: none;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px;
}

@media (max-width: 767px) {
    .sm-mb-0 {
        margin-bottom: 0px !important;
    }

    .sm-mb-10px {
        margin-bottom: 10px !important;
    }

    .sm-mb-15px {
        margin-bottom: 15px !important;
    }

    .sm-mb-20px {
        margin-bottom: 20px !important;
    }

    .sm-mb-25px {
        margin-bottom: 25px !important;
    }

    .sm-mb-30px {
        margin-bottom: 30px !important;
    }

    .sm-mb-35px {
        margin-bottom: 35px !important;
    }

    .sm-mb-40px {
        margin-bottom: 40px !important;
    }

    .sm-mb-45px {
        margin-bottom: 45px !important;
    }

    .sm-mb-50px {
        margin-bottom: 50px !important;
    }

    .sm-pt-0 {
        padding-top: 0px !important;
    }

    .sm-pt-10px {
        padding-top: 10px !important;
    }

    .sm-pt-15px {
        padding-top: 15px !important;
    }

    .sm-pt-20px {
        padding-top: 20px !important;
    }

    .sm-pt-25px {
        padding-top: 25px !important;
    }

    .sm-pt-30px {
        padding-top: 30px !important;
    }

    .sm-pt-35px {
        padding-top: 35px !important;
    }

    .sm-pt-40px {
        padding-top: 40px !important;
    }

    .sm-pt-45px {
        padding-top: 45px !important;
    }

    .sm-pt-50px {
        padding-top: 50px !important;
    }

    .sm-pb-0 {
        padding-bottom: 0px !important;
    }

    .sm-pb-10px {
        padding-bottom: 10px !important;
    }

    .sm-pb-15px {
        padding-bottom: 15px !important;
    }

    .sm-pb-20px {
        padding-bottom: 20px !important;
    }

    .sm-pb-25px {
        padding-bottom: 25px !important;
    }

    .sm-pb-30px {
        padding-bottom: 30px !important;
    }

    .sm-pb-35px {
        padding-bottom: 35px !important;
    }

    .sm-pb-40px {
        padding-bottom: 40px !important;
    }

    .sm-pb-45px {
        padding-bottom: 45px !important;
    }

    .sm-pb-50px {
        padding-bottom: 50px !important;
    }

}

/* end custom css old */


.row-container {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
}

section {
    padding-top: 0px;
    padding-bottom: 0px;
}

.section {
    padding-top: 40px;
    padding-bottom: 40px;
}

footer .footer-logo img {
    max-height: 100%;
}

footer ul li {
    list-style-type: none;
}

.ck-content hr {
    margin: 3px 0;
    height: 4px;
    background: white;
    border: 0;
}

.ck-content line {
    margin: 5px 0;
    height: 4px;
    background: white;
    border: 0;
    display: inline-block;
}

/* default */

.content-detail .ck-content .row-container ul li {
    list-style: disc;
    color: #2a2a2a;
}

p {
    margin-bottom: 10px;
    color: #2a2a2a;
    font-weight: 400;
}

.table {
    max-width: 100%;
    height: auto !important;
}

ul li {
    list-style: disc;
    /* color: #2a2a2a; */
}

.sidebar {
    border-color: transparent;
}

/* end default */

/* font size */
.content-detail .ck-content ul li {
    color: #2a2a2a !important;
    margin-bottom: 5px;

}

.content-detail .ck-content a {
    color: var(--primary-color);
}

.content-detail .ck-content h2 {
    font-size: 28px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 10px;
    color: #3c3a3a;
}

.content-detail .ck-content h3 {
    font-size: 26px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 15px;
    color: #3c3a3a;
}

/* blog */
.blog-details .post-description h2 {
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 31px;
    color: #181818;
    max-width: 100%;
}

.blog-details .post-description h3 {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 10px;
    color: #3c3a3a;
    max-width: 100%;
}

.blog-details .post-description ul li {
    color: #2a2a2a !important;
    margin-bottom: 5px;
}

.blog-details .post-description a {
    color: var(--primary-color);
}

.post-description .content-detail h2 {
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 31px;
    color: #181818;
}

.post-description .content-detail h3 {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 10px;
    color: #3c3a3a;
}

.post-description .content-detail h4 {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 10px;
    color: #3c3a3a;
}

.post-description .content-detail ul li {
    list-style-type: disc;
}

.border-bottom {
    padding-top: 5px;
}

.form-control,
.form-select,
input,
select,
textarea {
    font-size: 16px;
    line-height: 24px;
    color: #2a2a2a;
    height: 45px;
}

/* end blog */

/* end font size */

/* toc */
.post-description .table-of-content .toc_list ul li {
    list-style-type: none;
}

.post-description .table-of-content .toc_list li {
    list-style-type: none;
}

.post-description .table-of-content .toc_list li a {
    color: #2a2a2a;
}

.toc-container {
    padding: 5px 10px;
}

/* end toc */

/* font */
.fs-25 {
    font-size: 25px;
}

.fs-30 {
    font-size: 30px;
}

.fs-35 {
    font-size: 35px;
}

.fs-45 {
    font-size: 45px;
}

.fs-40 {
    font-size: 40px;
}

.fs-50 {
    font-size: 50px;
}

@media (max-width: 767px) {
    .sm-fs-25 {
        font-size: 25px;
    }

    .sm-fs-30 {
        font-size: 30px;
    }

    .sm-fs-35 {
        font-size: 35px;
    }

    .sm-fs-40 {
        font-size: 40px;
    }

    .sm-fs-45 {
        font-size: 45px;
    }

    .sm-fs-50 {
        font-size: 50px;
    }
}

/* line-height */

/* service layout 02 */
.featured-box-style-02 {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    border: 1px solid #ddd;
    border-left: 4px solid #ed1c24;
    background: #f9f9f9;
    border-radius: 6px;
    /* padding: 20px; */
    margin: 25px 0;
}

/* social icon */
.social-icon-style-03 ul li a.tiktok {
    background-color: black;
}

.social-icon-style-03 ul li a:hover.tiktok {
    color: black
}

/* end social icon */

/* menu header */
.navbar .navbar-nav .simple-dropdown .dropdown-menu li a {
    border-bottom: 1px solid #ececec;
    margin: 0 10px;
    width: 100%;
    color: #000;
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu li.nav-item {
    padding: 5px 5px;
}

.header-demo.navbar .navbar-nav .dropdown .dropdown-menu a {
    padding: 0px 5px 10px 5px !important;
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu {
    padding: 15px 0;
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown-menu {
    top: -15px;
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu li:last-child:not(.nav-dropdown-col)>a {
    border-bottom: 0 !important;
}

.ck-content .image {
    margin: 10px 0px;
}

.navbar .navbar-nav .nav-link {
    padding: 20px 20px;
}

.navbar .navbar-nav .nav-link:hover {
    color: var(--primary-color);
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown i {
    right: 0px;
}

.navbar .navbar-nav .dropdown .dropdown-menu.show {
    width: 100%;
    background: #fafafa;
    padding: 0px;
}

.navbar .navbar-nav .nav-item:hover .nav-link {
    opacity: 1;
    /* color: var(--primary-color); */
}

@media (max-width: 991px) {
    .navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown>a {
        padding-bottom: 13px !important;
        padding-left: 11px !important;
        font-weight: 700;
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 15px !important;
    }

    .navbar .navbar-nav .simple-dropdown .dropdown-menu {
        padding: 0px 0;
    }

    .navbar .navbar-nav .simple-dropdown .dropdown-menu li a {
        margin: 0 5px;
    }

    .navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown.menu-left .dropdown-menu {
        left: 10px !important;
    }

    .navbar .navbar-nav .simple-dropdown .dropdown-menu>.dropdown,
    .navbar-full-screen-menu-inner .navbar-nav .simple-dropdown .dropdown-menu>.dropdown,
    .navbar-modern-inner .navbar-nav .simple-dropdown .dropdown-menu>.dropdown {
        margin-bottom: 0px;
    }

    header.sticky .responsive-sticky .navbar-brand {
        padding: 10px 0;
    }

    header .navbar-brand,
    header.sticky .disable-fixed .navbar-brand,
    header.sticky .fixed-header .navbar-brand,
    header.sticky .navbar-brand {
        padding: 10px 0;
    }

    header .header-top-bar+.navbar {
        top: 0;
        box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.1);
    }

    .navbar .navbar-nav .nav-item .dropdown-toggle {
        background: var(--secondary-color);
        right: 10px;
        color: white;
        width: 35px;
        height: 35px;
    }
}

/* End menu header */


/* search header */
.search-header-style-01 .btn {
    position: absolute;
    right: 0;
    top: -7px;
    border-radius: 0 100px 100px 0;
    height: 100%;
    padding: 12px 12px 12px 30px;
    font-size: 23px;
}

.search-header-style-01 .form-control {
    padding: 8px 20px;
}

.header-style-menu-bottom {
    margin-bottom: 130px;
}

.search-form-icon.header-search-form i {
    font-size: 22px;
}

/* end search header */




.header-icon-call .btn.btn-switch-text.btn-medium>span {
    padding: 10px 10px;
}

.image-header-top .btn.btn-rounded.btn-large {
    padding: 11px 18px;
}


/* detail post */
.tag-cloud a {
    padding: 5px 10px;
}

.title-post-detail {
    font-size: 32px;
    line-height: 1.3;
}

.image-blog {
    height: 280px;
    object-fit: cover;
    width: 100%;
}

@media (max-width: 767px) {
    .image-blog {
        height: auto;
    }
}


/* sidebar post */

/* category sidebar */
.category-sidebar ul li.category {
    align-items: center;
    display: flex;
    padding: 7px 0;
}

.category-sidebar ul li.category span.category-count {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-left: auto;
}

/* popular post sidebar  */
.popular-post-sidebar li figure {
    height: auto;
}

.popular-post-sidebar li .media-body {
    padding-left: 15px;
}

.popular-post-sidebar {
    padding: 15px 15px 15px;
    border: 1px solid #E0E2E3;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(1, 15, 28, 0.14);
}


/* end sidebar post */


.pagination-style-01 .page-item .page-link.active {
    background: var(--dark-gray);
    color: var(--white);
    box-shadow: 0 0 10px rgba(23, 23, 23, .15) !important;
}

.pagination li.page-item {
    list-style-type: none;
}

.line-clamp-2 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.line-clamp-3 {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.title-category {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    color: #000;
}

/* plugin contact */

.contact-form .contact-form-group input.contact-form-input {
    height: 40px !important;
}

.contact-form .contact-form-group .form-check-input.contact-form-input {
    height: 20px !important;
    width: 20px;
    margin-right: 7px;
}

/* end plugin contact */
/* background gradient */
.btn-gradient-fast-orange-pink {
    background-image: linear-gradient(to right, #f4a52a, #bf25ff, #2a46f4);
    background-size: 200% auto;
    color: var(--white);
}

.btn-gradient-fast-orange-pink:hover {
    background-image: linear-gradient(to right, #2a46f4, #bf25ff, #f4a52a);
    background-size: 200% auto;
    color: var(--white);
}

.header-with-topbar {
    margin-bottom: 125px;
}

.btn.btn-rounded.btn-extra-large {
    padding: 7px 20px;
}

.btn.btn-extra-large {
    font-size: 16px;
}

#scrollUp i {
    font-size: 23px;
    line-height: 50px !important;
}

#scrollUp {
    height: 45px;
    width: 45px;
}

.btn-primary {
    background-color: var(--primary-color);
}

.btn-primary:hover {
    background-color: var(--secondary-color);
}

.input-group-text {
    background-color: var(--primary-color);
    color: var(--white);
}

/* button slider */
.slider-navigation-style-03 {
    left: -50px;
}

.slider-navigation-style-03.button-next {
    right: -50px;
    left: inherit;
}

.swiper-button-prev,
.swiper-button-prev:hover {
    background-image: none;
}

.swiper-button-next,
.swiper-button-next:hover {
    background-image: none;
}

.slider-navigation-style-02.button-next {
    right: 0;
    left: auto;
}

.button-next,
.button-prev {
    outline: 0;
    cursor: pointer;
    height: 45px;
    width: 45px;
    margin-top: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s;
    transition: .3s;
}

/* end button slider */
.heading-divider {
    display: inline-block;
    position: relative;
    border-bottom: 4px solid rgb(237, 61, 7);
    width: 90px;
    height: 4px;
}

.heading-divider:after {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    height: 6px;
    width: 15px;
    border-radius: 0;
    background-color: white;
    -webkit-animation: heading-move 5s infinite linear;
    animation: heading-move 5s infinite linear;
}

@-webkit-keyframes heading-move {
    0% {
        transform: translateX(-1px)
    }

    50% {
        transform: translateX(75px)
    }

    100% {
        transform: translateX(-1px)
    }
}

@keyframes heading-move {
    0% {
        transform: translateX(-1px)
    }

    50% {
        transform: translateX(75px)
    }

    100% {
        transform: translateX(-1px)
    }
}

/* custome layout product */
.escort-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid transparent;
}

.escort-card:hover {
    transform: translateY(-5px);
    border-color: #ff0000;
    box-shadow: 0 10px 30px rgba(255, 0, 0, 0.15);
}

.escort-image {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.escort-image img {
    width: 100%;
    aspect-ratio: 3/4;
    height: 300px;
    object-fit: cover;
}

.badge-verified {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #1a5c2e;
    color: #fff;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
}

.escort-info {
    padding: 15px;
    padding-bottom: 0px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.escort-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 10px;
    color: #333;
}

.escort-title a {
    color: inherit;
    text-decoration: none;
}

.view-count {
    color: #ff0000;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 5px;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 15px;
    color: #666;
    margin-bottom: 10px;
    line-height: 18px;
}

.info-item i {
    width: 16px;
    color: #888;
    margin-top: 2px;
}

.tags-row {
    display: flex;
    gap: 5px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.tag-pill {
    padding: 0px 10px;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
}

.tag-blue {
    background: #5d5fef;
}

.tag-teal {
    background: #00bfa5;
}

.footer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.btn-view-profile {
    background: #f0f0f0;
    color: #333;
    padding: 6px 15px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.social-icons-box {
    display: flex;
    gap: 8px;
}

.social-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.bg-whatsapp {
    background: #25d366;
}

.bg-telegram {
    background: #0088cc;
}

.bg-mobile {
    background: #ff9800;
}
/* custom plugin comment */
.fob-comment-item-admin-badge{
    display: none !important;
}
    .fob-comment-section-wrapper {
        background: #fff;
        border-radius: 16px;
        border: 1px solid #f0f0f0;
        box-shadow: 0 2px 12px rgba(0,0,0,.06);
        padding: 36px 40px;
        margin: 40px 0;
    }
    .fob-comment-title {
        font-size: 22px;
        font-weight: 700;
        color: #1a1a1a;
        margin-bottom: 24px;
        padding-bottom: 16px;
        border-bottom: 2px solid #f5f5f5;
    }
    .fob-comment-item-inner {
        background: #fafafa;
        border-radius: 12px;
        padding: 16px 20px;
        margin-bottom: 16px;
    }
    .fob-comment-item-avatar img {
        border-radius: 50%;
        object-fit: cover;
        border: 2px solid #e8e8e8;
    }
    .fob-comment-item-author {
        font-size: 15px;
        font-weight: 700;
        color: #222;
        margin-bottom: 2px;
    }
    .fob-comment-item-date {
        font-size: 12px;
        color: #aaa;
    }
    .fob-comment-item-body p {
        font-size: 15px;
        color: #444;
        line-height: 1.7;
        margin-top: 8px;
        margin-bottom: 0 !important;
    }
    .fob-comment-item-reply {
        color: #888;
        font-size: 13px;
        border-bottom: 1px solid #ddd;
    }
    .fob-comment-item-reply:hover {
        color: #555;
    }
    .fob-comment-item .fob-comment-list {
        margin-inline-start: 20px;
        margin-top: 12px;
        border-left: 2px solid #eee;
        padding-left: 16px;
    }
    /* Form */
    .fob-comment-form-section {
        margin-top: 32px;
    }
    .fob-comment-form-title {
        font-size: 18px;
        font-weight: 700;
        color: #1a1a1a;
        margin-bottom: 16px;
        padding-bottom: 12px;
        border-bottom: 1px solid #f0f0f0;
    }
    .fob-comment-form-note {
        font-size: 13px;
        color: #999;
        margin-bottom: 16px;
    }
    .fob-comment-form textarea {
        min-height: 120px;
        resize: vertical;
    }
    .fob-comment-form .form-control,
    .fob-comment-form textarea {
        border-radius: 10px;
        border: 1px solid #e0e0e0;
        font-size: 14px;
        padding: 10px 14px;
        transition: border-color .2s;
    }
    .fob-comment-form .form-control:focus,
    .fob-comment-form textarea:focus {
        border-color: #999;
        box-shadow: none;
    }
    .fob-comment-form .btn-primary,
    .fob-comment-form button[type="submit"] {
        background: #1a1a1a;
        border: none;
        border-radius: 10px;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        padding: 10px 28px;
        transition: background .2s;
    }
    .fob-comment-form .btn-primary:hover,
    .fob-comment-form button[type="submit"]:hover {
        background: #333;
    }
    .fob-comment-form .form-check-input {
        width: 18px;
        height: 18px;
        border: 2px solid #ccc;
        border-radius: 4px;
        cursor: pointer;
        appearance: auto;
        -webkit-appearance: auto;
    }
    .fob-comment-form .form-check-input:checked {
        background-color: #1a1a1a;
        border-color: #1a1a1a;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
    }
    @media (max-width: 767px) {
        .fob-comment-section-wrapper {
            padding: 20px 16px;
            border-radius: 10px;
        }
        .fob-comment-item-pending {
            font-size: 15px;
            line-height: 20px;
        }
        .fob-comment-item-footer {
            display: block !important;
        }
        .fob-comment-item-info{
            display: block !important;
        }
    }


/* responsive */
@media (max-width: 767px) {
    .header-with-topbar {
        margin-bottom: 80px;
    }

    .slider-navigation-style-03,
    .slider-navigation-style-05 {
        left: 25px;
    }

    .slider-navigation-style-03.swiper-button-next {
        right: 25px;
    }

    .btn.btn-rounded.btn-extra-large {
        padding: 7px 15px;
        font-size: 15px;
    }

    /* Escort Card Mobile Optimization */
    .escort-card {
        margin-bottom: 15px;
        border-radius: 10px;
    }

    .escort-info {
        padding: 8px;
    }

    .escort-title {
        font-size: 12px;
        margin-bottom: 6px;
        height: auto;
        overflow: visible;
        display: block;
    }

    .view-count {
        font-size: 10px;
        display: block;
        margin-top: 2px;
    }

    .info-item {
        font-size: 9px;
        line-height: 15px;
        gap: 4px;
        margin-bottom: 0px;
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
    }

    .info-item i {
        width: 12px;
        font-size: 11px;
    }

    .escort-image {
        height: 220px;
    }

    .tags-row {
        gap: 3px;
        margin-top: 10px;
        margin-bottom: 5px;
        flex-wrap: wrap;
    }

    .tag-pill {
        padding: 0px 8px;
        font-size: 7px;
        line-height: 20px;
    }

    .footer-row {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }

    .btn-view-profile {
        padding: 5px 5px;
        font-size: 11px;
        line-height: 15px;
        text-align: center;
        width: 100%;
    }

    .badge-verified {
        top: 6px;
        right: 6px;
        padding: 0px 6px;
        font-size: 9px;
        line-height: 17px;
    }

    .social-icons-box {
        justify-content: center;
        gap: 6px;
    }

    .social-circle {
        width: 26px;
        height: 26px;
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .button-action #button-contact-vr {
        bottom: 80px;
    }

    .lg-left-220 {
        left: 220px;
    }

}

@media (max-width: 991px) {
    .header-style-menu-bottom {
        margin-bottom: 40px;
    }
}
