@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
body {
    font-family: "Roboto", sans-serif;
}

.inter {
    font-family: "Inter", sans-serif;
}

.banner .swiper-slide {
    opacity: 0 !important;
}
.banner .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}

.services-area .ui-widget.ui-widget-content {
    border: 0;
    background-color: transparent;
}

.services-area .ui-widget-header {
    border: 0;
    background-color: transparent;
}

.services-area .ui-tabs .ui-tabs-nav li {
    border: 0;
    background-color: transparent;
    font-weight: var(--font-weight-medium) !important;
}

.services-area .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: 16px 30px;
    font-weight: var(--font-weight-medium) !important;
    color: #0f172a;
}

.services-area .ui-state-active a {
    background-color: #1d4ed8;
    color: #fff !important;
}

.services-area .btn-one {
    padding: 16px 30px;
}

.review-slider .swiper-slide.swiper-slide-active .bg-linear-to-r {
    background-color: #111827;
    background-image: none;
    color: #f3f4f6 !important;
}

.review-slider .swiper-slide.swiper-slide-active p {
    color: #f3f4f6 !important;
}

.review-area .swiper-button-next:after,
.review-area .swiper-button-prev:after,
.customer-first-slider .swiper-button-next:after,
.customer-first-slider .swiper-button-prev:after {
    content: "";
}

.review-area .swiper-button-next,
.review-area .swiper-button-prev {
    width: 56px;
    height: 56px;
    border-radius: 45px;
    border: solid 1px #dbd6d3;
    display: inline-block;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #111827;
}

.customer-first-slider .swiper-button-next,
.customer-first-slider .swiper-button-prev {
    background-color: #fff;
    width: 48px;
    height: 48px;
    border-radius: 12px;
}

.customer-first-slider .swiper-button-disabled {
    color: #fff;
    opacity: 1 !important;
    background-color: transparent;
}

.review-area .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border-radius: 0;
    background-color: #d9d9d9;
}

.review-area .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #030712;
}

.shop-area .swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
    top: 100px;
    font-size: 40px;
}

.shop-area .swiper-pagination-bullet {
    background-color: transparent;
    width: 100px;
    height: 50px;
}

.service-feature .ui-state-active .s-feature-tabs {
    background-color: #145aff;
    color: #fff;
}

/* Price switch */

.switch-wrapper {
    position: relative;
    display: inline-flex;
    padding: 4px;
    margin-bottom: 80px;
    box-shadow: 6px 12px 31px 0px #8c969d29;
    border-radius: 30px;
    background: white;
}

.switch-wrapper [type="radio"] {
    position: absolute;
    left: -9999px;
}

.switch-wrapper label {
    font-size: 16px;
    color: #8181ac;
    font-weight: 500;
    text-align: center;
    z-index: 1;
    min-width: 112px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    border-radius: 30px;
    transition: color 0.25s ease-in-out;
}

.switch-wrapper [type="radio"]:checked#monthly ~ label[for="monthly"],
.switch-wrapper [type="radio"]:checked#yearly ~ label[for="yearly"] {
    color: white;
}

.switch-wrapper .highlighter {
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(50% - 4px);
    height: calc(100% - 8px);
    border-radius: 30px;
    background: #145aff;
    transition: transform 0.25s ease-in-out;
}

.switch-wrapper
    [type="radio"]:checked#yearly
    + label[for="monthly"]
    ~ .highlighter {
    transform: translateX(100%);
}

.plan-selected ul,
.plan-selected * {
    color: #e5e7eb !important;
}

.plan-area .plan ul li {
    display: flex;
    align-items: start;
}

.plan-area .plan ul li i {
    margin-top: 4px;
}

.plan-area .price-btn {
    text-align: center;
}

.wc-shadow {
    box-shadow: 0px 19px 70px 0px #a39fb01a;
}

.faq .ui-accordion-content-active {
    box-shadow: 0px 16px 32px 0px #bfc3db40;
    padding: 40px;
    border-radius: 8px;
    height: auto !important;
}

.faq .ui-accordion-header .ui-icon {
    display: none;
}

.faq .ui-accordion-header-active i {
    transform: rotate(180deg);
    transition: all 0.3s;
}

.why-choose .ui-state-active a {
    background-color: #fff;
    box-shadow: 4px 4px 8px 0px #e8e8ef40;
    border-radius: 12px;
}

.why-choose #tabsTwo ul li a {
    padding: 12px;
    padding-right: 50px;
}

.shipping-card {
    box-shadow: 4px 10px 60px 0px #6d6d6d0a;
    box-shadow: -4px 10px 60px 0px #6d6d6d0a;
}

/* modal css  */

.modal {
    display: none;
    position: fixed;
    z-index: 2;
    opacity: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
    max-width: 575px;
    border-radius: 12px;
    text-align: center;
}

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.delete .close {
    color: red;
}

.sidebar {
    top: 0;
    left: -100%;
    height: 100%;
    width: 350px;
    padding-bottom: 50px;
    background-color: #fff;
    position: fixed !important;
    z-index: 9;
    overflow: auto;
    border-right: 1px solid #ccc;
    visibility: hidden;
    transition: 0.4s;
}

.sidebar .close {
    background-color: #1f2937;
    padding: 4px 10px;
    color: #fff;
    border: 0;
    float: right;
}

