/*
Theme Name: websima
Theme URI: https://websima.com
Author: Websima Creative Agency
Author URI: https://websima.com
Description: Websima Creative Agency
Version: 1.0
*/
html {
    /* font-size: 10px; */
    /* font-size: min(2.4vw, 8.0px); */
    /* font-size: min(3vw, 9.0px); */

}

/* --------------------
    CSS Variables
-------------------- */
:root {
    --space-x: 2rem;
    --width-c: 240rem;
}

@media (width >=1024px) {
    :root {
        --space-x: 5rem;
    }
}

@media (width >=1280px) {
    :root {
        --space-x: 14rem;
    }
}

.overflow-x {
    overflow-x: auto;
    display: flex;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    white-space: nowrap;
}

.clearfix:after {
    content: '';
    clear: both;
    display: block;
}

.container-full {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.ltr {
    direction: ltr;
}

.container-full>.row {
    margin: 0;
}

.sidebar {
    position: sticky;
    top: var(--header-h);
}

.mobile .sidebar.sidebar-post {
    position: relative;
    top: auto;
}

.w-100 {
    width: 100%;
}

.h-100 {
    height: 100% !important;
}

.row {
    margin-right: -1rem;
    margin-left: -1rem;
}

.row>[class*="col-"],
.row>[class*="col"] {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

#wrapper .no-gutters {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

#wrapper .no-gutters>.col,
#wrapper .no-gutters>[class*="col-"] {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.text-center {
    text-align: center !important;
}

/* --------------------
    Font Variation Settings
-------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
    font-family: var(--main_font) !important;
    font-weight: 700;
}

input {
    font-family: var(--main_font), Arial;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

img {
    max-width: 100%;
    height: auto;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    display: block;
}

video {
    width: 100%;
    display: block;
    overflow: hidden;
    height: auto;
    border: 1px solid #fff;
}


.position-relative {
    position: relative !important;
}

.empty-error {
    text-align: center;
    background: var(--c-primary);
    color: #fff;
    font-size: 1.6rem;
    padding: 0.8rem;
    margin-right: 1.5rem;
    margin-left: 1.5rem;
}

.inner-pages .site-main {
    padding: 5rem 0;
}

/* --------------------
   GENERAL SETTING
-------------------- */
#main {
    margin-bottom: 7rem;
    position: relative;
    margin-top: 0;
}

.section-title {
    margin-bottom: 1.6rem;
}

.section-title .title-heading {
    font-size: 3rem;
}