.sidebar ul li ul {
    list-style: circle;
}
.mobil-header {
    display: none;
}

/* blog page css */

.page-title .breadcrumb > li + li:before {
    content: "/";
    padding: 0;
    position: absolute;
    left: -16px;
    top: 1px;
    color: #90a1ff;
}

.page-title .breadcrumb li {
    font-size: 1rem;
    margin-right: 5px;
    position: relative;
    display: inline-block;
}

.blog-single-section .post h3 {
    font-size: 1.375rem;
    line-height: 1.5em;
    margin: 1.8em 0 1em;
}

.blog-single-section .post h2 {
    font-size: 1.875rem;
    font-weight: 600;
    margin: 0 0 0.5em;
}

.blog-pg-section .post p,
.blog-single-section .post p {
    margin-bottom: 1.5em;
}

.blog-single-section .blog-content .post p a {
    color: #2563eb;
    text-decoration: underline;
}

.responsive-table ul {
    list-style: disc;
}

.blog-single-section .tag-share {
    -webkit-box-shadow: 0 4px 14.1px 0.9px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 14.1px 0.9px rgba(0, 0, 0, 0.08);
    padding: 35px 25px;
    margin: 70px 0;
}

.blog-single-section .tag-share .tag li {
    margin: 5px 0 5px 10px;
    float: left;
}

.blog-single-section .tag-share .tag a {
    background-color: #f8f8f8;
    display: block;
    padding: 9px 18px;
    color: #525252;
    border-radius: 50px;
}

.related-posts .ui.cards {
    display: flex;
    margin: -0.875em -0.5em;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ui.three.cards > .card {
    width: calc(33.33333333% - 2em);
    margin-left: 1em;
    margin-right: 1em;
}

.blog-content > .related-posts > .ui.cards > .card > .content {
    height: 180px;
}
.ui.card > .content,
.ui.cards > .card > .content {
    border-top: 1px solid rgba(34, 36, 38, 0.1);
    padding: 1em 0;
}
.ui.card > :last-child,
.ui.cards > .card > :last-child {
    margin-top: 14px;
}

.ui.card .content img,
.ui.cards > .card .content img {
    height: 140px;
    width: 100%;
    margin-bottom: 10px;
}

.blog-single-section .more-posts,
.blog-single-section .tag-share {
    margin: 70px 0;
    display: flex;
    justify-content: space-between;
}
.blog-single-section .more-posts .previous-post,
.blog-single-section .tag-share .tag {
    display: inline-block;
    float: left;
}
.blog-single-section .more-posts .next-post a,
.blog-single-section .more-posts .previous-post a {
    background-color: #f8f8f8;
    font-weight: 600;
    color: #525252;
    display: block;
    padding: 15px 40px;
    border-radius: 60px;
}

.ui.divider:not(.vertical):not(.horizontal) {
    border-top: 1px solid rgba(34, 36, 38, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ui.divider {
    margin: 1rem 0;
    line-height: 1;
    height: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgba(0, 0, 0, 0.85);
    user-select: none;
}

.related-posts .ui.header,
.ui.header {
    border: none;
    margin: calc(2rem - 0.14285714em) 0 1rem;
    padding: 0;
    font-weight: 700;
    line-height: 1.28571429em;
    text-transform: none;
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 2rem;
}

#single-page {
    background: #fff;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1rem;
}

#single-page .page-content h1 {
    font-size: 24px;
    font-weight: 600;
    color: #242f6c;
    margin-bottom: 12px;
}

#single-page .page-content h2 {
    font-size: 20px;
    color: #242f6c;
    margin-bottom: 8px;
    margin-top: 24px;
}

#single-page .page-content p {
    margin-bottom: 20px;
}

#single-page .page-content ul {
    padding-left: 40px;
    margin-bottom: 20px;
}

#single-page .page-content li {
    list-style: disc;
    margin-bottom: 8px;
}

.container {
    margin-left: auto;
    margin-right: auto;
}

#checkout-page .payment-methods .items .item .icons img {
    flex: 1;
    margin: 0 3px;
    border-radius: 0.25rem;
    max-width: 40px;
}

#checkout-page .payment-methods {
    line-height: 1.5;
    display: flex;
    flex-direction: column;
}

#checkout-page .payment-methods .items .item {
    margin: 0.5rem 0;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 20px 6px #f8f9fb;
    overflow: hidden;
    display: block;
    font-size: 1.3rem;
}

#checkout-page .payment-methods .items .item .wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
}

#checkout-page .payment-methods .items .header {
    margin: 0;
    font-size: 1.3rem !important;
    font-weight: 600 !important;
    color: #000 !important;
}
#checkout-page .payment-methods .items .item .icons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    margin: 0 1rem 0 0.5rem;
    flex: 1;
}

#checkout-page .payment-methods .items .item .content {
    flex: none;
    margin-left: auto;
    color: #555;
}

i.blue.icon {
    color: #2185d0 !important;
}

.d-none {
    display: none !important;
}

.profile-page .category-sidebar ul li,
.ticket-support-page .category-sidebar ul li,
.home_ticket-support_create .category-sidebar ul li {
    width: 100%;
    align-items: center;
    justify-content: space-between;
    background-color: #1d2330;
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 2.5);
    color: var(--color-gray-300);
    --tw-duration: 100ms;
    transition-duration: 100ms;
    margin-bottom: 12px;
}

.profile-page .category-sidebar ul li.active,
.ticket-support-page .category-sidebar ul li.active,
.home_ticket-support_create .category-sidebar ul li.active {
    background-color: #111827;
    color: #fff;
}

.ticket-support-page .category-sidebar ul li a {
    width: 100%;
    display: block;
}

.profile-page .category-sidebar ul li a {
    display: block;
}

.profile-page select {
    margin-top: calc(var(--spacing) * 2);
    height: calc(var(--spacing) * 14);
    width: 100%;
    border-radius: 0.25rem;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-gray-300);
    padding-left: calc(var(--spacing) * 3);
    color: var(--color-gray-600);
}

#user .profile .items .ui.image,
#guest .profile .items .ui.image {
    width: 100px;
    height: 100px;
    display: block;
}

.ui.items > .item {
    display: flex;
    margin: 1em 0;
    width: 100%;
}

.ui.form .fields {
    display: flex;
    flex-direction: row;
    margin: 0 -0.5em 1em;
}

.ui.form .fields > .field {
    flex: 0 1 auto;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.ui.form .two.fields > .field,
.ui.form .two.fields > .fields {
    width: 50%;
}

.ui.segment {
    box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
    padding: 1em;
    border-radius: 4px;
    border: 1px solid rgba(34, 36, 38, 0.15);
    margin-top: 20px;
}

.ui.yellow.segment:not(.inverted) {
    border-top: 4px solid #111827 !important;
    border-radius: 4px;
}

#user > .items .items-list,
#guest > .items .items-list {
    width: 100%;
    display: table;
}

#user .purchases .titles,
#guest .purchases .titles,
#user .subscriptions .item.titles,
#guest .subscriptions .item.titles {
    display: flex;
    align-items: center;
    background: #1d2330;
    border-radius: 1rem 1rem 0 0;
}

#user > .items,
#guest > .items {
    box-shadow: 0px 19px 70px 0px #a39fb01a;
    background-color: #fff;
    border-radius: var(--radius-xl);
}

#user .purchases .titles > div,
#guest .purchases .titles > div {
    padding: 1rem 8px;
    flex: 1;
    font-size: 1.3rem;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

#user .subscriptions .item > div,
#guest .subscriptions .item > div {
    padding: 1rem 8px;
    flex: 1;
}

#user .purchases .content:not(:last-child),
#guest .purchases .content:not(:last-child) {
    border-bottom: 1px solid whitesmoke;
}

#user .purchases .content,
#guest .purchases .content {
    display: flex;
    align-items: center;
}

#user .purchases .content *,
#guest .purchases .content * {
    font-size: 14px;
    color: var(--color-gray-400);
}

#user .purchases .content .btn-two {
    color: #fff;
}

#user .purchases .content > div,
#guest .purchases .content > div {
    flex: 1;
    text-align: center;
    padding: 1rem;
}
#user .purchases .content .cover a,
#guest .purchases .content .cover a {
    width: 60px !important;
    height: 60px !important;
}
#user .purchases .content .cover a,
#guest .purchases .content .cover a {
    background-size: cover;
    background-position: bottom center;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 500px;
    margin: auto;
}
#user .purchases .content > div.name,
#guest .purchases .content > div.name {
    flex: 2;
}
#user .purchases .content > div.rating .rating,
#guest .purchases .content > div.rating .rating {
    font-size: 1.3rem;
}
.image.rating {
    justify-content: center !important;
    gap: 6px;
    display: flex;
    align-items: center;
}

.image.rating svg {
    max-width: 14px !important;
    margin: 0 !important;
    width: 14px !important;
}

#user .purchases .content .download img {
    max-width: 20px;
    margin: auto;
}

.menu.download-menu {
    display: none;
}

.ui.pagination.menu.shadowless.desktop-only a {
    background-color: #f4f3f2;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 2px;
    display: inline-block;
}

i.left.chevron.icon {
    --fa: "\f100";
}

.ui.pagination.menu.mobile-only.shadowless {
    display: none;
}

#user .subscriptions .item,
#guest .subscriptions .item {
    display: flex;
    font-size: 1.1rem;
    text-align: center;
    align-items: center;
}

#user .subscriptions .item div,
#guest .subscriptions .item div {
    font-size: 14px;
    color: var(--color-gray-400);
}

#user .subscriptions .item.titles div {
    color: #fff;
}

.error {
    color: #dc3545;
}

.ui.basic.red.label {
    background: none #fff !important;
    color: #db2828 !important;
    border: solid 1px #db2828;
    display: inline-block;
    border-radius: calc(infinity * 1px);
    padding-inline: calc(var(--spacing) * 6);
    padding-block: calc(var(--spacing) * 2);
    text-align: center;
    font-size: 14px;
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
}

#guest .invoices thead,
#user .invoices thead,
.ticket-support-page thead {
    background: #1d2330;
    border-radius: 1rem 1rem 0 0;
}

#guest .invoices thead th,
#user .invoices thead th,
.ticket-support-page thead th {
    font-size: 16px;
    font-weight: 600;
    padding: 1.5rem !important;
    color: #fff;
}