.section-desc {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-desc .description {
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #697F8D;
    margin-bottom: 4.8rem;
    max-width: 80%;
}

.btns-wrap {
    display: flex;
    gap: 2rem;
    margin-top: 4rem;
    flex-wrap: wrap;
}

.section-base {
    margin: 5.6rem auto;
}

.section-base:first-child {
    margin-top: 0;
}

.section-base:last-child {
    margin-bottom: 0;
    padding-bottom: 4.8rem;
}

@media screen and (min-width:768px) {
    .section-base {
        margin: 12rem auto;
    }

    .section-base:last-child {
        padding-bottom: 12rem;
    }

    .section--half-base:last-child {
        padding-bottom: 12rem;
    }
}

@media screen and (max-width: 992px) {
    .section-desc .description {
        max-width: 100%;
    }
}

.sw-navigation {
    display: flex;
    align-items: center;
    gap: 3.2rem;
    justify-content: center;
    margin-top: clamp(2.8rem, 2vw, 4rem);
}

.swiper-nav-prev,
.swiper-nav-next {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.swiper-nav-prev:hover i,
.swiper-nav-next:hover i {
    color: var(--c-primary);
}

.swiper-nav-prev i,
.swiper-nav-next i {
    font-size: 2rem;
    color: #C0D0DA;
    transition: all 0.3s ease;
}

.swiper-nav-prev.swiper-button-disabled,
.swiper-nav-next.swiper-button-disabled {
    opacity: 0.7;
    cursor: not-allowed;
    pointer-events: none;
}

.sw-navigation.sw-between .swiper-nav-next,
.sw-navigation.sw-between .swiper-nav-prev {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index: 1;
}

.sw-navigation.sw-between .swiper-nav-next {
    right: 0;
}

.sw-navigation.sw-between .swiper-nav-prev {
    left: 0;
}

@media screen and (min-width:768px) {
    .sw-navigation.sw-between .swiper-nav-next {
        right: -1rem;
    }

    .sw-navigation.sw-between .swiper-nav-prev {
        left: -1rem;
    }
}

/* --------------------
    Button
-------------------- */
.acf-button.af-submit-button,
.button {
    user-select: none;
    height: 5.6rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 2.4rem;
    background: var(--color1);
    color: #fff;
    font-family: inherit;
    z-index: 1;
    position: relative;
    transition: 0.5s ease;
    min-width: 12.8rem;
    gap: 1.5rem;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 1.2rem;
    border: none;
}

.acf-button.af-submit-button:hover,
.button:hover {
    background: var(--color2);
    color: #fff;
}

.button:hover {
    color: #fff;
}

.button.light-button {
    background: var(--white);
    color: var(--color1);
    border-color: #fff;
}

.button.light-button:hover {
    color: #fff;
}

.button.light-border {
    background: #fff;
}

.button.button2 {
    color: var(--color1);
    background: #fff;
}

.button.button2:hover {
    background: var(--color2);
    color: #fff;
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}

.button i {
    transition: 0.4s ease;
}

.button:hover i {
    transform: rotate(45deg);
}

/* --------------------
    banner 
-------------------- */
@media screen and (min-width:992px) {
    .section-banners .item-banner {
        display: block;
        overflow: hidden;
        width: 100%;
        height: 100%;
    }

    .section-banners .item-banner img {
        transition: 0.3s;
        width: 100%;
        height: 100%;
    }

    .section-banners .item-banner:hover img {
        transform: scale(1.02);
        width: 100%;
    }
}

@media screen and (min-width:767.99px) {
    .section-banners .item-banner {
        height: 100%;
    }

    .section-banners .item-banner img {
        height: 100%;
    }
}

@media screen and (max-width:991.99px) {
    .section-banners .item-banner {
        display: table;
        margin: auto;
    }
}

/* general hero section */
.general-hero-section {
    position: relative;
    background-color: var(--color1);
    padding: 4rem 0 2rem;
}

.general-hero-section::before {
    content: '';
    background-image: url(assets/img/vertical-line.svg);
    position: absolute;
    bottom: -6rem;
    right: 0;
    z-index: -1;
    left: 0;
    width: 100%;
    max-height: 20.5rem;
    height: 100%;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.general-hero-section .section-title .title-heading {
    font-size: clamp(3.2rem, 2vw, 4rem);
    line-height: 4.4rem;
}

.general-hero-section .editor-content.main-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-description {
    max-width: 75%;
    margin-inline: auto;
}

.general-hero-section .editor-content {
    max-width: 50%;
    color: #636466;
    margin-inline: auto;
}

.general-hero-section {
    margin-bottom: 4rem;
}

@media screen and (max-width:768px) {

    .blog-description,
    .general-hero-section .editor-content {
        max-width: 100%;
    }

    .general-hero-section {
        padding: 4rem 0 1rem;
    }
}

@media screen and (max-width:991.99px) {
    .general-hero-section::before {
        max-height: 10rem;
        bottom: -5rem;
    }
}

@media screen and (min-width:992px) {
    .section-editor-border.section-editor .editor-content.main-content {
        border: 2px solid #DDE8EF;
        padding: 4.8rem;
    }
}

/* --------------------
    FAQ CSS
-------------------- */

@media screen and (min-width:1600px) {
    .faqs-content {
        max-width: 80%;
        margin: auto;
    }

    .faq-page-content .faqs-content {
        max-width: 100%;
    }
}

.tab-content {
    display: none;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}

.tab-content.active {
    display: block !important;
}

@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.accordion-content {
    display: none;
}



.faq-main .faq-hero-content {
    position: absolute;
    top: auto;
    bottom: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transform: translateY(50%);
    max-width: 50%;
}



.faq-hero-section {
    margin-bottom: 4rem;
}

.faq-categories-section {
    margin: 10rem auto;
}

.sw--faq .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper.sw--faq {
    margin-bottom: clamp(4rem, 2vw, 4.8rem);
    position: relative;
}

.sw--faq a.faq-cat {
    background-color: var(--color1);
    padding: 0 2rem;
    height: 5.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    transition: 0.3s;
    border: 1px solid transparent;
    color: #000000;
}

.sw--faq a.faq-cat:not(.active):hover {
    color: var(--c-primary);
}

.sw--faq a.faq-cat.active {
    border-color: #D3E4ED;
    backdrop-filter: blur(3.6rem);
    background-color: transparent;
}

.faqs-item .faqs-question:after {
    content: "\e901";
    font-family: var(--ff-icon);
    color: #C0D0DA;
    margin-left: auto;
    transition: 0.3s;
    font-size: 2rem;
    transform: rotate(90deg);
}

.faqs-item .faqs-question {
    display: flex;
    align-items: center;
    cursor: pointer;
    line-height: 2;
    font-size: clamp(1.5rem, 2vw, 1.6rem);
    padding: 2rem min(3.2rem, 3vw);
}

.faqs-item {
    margin-bottom: 1.2rem;
    transition: 0.3s;

    background-color: #E7F2F8;
}

.faqs-item .faqs-question p {
    color: #212121;
    transition: 0.3s;
    line-height: 2;
    max-width: 90%;
    font-weight: 600;
    display: flex;
}

.faqs-item.active .faqs-question p {
    color: var(--c-primary);
}

.faqs-item .faq-number {
    color: #697F8D;
    margin-right: 0.8rem;
    font-weight: 600;
    font-size: 1.8rem;
}

.faqs-item.active .faqs-question:after {
    transform: rotate(270deg);
    color: var(--c-primary);
}

.faqs-answer {
    padding: 0rem 6.2rem 2rem;
    color: #636466;
    margin-top: -1rem;
}


.sw--faq--wrap .sw-navigation {
    margin-top: 3.2rem;
}

@media screen and (min-width:992px) and (max-width:1200px) {}

@media screen and (max-width:768px) {
    .faqs-answer {
        padding: 0rem min(3.2rem, 3vw) 2rem;
    }

    .faq-main .faq-hero-section .editor-content.main-content p {
        max-width: 100%;
    }

    .faqs-item .faq-number {
        display: none;
    }




    .faq-categories-section {
        margin: 7rem 0 12rem auto;
    }

}

/* --------------------
    card post
-------------------- */

.cart-arc-blog {
    margin: clamp(8rem, 2vw, 10rem) auto;
}

.post-item {
    margin-bottom: 2.4rem;
}

.post-item .post-item-title a {
    font-size: 1.8rem;
    font-family: var(--main_font);
    display: -webkit-box;
    color: #000000;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    margin: 1.4rem 0 1.2rem;
    transition: 0.3s;
    line-height: 1.5;
}

.post-item:hover .post-item-title a {
    color: var(--c-primary);
}

.post-item .post-item-excerpt {
    color: #697F8D;
    transition: 0.3s;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.post-item .readmore {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.4rem;
    font-weight: bold;
    color: #697F8D;
    margin-top: auto;
    transition: all 0.3s ease;
}

.post-item .readmore i {
    transition: all 0.3s ease;
    font-size: 1.2rem;
    color: #000;
}

.post-item .readmore:hover {
    color: #000;
}

.post-item .readmore:hover i {
    transform: translateX(0.5rem);
    color: var(--c-primary);
}


/* --------------------
    more-tax-desc
-------------------- */
#more-tax-desc {
    margin: 9rem auto 15rem;
}

.blog-description p {
    margin-bottom: 4rem;
    color: #697F8D !important;
}

#more-tax-desc .more-desc-bg {
    background: #E7F2F8;
    position: absolute;
    top: 3rem;
    left: 0;
    bottom: 3rem;
    width: 100%;
    padding: 4rem 0;
    pointer-events: none;
}

#more-tax-desc .more-desc-bg::before,
#more-tax-desc .more-desc-bg::after {
    content: '';
    width: 100%;
    background: url(front-page/imgs/pattern.svg) no-repeat center center;
    display: block;
    height: 10rem;
    position: absolute;
    background-size: 100% 100%;
}

#more-tax-desc .more-desc-bg::before {
    transform: scale(-1, 1);
    top: -3rem;
}

#more-tax-desc .more-desc-bg::after {
    bottom: -3rem;
}

#more-tax-desc .more-desc-content {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    text-align: left;
}

@media screen and (max-width:768px) {
    #more-tax-desc {
        margin: 7rem auto 10rem auto;
    }
}

/* --------------------
    archive blog
-------------------- */

.caticon:before {
    content: "\e901";
    font-family: var(--ff-icon);
}

ul.page-numbers {
    display: flex;
    align-items: center;
    margin-top: clamp(2.6rem, 2vw, 4rem);
    justify-content: center;
    gap: 1rem;
}

.page-numbers li a {
    min-width: min(6rem, 10vw);
    height: min(6rem, 10vw);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    transition: 0.3s;
    color: #697F8D;
    font-size: 2rem;
    background-color: #E7F2F8;
}

.page-numbers li a:hover {
    color: var(--c-primary);
}

.page-numbers li a.next.page-numbers,
.page-numbers li a.prev.page-numbers {
    font-size: 1.5rem;
    color: #000000;
    transition: 0.3s;
}

.page-numbers li a.next.page-numbers:hover,
.page-numbers li a.prev.page-numbers:hover {
    color: var(--c-primary);
}

.page-numbers li a.next.page-numbers {
    margin-left: 1rem;
}