.ui.table,
table.table {
    width: 100%;
    background: #fff;
    text-align: left;
    color: #4b5563;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 14px;
}

.invoices .table.wrapper {
    width: 100%;
}

table.table tr td,
.ticket-support-page tr td {
    padding: 10px 20px;
}

.custom-noti-img {
    margin-top: 6px;
    margin-left: 10px;
    width: 23px;
    height: 23px;
}

.ui.pagination.menu.shadowless.desktop-only {
    text-align: center;
    padding: 20px 0;
}

.label-primary {
    background-color: #ff7800;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-info {
    background-color: #5bc0de;
}

.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

#checkout-page .cart-items {
    min-height: 400px;
    position: relative;
    line-height: 1.5;
    align-items: flex-start;
    align-content: flex-start;
    height: 100%;
    padding: 2rem;
}

#checkout-page .cart-items .cart-item:first-child {
    margin-top: 0;
}

#checkout-page .cart-items .cart-item {
    display: flex;
    font-size: 1.1rem;
    border-radius: 8px;
    width: 100%;
    box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12) !important;
    margin-top: 1rem;
    position: relative;
}

#checkout-page .cart-items .cart-item .image {
    margin-right: 0.5rem;
}
#checkout-page .cart-items .cart-item > div {
    padding: 0.75rem;
    display: flex;
    align-items: center;
}
#checkout-page .cart-items .cart-item .image a {
    width: 70px;
    height: 70px;
    background-size: cover;
    background-position: bottom center;
    display: block;
    border-radius: 2rem;
}
#checkout-page .cart-items .cart-item .name {
    flex: 1;
    text-align: left;
    font-size: 1.2rem;
    display: block;
}

#checkout-page .cart-items .cart-item .name a {
    font-size: 16px;
    font-weight: 600;
}

#checkout-page .cart-items .cart-item .name .license {
    font-size: 0.9rem;
    font-weight: 500;
    margin-top: 0.25rem;
    padding: 0.25rem 0.5rem 0.15rem;
    background-color: #111827;
    color: #fff;
    display: table;
    border-radius: 4px;
}

#checkout-page .payment-methods .total-fee {
    font-weight: bold;
    font-size: 1.3rem;
    padding: 1.5rem;
    background: #f8f9fb;
    border-radius: 2rem;
}

#checkout-page .payment-methods .total-fee > div {
    padding: 1rem 1.5rem;
    border-radius: 100px;
    background: #fff;
    color: #323232;
}

#checkout-page .payment-methods .total-fee > div.fee {
    margin-bottom: 1rem;
}

#checkout-page .payment-methods .total-fee > div span {
    float: right;
}

#checkout-page .payment-methods .items {
    margin: 1rem 0 0;
    padding: 0;
    font-size: 1.3rem;
    border-radius: 2rem;
    flex: 1;
    width: auto;
    display: flex;
    color: #fff;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}

#checkout-page .payment-methods .items .item {
    margin: 0.5rem 0;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    background: #fff;
    border-radius: 2rem;
    width: 100%;
    box-shadow: 0 0 20px 6px #f8f9fb;
    overflow: hidden;
    display: block;
    font-size: 1.3rem;
}

.item .content i.circle {
    outline: 0;
}

.dot.blue.fa-circle {
    --fa: "\f192";
}

.coupon-box .btn-two {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 56px;
    line-height: 32px;
}

.coupon-box input {
    margin-top: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.services-area .shadow-md.p-1.bg-white.rounded img {
    max-height: 200px;
    object-fit: cover;
}

#cookies {
    border-radius: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    justify-content: center;
    align-items: center;
    border: none;
    z-index: 9;
    background-color: #111827;
    background-image: none;
    color: #f3f4f6 !important;
}

#cookies p {
    margin-bottom: 20px;
}

#cookies button.button {
    display: inline-block;
    border-radius: calc(infinity * 1px);
    background-color: #f3f4f6;
    padding-inline: calc(var(--spacing) * 11);
    padding-block: calc(var(--spacing) * 3);
    text-align: center;
    font-size: 15px;
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: #0f172a;
}

.home_contact input.w-6 {
    min-width: 24px;
}

.login .linkdin__btn {
    display: flex;
    gap: 20px;
}

.login .linkdin__btn div {
    width: 100%;
}

.blog-pg-section .entry-meta i {
    color: #2563eb;
    padding-right: 6px;
}

.blog-content .post .read-more.bg-\[\#F7F7F7\] {
    background-color: #040e22;
    color: #fff;
}

.blog-sidebar .posts .post .min-w-15 {
    min-width: calc(var(--spacing) * 25);
}

.custom-blogs-image a img,
.custom-blogs-image img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

#user > .items,
#guest > .items {
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    overflow-x: auto;
}
a,
button {
    cursor: pointer;
}

.ui.message {
    text-align: center;
    margin: 1em 1em !important;
}

.off-canvas .blog-view-more-button-area .btn-two {
    padding: 12px 32px !important;
}

.faq .ui-accordion-content p {
    font-size: 18px;
}

.pagination-wrapper .pg-pagination {
    display: inline-block;
    overflow: hidden;
    list-style-type: none;
    text-align: center;
}

.pagination-wrapper .pg-pagination li {
    float: left;
    margin-right: 10px;
}