.page-numbers li a.prev.page-numbers {
    margin-right: 1rem;
}

.page-numbers li .current {
    min-width: min(6rem, 10vw);
    height: min(6rem, 10vw);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    color: var(--c-primary);
    font-size: 2rem;
    background-color: #E7F2F8;
}

.caticon {
    cursor: pointer;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    width: 1.6rem;
    top: 0;
    font-size: 1.4rem;
    transition: 0.4s ease;
    height: 1.6rem;
}

li.cat-item .cat-title .caticon {
    color: #C0D0DA;
    right: 0;
    transform: rotate(90deg);
    transition: 0.3s;
}

.caticon.active {
    transform: rotate(270deg) !important;
    color: var(--c-primary) !important;
}

.sidebar.sidebar-blog .widget-title h4 {
    font-size: 2rem;
    color: #000000;
    line-height: 1.3;
    font-variation-settings: "wght" 600, "wdth" 100;
    text-transform: uppercase;
}

.sidebar.sidebar-blog .widget-title h4 i {
    width: 3rem;
    height: 3rem;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar.sidebar-blog .cat-parent {
    position: relative;
}

.sidebar.sidebar-blog .widget.widget-side {
    background-color: var(--color2);
    padding: 1.25rem;
}

.sidebar.sidebar-blog .widget.widget-side ul {
    padding: 0 0.8rem;
}

.sidebar.sidebar-blog .cat-item a {
    color: #000000;
    transition: 0.3s;
    position: relative;
    font-size: 1.6rem;
    display: block;
    padding-right: 1.6rem;
    line-height: 3;
    font-weight: 600;
}

.cat-item.current-cat .cat-title>a,
.cat-item.current-cat>a {
    color: var(--c-primary) !important;
}

.sidebar.sidebar-blog .cat-item .cat-title.active a {
    color: var(--c-primary);
}

.sidebar.sidebar-blog .cat-item a:hover {
    color: var(--c-primary);
}

.sidebar.sidebar-blog .cat-item ul.children .cat-item a {
    color: #697F8D;
    transition: 0.3s;
    font-size: 1.4rem;
    line-height: 2.25;
}

.sidebar.sidebar-blog .cat-item ul.children .cat-item a:hover {
    color: var(--c-primary);
}

a.sidebar.sidebar-blog img {
    transition: 0.3s;
}

a.sidebar.sidebar-blog:hover img {
    transform: scale(1.025);
}

.additional-details-button {
    margin-top: 3rem;
}

@media screen and (min-width:768px) and (max-width:991.99px) {
    .sidebar.sidebar-blog .caticon {
        top: 1.25rem;
    }

    .sidebar.sidebar-blog .widget-title {
        text-align: left;
        padding: 1.25rem;
    }
}

@media screen and (max-width:991.99px) {
    .sidebar.sidebar-blog {
        margin-bottom: 1.6rem;
    }

    .sidebar.sidebar-blog .widget.widget-side {
        background-color: #E7F2F8;
        padding: 1.2rem;
    }

    .sidebar.sidebar-blog .widget.widget-side .widget-title {
        padding: 1.6rem 1.8rem;
        background-color: #fff;
    }

    .sidebar.sidebar-blog .widget.widget-side .widget-title .caticon {
        top: 2.3rem;
        right: 2rem;
        font-size: 2rem;
        color: #C0D0DA;
        transform: rotate(90deg);
    }

    .sidebar-blog.sidebar-mobile {
        display: table;
        margin: auto;
        padding-top: 3rem;
    }

    .sidebar.sidebar-blog .widget-title h4 {
        justify-content: flex-start;
    }

    li.cat-item .cat-title .caticon {
        top: 1.4rem;
        font-size: 16px;
        right: .8rem;
    }

    .widget.widget-side.widget_categories>ul {
        padding: 1.2rem !important;
    }

    .sidebar.sidebar-blog .cat-item .cat-title.active a {
        color: var(--c-primary);
    }

    .sidebar.sidebar-blog ul:not(.children) li {
        /* padding: 0.5rem 0;
    } */
    }
}

@media screen and (min-width:768px) {

    .sidebar.sidebar-blog .cat-item:last-child {
        padding-bottom: 0 !important;
        border-bottom: none !important;
    }

    .sidebar.sidebar-blog ul.children li {
        position: relative;
    }

    .sidebar.sidebar-blog img {
        margin-top: 1.25rem;
        width: 100%;
    }
}

@media screen and (min-width:992px) {
    .sidebar.sidebar-blog .widget-title {
        background-color: #FFFFFF;
        text-align: center;
        margin-bottom: 1.6rem;
        color: #000000;
        position: relative;
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
        min-height: 7.2rem;
    }

    .sidebar.sidebar-blog .caticon {
        top: 1.4rem;
        color: #525252;
    }

    .sidebar.sidebar-blog ul .cat-item ul.children .cat-item .cat-title .caticon {
        top: 0;
        display: flex;
        font-size: 1.125rem;
        align-items: center;
        justify-content: center;
    }

    .sidebar.sidebar-blog .widget.widget-side {
        padding: 1.6rem 1.6rem 2.8rem;
        background-color: #E7F2F8;
    }

    .sidebar.sidebar-blog .cat-item ul.children {
        position: relative;
        /* margin-left: 0.8rem; */
    }
}

/* --------------------
    category landing
-------------------- */
.category-landing .section-cards .cards-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
}

.category-landing .section-cards .card-item {
    background-color: #E7F2F8;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6.5rem 0 15rem;
    cursor: pointer;
}

.category-landing .section-cards .card-item .card-item-title {
    position: absolute;
    bottom: 1.2rem;
    right: 1.2rem;
    left: 1.2rem;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 8.4rem;
    font-size: clamp(1.6rem, 2vw, 2rem);
    font-weight: 600;
    transition: 0.3s;
}

.category-landing .section-cards .card-item:hover .card-item-title {
    background-color: var(--c-primary);
    color: #fff;
}

@media screen and (max-width:575.99px) {
    .category-landing .section-cards .card-item .card-item-title {
        min-height: 3.5rem;
    }

    .category-landing .section-cards .card-item {
        padding: 6.5rem 2.5rem 8.5rem;
    }
}

@media screen and (max-width:768px) {
    .category-landing .section-cards .card-item .card-item-title {
        min-height: 5rem;
    }
}

@media screen and (max-width:991.99px) {
    .category-landing .section-cards .cards-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

.category-landing #websima-cta-content {
    align-items: flex-end;
}

.category-landing #websima-cta-content .btn--white,
.product-page #websima-cta-content .btn--white {
    background-color: #F1F5F9;
}

.category-landing #websima-cta-content .btn--white:hover,
.product-page #websima-cta-content .btn--white:hover {
    background-color: var(--c-primary);
}

.category-landing .sec-content-journey {
    position: relative;
    /* margin: 7rem 0; */
    margin-bottom: 15rem;
    padding: 7rem 0 3rem;
}

.category-landing .sec-content-journey__bg {
    background: #E7F2F8;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    pointer-events: none;
}

.category-landing .sec-content-journey__bg::before,
.category-landing .sec-content-journey__bg::after {
    content: '';
    width: 100%;
    background: url(front-page/imgs/pattern.svg) no-repeat center center;
    display: block;
    height: 10rem;
    position: absolute;
    background-size: 100% 100%;
}