.pagination-wrapper .pg-pagination li a {
    background-color: #f5f5f5;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #666;
    border: 0;
    display: block;
    border-radius: 5px;
}

.pagination-wrapper .pg-pagination li.active a {
    background-color: #040e22;
    color: #fff;
}

/* table of content css start*/

.table-of-content-accordion {
    margin-bottom: 20px;
    max-height: 370px;
    min-height: 350px;
    overflow-y: auto;
    scrollbar-width: thin;
    margin: 32px 0;
    border: solid 1px var(--color-gray-300);
    border-top: 0;
    border-radius: 0.25rem;
}
.table-of-content-accordion .title {
    background: #111827;
    color: #fff;
    border-radius: 10px 10px 0 0;
    font-size: 18px;
    padding: 12px;
}

.table-of-content-accordion ul {
    padding-left: 28px;
    padding-right: 12px;
}
.table-of-content-accordion ul li {
    margin: 10px auto;
    font-size: 17px !important;
    list-style: disc;
}

.table-of-content-accordion ul li a {
    color: #000 !important;
    text-decoration: none !important;
}

.table-of-content-accordion ul li a.active {
    color: #242f6c !important;
    font-weight: bold;
    text-decoration: none;
}

.sticky-table.sticky {
    transition: all 0s;
    max-width: 460px;
    border-radius: 5px !important;
}

.shop-area .text-7xl {
    font-size: var(--text-2xl);
}

.message.negative {
    color: red;
}

.ui.horizontal.divider:after,
.ui.horizontal.divider:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC);
}

.ui.horizontal.divider:before {
    background-position: right 1em top 50%;
}
.ui.horizontal.divider:after,
.ui.horizontal.divider:before {
    content: "";
    display: table-cell;
    position: relative;
    top: 50%;
    width: 50%;
    background-repeat: no-repeat;
}

#checkout-page .payment-methods .cart-payment .bottom div {
    margin-left: auto;
    padding-left: 1rem;
    color: #404040;
    cursor: pointer;
}
.ui.horizontal.divider {
    display: table;
    white-space: nowrap;
    height: auto;
    margin: "";
    line-height: 1;
    text-align: center;
}

.ui.horizontal.divider:after,
.ui.horizontal.divider:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC);
}
.ui.horizontal.divider:after {
    background-position: left 1em top 50%;
}
.ui.horizontal.divider:after,
.ui.horizontal.divider:before {
    content: "";
    display: table-cell;
    position: relative;
    top: 50%;
    width: 50%;
    background-repeat: no-repeat;
}

/* table of content css end*/

.category-page .category-sidebar ul li a {
    display: flex;
    justify-content: space-between;
}