.category-landing .sec-content-journey__bg::before {
    transform: scale(-1, 1);
    top: -3rem;
}

.category-landing .sec-content-journey__bg::after {
    bottom: -3rem;
}

@media (width >=1024px) {
    .category-landing .sec-content-journey {
        padding: 6rem 0 11rem;
        margin-bottom: 18rem;
        /* margin: 17rem 0 4rem; */
    }
}

.category-landing .sec-journey {
    max-width: var(--width-c);
    margin: 0 auto;
    padding: 0 var(--space-x);
    position: relative;
    z-index: 2;
    width: 100%;
}

.category-landing .sec-journey__container {
    width: 100%;
}

.category-landing .sec-journey__head {
    text-align: center;
    margin-bottom: 5rem;
}

.category-landing .sec-journey__title {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #000;
}

.category-landing .sec-journey__desc {
    font-size: 1.8rem;
    line-height: 1.6;
    color: #697F8D;
    max-width: 60rem;
    margin: 0 auto;
    font-weight: bold;
}

.category-landing .sec-journey__swiper-wrapper {
    position: relative;
    padding-bottom: 4rem;
}

.mobile .category-landing .sec-journey__swiper-wrapper::before {
    content: '';
    position: absolute;
    width: 90%;
    height: 17rem;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    filter: blur(3.2rem);
}

.category-landing .sec-journey__swiper .swiper-wrapper {
    padding-bottom: 1rem;
}

.category-landing .sec-journey__swiper .swiper-slide {
    height: auto;
    width: 37rem;
}

.category-landing .sec-journey__cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.category-landing .sec-journey__card {
    position: relative;
    opacity: 1;
    transform: translateY(0);

}

.desktop .category-landing .sec-journey__card {
    border: 10px solid #FFF;
}

.category-landing .sec-journey__card-img {
    position: relative;
    aspect-ratio: 3 / 4;
    overflow: hidden;
}

.category-landing .sec-journey__card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* transform: scale(1.3); */
}

.category-landing .sec-journey__card-content {
    position: absolute;
    bottom: 2.4rem;
    left: 2.4rem;
    right: 2.4rem;
    color: #fff;
    z-index: 2;
    line-height: 1.3;
}

.category-landing .sec-journey__line {
    display: block;
    width: 0.4rem;
    background: var(--c-primary);
    border-radius: 0 1rem 1rem 0;
    flex-shrink: 0;
}

.category-landing .sec-journey__card-desc {
    font-size: 1.6rem;
    display: flex;
    gap: 1.3rem;
    align-items: unset;
    line-height: 1.6;
    color: #B9BBD0;
}

.category-landing .sec-journey__card-title {
    font-size: 1.8rem;
    font-weight: bold;
    padding-left: 1.6rem;
    padding-bottom: .8rem;
}

@media (width >=1024px) {
    .category-landing .sec-journey {
        padding: 0 calc(var(--space-x) / 2);
    }

    .category-landing .sec-journey__title {
        font-size: 3.2rem;
    }

    .category-landing .sec-journey__desc {
        font-size: 1.6rem;
    }

    .category-landing .sec-journey__cards {
        grid-template-columns: repeat(4, 1fr);
        align-items: start;
    }

    .category-landing .sec-journey__card:nth-child(1),
    .category-landing .sec-journey__card:nth-child(3) {
        margin-top: 4.8rem;
    }

    .category-landing .sec-journey__card-desc {
        font-size: 14px;
    }
}

/* --------------------
category page style
-------------------- */

.sw--product-categories {
    margin-bottom: 4.8rem;
}

.sw-product-categories .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}

.sw-product-categories .category-card {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0 1.6rem 2.4rem;
    position: relative;
    width: 100%;
    justify-content: center;
}

.sw-product-categories .category-card:hover {
    color: #ED1C24;
}

.sw-product-categories .category-card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0.4rem;
    background-color: #C9DFEC;
    border-radius: 0;
}

.sw-product-categories .swiper-slide:first-child .category-card::before {
    border-top-left-radius: 4rem;
    border-bottom-left-radius: 4rem;
}

.sw-product-categories .swiper-slide:last-child .category-card::before {
    border-top-right-radius: 4rem;
    border-bottom-right-radius: 4rem;
}