.all-products .product-grids {
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

.all-products .product-grids .grid {
    width: 100%;
    min-height: 420px;
    float: none;
    margin: 0;
    border: 1px solid #e6eded;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 8px;
    position: relative;
    transition: 0.3s;
}

.product-img-tag a img {
    object-fit: cover;
    width: 100%;
    object-position: top;
    height: auto !important;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.all-products .product-img-tag .featured {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#f3f5ff),
        to(#f3f5ff)
    );
    background: linear-gradient(left, #f3f5ff, #f3f5ff);
    color: #242f6c;
    box-shadow: 0 0 5px #5064d0;
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: 5px;
    padding: 3px 8px;
    position: absolute;
    right: 15px;
    top: 15px;
    display: inline-block;
    min-width: 10px;
    text-align: center;
    white-space: nowrap;
}

.all-products .product-details-wrap {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-details h3 {
    font-size: 18px;
    color: #111827;
    font-weight: 500;
}

.all-products .product-details .rating {
    margin-top: 16px;
    font-size: 14px;
    justify-content: start !important;
}

.all-products .product-footer {
    padding: 50px 0px 0;
    margin-top: 0;
    border-top: 0;
    display: flex;
    flex-direction: column;
}

.product-footer-new {
    display: flex !important;
    justify-content: space-between;
}

.all-products .product-footer .price-custome-container {
    width: 75%;
    margin: 0;
    padding: 8px 2px;
}
.all-products .price-wrapper {
    font-size: 15px;
    font-weight: 400;
    margin-top: 14px;
    padding: 6px 2px;
    background: #040e22;
    border-radius: 40px;
    color: #fff;
    text-align: center;
}

.all-products .product-footer .cart a {
    background: #040e22;
    border: 1px solid #040e22;
}

.all-products .product-footer .cart a {
    height: 32px !important;
    line-height: 32px !important;
    width: 40px;
}

.support .items-list .support-table .support-table-tr {
    background: #1d2330;
    color: #fff;
}

.support .items-list .support-table .support-table-tr th {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 4px;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 16px;
    border-radius: 8px;
    margin-bottom: 8px;
}


.login-section .login-container {
    display: flex;
    gap: 50px;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

.login-container .login-form-container {
    width: 500px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 12px;
}

.login-form-container .login-form-title {
    font-size: 24px;
    font-weight: 700;
    color: #242f6c;
    text-align: center;
    margin-bottom: 24px;
    padding: 36px 36px 0;
}

.reset-form-area {
    padding: 0 36px 36px ;
}

.login-form-container .create-account-area {
    margin-top: 20px;
    border-top: 1px solid #e6eded;
    padding: 20px 36px 36px;
}

.login-form-container .create-account-area p {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}








/*  Responsive css */

@media screen and (min-width: 575px) {
    .all-products .product-grids {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
}

@media screen and (min-width: 992px) {
    .all-products .product-grids {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 15px;
    }
}

@media screen and (max-width: 1620px) and (min-width: 1300px) {
    .container {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media screen and (max-width: 1550px) and (min-width: 1024px) {
    .services-area .ui-tabs-panel .mt-4.flex.justify-between {
        flex-direction: column;
        gap: 20px;
    }
    .shop-area .swiper-pagination-vertical.swiper-pagination-bullets,
    .swiper-vertical > .swiper-pagination-bullets {
        top: 40px;
        font-size: 40px;
        right: -40px;
    }
    .shop-slider .swiper-slide.swiper-slide-active {
        height: auto !important;
    }

    .shop-slider .swiper-slide a.px-10 {
        padding-left: 32px;
        padding-right: 32px;
    }

    .shop-slider .swiper-slide .max-w-\[800px\] {
        max-width: 600px;
    }

    .service-banner .max-w-\[511px\] {
        margin-top: auto;
        margin-bottom: auto;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    header {
        display: none;
    }

    .mobil-header {
        display: flex;
        padding: 16px;
    }
    .banner .banner {
        padding-left: 20px;
        padding-right: 20px;
    }
    .banner .banner .relative img.absolute.top-0 {
        display: none;
    }

    .banner .banner .relative .h-\[240px\] {
        display: inline-block;
    }

    .home .banner .banner .gap-24 {
        gap: 24px;
    }

    .services-area .grid-cols-4 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .home_themepaste_service .service-banner .max-w-\[511px\] {
        max-width: 100%;
    }

    .about-banner,
    .at-glance,
    .about-cta,
    .shipping-manager,
    .long-term-success,
    .works-area,
    .collaborate-area {
        padding-left: 40px;
        padding-right: 40px;
    }

    .review-area,
    .resources-area,
    .footer {
        padding-left: 40px;
        padding-right: 40px;
    }

    .service-banner,
    .service-feature,
    .service-step,
    .plan-area {
        padding-left: 40px;
        padding-right: 40px;
    }

    .at-glance .grid-cols-1 {
        grid-template-columns: 1fr 1fr;
    }
    .about-banner img.ml-auto {
        margin: 20px auto 0 auto;
    }

    .login-section .grid.grid-cols-2.gap-16 {
        grid-template-columns: 1fr;
    }

    .blog-pg-section .grid-cols-12,
    .blog-single-section .grid-cols-12 {
        grid-template-columns: 1fr;
    }

    .blog-pg-section .col-span-8,
    .blog-pg-section .col-span-4 {
        grid-column: span 1 / span 1;
    }

    .service-feature ul.ui-tabs-nav,
    .why-choose .ui-tabs ul.ui-tabs-nav {
        overflow-x: auto;
        justify-content: start;
        padding-bottom: 10px;
    }

    .service-feature ul.ui-tabs-nav li a {
        white-space: nowrap;
    }

    .works-area p.text-\[40px\].leading-\[48px\],
    .shop-area p.text-\[40px\],
    .brand-area .text-5xl,
    .review-area .text-5xl {
        font-size: 32px;
        line-height: 36px;
    }
    .works-area .grid.grid-cols-3.gap-24 {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .shop-area .swiper-slide .max-w-\[800px\] {
        max-width: 400px;
    }

    .services-area .ui-tabs-panel .mt-4.flex.justify-between {
        flex-direction: column;
        gap: 20px;
    }
    .shop-area .swiper-pagination-vertical.swiper-pagination-bullets,
    .swiper-vertical > .swiper-pagination-bullets {
        top: 40px;
        font-size: 40px;
    }

    .shop-area .swiper-slide {
        height: auto !important;
    }
}

@media screen and (max-width: 600px) {
    header {
        display: none;
    }
    .mobil-header {
        display: flex;
        padding: 16px;
    }

    .ui.pagination.menu.mobile-only.shadowless {
        display: block;
    }

    .ui.pagination.menu.shadowless.desktop-only {
        display: none;
    }

    .banner .banner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .banner .grid.grid-cols-12.gap-24 {
        grid-template-columns: 1fr;
        padding-right: 20px;
        gap: 20px;
    }

    .banner .banner .relative img,
    .banner .banner .relative .h-\[240px\] {
        display: none;
    }

    .banner .banner .text-5xl {
        font-size: 32px;
        line-height: 38px;
    }
    .banner .banner .text-5xl br {
        display: none;
    }

    .banner .banner .text-7xl {
        font-size: 38px;
    }

    .services-area .grid.grid-cols-4.gap-6 {
        grid-template-columns: 1fr;
    }
    .services-area .px-14 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .services-area ul.ui-widget-header {
        overflow-x: auto;
        padding-bottom: 10px;
        scrollbar-width: thin;
        justify-content: start;
    }

    .services-area ul li a {
        white-space: nowrap;
    }

    .works-area .grid.grid-cols-3.gap-24 {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .works-area .col-span-2 .grid-cols-2 {
        grid-template-columns: 1fr;
    }

    .works-area .mt-22,
    .works-area p.text-\[32px\].font-medium.text-black-900 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .works-area p.text-\[40px\].leading-\[48px\],
    .shop-area p.text-\[40px\],
    .brand-area .text-5xl,
    .review-area .text-5xl {
        font-size: 32px;
        line-height: 36px;
    }

    .shop-area .grid.grid-cols-3 {
        grid-template-columns: 1fr;
    }

    .shop-area .shop-slider .swiper-slide .flex.gap-16.pb-4 {
        flex-direction: column;
    }

    .shop-area .shop-slider .swiper-pagination {
        position: absolute;
        z-index: 9999;
        bottom: auto;
        background-color: #fff;
        color: #000;
        top: 22px;
        left: 0;
        width: 100%;
        display: flex;
        margin-top: 10px;
        border-radius: 8px;
    }
    .sidebar li a {
        font-size: 14px;
    }

    .shop-area .px-10 {
        padding-left: 0;
        padding-right: 0;
    }

    .shop-area .shop-slider .swiper-slide a.px-10 {
        padding-left: 24px;
        padding-right: 24px;
    }

    .collaborate-area .grid.grid-cols-2 {
        grid-template-columns: 1fr;
    }

    .collaborate-area .grid.grid-cols-2 .flex.gap-20 {
        gap: 10px;
        flex-direction: column;
        padding-left: 20px;
        padding-right: 20px;
    }

    .collaborate-area .grid.grid-cols-2 .flex.gap-20 img {
        display: none;
    }

    .brand-area {
        padding-left: 20px;
        padding-right: 20px;
    }

    .brand-area .grid.grid-cols-3 {
        grid-template-columns: 1fr;
    }

    .brand-area .grid.grid-cols-3 img {
        display: none;
    }

    .brand-area .grid.grid-cols-3 .max-w-\[170px\].ml-auto {
        margin-left: 0;
        padding: 20px 0;
        max-width: none;
    }

    .brand-area .grid.grid-cols-5.justify-center.text-center.mt-36.mb-24 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .review-slider .swiper-slide.swiper-slide-active .bg-linear-to-r {
        padding: 24px;
    }
    .review-area,
    .resources-area,
    .footer {
        padding-left: 20px;
        padding-right: 20px;
    }

    .review-area .swiper-button-next,
    .review-area .swiper-button-prev {
        display: none;
    }

    .resources-area .grid.grid-cols-3,
    .footer .grid.grid-cols-12 {
        grid-template-columns: 1fr;
    }

    .footer .col-span-8 {
        margin-top: 24px;
    }
    .footer .col-span-8 .grid.grid-cols-3 {
        grid-template-columns: 1fr 1fr;
    }

    .footer .leading-\[120px\] {
        line-height: 60px;
    }

    .footer .text-\[100px\],
    .footer .text-\[120px\] {
        font-size: 54px;
    }

    .footer .grid.grid-cols-2.justify-between {
        grid-template-columns: 1fr;
    }

    .mobile-hide {
        display: none;
    }

    /*  About us page css */

    .about-banner,
    .at-glance,
    .about-cta,
    .shipping-manager,
    .long-term-success {
        padding-left: 20px;
        padding-right: 20px;
    }

    .at-glance {
        padding-top: 0;
    }

    .about-banner .text-5xl,
    .long-term-success .text-5xl,
    .about-cta .text-5xl {
        font-size: 32px;
        line-height: 36px;
    }

    .about-banner img.ml-auto {
        margin: 20px auto 0 auto;
    }

    .long-term-success img {
        display: none;
    }

    .at-glance .text-9xl {
        font-size: 56px;
        line-height: 60px;
        margin-bottom: 24px;
    }

    .at-glance .text-sm {
        font-size: 18px;
    }

    .at-glance .mt-24 {
        margin-top: 24px;
    }
    .at-glance .group .pb-32 {
        padding-bottom: 32px;
    }

    .at-glance .group .py-20 {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .about-cta .p-15 {
        padding: 24px;
    }

    /*  Contact page css */

    .contact-banner,
    .contact-area {
        padding-left: 20px;
        padding-right: 20px;
    }

    .contact-banner .text-\[56px\],
    .contact-area .text-\[40px\] {
        font-size: 32px;
        line-height: 36px;
    }
    .contact-area .grid.grid-cols-2.gap-6,
    .contact-area .grid.grid-cols-12.gap-6 {
        grid-template-columns: 1fr;
    }

    .contact-area .grid.grid-cols-12 .col-span-6 {
        grid-column: span 12 / span 12;
    }

    .contact-area .grid.grid-cols-12 .col-span-12 .grid-cols-3 {
        grid-template-columns: 1fr;
    }

    /*  login page css */

    .login-section {
        padding: 20px;
    }

    .login-section .grid.grid-cols-2.gap-16 {
        grid-template-columns: 1fr;
    }

    .login-section .login-img-container {
        display: none;
    }

    .login-section .text-5xl {
        font-size: 32px;
        line-height: 36px;
    }

    .login-section .px-24 {
        padding-left: 0;
        padding-right: 0;
    }

    .login .linkdin__btn {
        flex-direction: column;
    }
    .captcha-area img {
        max-width: 120px;
    }
    .create-account-area .or_with .w-32 {
        min-width: 75px;
    }

    .login-section .col-span-6 {
        grid-column: span 12 / span 12;
    }

    /*  blog page css */

    .blog-pg-section .grid-cols-12,
    .blog-single-section .grid-cols-12 {
        grid-template-columns: 1fr;
    }

    .blog-pg-section .col-span-8,
    .blog-pg-section .col-span-4 {
        grid-column: span 1 / span 1;
    }

    .blog-pg-section .px-20 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .blog-sidebar {
        margin-top: 60px;
        margin-bottom: 50px;
        overflow-x: hidden;
    }

    .blog-pg-section .entry-meta {
        row-gap: 6px;
        column-gap: 15px;
    }
    .blog-pg-section .entry-meta {
        margin: 10px 0 25px;
    }

    /* profile page css */

    .profile-page,
    .ticket-support-page {
        padding-left: 20px;
        padding-right: 20px;
    }

    .profile-page .grid-cols-12,
    .ticket-support-page .grid-cols-12,
    .home_ticket-support_create .grid-cols-12 {
        grid-template-columns: 1fr;
    }

    .profile-page .grid-cols-12 .col-span-4,
    .profile-page .grid-cols-12 .col-span-8,
    .ticket-support-page .grid-cols-12 .col-span-4,
    .ticket-support-page .grid-cols-12 .col-span-8,
    .home_ticket-support_create .grid-cols-12 .col-span-8,
    .home_ticket-support_create .grid-cols-12 .col-span-4 {
        grid-column: span 1 / span 1;
    }

    .profile-page .ui.form .fields {
        flex-direction: column;
    }

    .ui.form .two.fields > .field,
    .ui.form .two.fields > .fields {
        width: 100%;
    }
    .form-control,
    .profile-page select {
        height: calc(var(--spacing) * 10);
    }

    .avatar .ui.items > .item {
        flex-direction: column;
        gap: 20px;
    }

    .avatar .ui.items > .item .pl-8 {
        padding-left: 0;
        margin-bottom: 24px;
    }

    /* Service page css */

    .service-banner,
    .service-feature,
    .service-step,
    .plan-area {
        padding-left: 20px;
        padding-right: 20px;
    }

    .service-banner .text-5xl,
    .fast-turnaround .text-\[56px\],
    .fast-turnaround .text-5xl,
    .service-feature .text-5xl,
    .service-step .text-5xl,
    .plan-area .text-5xl,
    .why-choose .text-5xl,
    .faq .text-5xl {
        font-size: 32px;
        line-height: 36px;
    }
    .service-banner .btn-two,
    .service-banner .btn-one,
    .why-choose .btn-two,
    .why-choose .btn-one {
        padding-inline: calc(var(--spacing) * 6);
    }

    .service-banner .grid {
        gap: 50px;
    }

    .service-banner .py-20 {
        padding-bottom: 0;
    }

    .fast-turnaround .pl-24 {
        padding-left: 20px;
    }

    .fast-turnaround .pl-24.flex {
        flex-direction: column;
    }

    .service-feature ul.ui-tabs-nav,
    .why-choose .ui-tabs ul.ui-tabs-nav {
        overflow-x: auto;
        justify-content: start;
        padding-bottom: 10px;
    }

    .service-feature ul.ui-tabs-nav li a {
        white-space: nowrap;
    }

    .service-feature {
        overflow-x: hidden;
    }
    .service-step img.absolute {
        display: none;
    }

    .service-step .grid.grid-cols-1.xl\:grid-cols-3.gap-24 {
        gap: 24px;
    }

    .why-choose .ui-tabs .px-24 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .why-choose .ui-tabs ul.ui-tabs-nav a img {
        display: none;
    }

    .why-choose .ui-tabs .ui-tabs-panel img {
        display: none;
    }

    .why-choose .ui-tabs .ui-tabs-panel p.pt-20 {
        padding-top: 10px;
        font-size: 26px;
    }

    /* product page css */

    .home_themepaste_product .text-6xl,
    .home_themepaste_product .text-7xl,
    .home_themepaste_product .text-5xl {
        font-size: 32px;
        line-height: 36px;
    }

    .product-features .text-\[32px\] {
        font-size: 26px;
    }

    .product-features,
    .customer-first,
    .home_themepaste_product .bg-gradient.pt-20.relative {
        padding-left: 20px;
        padding-right: 20px;
    }

    .plan-area .grid .relative p.uppercase {
        z-index: 2;
        position: relative;
    }
    .review-area .my-32 {
        margin-bottom: 0;
    }

    .review-area .review-slider .pb-24 {
        padding-bottom: 24px;
    }

    .service-step.pt-28.relative {
        padding-top: 28px;
    }
    .service-feature .py-28 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .service-feature .gap-36 {
        gap: 36px;
    }

    .service-feature ul.ui-tabs-nav {
        margin-bottom: 40px;
    }

    /*  blog single page css */

    .home_post .text-5xl {
        font-size: 28px;
        line-height: 32px;
    }
    .related-posts .ui.cards {
        flex-direction: column;
    }
    .blog-single-section .container.px-20.mx-auto {
        padding-left: 20px;
        padding-right: 20px;
    }

    .blog-single-section .col-span-8,
    .blog-single-section .col-span-4 {
        grid-column: span 1 / span 1;
    }

    .ui.three.cards > .card {
        width: 92%;
    }

    .blog-content > .related-posts > .ui.cards > .card > .content {
        height: auto;
    }
}