.sw-product-categories .category-card.active::before {
    background-color: #ED1C24;
}

.sw-product-categories .category-card .category-card-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sw-product-categories .category-card .category-card-image img {
    min-width: 4.4rem;
    min-height: 4.4rem;
    max-width: 4.4rem;
    max-height: 4.4rem;
    object-fit: cover;
}

.sw-product-categories .category-card .category-card-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #000000;
    line-height: 1.4;
    transition: 0.3s;
    white-space: nowrap;
}

.sw-product-categories .category-card:hover .category-card-title {
    color: #ED1C24;
}

@media screen and (min-width: 768px) {
    .sw-product-categories .category-card .category-card-title {
        font-size: 2rem;
    }
}

@media screen and (min-width: 1200px) {
    .sw-product-categories .category-card .category-card-title {
        font-size: 2.2rem;
    }
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
}

article.product-item {
    position: relative;
}

article.product-item .product-item-image {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

article.product-item .product-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

article.product-item:hover .product-item-image img {
    transform: scale(1.2);
}

article.product-item .product-category-info {
    position: absolute;
    top: 1.2rem;
    left: 1.2rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    background-color: #FFFFFF;
    padding: 0 1.4rem;
    height: 5.2rem;
    font-size: 1.4rem;
    color: #636466;
    z-index: 3;
    transition: 0.3s;
}

article.product-item .product-category-info:hover {
    color: var(--c-primary);
}

article.product-item .product-category-info .product-category-image {
    min-width: 2.6rem;
    min-height: 2.6rem;
    max-width: 2.6rem;
    max-height: 2.6rem;
}

article.product-item .product-item-content {
    margin: 2.2rem 1.4rem 4.8rem;
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
}

article.product-item .product-item-content .product-item-title {
    color: #000000;
    font-size: 1.8rem;
    transition: 0.3s;
}

article.product-item:hover .product-item-content .product-item-title {
    color: #ED1C24;
}

article.product-item .product-item-desc {
    display: flex;
    /* align-items: center; */
    gap: 1rem;
}

article.product-item .product-item-desc img {
    min-width: 2rem;
    min-height: 2.4rem;
    max-width: 2.4rem;
    max-height: 2.4rem;
    object-fit: cover;
}

article.product-item .product-item-desc .product-item-desc-text {
    color: #636466;
    font-size: 1.5rem;
}

.no-products-error {
    font-size: 2rem;
    background-color: var(--c-primary);
    color: #fff;
    padding: 1.6rem 2.4rem;
    margin-top: 4.8rem;
}

@media screen and (max-width:575.99px) {
    .products-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (min-width: 576px) and (max-width: 991.99px) {
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* --------------------
    Category Page Dropdown (Mobile)
-------------------- */
.category-page__dropdown {
    position: relative;
    width: 100%;
    margin-bottom: 2.4rem;
}

.category-page__dropdown-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem;
    background-color: #EBEFF7;
    transition: all 0.3s ease;
    font-size: 1.8rem;
    font-weight: 600;
}

.category-page__dropdown-btn:hover {
    background-color: #D3E4ED;
}

.category-page__dropdown-text {}

.category-page__dropdown-arrow {
    transition: transform 0.3s ease;
    color: var(--c-primary);
    transform: rotate(90deg);
}


.category-page__dropdown-arrow.rotated {
    transform: rotate(-90deg);
}

.category-page__dropdown-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #FFFFFF;
    border: 1px solid #D3E4ED;
    margin-top: 0.8rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 100;
    max-height: 40rem;
    overflow-y: auto;
}

.category-page__dropdown-option {
    border-bottom: 1px solid #E7F2F8;
    transition: background-color 0.3s ease;
}

.category-page__dropdown-option:last-child {
    border-bottom: none;
}

.category-page__dropdown-option a {
    display: block;
    padding: 1.6rem 2rem;
    color: #000000;
    font-size: 1.6rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.category-page__dropdown-option:hover {
    background-color: #E7F2F8;
}

.category-page__dropdown-option:hover a {
    color: var(--c-primary);
}

.category-page__dropdown-option.active {
    background-color: #E7F2F8;
}

.category-page__dropdown-option.active a {
    color: var(--c-primary);
}