@charset "UTF-8";
/*-----------------------------------------------------------------
Theme Name: Florem
Author: Gramentheme
Author URI: https://themeforest.net/user/gramentheme
Version: 1.0.0 
Description: Florem - Flooring & Tiling Figma Template 

------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

:root {
    --body: #fff;
    --black: #000;
    --white: #fff;
    --theme: #24a0a0;
    --theme2: #F9F3EF;
    --theme3: #8A5133;
    --title: #19222c;
    --orange: #e78c45;
    --text: #687179;
    --text2: #cbcbcb;
    --border: rgba(40,30,22, 0.36);
    --border-2: #D9D9D9;
    --border-3: #54595F;
    --border-4: #E0E0E0;
    --border-5: #424242;
    --bg-1: #161921;
    --box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
}

/* 03.Typography */
/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
    font-family: "Plus Jakarta Sans", system-ui;
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    color: #3f4243;
    background-color: var(--white);
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

button {
    border: none;
    background-color: transparent;
    padding: 0;
}

input:focus {
    color: var(--text);
    outline: none;
}

input::-moz-placeholder {
    color: #767771;
}

input::placeholder {
    color: #767771;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Plus Jakarta Sans", system-ui;
    margin: 0px;
    padding: 0;
    color: #1a1a2a;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out;
}

h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 120%;
}

h2 {
    font-size: 40px;
    line-height: 145%;
    font-weight: 700;
}

@media (max-width: 767px) {
    h2 {
        font-size: 34px;
    }
}

@media (max-width: 575px) {
    h2 {
        font-size: 28px;
    }
}

h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 145%;
}

@media (max-width: 767px) {
    h3 {
        font-size: 16px;
    }
}

h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 130%;
}

h5 {
    font-size: 18px;
    font-weight: 700;
}

h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 145%;
}

a {
    text-decoration: none;
    outline: none !important;
    cursor: pointer;
    color: var(--title);
    transition: all 0.4s ease-in-out;
}

    a:hover {
        color: var(--theme) !important;
    }

p {
    margin: 0px;
    transition: all 0.4s ease-in-out;
    position: relative;
}

span {
    margin: 0px;
    transition: all 0.4s ease-in-out;
}

.info-text-style {
    color: var(--white);
    font-family: "Plus Jakarta Sans", system-ui;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 35.04px;
}

.form-contl {
    position: relative;
    margin-top: 30px;
}

    .form-contl input {
        position: relative;
        padding: 17px 20px;
        height: 60px;
        background: var(--theme2);
        width: 100%;
        border: 1px solid #6E6E6E;
        opacity: 0.8;
    }

        .form-contl input::-moz-placeholder {
            color: var(--white);
            font-family: "Plus Jakarta Sans", system-ui;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 26.08px;
        }

        .form-contl input::placeholder {
            color: var(--white);
            font-family: "Plus Jakarta Sans", system-ui;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 26.08px;
        }

        .form-contl input.style2 {
            border: none;
        }

    .form-contl button {
        position: absolute;
        top: 0;
        right: 0;
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        background: var(--theme);
        color: var(--white);
    }

        .form-contl button.style2 {
            background: transparent;
            color: var(--theme);
        }

input.form-control,
textarea.form-control {
    outline: none;
    box-shadow: none;
    background-color: var(--white);
    border: 1px solid var(--border);
    padding: 17px 10px;
    font-size: 1rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

    input.form-control:focus,
    textarea.form-control:focus {
        background-color: var(--white);
        border: 1px solid var(--border);
        outline: none;
        box-shadow: none;
    }

label {
    color: var(--title);
    font-family: "Plus Jakarta Sans", system-ui;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 35.04px;
}

.form-group {
    margin-bottom: var(--bs-gutter-x);
    position: relative;
}

    .form-group > i {
        display: inline-block;
        position: absolute;
        right: 25px;
        top: 13px;
        font-size: 16px;
        color: var(--text);
    }

        .form-group > i.fa-envelope {
            padding-top: 1px;
        }

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

input[type=checkbox] {
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-radius: 10px;
}

    input[type=checkbox]:checked ~ label:after {
        opacity: 1;
    }

    input[type=checkbox] ~ label {
        position: relative;
        padding-left: 30px;
        cursor: pointer;
        display: block;
        line-height: 30px;
    }

        input[type=checkbox] ~ label:before {
            content: "";
            position: absolute;
            left: 0px;
            top: 3.5px;
            background: var(--white);
            border: 1px solid var(--border-2);
            height: 20px;
            width: 20px;
            text-align: center;
            z-index: 9;
        }

        input[type=checkbox] ~ label:after {
            content: "";
            position: absolute;
            left: 6px;
            top: 9px;
            background: var(--theme);
            height: 8px;
            width: 8px;
            opacity: 0;
            transition: 0.4s;
            z-index: 9;
        }

    input[type=checkbox].style2 ~ label {
        color: #8B929C;
        padding-left: 23px;
        margin-bottom: -0.5em;
    }

        input[type=checkbox].style2 ~ label:before {
            background-color: white;
            border: 1px solid #f7ccd7;
            height: 14px;
            width: 14px;
            line-height: 14px;
            border-radius: 3px;
            top: 6px;
        }

    input[type=checkbox].style2:checked ~ label:before {
        color: var(--theme);
    }

input[type=radio] {
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    display: none;
}

    input[type=radio] ~ label {
        position: relative;
        padding-left: 30px;
        cursor: pointer;
        line-height: 1;
        display: inline-block;
        font-weight: 600;
        margin-bottom: 0;
    }

        input[type=radio] ~ label::before {
            content: "\f111";
            position: absolute;
            font-family: "Font Awesome 6 Pro";
            left: 0;
            top: -2px;
            width: 20px;
            height: 20px;
            padding-left: 0;
            font-size: 0.6em;
            line-height: 19px;
            text-align: center;
            border: 1px solid var(--theme);
            border-radius: 100%;
            font-weight: 700;
            background: var(--white);
            color: transparent;
            transition: all 0.2s ease;
        }

    input[type=radio]:checked ~ label::before {
        border-color: var(--theme);
        background-color: var(--theme);
        color: var(--white);
    }

/* 04.Buttons */
/*----------------------------------------------
    # Buttons style here
----------------------------------------------*/
.theme-btn {
    display: inline-block;
    position: relative;
    padding: 12px 23px;
    gap: 10px;
    color: var(--white);
    font-family: "Plus Jakarta Sans", system-ui;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: #24a0a0;
    z-index: 1;
    line-height: 1;
    overflow: hidden;
    border: none;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

    .theme-btn i {
        margin-left: 6px;
    }

    .theme-btn:before {
        transition-duration: 800ms;
        position: absolute;
        width: 210%;
        height: 290%;
        content: "";
        top: 162%;
        left: 50%;
        background: #434375;
        transform: translateX(-50%) rotate(-8deg);
        border-radius: 80%;
        z-index: -1;
    }

    .theme-btn.style2 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: var(--theme2);
        color: var(--title);
    }

        .theme-btn.style2:before {
            transition-duration: 800ms;
            background: var(--theme);
        }

        .theme-btn.style2 svg path,
        .theme-btn.style2 svg rect {
            fill: var(--title);
            transition: all 0.4s;
            -webkit-transition: all 0.4s;
            -moz-transition: all 0.4s;
            -ms-transition: all 0.4s;
            -o-transition: all 0.4s;
        }

        .theme-btn.style2:hover svg path,
        .theme-btn.style2:hover svg rect {
            fill: var(--white);
        }

    .theme-btn.style3 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: var(--theme);
        color: var(--white);
    }

        .theme-btn.style3:before {
            transition-duration: 800ms;
            background: var(--theme2);
            color: var(--title);
        }

        .theme-btn.style3 svg path,
        .theme-btn.style3 svg rect {
            fill: var(--white);
            transition: all 0.4s;
            -webkit-transition: all 0.4s;
            -moz-transition: all 0.4s;
            -ms-transition: all 0.4s;
            -o-transition: all 0.4s;
        }

        .theme-btn.style3:hover {
            color: var(--title) !important;
        }

            .theme-btn.style3:hover svg path,
            .theme-btn.style3:hover svg rect {
                fill: var(--title);
            }

    .theme-btn.style4 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: var(--white);
        color: var(--title);
        border: 1px solid var(--border-4);
    }

        .theme-btn.style4:before {
            transition-duration: 800ms;
            background: var(--theme);
            color: var(--white);
        }

        .theme-btn.style4 svg path,
        .theme-btn.style4 svg rect {
            fill: var(--title);
            transition: all 0.4s;
            -webkit-transition: all 0.4s;
            -moz-transition: all 0.4s;
            -ms-transition: all 0.4s;
            -o-transition: all 0.4s;
        }

        .theme-btn.style4:hover {
            color: var(--white) !important;
        }

            .theme-btn.style4:hover svg path,
            .theme-btn.style4:hover svg rect {
                fill: var(--white);
            }

    .theme-btn:hover {
        color: var(--white) !important;
    }

        .theme-btn:hover:before {
            top: -96%;
        }

.slider-arrow-btn {
    display: flex;
    gap: 15px;
}

.slider-arrow.style1 {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: var(--theme);
    color: var(--white);
    margin-top: -0.4em;
    box-shadow: 0px 10px 30px 0px rgba(52, 55, 170, 0.15);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.4s ease-in-out;
}

    .slider-arrow.style1:hover {
        background: var(--white);
        color: var(--theme);
        box-shadow: 0px 10px 30px 0px rgba(52, 55, 170, 0.15);
    }

    .slider-arrow.style1.style2 {
        background: var(--theme2);
        color: var(--title);
    }

        .slider-arrow.style1.style2:hover {
            background: var(--theme);
            color: var(--white);
        }

.btn-wrapper {
    position: relative;
    max-width: 220px;
}

    .btn-wrapper.style2 {
        max-width: 240px;
    }

    .btn-wrapper:hover .arrow-btn {
        background: var(--theme2);
        color: var(--title);
    }

    .btn-wrapper:hover .theme-btn {
        background-color: var(--theme2);
        color: var(--title);
    }

    .btn-wrapper:hover .arrow-btn.style2 {
        background: var(--title);
        color: var(--white);
    }

    .btn-wrapper:hover .theme-btn.style3 {
        background-color: var(--title);
        color: var(--white);
    }

.link-btn.style1 {
    color: var(--title);
    font-family: "Plus Jakarta Sans", system-ui;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

    .link-btn.style1 i,
    .link-btn.style1 svg {
        margin-left: 0px;
    }

.link-btn.style3 {
    display: inline-block;
    background: var(--theme);
    color: var(--title);
    font-family: "Plus Jakarta Sans", system-ui;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

    .link-btn.style3 i path,
    .link-btn.style3 svg path {
        fill: var(--white);
    }

/* 05.Gutter */
/*----------------------------------------------
    # Gutter  style here
----------------------------------------------*/
@media (min-width: 1600px) {
    .gx-25 {
        --bs-gutter-x: 25px;
    }

    .gx-30 {
        --bs-gutter-x: 30px;
    }

    .gx-40 {
        --bs-gutter-x: 40px;
    }

    .gx-60 {
        --bs-gutter-x: 60px;
    }

    .gx-80 {
        --bs-gutter-x: 80px;
    }

    .gx-95 {
        --bs-gutter-x: 95px;
    }

    .gx-114 {
        --bs-gutter-x: 114px;
    }

    .gx-85 {
        --bs-gutter-x: 85px;
    }

    .gx-134 {
        --bs-gutter-x: 134px;
    }

    .gx-165 {
        --bs-gutter-x: 165px;
    }
}

.gy-30 {
    --bs-gutter-y: 30px;
}

.gx-0 {
    --bs-gutter-x: 0px;
}

/* 06.Container */
/*----------------------------------------------
    # Container  style here
----------------------------------------------*/
@media (min-width: 1400px) {
    .header-1 .container {
        max-width: 1300px;
    }

    .header-2 .container,
    .header-3 .container {
        max-width: 1620px;
    }

    .intro-wrapper.style1 .container {
        max-width: 1620px;
    }

    .blog-container-wrapper.style1 .container {
        max-width: 1600px;
    }

    .shop-container-wrapper.style1 .container {
        max-width: 1600px;
    }

    .skills-container-wrapper.style1 .container {
        max-width: 1200px;
    }

    .service-container-wrapper.style1 .container {
        max-width: 1600px;
    }

    .service-container-wrapper.style2 .container {
        max-width: 1680px;
    }

    .gallery-container-wrapper.style1 .container {
        max-width: 1810px;
    }

    .cta-container-wrapper.style2 .container {
        max-width: 1350px;
    }

    .blog-container-wrapper.style3 .container {
        max-width: 1600px;
    }

    .work-process-container-wrapper.style3 .container {
        max-width: 1300px;
    }

    .map-container-wrapper.style1 .container {
        max-width: 1830px;
    }

    .service-container-title-wrapper.style2 .container {
        max-width: 1200px;
    }

    .project-container-wrapper.style2 .container {
        max-width: 1900px;
    }

    .footer-top-wrapper.style2 .container {
        max-width: 1440px;
    }

    .subscribe-container-wrapper.style1 .container {
        max-width: 1360px;
    }
}
/* 07.Animation */
/*----------------------------------------------
    # All Animation style here
----------------------------------------------*/
@keyframes rippleOne {
    70% {
        box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    }
}

.ripple-effect {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #F3E7E0;
    border: 1px solid var(--white);
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgb(255, 217, 196);
    animation: rippleOne 2s infinite;
}

    .ripple-effect .playerImg {
        width: 19px;
        height: 24px;
    }

/*img-animation**********************/
.img-custom-anim-right {
    animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

@keyframes img-anim-right {
    0% {
        transform: translateX(5%);
        -webkit-clip-path: inset(0 0 0 100%);
        clip-path: inset(0 0 0 100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.img-custom-anim-left {
    animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

@keyframes img-anim-left {
    0% {
        transform: translateX(-5%);
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.img-custom-anim-top {
    animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
}

@keyframes img-anim-top {
    0% {
        transform: translateY(-5%);
        -webkit-clip-path: inset(0 0 100% 0);
        clip-path: inset(0 0 100% 0);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}

@keyframes letters-loading {
    0%, 75%, 100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%, 50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes tpswing {
    0% {
        transform: rotate(20deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes width {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@keyframes loaderpulse {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

@keyframes rounded {
    50% {
        transform: rotate(20deg);
    }
}

.cir36 {
    animation: cir36 20s linear infinite;
    -webkit-animation: cir36 20s linear infinite;
}

@keyframes cir36 {
    100% {
        transform: rotate(360deg);
    }
}

.float-bob-y {
    animation-name: float-bob-y;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes float-bob-y {
    0% {
        transform: translateY(-30px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(-30px);
    }
}

.float-bob-x {
    animation-name: float-bob-x;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes float-bob-x {
    0% {
        transform: translateX(30px);
    }

    50% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(30px);
    }
}

@keyframes bounce-x {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(30px);
    }

    100% {
        transform: translateX(0);
    }
}

.bounce-x {
    animation: bounce-x 7s infinite linear;
}

@keyframes criss-cross-left {
    0% {
        left: -20px;
    }

    50% {
        left: 50%;
        width: 20px;
        height: 20px;
    }

    100% {
        left: 50%;
        width: 375px;
        height: 375px;
    }
}

@keyframes criss-cross-right {
    0% {
        right: -20px;
    }

    50% {
        right: 50%;
        width: 20px;
        height: 20px;
    }

    100% {
        right: 50%;
        width: 375px;
        height: 375px;
    }
}

@keyframes rotated2 {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@keyframes wave {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-25%);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes animate-positive {
    0% {
        width: 0;
    }

    100% {
        width: var(--progress-width);
    }
}

.reveal {
    position: relative;
    display: -ms-inline-flexbox;
    visibility: hidden;
    overflow: hidden;
}

    .reveal img {
        height: 100%;
        width: 100%;
        display: inline-block;
        -o-object-fit: cover;
        object-fit: cover;
        transform-origin: left;
    }

.image-anime {
    position: relative;
    overflow: hidden;
}

    .image-anime:after {
        content: "";
        position: absolute;
        width: 200%;
        height: 0%;
        left: 50%;
        top: 50%;
        background-color: rgba(255, 255, 255, 0.3);
        transform: translate(-50%, -50%) rotate(-45deg);
        z-index: 1;
    }

    .image-anime:hover:after {
        height: 250%;
        transition: all 600ms linear;
        background-color: transparent;
    }

/*------------------- 3.10. Animation -------------------*/
.ripple-animation,
.play-btn:after,
.play-btn:before {
    animation-duration: var(--ripple-ani-duration);
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-name: ripple;
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    30% {
        opacity: 0.4;
    }

    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

@keyframes ripple2 {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    30% {
        opacity: 0.4;
    }

    100% {
        transform: scale(2.8);
        opacity: 0;
    }
}

.wave-anim {
    width: 105px;
    height: 69px;
    background-repeat: repeat;
    background-size: auto;
    animation: wave 70s linear infinite;
}

@keyframes wave {
    0% {
        background-position: top left;
    }

    100% {
        background-position: top left -2000px;
    }
}

.fancy-animation {
    animation: morph 8s ease-in-out infinite;
}

@keyframes morph {
    0% {
        border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
    }

    50% {
        border-radius: 30% 60% 70% 40%/50% 60% 30% 60%;
    }

    100% {
        border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
    }
}

.movingX {
    animation: movingX 8s linear infinite;
}

@keyframes movingX {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(50px);
    }

    100% {
        transform: translateX(0);
    }
}

.movingCar {
    animation: movingCar 25s linear infinite;
}

@keyframes movingCar {
    0% {
        transform: translateX(0) rotateY(0deg);
    }

    50% {
        transform: translateX(calc(-100vw + 108%));
    }

    51% {
        transform: translateX(calc(-100vw + 108%)) rotateY(180deg);
    }

    100% {
        transform: translateX(0) rotateY(180deg);
    }
}

.moving {
    animation: moving 8s linear infinite;
}

@keyframes moving {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-50px);
    }

    100% {
        transform: translateX(0);
    }
}

.moving2 {
    animation: moving2 8s linear infinite;
}

@keyframes moving2 {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0);
    }
}

.moving3 {
    animation: moving3 8s linear infinite;
}

@keyframes moving3 {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0);
    }
}

.jump {
    animation: jumpAni 7s linear infinite;
}

@keyframes jumpAni {
    0% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    100% {
        transform: translateY(0);
    }
}

.jump-reverse {
    animation: jumpReverseAni 7s linear infinite;
}

@keyframes jumpReverseAni {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(30px);
    }

    100% {
        transform: translateY(0);
    }
}

.spin {
    animation: spin 10s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.bg-color-ani,
.color-animate {
    animation: bgColor 6s linear infinite;
}

@keyframes bgColor {
    0% {
        background-color: #F2BA4C;
    }

    25% {
        background-color: #81F24C;
    }

    50% {
        background-color: #41F27D;
    }

    75% {
        background-color: #0500FF;
    }

    100% {
        background-color: #F2BA4C;
    }
}

@keyframes animate-positive {
    0% {
        width: 0;
    }
}

.fadein,
.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
    opacity: 0;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-duration: 1.3s;
    animation-delay: 0.3s;
    animation-name: var(--animation-name);
}

.swiper-slide-active .fadein {
    --animation-name: fadein;
}

.swiper-slide-active .scalein {
    --animation-name: scalein;
}

.swiper-slide-active .slidetopleft {
    --animation-name: slidetopleft;
}

.swiper-slide-active .slidebottomright {
    --animation-name: slidebottomright;
}

.swiper-slide-active .slideinleft {
    --animation-name: slideinleft;
}

.swiper-slide-active .slideinright {
    --animation-name: slideinright;
}

.swiper-slide-active .slideinup {
    --animation-name: slideinup;
}

.swiper-slide-active .slideindown {
    --animation-name: slideindown;
}

.swiper-slide-active .rollinleft {
    --animation-name: rollinleft;
}

.swiper-slide-active .rollinright {
    --animation-name: rollinright;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes scalein {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.3);
    }
}

@keyframes slideinup {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideinright {
    0% {
        opacity: 0;
        transform: translateX(180px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideindown {
    0% {
        opacity: 0;
        transform: translateY(-100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideinleft {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slidebottomright {
    0% {
        opacity: 0;
        transform: translateX(120px) translateY(120px);
    }

    100% {
        opacity: 1;
        transform: translateX(0) translateY(0);
    }
}

@keyframes slidetopleft {
    0% {
        opacity: 0;
        transform: translateX(-100px) translateY(-100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0) translateY(0);
    }
}

.spin2 {
    animation: spin2 10s linear infinite;
}

@keyframes spin2 {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(-360deg);
    }
}
/*animation bubble****************/
.animation-bubble {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    pointer-events: none;
}

    .animation-bubble div[class^=bubble-] {
        height: 1px;
        width: 1px;
        position: absolute;
        background: url(../img/shape/star.html) no-repeat center center;
        background-size: cover;
        border-radius: 50%;
        transform: translateX(-50%);
        pointer-events: none;
    }

@media (max-width: 1024px) {
    .animation-bubble > :nth-child(even) {
        display: none;
    }
}

.bubble-1 {
    bottom: -5px;
    left: 68%;
    animation: bubble-animation 4.5s infinite ease-in -6.57s;
}

.bubble-2 {
    bottom: -71px;
    left: 97%;
    animation: bubble-animation 4.5s infinite ease-in -5.07s;
}

.bubble-3 {
    bottom: -71px;
    left: 43%;
    animation: bubble-animation 4.5s infinite ease-in -6.73s;
}

.bubble-4 {
    bottom: -3.8px;
    left: 82%;
    animation: bubble-animation 4.5s infinite ease-in -4.04s;
}

.bubble-5 {
    bottom: -73.4px;
    left: 29%;
    animation: bubble-animation 4.5s infinite ease-in -3.11s;
}

.bubble-6 {
    bottom: -71px;
    left: 41%;
    animation: bubble-animation 4.5s infinite ease-in -5.95s;
}

.bubble-7 {
    bottom: -79.4px;
    left: 14%;
    animation: bubble-animation 4.5s infinite ease-in -3.68s;
}

.bubble-8 {
    bottom: -115.4px;
    left: 90%;
    animation: bubble-animation 4.5s infinite ease-in -3.89s;
}

.bubble-9 {
    bottom: -44.6px;
    left: 33%;
    animation: bubble-animation 4.5s infinite ease-in -1.09s;
}

.bubble-10 {
    bottom: -6.2px;
    left: 59%;
    animation: bubble-animation 4.5s infinite ease-in -0.96s;
}

@keyframes bubble-animation {
    0% {
        transform: translate3d(-50%, 0, 0);
        height: 1px;
        width: 1px;
    }

    100% {
        transform: translate3d(-50%, -280px, 0);
        height: 30px;
        width: 30px;
    }
}

@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes icon-anim {
    0% {
        top: 26px;
        right: 90px;
    }

    25% {
        top: 86px;
        right: 110px;
    }

    100% {
        top: 26px;
        right: 90px;
    }
}

.img-shine {
    position: relative;
}

    .img-shine:after {
        position: absolute;
        top: 0;
        left: -75%;
        z-index: 2;
        display: block;
        content: "";
        width: 50%;
        height: 100%;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        transform: skewX(-20deg);
    }

    .img-shine:hover:after {
        animation: imgShine 1s;
    }

@keyframes imgShine {
    100% {
        left: 125%;
    }
}
/* 08.Helping */
/*----------------------------------------------
    # Helping  style here
----------------------------------------------*/
::-webkit-scrollbar {
    width: 8px;
    height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--orange);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--orange);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.fix {
    overflow: hidden;
}

.ralt {
    position: relative;
}

.ripple {
    position: relative;
}

    .ripple::before, .ripple::after {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 60px;
        height: 60px;
        transform: translateX(-50%) translateY(-50%);
        border-radius: 50%;
        box-shadow: 0 0 0 0 rgba(56, 75, 255, 0.5);
        animation: rippleOne 3s infinite;
    }

    .ripple::before {
        animation-delay: 0.9s;
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .ripple::after {
        animation-delay: 0.6s;
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
    }

.mega-hover {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

    .mega-hover:after,
    .mega-hover:before {
        content: "";
        position: absolute;
        pointer-events: none;
        opacity: 1;
        z-index: -1;
    }

    .mega-hover:before {
        top: 0;
        right: 51%;
        bottom: 0;
        left: 50%;
        background: rgba(255, 255, 255, 0.2);
    }

    .mega-hover:after {
        top: 50%;
        right: 0;
        bottom: 50%;
        left: 0;
        background: rgba(245, 255, 255, 0.3);
    }

    .mega-hover:hover:before {
        left: 0;
        right: 0;
        opacity: 0;
        transition: all 900ms linear;
    }

    .mega-hover:hover:after {
        top: 0;
        bottom: 0;
        opacity: 0;
        transition: all 900ms linear;
    }

@media (max-width: 767px) {
    br {
        display: none;
    }
}

/* background */
.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.bg-cover-2 {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
    width: 100%;
    height: 100%;
}

.page-nav-wrap ul li {
    display: inline-block;
    text-align: center;
}

    .page-nav-wrap ul li .page-numbers {
        display: inline-block;
        width: 50px;
        height: 50px;
        line-height: 50px;
        background: transparent;
        font-weight: 600;
        transition: all 0.3s ease-in-out;
        margin: 0 2px;
        border: 1px solid #E3E3E3;
        color: var(--title);
    }

        .page-nav-wrap ul li .page-numbers.current {
            background-color: var(--theme);
            color: var(--white);
        }

@media (max-width: 767px) {
    .page-nav-wrap ul li .page-numbers {
        margin-top: 10px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
    }
}

.page-nav-wrap ul li .page-numbers i {
    margin-top: 2px;
}

.page-nav-wrap ul li .page-numbers.icon {
    border: none;
    background-color: transparent;
    color: var(--theme);
}

    .page-nav-wrap ul li .page-numbers.icon:hover {
        border: none;
        background-color: transparent;
        color: var(--theme);
    }

.page-nav-wrap ul li .page-numbers:hover {
    background-color: var(--theme);
    color: var(--white);
    border: 1px solid transparent;
}

.box-shadow {
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.06);
}

.pt-100 {
    padding-top: 100px;
}

@media (max-width: 991px) {
    .pt-100 {
        padding-top: 80px;
    }
}

.pt-110 {
    padding-top: 110px;
}

@media (max-width: 991px) {
    .pt-110 {
        padding-top: 80px;
    }
}

.pb-100 {
    padding-bottom: 100px;
}

@media (max-width: 991px) {
    .pb-100 {
        padding-bottom: 80px;
    }
}

.pb-110 {
    padding-bottom: 110px;
}

@media (max-width: 991px) {
    .pb-110 {
        padding-bottom: 80px;
    }
}

.pb-30 {
    padding-bottom: 30px;
}

.pt-30 {
    padding-top: 30px;
}

.margin-top-10 {
    margin-top: -10px;
}

.margin-top-5 {
    margin-top: -5px;
}

.margin-top-60 {
    margin-top: -65px;
}

@media (max-width: 1399px) {
    .margin-top-60 {
        margin-top: -25px;
    }
}

@media (max-width: 1199px) {
    .margin-top-60 {
        margin-top: -27px;
    }
}

@media (max-width: 991px) {
    .margin-top-60 {
        margin-top: -75px;
    }
}

@media (max-width: 767px) {
    .margin-top-60 {
        margin-top: -65px;
    }
}

.margin-top-8 {
    margin-top: -10px;
}

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

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

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

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

.mr-7 {
    margin-right: 7px;
}

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

.mr-44 {
    margin-right: 44px;
}

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

@media (max-width: 767px) {
    .mb-40 {
        margin-bottom: 35px;
    }
}

@media (max-width: 575px) {
    .mb-40 {
        margin-bottom: 25px;
    }
}

.ml-50 {
    margin-left: 50px;
}

@media (max-width: 1199px) {
    .ml-50 {
        margin-left: 0;
    }
}

.mt-n10 {
    margin-top: -10px;
}

.mt-n5 {
    margin-top: -5px;
}

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

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

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

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

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

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

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

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

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

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

.mb-55 {
    margin-bottom: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

@media (min-width: 992px) {
    .mb-md-100 {
        margin-bottom: 100px;
    }
}

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

@media (max-width: 767px) {
    .pb-262 {
        padding-bottom: 80px !important;
    }
}

.mxw-345 {
    max-width: 345px;
}

.mxw-410 {
    max-width: 410px;
}

.mxw-440 {
    max-width: 440px;
}

.mxw-530 {
    max-width: 530px;
}

.mxw-545 {
    max-width: 545px;
}

.mxw-570 {
    max-width: 570px;
}

.mxw-586 {
    max-width: 586px;
}

.mxw-630 {
    max-width: 630px;
}

.mxw-660 {
    max-width: 660px;
}

.mxw-850 {
    max-width: 850px;
}

.mxw-848 {
    max-width: 848px;
}

.mxw-705 {
    max-width: 705px;
}

.mxw-770 {
    max-width: 770px;
}

.mxw-300 {
    max-width: 300px;
}

.bg-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.center {
    text-align: center;
    margin: 0 auto;
}

.bg-theme {
    background-color: var(--theme) !important;
}

.bg-theme2 {
    background: var(--theme2) !important;
}

.bg-orange {
    background-color: var(--orange) !important;
}

.bg-color1 {
    background-color: #252540;
    background: url("../images/bg/serviceBg1_1.jpg");
}

.bg-color2 {
    background-color: #343434;
}

.bg-title {
    background-color: var(--title);
}

.text-title {
    color: var(--title);
}

.text-dark2 {
    color: #838387 !important;
}

.text-bg-color2 {
    color: var(--theme2) !important;
}

.text-theme-color {
    color: var(--theme) !important;
}

.text-theme-color2 {
    color: var(--theme2) !important;
}

.text-orange-color {
    color: var(--orange) !important;
}

.bg-transparent {
    background: transparent;
}

.border-theme {
    border: 1px solid var(--theme);
}

.border-dark {
    border-bottom: 1px solid #54595F;
}

/* 09.MeanMenu */
/*----------------------------------------------
    # Meanmenu style here
----------------------------------------------*/
.mean-container a.meanmenu-reveal {
    display: none;
}

.mean-container .mean-nav {
    background: none;
    margin-top: 0;
}

.mean-container .mean-bar {
    padding: 0;
    min-height: auto;
    background: none;
}

.mean-container .mean-nav > ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important;
}

    .mean-container .mean-nav > ul .homemenu-items {
        display: flex;
        align-items: center;
        gap: 30px;
        justify-content: space-between;
    }

@media (max-width: 1199px) {
    .mean-container .mean-nav > ul .homemenu-items {
        flex-wrap: wrap;
    }
}

.mean-container .mean-nav > ul .homemenu-items .homemenu {
    position: relative;
}

@media (max-width: 1199px) {
    .mean-container .mean-nav > ul .homemenu-items .homemenu {
        max-width: 300px;
        text-align: center;
        margin: 0 auto;
        border: 1px solid var(--border);
        padding: 10px;
    }
}

.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb {
    position: relative;
}

    .mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 60%;
        gap: 10px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s ease-in-out;
        margin-top: 20px;
    }

        .mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
            padding: 12px 20px;
            color: var(--white) !important;
            width: initial;
            font-size: 16px;
            text-align: center;
            border-radius: 0;
        }

            .mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
                color: var(--white) !important;
            }

    .mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb::before {
        background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        overflow: hidden;
        opacity: 0;
        transition: all 0.3s ease-in-out;
        content: "";
    }

    .mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover::before {
        visibility: visible;
        opacity: 1;
    }

    .mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
        opacity: 1;
        visibility: visible;
        margin-top: 0;
    }

    .mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
        opacity: 1;
        visibility: visible;
        bottom: 50%;
        transform: translateY(50%);
    }

    .mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb img {
        width: 100%;
    }

.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-title {
    text-align: center;
    margin: 15px auto;
    display: inline-block;
    font-size: 16px;
}

.mean-container a.meanmenu-reveal {
    display: none !important;
}

.mean-container .mean-nav ul li a {
    width: 100%;
    padding: 10px 0;
    color: var(--white) !important;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    text-transform: capitalize;
    border-bottom: 1px solid rgb(122 110 100 / 36%) !important;
    border: none;
}

    .mean-container .mean-nav ul li a:hover {
        color: var(--theme);
    }

    .mean-container .mean-nav ul li a:last-child {
        border-bottom: 0;
    }

    .mean-container .mean-nav ul li a:hover {
        color: var(--theme2);
    }

    .mean-container .mean-nav ul li a.mean-expand {
        margin-top: 5px;
        padding: 0 !important;
    }

.mean-container .mean-nav ul li > a > i {
    display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
    display: inline-block;
    font-size: 18px;
}

.mean-container .mean-nav > ul > li:first-child > a {
    border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
    height: 200px;
    width: 100%;
    padding: 0;
    border-top: 0;
    margin-bottom: 20px;
}

/* 10.Preloader */
/*----------------------------------------------
    # Preloader style here
----------------------------------------------*/
.preloader {
    align-items: center;
    cursor: default;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

    .preloader .animation-preloader {
        z-index: 1000;
    }

        .preloader .animation-preloader .spinner {
            animation: spinner 1s infinite linear;
            border-radius: 50%;
            border: 3px solid rgba(0, 0, 0, 0.2);
            border-top-color: var(--theme);
            height: 9em;
            margin: 0 auto 3.5em auto;
            width: 9em;
        }

@media (max-width: 767px) {
    .preloader .animation-preloader .spinner {
        width: 7.5em;
        height: 7.5em;
        margin: 0 auto 1.5em auto;
    }
}

.preloader .animation-preloader .txt-loading {
    font: bold 5em "Plus Jakarta Sans", system-ui, "Plus Jakarta Sans", system-ui;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (max-width: 767px) {
    .preloader .animation-preloader .txt-loading {
        font-size: 2.5em;
    }
}

.preloader .animation-preloader .txt-loading .letters-loading {
    color: var(--theme);
    position: relative;
}

    .preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
        animation-delay: 0.2s;
    }

    .preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
        animation-delay: 0.4s;
    }

    .preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
        animation-delay: 0.6s;
    }

    .preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
        animation-delay: 0.8s;
    }

    .preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
        animation-delay: 1s;
    }

    .preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
        animation-delay: 1.2s;
    }

    .preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
        animation-delay: 1.4s;
    }

    .preloader .animation-preloader .txt-loading .letters-loading::before {
        animation: letters-loading 4s infinite;
        color: var(--title);
        content: attr(data-text-preloader);
        left: 0;
        opacity: 0;
        font-family: "Plus Jakarta Sans", system-ui;
        position: absolute;
        top: -3px;
        transform: rotateY(-90deg);
    }

.preloader p {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 8px;
    color: var(--theme);
}

.preloader .loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 1;
    pointer-events: none;
}

    .preloader .loader .row {
        height: 100%;
    }

    .preloader .loader .loader-section {
        padding: 0px;
    }

        .preloader .loader .loader-section .bg {
            background-color: var(--title);
            height: 100%;
            left: 0;
            width: 100%;
            transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
        }

.preloader.loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
}

.preloader.loaded .loader-section .bg {
    width: 0;
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    -o-transition: 0.7s;
}

.back-to-top {
    border-radius: 12px;
    background-color: var(--theme);
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: var(--white);
    font-size: 18px;
    position: fixed;
    display: inline-block;
    z-index: 99;
    right: 30px;
    bottom: 30px;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
}

    .back-to-top:hover {
        background-color: var(--title);
    }

    .back-to-top.show {
        opacity: 1;
        visibility: visible;
        transform: translate(0);
    }

/* 11.Title */
/*----------------------------------------------
    # Title style here
----------------------------------------------*/
.section-title {
    position: relative;
    z-index: 99;
}

    .section-title .subtitle {
        color: var(--theme);
        font-family: "Plus Jakarta Sans", system-ui;
        text-align: center;
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.64px;
    }

    .section-title h2 {
        color: var(--title);
        font-family: "Plus Jakarta Sans", system-ui;
        text-align: center;
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 35px;
        font-style: normal;
        font-weight: 700;
        line-height: 50px;
        letter-spacing: -1.44px;
    }

@media (max-width: 1399px) {
    .section-title h2 {
        font-size: 38px;
        line-height: 48px;
    }
}

@media (max-width: 767px) {
    .section-title h2 {
        font-size: 30px;
        line-height: 47.6px;
    }
}

.section-title .desc {
    color: var(--text);
    font-family: "Plus Jakarta Sans", system-ui;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    text-align: start;
    margin-top: 15px;
}

.section-title-area {
    position: relative;
    z-index: 5;
}

    .section-title-area .desc p {
        color: var(--text);
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 26.08px;
    }

@media (max-width: 991px) {
    .section-title-area {
        flex-wrap: wrap;
        gap: 30px;
    }
}

/* 12.Common */
.brandSliderTwo .brand-logo {
    text-align: center;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: var(--theme3);
    opacity: 0.5;
    border-radius: 50%;
    margin: 0 6px;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    width: 28px;
    background-color: var(--theme);
    opacity: 1;
    border-radius: 8px;
}

.social-profile {
    position: absolute;
    left: 40px;
    bottom: 100px;
    text-align: center;
    content: "";
    transition: all 0.4s ease-in-out;
    z-index: 2;
    display: inline-block;
    overflow: hidden;
    z-index: 9;
}

    .social-profile ul {
        padding-left: 0;
        margin-bottom: 5px;
        transform: translateY(100px);
        transition: all 0.6s ease-in-out;
        opacity: 0;
        visibility: hidden;
    }

        .social-profile ul li {
            margin-bottom: 5px;
        }

            .social-profile ul li a {
                width: 36px;
                height: 36px;
                line-height: 36px;
                text-align: center;
                font-size: 14px;
                display: block;
                background: var(--white);
                color: var(--theme);
                transition: all 0.4s ease-in-out;
                text-align: center;
                margin: 0 auto;
                border-radius: 50%;
            }

                .social-profile ul li a:hover {
                    background-color: var(--theme);
                    color: var(--white) !important;
                }

    .social-profile .plus-btn {
        position: relative;
        z-index: 2;
        cursor: pointer;
        width: 36px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        font-size: 14px;
        display: inline-block;
        background: var(--theme);
        color: var(--white);
        transition: all 0.4s ease-in-out;
        border-radius: 50%;
    }

        .social-profile .plus-btn:hover {
            background: var(--theme) !important;
        }

    .social-profile:hover .plus-btn {
        background-color: var(--theme3);
        color: var(--white);
    }

    .social-profile:hover ul {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }

.social-media {
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 5;
}

    .social-media li a {
        display: inline-block;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background: var(--theme2);
        color: var(--theme);
        transition: all 0.4s;
        border-radius: 5px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
    }

        .social-media li a:hover {
            background: var(--theme);
            color: var(--white) !important;
            border: 1px solid var(--border);
        }

    .social-media.style2 li a {
        display: inline-block;
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        background: var(--white);
        color: var(--title);
        transition: all 0.4s;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
    }

        .social-media.style2 li a:hover {
            background: var(--theme);
            color: var(--white) !important;
            border: 1px solid var(--theme);
        }

    .social-media.style3 li a {
        display: inline-block;
        width: 15px;
        height: 15px;
        line-height: 15px;
        text-align: center;
        background: transparent;
        color: var(--title);
        transition: all 0.4s;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
    }

        .social-media.style3 li a:hover {
            color: var(--theme) !important;
            border: none;
        }

.fancy-box-wrapper.style3 {
    display: flex;
    padding: 20px;
    gap: 40px;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    margin-bottom: 40px;
}

    .fancy-box-wrapper.style3 .box-text {
        max-width: 245px;
    }

@media (max-width: 1899px) {
    .fancy-box-wrapper.style3 {
        padding: 10px;
    }
}

@media (max-width: 767px) {
    .fancy-box-wrapper.style3 {
        flex-direction: column;
        flex-wrap: wrap;
        gap: 20px;
    }
}

.fancy-box.style1 {
    display: flex;
    align-items: center;
    gap: 20px;
}

    .fancy-box.style1 .icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        background: var(--theme2);
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }

    .fancy-box.style1 h4 {
        color: var(--title);
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.54px;
    }

.fancy-box.style2 {
    display: flex;
    align-items: center;
    gap: 19px;
}

    .fancy-box.style2 .fancy-item {
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
    }

        .fancy-box.style2 .fancy-item h4 {
            color: var(--title);
            font-family: "Plus Jakarta Sans", system-ui;
            font-size: 18px;
            font-style: normal;
            font-weight: 600;
            line-height: 28px;
            margin-bottom: 5px;
        }

        .fancy-box.style2 .fancy-item p {
            color: var(--text);
            font-family: "Plus Jakarta Sans", system-ui;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 28px;
        }

        .fancy-box.style2 .fancy-item .icon {
            width: 70px;
            height: 70px;
            line-height: 70px;
            text-align: center;
            background: var(--theme2);
        }

            .fancy-box.style2 .fancy-item .icon img {
                width: 50px;
                height: 50px;
            }

.fancy-box.style3 {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-right: 30px;
    border-right: 1px solid var(--border);
}

    .fancy-box.style3 .icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        background: var(--theme);
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }

    .fancy-box.style3 h6 {
        color: var(--title);
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px;
        max-width: 130px;
    }

@media (max-width: 767px) {
    .fancy-box.style3 {
        border-right: 0;
        border-bottom: 1px solid var(--border-4);
        padding-right: 0;
        padding-bottom: 20px;
    }
}

.fancy-box.style4 {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 12px 20px;
    background: var(--white);
    box-shadow: 0px 6px 25px 0px rgba(0, 0, 0, 0.05);
}

    .fancy-box.style4 .icon {
        width: 63px;
        height: 63px;
        line-height: 63px;
        text-align: center;
        background: var(--theme);
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }

    .fancy-box.style4 .text {
        max-width: 110px;
    }

.fancy-box.style5 {
    display: flex;
    align-items: center;
    gap: 20px;
}

    .fancy-box.style5 .icon {
        width: 80px;
        height: 80px;
        line-height: 80px;
        text-align: center;
        background: var(--theme2);
    }

.fancy-box.style6 {
    display: flex;
    align-items: center;
    gap: 13px;
}

.counter-box.style1 .counter {
    color: var(--theme);
    font-family: "Plus Jakarta Sans", system-ui;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.9px;
}

.counter-box.style1 p {
    color: var(--title);
    font-family: "Plus Jakarta Sans", system-ui;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.counter-box.style2 {
    padding: 20px;
    background: var(--theme);
    border: 4px solid var(--white);
    min-width: 205px;
}

    .counter-box.style2 .counter {
        color: var(--white);
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -1.44px;
    }

    .counter-box.style2 h6 {
        color: var(--white);
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px;
        margin-bottom: 0;
    }

.counter-box.style3 {
    padding: 50px 30px;
    background: var(--theme);
    display: inline-block;
}

    .counter-box.style3 .counter {
        color: var(--white);
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -1.44px;
    }

    .counter-box.style3 .text {
        color: var(--white);
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: -0.6px;
    }

.checklist-wrapper.style1 {
    display: flex;
    align-items: center;
    gap: 40px;
}

.checklist.style1 {
    list-style-type: none;
    padding-left: 0;
    margin-block-start: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

    .checklist.style1 li {
        color: var(--white);
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 16px;
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
    }

        .checklist.style1 li svg,
        .checklist.style1 li img,
        .checklist.style1 li i {
            margin-right: 5px;
        }

.checklist.style2 li {
    color: var(--title);
    font-family: "Plus Jakarta Sans", system-ui;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.54px;
    margin-bottom: 20px;
}

    .checklist.style2 li svg,
    .checklist.style2 li img,
    .checklist.style2 li i {
        margin-right: 10px;
    }

.contact-meta {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
}

    .contact-meta .video-box {
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .contact-meta .video-box .video-wrap {
            position: relative;
        }

            .contact-meta .video-box .video-wrap .play-btn {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                z-index: 5;
                -webkit-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                -o-transform: translate(-50%, -50%);
                animation: 6s rippleOne linear infinite;
            }

        .contact-meta .video-box h4 {
            color: var(--title);
            font-family: "Plus Jakarta Sans", system-ui;
            font-size: 24px;
            font-style: normal;
            font-weight: 400;
            line-height: 35.04px;
        }

@media (max-width: 767px) {
    .contact-meta {
        display: flex;
        flex-direction: column;
        align-items: start;
    }
}

.marquee-wrapper {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    height: 107px;
    padding-top: 24px;
    background: var(--theme);
    z-index: 9;
}

    .marquee-wrapper.style-1 {
        background-color: transparent;
        line-height: 55px;
    }

@media (max-width: 1399px) {
    .marquee-wrapper.style-1 {
        margin-bottom: 0px;
        margin: 30px 0;
    }
}

@media (max-width: 767px) {
    .marquee-wrapper.style-1 {
        margin-bottom: -50px;
        margin: 0px 0px;
    }
}

.marquee-wrapper.style-1.text-slider {
    height: auto;
}

.marquee-wrapper.style-2 {
    line-height: 55px;
}

.text-slider {
    font-family: var(--title);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 57.6px;
    color: var(--white);
}

@media (max-width: 767px) {
    .text-slider {
        font-size: 36px;
    }
}

.text-slider img {
    margin-bottom: 10px;
    margin-right: 8px;
    margin-left: 10px;
}

.marquee-inner {
    position: absolute;
    display: inline-flex;
    width: 200%;
}

.marquee-list {
    float: left;
    width: 50%;
}

.marquee-item {
    float: left;
    transition: animation 0.2s ease-out;
}

    .marquee-item.style1 .text-style {
        transition: all 0.4s ease-in-out;
        background-image: linear-gradient(var(--theme), var(--theme));
        background-position: 0 95%;
        background-repeat: no-repeat;
        background-size: 0% 2px;
        color: transparent;
        -webkit-text-stroke: 1px #bcb8b1;
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 80px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
    }

        .marquee-item.style1 .text-style:hover {
            color: var(--theme);
            background-size: 100% 3px;
            opacity: 1;
        }

    .marquee-item.style-2 .text-slider {
        font-family: var(--title);
        font-size: 48px;
        font-style: normal;
        font-weight: 400;
        line-height: 57.6px;
        color: var(--white);
    }

@media (max-width: 767px) {
    .marquee-item.style-2 .text-slider {
        font-size: 36px;
    }
}

.marquee-item.style-2 .text-style {
    transition: all 0.4s ease-in-out;
    background-image: linear-gradient(var(--theme2), var(--theme2));
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
}

    .marquee-item.style-2 .text-style:hover {
        color: var(--theme2);
        background-size: 100% 3px;
        opacity: 0.7;
    }

.marquee-inner.to-left {
    animation: marqueeLeft 25s linear infinite;
}

@keyframes marqueeLeft {
    0% {
        left: 0;
    }

    100% {
        left: -100%;
    }
}

.marquee-inner.to-right {
    animation: marqueeRight 25s linear infinite;
}

@keyframes marqueeRight {
    0% {
        right: 0;
    }

    100% {
        right: -100%;
    }
}

.marque-section-2 {
    position: relative;
}

.modal-details .title-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E5E5E5;
}

    .modal-details .title-box .title h3 {
        color: var(--title);
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 50px;
        text-transform: capitalize;
    }

    .modal-details .title-box .price {
        color: var(--title);
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
        text-transform: capitalize;
    }

.modal-details .desc p {
    color: var(--text);
    font-family: "Plus Jakarta Sans", system-ui;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.progress-wrap {
    margin-bottom: 15px;
}

    .progress-wrap .progress-meta {
        display: flex;
        justify-content: space-between;
        margin-bottom: 15px;
    }

        .progress-wrap .progress-meta .title {
            color: var(--title);
            font-family: "Plus Jakarta Sans", system-ui;
            font-size: 20px;
            font-style: normal;
            font-weight: 700;
            line-height: 130%;
        }

        .progress-wrap .progress-meta .percentage {
            color: var(--theme);
            font-family: "Plus Jakarta Sans", system-ui;
            font-size: 20px;
            font-style: normal;
            font-weight: 700;
            line-height: 130%;
        }

@media (max-width: 500px) {
    .progress-wrap .progress-meta {
        gap: 210px;
    }
}

@media (max-width: 470px) {
    .progress-wrap .progress-meta {
        gap: 150px;
    }
}

.progress-wrap .progress-container {
    position: relative;
    max-width: 504px;
    height: 7px;
    background-color: #D9DDFF !important;
    border-radius: 10px;
    overflow: visible;
}

    .progress-wrap .progress-container .progress-bar {
        height: 7px;
        background-color: var(--theme2);
        border-radius: 10px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
        z-index: 1;
    }

@media (max-width: 575px) {
    .progress-wrap .progress-container {
        width: 85%;
    }
}

.progress-wrap .progress-container.style2:before, .progress-wrap .progress-container.style2:after {
    background-color: var(--theme2);
}

.arrow-button {
    position: absolute;
    z-index: 9;
}

    .arrow-button .arrow-prev {
        margin-right: 12px;
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        background-color: var(--white);
        color: var(--theme);
        border: 1px solid var(--theme);
        border-radius: 50%;
        transition: all 0.4s ease-in-out;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
    }

    .arrow-button .arrow-next {
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        margin-right: 8px;
        background-color: var(--white);
        color: var(--theme);
        border: 1px solid var(--theme);
        border-radius: 50%;
        transition: all 0.4s ease-in-out;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
    }

        .arrow-button .arrow-next:hover,
        .arrow-button .arrow-prev:hover {
            background-color: var(--theme);
            color: var(--white);
            border: 1px solid var(--theme);
        }

.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    transform: translateZ(0);
    visibility: hidden;
}

.cursor-inner {
    width: 6px;
    height: 6px;
    z-index: 10000001;
    background-color: var(--theme2);
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

    .cursor-inner.cursor-hover {
        margin-left: -35px;
        margin-top: -35px;
        width: 70px;
        height: 70px;
        background-color: var(--theme2);
        opacity: 0.3;
    }

.cursor-outer {
    margin-left: -12px;
    margin-top: -12px;
    width: 30px;
    height: 30px;
    border: 1px solid var(--theme2);
    box-sizing: border-box;
    z-index: 10000000;
    opacity: 0.5;
    transition: all 0.08s ease-out;
}

    .cursor-outer.cursor-hover {
        opacity: 0;
    }

.before-after-section .thumb {
    width: 100%;
}

    .before-after-section .thumb img {
        width: 100%;
    }

.comment-list .comment-item {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--border-2);
}

    .comment-list .comment-item .post-comment {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
    }

        .comment-list .comment-item .post-comment .comment-content .name {
            color: var(--title);
            font-family: "Plus Jakarta Sans", system-ui;
            font-size: 20px;
            font-style: normal;
            font-weight: 700;
            line-height: 30px;
            text-transform: capitalize;
            margin-bottom: 5px;
        }

        .comment-list .comment-item .post-comment .comment-content .commented-on {
            margin-bottom: 15px;
        }

@media (max-width: 575px) {
    .comment-list .comment-item .post-comment .comment-content .commented-on {
        margin-bottom: -10px;
    }
}

.comment-list .comment-item .post-comment .comment-content .star {
    position: absolute;
    top: 15px;
    right: 15px;
}

@media (max-width: 575px) {
    .comment-list .comment-item .post-comment .comment-content .star {
        position: relative;
        margin: 0px 0 25px 12px;
    }
}

@media (max-width: 575px) {
    .comment-list .comment-item .post-comment {
        display: flex;
        flex-direction: column;
    }
}

.star-wrapper.style1 {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

    .star-wrapper.style1 li {
        color: var(--theme);
    }

.profile-meta {
    display: flex;
    align-items: center;
    gap: 20px;
}

    .profile-meta .content h6 {
        color: var(--title);
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
    }

    .profile-meta .content p {
        color: var(--text);
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
    }

.comment-form {
    margin-top: var(--blog-space-y, 50px);
    padding: 60px;
    position: relative;
    border-radius: 0;
    background: var(--theme2);
    border: 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

    .comment-form .inner-title {
        color: var(--title);
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 30px;
        font-style: normal;
        font-weight: 900;
        line-height: 50px;
        text-transform: capitalize;
        margin-bottom: 25px;
    }

    .comment-form .rating {
        display: flex;
        align-items: center;
        gap: 25px;
        margin-top: 15px;
        margin-bottom: 35px;
    }

@media (max-width: 575px) {
    .comment-form {
        padding: 30px;
    }
}

.search-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    background-color: rgba(255, 255, 255, 0.9);
}

    .search-wrap .search-inner {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .search-wrap .search-cell {
        position: absolute;
        top: 50%;
        width: 100%;
        transform: translateY(-50%);
    }

    .search-wrap .search-field-holder {
        width: 50%;
        margin: auto;
        position: relative;
        animation: slideInUp 0.3s;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .search-wrap .search-field-holder {
        width: 70%;
    }
}

@media (max-width: 575px) {
    .search-wrap .search-field-holder {
        width: 80%;
    }
}

.search-wrap .main-search-input {
    width: 100%;
    height: 70px;
    border: 0;
    padding: 0 50px;
    text-transform: capitalize;
    background: transparent;
    font-size: 25px;
    color: var(--theme);
    border-bottom: 2px solid var(--theme);
    text-align: center;
    letter-spacing: 2px;
}

@media (max-width: 575px) {
    .search-wrap .main-search-input {
        height: 50px;
        padding: 0 0;
        line-height: 50px;
        font-size: 18px;
    }
}

.search-wrap input.form-control,
.search-wrap input.form-control:focus {
    background-color: var(--theme);
}

input.main-search-input::-moz-placeholder {
    color: var(--theme);
    opacity: 1;
    font-size: 25px;
}

input.main-search-input::placeholder {
    color: var(--theme);
    opacity: 1;
    font-size: 25px;
}

@media (max-width: 575px) {
    input.main-search-input::-moz-placeholder {
        font-size: 18px;
    }

    input.main-search-input::placeholder {
        font-size: 18px;
    }
}

.search-close {
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 30px;
    color: var(--theme);
    cursor: pointer;
}

.inner-section-padding {
    padding: 100px 0;
}

@media (max-width: 1199px) {
    .inner-section-padding {
        padding: 100px 0;
    }
}

@media (max-width: 991px) {
    .inner-section-padding {
        padding: 90px 0;
    }
}

@media (max-width: 575px) {
    .inner-section-padding {
        padding: 80px 0;
    }
}

.section-padding {
    padding: 80px 0;
}

@media (max-width: 1199px) {
    .section-padding {
        padding: 70px 0;
    }
}

@media (max-width: 991px) {
    .section-padding {
        padding: 40px 0;
    }
}

@media (max-width: 575px) {
    .section-padding {
        padding: 25px 0;
    }
}

.section-padding1 {
    padding: 200px 0 110px;
}

@media (max-width: 1199px) {
    .section-padding1 {
        padding: 180px 0 90px;
    }
}

@media (max-width: 991px) {
    .section-padding1 {
        padding: 170px 0 80px;
    }
}

.section-padding2 {
    padding: 110px 0 270px;
}

@media (max-width: 1199px) {
    .section-padding2 {
        padding: 90px 0 240px;
    }
}

@media (max-width: 991px) {
    .section-padding2 {
        padding: 80px 0 230px;
    }
}

@media (max-width: 767px) {
    .section-padding2 {
        padding: 80px 0 190px;
    }
}

.background-image,
[data-bg-src] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.mask-content {
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-position: center center;
    -webkit-mask-position: center center;
    width: 100%;
}

.bg-dark .section-title .subtitle {
    color: var(--orange);
}

.bg-dark .section-title h2 {
    color: var(--white);
}

.bg-dark .intro-content-wrapper.style1 h1 {
    color: var(--white);
}

.bg-dark .intro-content-wrapper.style1 p {
    color: var(--text2);
}

.bg-dark .about-wrapper.style1 .about-content .section-title {
    padding-bottom: 40px;
    border-bottom: 1px solid #424242;
}

.bg-dark .counter-box.style1 p {
    color: var(--text2);
}

.bg-dark .progress-wrap.style1 .progress-meta .title {
    color: var(--text2);
}

.bg-dark .fancy-box.style1 h4 {
    color: var(--text2);
}

.bg-dark .fancy-box.style2 .fancy-item h4 {
    color: var(--white);
}

.bg-dark .shop-card-items.style1 {
    background: #212529;
}

    .bg-dark .shop-card-items.style1 .shop-content h3 a {
        color: var(--white);
    }

    .bg-dark .shop-card-items.style1 .shop-content .price {
        color: var(--text2);
    }

.bg-dark .profile-meta .content h6 {
    color: var(--white);
}

.bg-dark .profile-meta .content p {
    color: var(--text2);
}

.bg-dark .testimonial-card-items.style1 .body p {
    color: var(--text2);
}

.bg-dark .blog-card-items.style1 .blog-content {
    background: #3e3e3f;
}

    .bg-dark .blog-card-items.style1 .blog-content h3 a {
        color: var(--white);
    }

    .bg-dark .blog-card-items.style1 .blog-content ul li {
        color: var(--text2);
    }

.bg-dark .progress-wrap.style1 .progress-meta .percentage {
    color: var(--text2);
}

.bg-dark .skills-wrapper.style1 .skills-content .text {
    color: var(--text2);
    border-top: 1px solid var(--border-3);
}

.bg-dark .intro-content-wrapper.style2 .intro-title {
    color: var(--white);
}

.bg-dark .intro-content-wrapper.style2 .desc {
    color: var(--text2);
}

.bg-dark .intro-content-wrapper.style2 .stroke-text {
    color: var(--white);
}

.bg-dark .brand-slider-container-wrapper.style2 .brandSliderTwo {
    border-bottom: 1px solid var(--border-5);
}

.bg-dark .service-card.style2 {
    background-color: #343434;
}

    .bg-dark .service-card.style2 .content h3 a {
        color: var(--white);
    }

    .bg-dark .service-card.style2 .content .text {
        color: var(--text2);
    }

    .bg-dark .service-card.style2 .content .number {
        -webkit-text-stroke: 2px var(--text2);
    }

.bg-dark .about-wrapper.style2 .about-content .section-title .desc {
    color: var(--text2);
}

.bg-dark .about-wrapper.style2 .about-content .progress-wrap.style2 .progress-meta .title {
    color: var(--orange);
}

.bg-dark .about-wrapper.style2 .about-content .progress-wrap.style2 .progress-meta .percentage {
    color: var(--orange);
}

.bg-dark .about-wrapper.style2 .about-content .section-title {
    border-bottom: 1px solid var(--border-5);
}

.bg-dark .skills-wrapper.style2 .skills-content .section-title .desc {
    color: var(--text2);
}

.bg-dark .skills-wrapper.style2 .skills-content .section-title .desc {
    color: var(--text2);
    border-bottom: 1px solid var(--border-5);
}

.bg-dark .checklist.style2 li {
    color: var(--text2);
}

.bg-dark .faq-wrapper.style1 .section-title .desc {
    color: var(--text2);
}

.bg-dark .team-card.style2 {
    background-color: #161921;
}

    .bg-dark .team-card.style2 .team-content h3 a {
        color: var(--white);
    }

    .bg-dark .team-card.style2 .team-content p {
        color: var(--text2);
    }

.bg-dark .testimonial-card-items.style2 {
    background-color: #161921;
}

    .bg-dark .testimonial-card-items.style2 .profile-meta .content h6 {
        color: var(--white);
    }

    .bg-dark .testimonial-card-items.style2 .profile-meta .content p {
        color: var(--text2);
    }

    .bg-dark .testimonial-card-items.style2 .body p {
        color: var(--text2);
    }

.bg-dark .blog-card-items.style2 {
    background-color: transparent;
}

    .bg-dark .blog-card-items.style2 .blog-content {
        background-color: #161921;
    }

        .bg-dark .blog-card-items.style2 .blog-content h3 a {
            color: var(--white);
        }

        .bg-dark .blog-card-items.style2 .blog-content ul li {
            color: var(--text2);
        }

        .bg-dark .blog-card-items.style2 .blog-content .blog-desc {
            color: var(--text2);
        }

.bg-dark .link-btn.style2 {
    color: var(--text2);
}

.bg-dark .faq-content .accordion-item .accordion-header .accordion-button.collapsed {
    background-color: #161921;
    color: var(--white);
}

.bg-dark .faq-content .accordion-item {
    background-color: #161921;
}

    .bg-dark .faq-content .accordion-item .accordion-header .accordion-button {
        background-color: #161921;
        color: var(--white);
    }

    .bg-dark .faq-content .accordion-item .accordion-collapse .accordion-body {
        background-color: #161921;
        color: var(--text2);
    }

    .bg-dark .faq-content .accordion-item .accordion-collapse .accordion-body {
        border-top: 1px solid var(--border-5);
    }

.bg-dark .faq-box.style1 {
    background-color: #161921;
    border: 1px solid var(--border-5);
}

    .bg-dark .faq-box.style1 .text {
        color: var(--text2);
    }

    .bg-dark .faq-box.style1 .header h6 {
        color: var(--white);
    }

        .bg-dark .faq-box.style1 .header h6 .counter-number,
        .bg-dark .faq-box.style1 .header h6 .counter-text {
            color: var(--white);
        }

.bg-dark .faq-wrapper.style1 .section-title {
    border-bottom: 1px solid var(--border-5);
}

.bg-dark .about-wrapper.style3 .about-content .section-title .text {
    color: var(--text2);
}

.bg-dark .about-wrapper.style3 .fancy-box.style5 .content h6 {
    color: var(--white);
}

.bg-dark .about-wrapper.style3 .fancy-box.style5 .content p {
    color: var(--text2);
}

.bg-dark .fancy-box.style5 .icon {
    background-color: #161921;
}

.bg-dark .service-card.style3 .thumb .content {
    background-color: #161921;
}

    .bg-dark .service-card.style3 .thumb .content h3 a {
        color: var(--white);
    }

    .bg-dark .service-card.style3 .thumb .content svg path {
        fill: var(--white);
    }

.bg-dark .testimonial-card-items.style3 {
    background-color: #161921;
}

    .bg-dark .testimonial-card-items.style3 .text {
        color: var(--text2);
    }

    .bg-dark .testimonial-card-items.style3 .profile-wrapper .profile h6 {
        color: var(--white);
    }

    .bg-dark .testimonial-card-items.style3 .profile-wrapper .profile .text {
        color: var(--text2);
    }

.bg-dark .testimonial-wrapper.style3 .section-title .text {
    color: var(--text2);
}

.bg-dark .testimonial-wrapper.style3 .section-title .rating-wrapper .item .text2 {
    color: var(--white);
}

.bg-dark .work-process-card.style3 .content h3 {
    color: var(--white);
}

.bg-dark .work-process-card.style3 .content p {
    color: var(--text2);
}

.bg-dark .fancy-box.style3 h6 {
    color: var(--text2);
}

.bg-dark .fancy-box-wrapper.style3 .box-text {
    color: var(--text2);
}

.bg-dark .fancy-box-wrapper.style3 {
    border-top: 1px solid var(--border-3);
    border-bottom: 1px solid var(--border-3);
}

.bg-dark .fancy-box.style3 {
    border-right: 1px solid var(--border-3);
}

.bg-dark .blog-card-items.style3 .blog-content {
    background: #161921;
}

.bg-dark .blog-card-items.style3 {
    background: #161921;
}

    .bg-dark .blog-card-items.style3 .blog-content h3 a {
        color: var(--white);
    }

.bg-dark .link-btn.style1 {
    color: var(--white);
}

.bg-dark .blog-card-items.style3 {
    border: 1px solid var(--border-5);
}

    .bg-dark .blog-card-items.style3 .blog-content ul li {
        color: var(--text2);
    }

    .bg-dark .blog-card-items.style3 .blog-meta .month {
        background: #2c2c2e;
        color: var(--text2);
    }

    .bg-dark .blog-card-items.style3 .blog-meta {
        background: #2c2c2e;
    }

.bg-dark .faq-content.style2 .accordion-item {
    background: #2c2c2e;
}

    .bg-dark .faq-content.style2 .accordion-item .accordion-header .accordion-button.collapsed {
        background: #2c2c2e;
    }

    .bg-dark .faq-content.style2 .accordion-item .accordion-collapse .accordion-body {
        background: #2c2c2e;
    }

    .bg-dark .faq-content.style2 .accordion-item .accordion-header .accordion-button {
        background: #2c2c2e;
    }

.bg-dark .header-main .main-menu ul li .submenu li a {
    color: var(--title) !important;
}

/* 13.Header */
/*----------------------------------------------
    # Header style here
----------------------------------------------*/
.header-section-1,
.header-section-2.home {
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    width: 100%;
    z-index: 150;
}

.main-header-wrapper {
    display: flex;
    align-items: center;
    gap: 100px;
}

@media (max-width: 1899px) {
    .main-header-wrapper {
        gap: 70px;
    }
}

@media (max-width: 1600px) {
    .main-header-wrapper {
        gap: 40px;
    }
}

@media (max-width: 1199px) {
    .main-header-wrapper {
        padding: 15px 0;
    }
}

.main-header-wrapper .main-header-items {
    width: 100%;
}

    .main-header-wrapper .main-header-items .header-contact-info-area {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 50px;
        border: 1px solid #D4DCED;
    }

@media (max-width: 1600px) {
    .main-header-wrapper .main-header-items .header-contact-info-area {
        padding: 0 30px;
    }
}

@media (max-width: 1199px) {
    .main-header-wrapper .main-header-items .header-contact-info-area {
        display: none;
    }
}

@media (max-width: 575px) {
    .main-header-wrapper .main-header-items .header-contact-info-area {
        gap: 30px;
    }
}

.main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    position: relative;
    padding: 30px 0;
    border-right: 1px solid #D4DCED;
    padding-right: 50px;
}

@media (max-width: 1399px) {
    .main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items {
        border-right: none;
        padding-right: 0;
    }
}

.main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: relative;
    background-color: var(--white);
    border-radius: 50%;
    color: var(--theme);
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
    position: relative;
}

@media (max-width: 1399px) {
    .main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items .icon {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

.main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items .icon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    content: "";
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid rgba(30, 32, 35, 0.1);
    transform: translate(-50%, -50%);
}

@media (max-width: 1399px) {
    .main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items .icon::before {
        width: 54px;
        height: 54px;
    }
}

.main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items .content p {
    color: var(--text);
    margin-bottom: 5px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    opacity: 0.7;
}

.main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items .content h3 {
    font-size: 20px;
    color: var(--title);
    text-transform: initial;
}

@media (max-width: 1600px) {
    .main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items .content h3 {
        font-size: 18px;
    }
}

.main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items .content h3 a {
    color: var(--title);
}

.main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items.style-2 {
    border: none;
    padding-right: 0;
}

@media (max-width: 1600px) {
    .main-header-wrapper .main-header-items .header-contact-info-area .header-button .theme-btn {
        font-size: 14px;
        padding: 24px 27px;
    }
}

.header-1 {
    background-color: transparent;
}

    .header-1.sticky-bg-dark .header-main .main-menu ul li a {
        color: var(--white) !important;
    }

    .header-1 .mega-menu-wrapper {
        position: relative;
        z-index: 1;
    }

@media (max-width: 470px) {
    .header-1 .mega-menu-wrapper {
        padding: 0 15px;
    }
}

@media (max-width: 450px) {
    .header-1 .mega-menu-wrapper {
        padding: 0;
    }
}

@media (max-width: 1399px) {
    .header-1 .mega-menu-wrapper .header-main {
        gap: 30px;
    }
}

@media (max-width: 450px) {
    .header-1 .mega-menu-wrapper .header-main {
        gap: 0;
    }
}

@media (max-width: 1399px) {
    .header-1 .mega-menu-wrapper .header-main .main-menu ul li {
        margin-inline-end: 25px;
    }

        .header-1 .mega-menu-wrapper .header-main .main-menu ul li a {
            font-size: 15px;
        }
}

@media (max-width: 1899px) {
    .header-1 .mega-menu-wrapper .header-main .main-menu ul li .has-homemenu {
        left: -50px;
    }
}

.header-1 .header-right {
    gap: 5px !important;
}

@media (max-width: 1399px) {
    .header-1 .header-right {
        gap: 3px !important;
    }
}

@media (max-width: 450px) {
    .header-1 .header-right {
        gap: 5px !important;
    }
}

.header-1 .header-right .header-button {
    margin-left: 25px;
}

@media (max-width: 767px) {
    .header-1 .header-right .header-button {
        /* display: none; */
    }
}

.header-1 .header-right .sidebar__toggle {
    color: var(--white);
    margin-left: 30px;
}

@media (max-width: 1399px) {
    .header-1 .header-right .sidebar__toggle {
        color: var(--theme);
    }
}

.header-2 {
    background-color: transparent;
}

    .header-2.sticky-bg-dark .header-main .main-menu ul li a {
        color: var(--white) !important;
    }

    .header-2.sticky-bg-dark .header-right .header-contact-info.style2 .content h6 {
        color: var(--white) !important;
    }

    .header-2.sticky-bg-dark .header-right .header-contact-info.style2 .content h5 a {
        color: var(--white) !important;
    }

    .header-2.sticky-bg-dark .header-right .search-icon {
        color: var(--white) !important;
    }

    .header-2.sticky-bg-dark .header-right .header__cart > a {
        color: var(--white) !important;
    }

    .header-2.sticky-bg-dark .header-right .sidebar__toggle {
        color: var(--white) !important;
    }

        .header-2.sticky-bg-dark .header-right .sidebar__toggle svg line {
            stroke: var(--white) !important;
        }

    .header-2 .mega-menu-wrapper {
        position: relative;
        z-index: 9;
    }

@media (max-width: 470px) {
    .header-2 .mega-menu-wrapper {
        padding: 0 15px;
    }
}

@media (max-width: 450px) {
    .header-2 .mega-menu-wrapper {
        padding: 0;
    }
}

@media (max-width: 1399px) {
    .header-2 .mega-menu-wrapper .header-main {
        gap: 30px;
    }
}

@media (max-width: 450px) {
    .header-2 .mega-menu-wrapper .header-main {
        gap: 0;
    }
}

@media (max-width: 1399px) {
    .header-2 .mega-menu-wrapper .header-main .main-menu ul li {
        margin-inline-end: 10px;
    }

        .header-2 .mega-menu-wrapper .header-main .main-menu ul li a {
            font-size: 14px;
        }
}

@media (max-width: 1899px) {
    .header-2 .mega-menu-wrapper .header-main .main-menu ul li .has-homemenu {
        left: -50px;
    }
}

.header-2 .header-right {
    gap: 30px !important;
}

@media (max-width: 1399px) {
    .header-2 .header-right {
        gap: 3px !important;
    }
}

@media (max-width: 450px) {
    .header-2 .header-right {
        gap: 5px !important;
    }
}

.header-2 .header-right .header-button {
    margin-left: 25px;
}

@media (max-width: 767px) {
    .header-2 .header-right .header-button {
        display: none;
    }
}

.header-2 .header-right .header-contact-info.style2 {
    display: flex;
    align-items: center;
    gap: 15px;
}

    .header-2 .header-right .header-contact-info.style2 .icon {
        width: 48px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        background: var(--theme);
    }

    .header-2 .header-right .header-contact-info.style2 .content h6 {
        color: var(--title);
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 7px;
    }

    .header-2 .header-right .header-contact-info.style2 .content h5 a {
        color: var(--title);
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

@media (max-width: 1399px) {
    .header-2 .header-right .header-contact-info.style2 {
        display: none;
    }
}

@media (max-width: 767px) {
    .header-2 .header-right .search-icon {
        display: none;
    }
}

@media (max-width: 767px) {
    .header-2 .header-right .header__cart {
        display: none;
    }
}

.header-2 .header-right .sidebar__toggle {
    color: var(--white);
    margin-left: 30px;
}

@media (max-width: 1399px) {
    .header-2 .header-right .sidebar__toggle {
        color: var(--white);
    }
}

.header-3 {
    background-color: transparent;
}

    .header-3.sticky-bg-dark .header-main .main-menu ul li a {
        color: var(--white) !important;
    }

    .header-3.sticky-bg-dark .header-left .search-icon {
        color: var(--white) !important;
    }

    .header-3.sticky-bg-dark .header-left .header__cart > a {
        color: var(--white) !important;
    }

    .header-3.sticky-bg-dark .header-left .sidebar__toggle {
        color: var(--white) !important;
    }

        .header-3.sticky-bg-dark .header-left .sidebar__toggle svg line {
            stroke: var(--white) !important;
        }

    .header-3.sticky-bg-dark .header-right .header-contact-info.style2 .content h6 {
        color: var(--white) !important;
        margin-bottom: 8px;
    }

    .header-3.sticky-bg-dark .header-right .header-contact-info.style2 .content h5 a {
        color: var(--white) !important;
    }

    .header-3 .header-left {
        gap: 30px;
    }

        .header-3 .header-left .sidebar__toggle {
            color: var(--white);
            margin-right: 15px;
        }

@media (max-width: 1399px) {
    .header-3 .header-left .sidebar__toggle {
        color: var(--white);
    }
}

@media (max-width: 767px) {
    .header-3 .header-left .search-icon {
        display: none;
    }
}

.header-3 .mega-menu-wrapper {
    position: relative;
    z-index: 1;
}

@media (max-width: 470px) {
    .header-3 .mega-menu-wrapper {
        padding: 0 15px;
    }
}

@media (max-width: 450px) {
    .header-3 .mega-menu-wrapper {
        padding: 0;
    }
}

@media (max-width: 1399px) {
    .header-3 .mega-menu-wrapper .header-main {
        gap: 30px;
    }
}

@media (max-width: 450px) {
    .header-3 .mega-menu-wrapper .header-main {
        gap: 0;
    }
}

@media (max-width: 1399px) {
    .header-3 .mega-menu-wrapper .header-main .main-menu ul li {
        margin-inline-end: 5px;
    }

        .header-3 .mega-menu-wrapper .header-main .main-menu ul li a {
            font-size: 14px;
        }
}

@media (max-width: 1899px) {
    .header-3 .mega-menu-wrapper .header-main .main-menu ul li .has-homemenu {
        left: -50px;
    }
}

.header-3 .header-right {
    gap: 30px !important;
}

@media (max-width: 1399px) {
    .header-3 .header-right {
        gap: 3px !important;
    }
}

@media (max-width: 450px) {
    .header-3 .header-right {
        gap: 5px !important;
    }
}

.header-3 .header-right .header-button {
    margin-left: 25px;
}

@media (max-width: 767px) {
    .header-3 .header-right .header-button {
        display: none;
    }
}

.header-3 .header-right .header-contact-info.style2 {
    display: flex;
    align-items: center;
    gap: 15px;
}

    .header-3 .header-right .header-contact-info.style2 .icon {
        width: 48px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        background: var(--theme);
    }

    .header-3 .header-right .header-contact-info.style2 .content h6 {
        color: var(--title);
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

@media (max-width: 1899px) {
    .header-3 .header-right .header-contact-info.style2 .content h6 {
        font-size: 13px;
    }
}

.header-3 .header-right .header-contact-info.style2 .content h5 a {
    color: var(--title);
    font-family: "Plus Jakarta Sans", system-ui;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

@media (max-width: 1899px) {
    .header-3 .header-right .header-contact-info.style2 .content h5 a {
        font-size: 14px;
    }
}

.header-right {
    gap: 30px;
}

@media (max-width: 1399px) {
    .header-right {
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .header-right {
        gap: 5px;
    }

        .header-right .theme-btn {
            /* display: none; */
        }
}

.header-right .search-icon {
    color: var(--text);
    font-size: 18px;
}

.header-right .header__cart {
    padding: 0 8px;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}

@media (max-width: 991px) {
    .header-right .header__cart {
        padding: 0px 10px;
    }
}

.header-right .header__cart:hover > a {
    color: var(--theme);
}

.header-right .header__cart:hover .header__right__dropdown__wrapper {
    visibility: visible;
    opacity: 1;
    top: 100%;
    transition: 0.3s;
}

.header-right .header__cart > a {
    font-size: 18px;
    color: var(--text);
    padding: 15px 0;
    position: relative;
}

    .header-right .header__cart > a::before {
        font-size: 10px;
        font-weight: 500;
        line-height: 15px;
        position: absolute;
        top: 0;
        right: -10px;
        width: 15px;
        height: 15px;
        padding: 0 4px;
        content: "3";
        text-align: center;
        border-radius: 100%;
        background: var(--theme);
        color: var(--white);
    }

@media (max-width: 991px) {
    .header-right .header__cart > a::before {
        top: 7px;
        right: 11px;
    }
}

.header-right .header__cart .header__right__dropdown__wrapper {
    position: absolute;
    width: 300px;
    max-height: 700px;
    padding: 20px;
    border-bottom: 3px solid var(--border);
    background-color: var(--white);
    box-shadow: 0 0 50px 10px rgba(95, 45, 237, 0.15);
    top: 100%;
    left: -235px;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
}

@media (max-width: 767px) {
    .header-right .header__cart .header__right__dropdown__wrapper {
        left: -220px;
    }
}

.header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__close {
    position: absolute;
    right: 0;
    top: -10px;
}

    .header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__close a :hover {
        color: var(--theme2);
    }

.header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__inner {
    border-bottom: 1px solid var(--border-2);
    margin-bottom: 30px;
}

    .header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__inner .single__header__right__dropdown {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
        position: relative;
    }

        .header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__inner .single__header__right__dropdown .header__right__dropdown__img {
            width: 30%;
        }

            .header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__inner .single__header__right__dropdown .header__right__dropdown__img a {
                display: inline-block;
                border-radius: 16px;
                -webkit-border-radius: 16px;
                -moz-border-radius: 16px;
                -ms-border-radius: 16px;
                -o-border-radius: 16px;
            }

            .header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__inner .single__header__right__dropdown .header__right__dropdown__img img {
                width: 100%;
                border-radius: 16px;
                -webkit-border-radius: 16px;
                -moz-border-radius: 16px;
                -ms-border-radius: 16px;
                -o-border-radius: 16px;
            }

        .header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__inner .single__header__right__dropdown .header__right__dropdown__content {
            text-align: left;
            width: 70%;
            margin-left: 15px;
        }

            .header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__inner .single__header__right__dropdown .header__right__dropdown__content a {
                font-size: 14px;
                font-weight: 600;
                line-height: 20px;
                color: var(--title);
            }

                .header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__inner .single__header__right__dropdown .header__right__dropdown__content a:hover {
                    color: var(--theme2);
                }

            .header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__inner .single__header__right__dropdown .header__right__dropdown__content p {
                color: var(--title);
                font-size: 14px;
            }

                .header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__inner .single__header__right__dropdown .header__right__dropdown__content p span {
                    color: var(--theme);
                }

.header-right .header__cart .header__right__dropdown__wrapper .dropdown__price {
    text-align: left;
    font-size: 17px;
    margin-bottom: 20px;
}

    .header-right .header__cart .header__right__dropdown__wrapper .dropdown__price span {
        float: right;
        color: var(--theme);
        font-weight: 700;
    }

.header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__button a {
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    padding: 10px 0px;
}

    .header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__button a.white__color {
        border: 1px solid var(--theme2);
        margin-bottom: 20px;
    }

        .header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__button a.white__color:hover {
            background: var(--theme2);
            color: var(--white);
        }

    .header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__button a.blue__color {
        background: var(--title);
        color: var(--white);
    }

        .header-right .header__cart .header__right__dropdown__wrapper .header__right__dropdown__button a.blue__color:hover {
            background: var(--theme2);
        }

.sidebar__toggle {
    cursor: pointer;
    font-size: 20px;
    color: var(--text);
}

@media (max-width: 1199px) {
    .menu-thumb {
        display: none !important;
    }
}

.header-main {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2px 0;
    z-index: 99;
}

    .header-main .main-menu ul {
        margin-bottom: 0;
    }

        .header-main .main-menu ul li {
            position: relative;
            list-style: none;
            display: inline-block;
            margin-inline-end: 20px;
        }

            .header-main .main-menu ul li:last-child {
                margin-inline-end: 0;
            }

            .header-main .main-menu ul li a {
                display: inline-block;
                padding: 20px 15px;
                text-align: left;
                position: relative;
                color: #000000;
                font-family: "Plus Jakarta Sans", system-ui;
                font-size: 15px;
                font-style: normal;
                font-weight: 600;
                line-height: normal;
                transition: all 0.4s ease-in-out;
                text-transform: uppercase;
            }

@media (max-width: 1399px) {
    .header-main .main-menu ul li a {
        letter-spacing: 1px;
    }
}

.header-main .main-menu ul li a i {
    margin-left: 7px;
}

.header-main .main-menu ul li a:hover, .header-main .main-menu ul li a.active {
    color: var(--title) !important;
}

.header-main .main-menu ul li .submenu {
    position: absolute;
    top: 113%;
    inset-inline-start: 0;
    width: -moz-max-content;
    width: max-content;
    background: var(--white);
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    transform-origin: top center;
    color: var(--title);
    border-top: 6px solid var(--theme);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease-in-out;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
}

    .header-main .main-menu ul li .submenu li {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
    }

        .header-main .main-menu ul li .submenu li a {
            position: relative;
            z-index: 999;
            color: var(--title);
            font-family: "Plus Jakarta Sans", system-ui;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            text-transform: capitalize;
            color: var(--title);
            padding: 0 25px;
            padding-bottom: 11px;
            padding-top: 11px;
            width: 100%;
            border-bottom: 1px solid #eeeeee;
        }

            .header-main .main-menu ul li .submenu li a.active, .header-main .main-menu ul li .submenu li a:hover {
                background-color: var(--theme2);
                color: var(--title) !important;
            }

        .header-main .main-menu ul li .submenu li:last-child a {
            border: none;
        }

        .header-main .main-menu ul li .submenu li .submenu {
            inset-inline-start: 100%;
            top: 0;
            visibility: hidden;
            opacity: 0;
        }

        .header-main .main-menu ul li .submenu li:hover > a {
            background: var(--theme2);
            color: var(--theme) !important;
            padding: 11px 35px;
        }

            .header-main .main-menu ul li .submenu li:hover > a::after {
                color: var(--theme2);
            }

        .header-main .main-menu ul li .submenu li:hover > .submenu {
            visibility: visible;
            opacity: 1;
        }

        .header-main .main-menu ul li .submenu li.has-dropdown > a::after {
            position: absolute;
            top: 50%;
            inset-inline-end: 25px;
            transform: translateY(-50%);
            color: var(--theme);
        }

.header-main .main-menu ul li .has-homemenu {
    width: 710px;
    padding: 30px 30px 10px 30px;
    opacity: 0;
    left: -100px;
    visibility: hidden;
    padding: 30px 30px 10px 30px;
}

    .header-main .main-menu ul li .has-homemenu .homemenu-items {
        position: relative;
        z-index: 99999;
        display: flex;
        align-items: center;
        gap: 30px;
        justify-content: space-between;
    }

@media (max-width: 991px) {
    .header-main .main-menu ul li .has-homemenu .homemenu-items {
        flex-wrap: wrap;
    }
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu {
    position: relative;
}

    .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
        position: relative;
    }

        .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 70%;
            gap: 10px;
            display: flex;
            justify-content: center;
            flex-direction: column;
            opacity: 0;
            visibility: hidden;
            transition: all 0.4s ease-in-out;
            margin-top: 20px;
        }

            .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
                padding: 14px 20px;
                color: var(--white) !important;
                width: initial;
                font-size: 14px;
                text-align: center;
                border-radius: 0px !important;
                background-color: var(--theme);
            }

                .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
                    color: var(--title) !important;
                }

                    .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover::before {
                        background-color: var(--theme2);
                    }

        .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb::before {
            background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            overflow: hidden;
            opacity: 0;
            transition: all 0.3s ease-in-out;
            content: "";
        }

        .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover::before {
            visibility: visible;
            opacity: 1;
        }

        .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
            opacity: 1;
            visibility: visible;
            margin-top: 0;
        }

        .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
            opacity: 1;
            visibility: visible;
            bottom: 50%;
            transform: translateY(50%);
        }

        .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
            width: 100%;
        }

    .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
        text-align: center;
        margin: 15px auto;
        display: inline-block;
        font-size: 16px;
    }

.header-main .main-menu ul li:hover > a {
    color: var(--title);
}

    .header-main .main-menu ul li:hover > a::after {
        color: var(--theme);
    }

.header-main .main-menu ul li:hover > .submenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
}

.header-main .header-right {
    gap: 30px;
}

@media (max-width: 1399px) {
    .header-main .header-right {
        gap: 20px;
    }
}

.header-main .header-right .search-icon {
    color: var(--title);
    font-size: 18px;
}

.header-main .sidebar__toggle {
    cursor: pointer;
    font-size: 20px;
    color: var(--title);
}

.sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.9s;
    background-color: #ffffff;
    box-shadow: var(--box-shadow);
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

    .sticky.sticky-bg-dark {
        background-color: #161921;
    }

        .sticky.sticky-bg-dark .header-main .main-menu ul li a {
            color: var(--white) !important;
        }

    .sticky.header-1 {
        padding: 0 10px;
    }

        .sticky.header-1 .logo {
            display: block;
        }

        .sticky.header-1 .header-main .main-menu ul li .submenu li a {
            color: var(--title);
        }

        .sticky.header-1 .header-main .main-menu ul li a {
            color: #2e4157;
        }

            .sticky.header-1 .header-main .main-menu ul li a.active, .sticky.header-1 .header-main .main-menu ul li a:hover {
                color: var(--title) !important;
            }

@media (max-width: 450px) {
    .sticky.header-1 {
        padding: 0;
    }
}

.sticky.header-1 .theme-btn {
    background: #24a0a0;
    color: #ffffff;
}

.sticky.header-2 {
    padding: 0 10px;
}

    .sticky.header-2 .logo {
        display: block;
    }

    .sticky.header-2 .header-main .main-menu ul li .submenu li a {
        color: var(--title);
    }

    .sticky.header-2 .header-main .main-menu ul li a {
        color: var(--title);
    }

        .sticky.header-2 .header-main .main-menu ul li a.active, .sticky.header-2 .header-main .main-menu ul li a:hover {
            color: var(--title) !important;
        }

@media (max-width: 450px) {
    .sticky.header-2 {
        padding: 0;
    }
}

.sticky.header-2 .theme-btn {
    background: var(--white);
    color: var(--title);
}

.sticky.header-3 {
    padding: 0 10px;
}

    .sticky.header-3 .logo {
        display: block;
    }

    .sticky.header-3 .header-main .main-menu ul li .submenu li a {
        color: var(--title);
    }

    .sticky.header-3 .header-main .main-menu ul li a {
        color: var(--title);
    }

        .sticky.header-3 .header-main .main-menu ul li a.active, .sticky.header-3 .header-main .main-menu ul li a:hover {
            color: var(--title) !important;
        }

@media (max-width: 450px) {
    .sticky.header-3 {
        padding: 0;
    }
}

.sticky.header-3 .theme-btn {
    background: var(--white);
    color: var(--title);
}

.offcanvas__info {
    background: #434375 none repeat scroll 0 0;
    border-left: 2px solid var(--theme);
    position: fixed;
    right: 0;
    top: 0;
    width: 400px;
    height: 100%;
    transform: translateX(calc(100% + 80px));
    transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    z-index: 99999;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
}

    .offcanvas__info::-webkit-scrollbar {
        display: none;
    }

    .offcanvas__info.info-open {
        opacity: 1;
        transform: translateX(0);
    }

.offcanvas__logo a img {
    width: 100px;
}

.offcanvas__wrapper {
    position: relative;
    height: 100%;
    padding: 30px 30px;
    background-color: #1c1c35;
}

    .offcanvas__wrapper .offcanvas__content .text {
        color: var(--white);
    }

    .offcanvas__wrapper .offcanvas__content .offcanvas__close {
        width: 45px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        border-radius: 50%;
        background-color: var(--theme);
        position: relative;
        z-index: 9;
        cursor: pointer;
    }

        .offcanvas__wrapper .offcanvas__content .offcanvas__close i {
            color: var(--white);
        }

    .offcanvas__wrapper .offcanvas__content .offcanvas__contact {
        margin-top: 20px;
    }

        .offcanvas__wrapper .offcanvas__content .offcanvas__contact h4 {
            color: var(--theme2);
        }

        .offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
            margin-top: 20px;
        }

            .offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
                font-size: 16px;
                font-weight: 400;
                text-transform: capitalize;
            }

                .offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a {
                    color: var(--white);
                }

                .offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
                    margin-bottom: 15px;
                }

                .offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
                    margin-right: 20px;
                }

                    .offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
                        color: var(--theme2);
                    }

        .offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
            text-transform: initial;
        }

        .offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
            width: 100%;
            padding: 16px 40px;
            text-transform: capitalize !important;
        }

        .offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
            margin-top: 30px;
            gap: 10px;
        }

            .offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
                width: 45px;
                height: 45px;
                line-height: 45px;
                text-align: center;
                font-size: 16px;
                display: block;
                background: var(--theme);
                color: var(--white);
                border-radius: 50%;
                transition: all 0.4s ease-in-out;
                text-align: center;
                border: 1px solid var(--border);
            }

                .offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
                    background-color: var(--theme2);
                    color: var(--title) !important;
                }

.offcanvas__overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #151515;
    z-index: 900;
    top: 0;
    opacity: 0;
    visibility: hidden;
    right: 0;
}

    .offcanvas__overlay.overlay-open {
        opacity: 0.8;
        visibility: visible;
    }

@media (max-width: 450px) {
    .offcanvas__info {
        width: 300px;
    }
}

@media (max-width: 575px) {
    .offcanvas__wrapper {
        padding: 20px;
    }
}

.breadcrumb-wrapper {
    position: relative;
    overflow: hidden;
    z-index: 9;
    padding-top: 150px;
    padding-bottom: 50px;
}

    .breadcrumb-wrapper::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        z-index: -1;
        background: var(--theme);
    }

    .breadcrumb-wrapper .shape-image {
        position: absolute;
        right: 0;
        bottom: 10%;
    }

@media (max-width: 991px) {
    .breadcrumb-wrapper .shape-image {
        display: none;
    }
}

.breadcrumb-wrapper .page-heading {
    position: relative;
    display: flex;
    align-items: end;
    justify-content: space-between;
}

    .breadcrumb-wrapper .page-heading .shape {
        position: absolute;
        top: 0px;
        right: 180px;
        animation: float-bob-x 5s linear infinite;
        -webkit-animation: float-bob-x 5s linear infinite;
    }

    .breadcrumb-wrapper .page-heading .title .title-heading {
        display: inline-block;
        padding: 8px 24px;
        background-color: var(--theme2);
        color: var(--title);
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        margin-bottom: 20px;
        border-radius: 60px;
        transform: rotate(-20deg);
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        -ms-border-radius: 60px;
        -o-border-radius: 60px;
        -webkit-transform: rotate(-20deg);
        -moz-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        -o-transform: rotate(-20deg);
    }

    .breadcrumb-wrapper .page-heading h1 {
        color: var(--white);
        color: var(--theme2);
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        max-width: 528px;
    }

@media (max-width: 991px) {
    .breadcrumb-wrapper .page-heading h1 {
        font-size: 60px;
    }
}

@media (max-width: 575px) {
    .breadcrumb-wrapper .page-heading h1 {
        font-size: 42px;
    }
}

.breadcrumb-wrapper .page-heading .breadcrumb-items {
    display: flex;
    align-items: center;
    margin-top: 20px;
    gap: 10px;
}

@media (max-width: 575px) {
    .breadcrumb-wrapper .page-heading .breadcrumb-items {
        margin-top: 15px;
    }
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li {
    color: var(--theme2);
    text-transform: capitalize;
    font-weight: 500;
    font-size: 18px;
}

    .breadcrumb-wrapper .page-heading .breadcrumb-items li a {
        color: var(--white);
        transition: all 0.4s ease-in-out;
    }

        .breadcrumb-wrapper .page-heading .breadcrumb-items li a:hover {
            color: var(--theme);
        }

    .breadcrumb-wrapper .page-heading .breadcrumb-items li i {
        color: var(--white);
        opacity: 0.8;
    }

@media (max-width: 991px) {
    .breadcrumb-wrapper .page-heading {
        display: block;
    }

        .breadcrumb-wrapper .page-heading h1 {
            max-width: 100%;
        }
}

.breadcrumb-wrapper .breadcrumb-wrapper-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .breadcrumb-wrapper .breadcrumb-wrapper-items {
        flex-wrap: wrap;
    }
}

.breadcrumb-wrapper .breadcrumb-wrapper-items .breadcrumb-image {
    position: relative;
    height: 380px;
    margin-bottom: -50px;
}

@media (max-width: 991px) {
    .breadcrumb-wrapper .breadcrumb-wrapper-items .breadcrumb-image {
        margin-bottom: 0;
    }

        .breadcrumb-wrapper .breadcrumb-wrapper-items .breadcrumb-image img {
            width: 100%;
            height: 100%;
        }
}

.breadcrumb-wrapper .breadcrumb-wrapper-items .breadcrumb-image .bar-shape {
    position: absolute;
    top: -60px;
    bottom: 0;
    left: -27%;
    z-index: -1;
}

@media (max-width: 991px) {
    .breadcrumb-wrapper .breadcrumb-wrapper-items .breadcrumb-image .bar-shape {
        display: none;
    }
}

.breadcrumb-wrapper .breadcrumb-wrapper-items .breadcrumb-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.error-wrapper {
    position: relative;
}

    .error-wrapper .shape1 {
        position: absolute;
        top: 60%;
        left: 10%;
        z-index: 1;
    }

    .error-wrapper .shape2 {
        position: absolute;
        top: 10%;
        right: 8%;
        z-index: 1;
    }

    .error-wrapper .error-items h1 {
        color: var(--title);
        text-align: center;
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .error-wrapper .error-items p {
        color: var(--text);
        text-align: center;
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        margin-bottom: 30px;
    }

    .error-wrapper .error-items .btn-wrapper {
        text-align: center;
        max-width: 160px;
        margin: 0 auto;
    }

/* 14.Breadcumb */
.breadcumb-wrapper {
    position: relative;
    background-image: url(../images/bg/breadcumb.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .breadcumb-wrapper:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        background: rgba(22, 25, 33, 0.7);
    }

    .breadcumb-wrapper .breadcumb-content {
        position: relative;
        z-index: 3;
        padding: 90px 0;
        text-align: center;
    }

        .breadcumb-wrapper .breadcumb-content .breadcumb-title {
            color: var(--white);
            font-family: "Plus Jakarta Sans", system-ui;
            font-size: 40px;
            font-style: normal;
            font-weight: 900;
            line-height: 50px;
            /* text-transform: uppercase; */
        }

@media (max-width: 575px) {
    .breadcumb-wrapper .breadcumb-content .breadcumb-title {
        font-size: 27px;
        line-height: 40px;
    }
}

.breadcumb-wrapper .breadcumb-content .breadcumb-menu {
    display: flex;
    justify-content: center;
    gap: 15px;
}

@media (max-width: 575px) {
    .breadcumb-wrapper .breadcumb-content .breadcumb-menu {
        gap: 5px;
    }
}

.breadcumb-wrapper .breadcumb-content .breadcumb-menu li a {
    color: var(--white);
    font-family: "Plus Jakarta Sans", system-ui;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.breadcumb-wrapper .breadcumb-content .breadcumb-menu li.active {
    color: var(--theme);
    font-family: "Plus Jakarta Sans", system-ui;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

/* 15.Footer */
/*----------------------------------------------
    # Footer style here
----------------------------------------------*/
.footer-top {
    padding: 50px 50px;
    background: var(--theme);
    margin-bottom: 40px;
}

    .footer-top .fancy-box {
        display: flex;
        align-items: center;
        gap: 15px;
    }

        .footer-top .fancy-box .item1 i {
            width: 39px;
            height: 39px;
            line-height: 39px;
            text-align: center;
            background: var(--white);
            color: var(--theme);
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
        }

        .footer-top .fancy-box .item2 h6 {
            color: var(--white);
            font-family: "Plus Jakarta Sans", system-ui;
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            text-transform: capitalize;
            margin-bottom: 10px;
        }

        .footer-top .fancy-box .item2 p {
            color: var(--white);
            font-family: "Plus Jakarta Sans", system-ui;
            font-size: 20px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
        }

.footer-thumb {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.2;
}

.footer-thumb3 {
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 1;
    opacity: 0.5;
}

.footer-widgets-wrapper {
    padding: 50px 0 60px;
    position: relative;
    z-index: 9;
}

    .footer-widgets-wrapper.style1 {
        background: var(--title);
    }

    .footer-widgets-wrapper.style2 {
        padding: 120px 0 60px;
    }

@media (max-width: 1199px) {
    .footer-widgets-wrapper {
        padding: 70px 0 100px;
    }
}

@media (max-width: 991px) {
    .footer-widgets-wrapper {
        padding: 10px 0 30px;
    }
}

.footer-widgets-wrapper .single-footer-widget {
    margin-top: 30px;
}

    .footer-widgets-wrapper .single-footer-widget .widget-head {
        margin-bottom: 30px;
    }

@media (max-width: 575px) {
    .footer-widgets-wrapper .single-footer-widget .widget-head {
        margin-bottom: 20px;
    }
}

.footer-widgets-wrapper .single-footer-widget .widget-head h3 {
    color: var(--white);
    font-family: "Plus Jakarta Sans", system-ui;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: inline-block;
    position: relative;
    padding-bottom: 20px;
}

    .footer-widgets-wrapper .single-footer-widget .widget-head h3::before {
        position: absolute;
        bottom: 0;
        left: 0;
        content: "";
        width: 25px;
        height: 2px;
        background-color: var(--theme2);
    }

    .footer-widgets-wrapper .single-footer-widget .widget-head h3::after {
        position: absolute;
        bottom: 0;
        left: 40px;
        content: "";
        width: 55px;
        height: 2px;
        background-color: var(--white);
    }

@media (max-width: 767px) {
    .footer-widgets-wrapper .single-footer-widget .widget-head h3 {
        font-size: 23px;
    }
}

@media (max-width: 575px) {
    .footer-widgets-wrapper .single-footer-widget .widget-head h3 {
        font-size: 20px;
    }
}

.footer-widgets-wrapper .single-footer-widget .widget-head h4 {
    font-weight: bold;
    color: var(--white);
    font-size: 24px;
    display: inline-block;
}

.footer-widgets-wrapper .single-footer-widget .widget-head .footer-input {
    position: relative;
}

    .footer-widgets-wrapper .single-footer-widget .widget-head .footer-input input {
        background: transparent;
        border: none;
        outline: none;
        width: 100%;
        color: rgba(255, 255, 255, 0.69);
        border-bottom: 1px solid rgba(255, 255, 255, 0.55);
        padding-bottom: 20px;
    }

        .footer-widgets-wrapper .single-footer-widget .widget-head .footer-input input::-moz-placeholder {
            color: rgba(255, 255, 255, 0.69);
        }

        .footer-widgets-wrapper .single-footer-widget .widget-head .footer-input input::placeholder {
            color: rgba(255, 255, 255, 0.69);
        }

    .footer-widgets-wrapper .single-footer-widget .widget-head .footer-input .newsletter-btn {
        position: absolute;
        top: 10px;
        right: 0;
        color: var(--white);
    }

        .footer-widgets-wrapper .single-footer-widget .widget-head .footer-input .newsletter-btn i {
            font-size: 22px;
            transform: rotate(-40deg);
        }

.footer-widgets-wrapper .single-footer-widget .footer-content p {
    color: rgba(255, 255, 255, 0.85);
}

.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon {
    margin-top: 40px;
    gap: 10px;
    position: relative;
    z-index: 9;
}

@media (max-width: 575px) {
    .footer-widgets-wrapper .single-footer-widget .footer-content .social-icon {
        margin-top: 20px;
    }
}

.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: transparent;
    color: var(--white);
}

    .footer-widgets-wrapper .single-footer-widget .footer-content .social-icon a:hover {
        background-color: var(--theme2);
        color: var(--title) !important;
    }

.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon.style2 a {
    border: none;
    background-color: transparent;
    color: var(--white);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

    .footer-widgets-wrapper .single-footer-widget .footer-content .social-icon.style2 a:hover {
        background-color: var(--theme);
        color: var(--white) !important;
    }

.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input {
    position: relative;
    margin-top: 40px;
}

    .footer-widgets-wrapper .single-footer-widget .footer-content .footer-input input {
        background: transparent;
        border: none;
        outline: none;
        padding: 18px 20px;
        width: 100%;
        border-radius: 8px;
        border: 1px solid rgba(255, 255, 255, 0.3);
        color: rgba(255, 255, 255, 0.8);
    }

        .footer-widgets-wrapper .single-footer-widget .footer-content .footer-input input::-moz-placeholder {
            color: rgba(255, 255, 255, 0.8);
        }

        .footer-widgets-wrapper .single-footer-widget .footer-content .footer-input input::placeholder {
            color: rgba(255, 255, 255, 0.8);
        }

    .footer-widgets-wrapper .single-footer-widget .footer-content .footer-input .newsletter-btn {
        position: absolute;
        top: 5px;
        right: 5px;
        width: 60px;
        height: 55px;
        line-height: 60px;
        border-radius: 8px;
        text-align: center;
        background-color: var(--theme);
        color: var(--white);
        bottom: 5px;
    }

        .footer-widgets-wrapper .single-footer-widget .footer-content .footer-input .newsletter-btn i {
            font-size: 24px;
        }

.footer-widgets-wrapper .single-footer-widget .list-area li {
    transition: all 0.4s ease-in-out;
    font-weight: 500;
}

    .footer-widgets-wrapper .single-footer-widget .list-area li:not(:last-child) {
        margin-bottom: 20px;
    }

    .footer-widgets-wrapper .single-footer-widget .list-area li a {
        color: rgba(255, 255, 255, 0.8);
    }

        .footer-widgets-wrapper .single-footer-widget .list-area li a i {
            margin-right: 5px;
        }

        .footer-widgets-wrapper .single-footer-widget .list-area li a:hover {
            margin-left: 5px;
        }

            .footer-widgets-wrapper .single-footer-widget .list-area li a:hover a {
                color: var(--theme2);
            }

.footer-widgets-wrapper.style3 .single-footer-widget {
    margin-top: 30px;
}

    .footer-widgets-wrapper.style3 .single-footer-widget .widget-head {
        margin-bottom: 30px;
    }

@media (max-width: 575px) {
    .footer-widgets-wrapper.style3 .single-footer-widget .widget-head {
        margin-bottom: 20px;
    }
}

.footer-widgets-wrapper.style3 .single-footer-widget .widget-head h3 {
    color: var(--title);
    font-family: "Plus Jakarta Sans", system-ui;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 31.2px;
    display: inline-block;
    position: relative;
    padding-bottom: 20px;
}

    .footer-widgets-wrapper.style3 .single-footer-widget .widget-head h3::before {
        position: absolute;
        bottom: 0;
        left: 0;
        content: "";
        width: 25px;
        height: 2px;
        background-color: var(--theme);
    }

    .footer-widgets-wrapper.style3 .single-footer-widget .widget-head h3::after {
        position: absolute;
        bottom: 0;
        left: 40px;
        content: "";
        width: 55px;
        height: 2px;
        background-color: var(--text);
    }

@media (max-width: 767px) {
    .footer-widgets-wrapper.style3 .single-footer-widget .widget-head h3 {
        font-size: 23px;
    }
}

@media (max-width: 575px) {
    .footer-widgets-wrapper.style3 .single-footer-widget .widget-head h3 {
        font-size: 20px;
    }
}

.footer-widgets-wrapper.style3 .single-footer-widget .widget-head h4 {
    font-weight: bold;
    color: var(--white);
    font-size: 24px;
    display: inline-block;
}

.footer-widgets-wrapper.style3 .single-footer-widget .widget-head .footer-input {
    position: relative;
}

    .footer-widgets-wrapper.style3 .single-footer-widget .widget-head .footer-input input {
        background: transparent;
        border: none;
        outline: none;
        width: 100%;
        color: rgba(255, 255, 255, 0.69);
        border-bottom: 1px solid rgba(255, 255, 255, 0.55);
        padding-bottom: 20px;
    }

        .footer-widgets-wrapper.style3 .single-footer-widget .widget-head .footer-input input::-moz-placeholder {
            color: rgba(255, 255, 255, 0.69);
        }

        .footer-widgets-wrapper.style3 .single-footer-widget .widget-head .footer-input input::placeholder {
            color: rgba(255, 255, 255, 0.69);
        }

    .footer-widgets-wrapper.style3 .single-footer-widget .widget-head .footer-input .newsletter-btn {
        position: absolute;
        top: 10px;
        right: 0;
        color: var(--white);
    }

        .footer-widgets-wrapper.style3 .single-footer-widget .widget-head .footer-input .newsletter-btn i {
            font-size: 22px;
            transform: rotate(-40deg);
        }

.footer-widgets-wrapper.style3 .single-footer-widget .footer-content {
    margin-top: -1em;
}

    .footer-widgets-wrapper.style3 .single-footer-widget .footer-content p {
        color: var(--text);
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 26.08px;
    }

    .footer-widgets-wrapper.style3 .single-footer-widget .footer-content .social-icon {
        display: inline-block;
        margin-top: 15px;
        gap: 5px;
        position: relative;
        z-index: 9;
        border: 1px solid var(--border);
        max-width: 150px;
    }

@media (max-width: 575px) {
    .footer-widgets-wrapper.style3 .single-footer-widget .footer-content .social-icon {
        margin-top: 10px;
    }
}

.footer-widgets-wrapper.style3 .single-footer-widget .footer-content .social-icon a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: transparent;
}

    .footer-widgets-wrapper.style3 .single-footer-widget .footer-content .social-icon a i {
        color: var(--title);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 110%;
    }

    .footer-widgets-wrapper.style3 .single-footer-widget .footer-content .social-icon a:hover {
        background-color: var(--theme2);
        color: var(--title) !important;
    }

.footer-widgets-wrapper.style3 .single-footer-widget .footer-content.style2 {
    margin-top: 0;
}

    .footer-widgets-wrapper.style3 .single-footer-widget .footer-content.style2 .item {
        margin-bottom: 10px;
    }

        .footer-widgets-wrapper.style3 .single-footer-widget .footer-content.style2 .item p {
            color: var(--text);
            font-family: "Plus Jakarta Sans", system-ui;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 26.08px;
        }

        .footer-widgets-wrapper.style3 .single-footer-widget .footer-content.style2 .item h4 {
            color: var(--title);
            font-family: "Plus Jakarta Sans", system-ui;
            font-size: 24px;
            font-style: normal;
            font-weight: 400;
            line-height: 35.04px;
            margin-top: 3px;
        }

.footer-widgets-wrapper.style3 .single-footer-widget .list-area li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-widgets-wrapper.style3 .single-footer-widget .list-area li a {
    color: var(--text);
    font-family: "Plus Jakarta Sans", system-ui;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.08px;
}

.footer-widgets-wrapper.style3 .single-footer-widget .info-text-style {
    color: var(--text);
    font-family: "Plus Jakarta Sans", system-ui;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.08px;
}

.footer-widgets-wrapper.style3 .single-footer-widget .form-contl {
    position: relative;
    margin-top: 10px;
}

    .footer-widgets-wrapper.style3 .single-footer-widget .form-contl input {
        background: transparent;
        border: 1px solid var(--border);
    }

        .footer-widgets-wrapper.style3 .single-footer-widget .form-contl input::-moz-placeholder {
            color: var(--text);
        }

        .footer-widgets-wrapper.style3 .single-footer-widget .form-contl input::placeholder {
            color: var(--text);
        }

.footer-top-logo {
    position: relative;
}

    .footer-top-logo:before {
        position: absolute;
        content: "";
        top: 35px;
        left: -555px;
        width: 515px;
        height: 1px;
        background: var(--border-2);
    }

    .footer-top-logo:after {
        position: absolute;
        content: "";
        top: 35px;
        right: -555px;
        width: 515px;
        height: 1px;
        background: var(--border-2);
    }

.footer-bottom {
    position: relative;
    z-index: 9;
    background: #0f6161;
}

    .footer-bottom.style1 {
        background: rgba(255, 255, 255, 0.05);
    }

        .footer-bottom.style1 .footer-wrapper {
            border-top: none;
        }

    .footer-bottom.style2 {
        background: transparent;
    }

        .footer-bottom.style2 .footer-wrapper {
            border-top: none;
        }

    .footer-bottom .footer-wrapper {
        padding: 10px 0;
        border-top: 1px solid var(--border-3);
    }

@media (max-width: 767px) {
    .footer-bottom .footer-wrapper {
        flex-wrap: wrap;
        gap: 5px;
        justify-content: center !important;
    }
}

.footer-bottom .footer-wrapper p {
    color: var(--white);
}

@media (max-width: 500px) {
    .footer-bottom .footer-wrapper p {
        font-size: 13px;
    }
}

.footer-bottom .footer-wrapper p a {
    color: #FFC107;
    font-weight: 600;
}

.footer-bottom .footer-wrapper .brand-logo {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 767px) {
    .footer-bottom .footer-wrapper .brand-logo {
        gap: 2px;
    }
}

.footer-bottom .footer-wrapper .brand-logo li {
    padding: 5px 7px;
    border-radius: 6px;
}

@media (max-width: 991px) {
    .footer-bottom .footer-wrapper .brand-logo li a {
        font-size: 14px;
    }
}

@media (max-width: 500px) {
    .footer-bottom .footer-wrapper .brand-logo li a {
        font-size: 12px;
    }
}

.footer-bottom.style3 .footer-wrapper {
    padding: 18px 0;
    border-top: 1px solid var(--border);
}

@media (max-width: 767px) {
    .footer-bottom.style3 .footer-wrapper {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center !important;
    }
}

.footer-bottom.style3 .footer-wrapper p {
    color: var(--text);
}

    .footer-bottom.style3 .footer-wrapper p a {
        color: var(--text) !important;
        font-weight: 600;
    }

.footer-bottom.style3 .footer-wrapper ul {
    display: flex;
    align-items: center;
    gap: 30px;
}

    .footer-bottom.style3 .footer-wrapper ul li a {
        color: var(--text);
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 26.08px;
    }

.contact-info-area {
    padding-top: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 50px;
}

@media (max-width: 1399px) {
    .contact-info-area {
        flex-wrap: wrap;
        gap: 40px;
        padding-top: 80px;
        justify-content: initial;
    }
}

@media (max-width: 575px) {
    .contact-info-area {
        gap: 30px;
    }
}

.contact-info-area .contact-info-items {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    position: relative;
}

@media (max-width: 1199px) {
    .contact-info-area .contact-info-items {
        flex-wrap: wrap;
    }
}

.contact-info-area .contact-info-items .icon {
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    position: relative;
    border: 2px dotted var(--white);
    border-radius: 50%;
    font-size: 30px;
    color: var(--white);
}

.contact-info-area .contact-info-items .content p {
    color: var(--white);
    margin-bottom: 5px;
}

.contact-info-area .contact-info-items .content h3 {
    font-size: 24px;
    color: var(--white);
    text-transform: initial;
}

    .contact-info-area .contact-info-items .content h3 a {
        color: var(--white);
    }

/* 16.Skills */
.skills-container-wrapper.style2 {
    position: relative;
}

    .skills-container-wrapper.style2 .shape {
        position: absolute;
        top: 70px;
        right: 70px;
    }

@media (max-width: 1199px) {
    .skills-container-wrapper.style2 .shape {
        display: none;
    }
}

.skills-wrapper.style1 {
    position: relative;
    margin-right: -370px;
    margin-top: 107px;
}

@media (max-width: 1399px) {
    .skills-wrapper.style1 {
        margin-top: 0;
    }
}

@media (max-width: 1199px) {
    .skills-wrapper.style1 {
        margin-right: 0;
        padding: 30px 30px 0px;
    }
}

.skills-wrapper.style1 .shape {
    position: absolute;
    top: -107px;
    right: 0;
}

.skills-wrapper.style1 .skills-thumb {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .skills-wrapper.style1 .skills-thumb img {
        width: 100%;
        height: 100%;
    }

.skills-wrapper.style1 .skills-content .text {
    padding-top: 30px;
    border-top: 1px solid var(--border);
    margin-bottom: 30px;
}

.skills-wrapper.style2 .skills-content .section-title .desc {
    padding-bottom: 25px;
    color: var(--text);
    font-family: "Plus Jakarta Sans", system-ui;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    border-bottom: 1px solid var(--border-4);
}

.skills-wrapper.style2 .skills-content .checklist-wrapper {
    margin-top: 30px;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .skills-wrapper.style2 .skills-content .checklist-wrapper {
        gap: 20px;
    }
}

.skills-wrapper.style2 .skills-thumb {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
}

@media (max-width: 767px) {
    .skills-wrapper.style2 .skills-thumb {
        flex-wrap: wrap;
    }

        .skills-wrapper.style2 .skills-thumb .thumb1 {
            max-width: 100%;
        }

        .skills-wrapper.style2 .skills-thumb .thumb2 {
            max-width: 100%;
            margin-left: -100px;
        }
}

@media (max-width: 575px) {
    .skills-wrapper.style2 .skills-thumb .thumb1 {
        max-width: 100%;
    }

    .skills-wrapper.style2 .skills-thumb .thumb2 {
        max-width: 100%;
        margin-left: 80px;
    }
}

.skills-wrapper.style2 .skills-thumb .counter-box {
    position: absolute;
    bottom: 0;
    left: -120px;
}

@media (max-width: 1399px) {
    .skills-wrapper.style2 .skills-thumb .counter-box {
        left: 0;
    }
}

.progress-wrap.style1 {
    margin-bottom: 30px;
}

    .progress-wrap.style1:last-child {
        margin-bottom: 0;
    }

    .progress-wrap.style1 .progress-meta {
        display: flex;
        justify-content: space-between;
        margin-bottom: 15px;
    }

        .progress-wrap.style1 .progress-meta .title {
            color: var(--title);
            font-family: "Plus Jakarta Sans", system-ui;
            font-size: 18px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
        }

        .progress-wrap.style1 .progress-meta .percentage {
            color: var(--title);
            font-family: "Plus Jakarta Sans", system-ui;
            font-size: 15px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }

@media (max-width: 575px) {
    .progress-wrap.style1 .progress-meta {
        gap: 20px;
    }
}

@media (max-width: 470px) {
    .progress-wrap.style1 .progress-meta {
        gap: 15px;
    }
}

.progress-wrap.style1 .progress-container {
    position: relative;
    width: 100%;
    height: 5px;
    background-color: #D9DDFF;
    border-radius: 10px;
    overflow: visible;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

    .progress-wrap.style1 .progress-container .progress-bar {
        height: 5px;
        background-color: var(--theme3);
        border-radius: 10px;
        opacity: 0;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }

@media (max-width: 767px) {
    .progress-wrap.style1 .progress-container {
        width: 85%;
    }
}

.progress-wrap.style1 .progress-container {
    height: 12px;
}

    .progress-wrap.style1 .progress-container:before {
        content: "";
        display: none !important;
    }

    .progress-wrap.style1 .progress-container:after {
        content: "";
        display: none !important;
    }

    .progress-wrap.style1 .progress-container .progress-bar {
        height: 12px;
    }

/* 17.Shop */
.shop-card-items.style1 {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 10px;
    background: var(--white);
}

    .shop-card-items.style1 .shop-thumb {
        overflow: hidden;
    }

        .shop-card-items.style1 .shop-thumb img {
            transition: all 0.4s;
            -webkit-transition: all 0.4s;
            -moz-transition: all 0.4s;
            -ms-transition: all 0.4s;
            -o-transition: all 0.4s;
        }

    .shop-card-items.style1 .shop-content {
        position: relative;
        text-align: center;
        padding: 25px 0 60px;
    }

        .shop-card-items.style1 .shop-content h3 a {
            color: var(--title);
            text-align: center;
            font-family: "Plus Jakarta Sans", system-ui;
            font-size: 20px;
            font-style: normal;
            font-weight: 700;
            line-height: 28px;
            margin-bottom: 0px;
        }

        .shop-card-items.style1 .shop-content .desc {
            color: var(--text);
            text-align: center;
            font-family: "Plus Jakarta Sans", system-ui;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 24px;
            margin-bottom: 10px;
            margin-top: 0px;
        }

        .shop-card-items.style1 .shop-content .price {
            color: var(--title);
            text-align: center;
            font-family: "Plus Jakarta Sans", system-ui;
            font-size: 18px;
            font-style: normal;
            font-weight: 700;
            line-height: 28px;
        }

        .shop-card-items.style1 .shop-content .badge {
            position: absolute;
            bottom: -15px;
            left: 50%;
            z-index: 1;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
        }

            .shop-card-items.style1 .shop-content .badge img {
                position: relative;
            }

            .shop-card-items.style1 .shop-content .badge h6 {
                position: absolute;
                top: 50%;
                left: 30%;
                color: var(--white);
                text-align: center;
                font-family: "Plus Jakarta Sans", system-ui;
                font-size: 18px;
                font-style: normal;
                font-weight: 700;
                line-height: 28px;
                z-index: 2;
                transform: translateX(-30%, -50%);
                -webkit-transform: translateX(-30%, -50%);
                -moz-transform: translateX(-30%, -50%);
                -ms-transform: translateX(-30%, -50%);
                -o-transform: translateX(-30%, -50%);
            }

    .shop-card-items.style1:hover .shop-thumb img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }

.shop-card-items.style2 {
    padding: 30px;
    text-align: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--border-4);
}

    .shop-card-items.style2 .thumb {
        width: 210px;
        height: 200px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .shop-card-items.style2 .star-wrapper {
        margin-top: 50px;
        margin-bottom: 10px;
    }

    .shop-card-items.style2 h3 {
        margin-bottom: 10px;
    }

    .shop-card-items.style2 .text {
        margin-bottom: 10px;
    }

    .shop-card-items.style2 .btn-wrapper {
        max-width: 196px;
    }

.shop-card-items.style3 {
    display: flex;
    gap: 36px;
    align-items: center;
    padding: 12px;
    text-align: left;
    border: 1px solid var(--border-4);
}

    .shop-card-items.style3 .thumb {
        width: 280px;
        height: 266px;
        padding: 30px;
        -o-object-fit: cover;
        object-fit: cover;
        display: flex;
        align-items: center;
        background: var(--theme2);
    }

        .shop-card-items.style3 .thumb img {
            width: 224px;
            height: 133px;
        }

    .shop-card-items.style3 .content .star-wrapper {
        margin-bottom: 10px;
    }

    .shop-card-items.style3 .content h3 {
        margin-bottom: 5px;
    }

    .shop-card-items.style3 .content .desc {
        margin-bottom: 15px;
    }

    .shop-card-items.style3 .content .text {
        margin-bottom: 25px;
    }

    .shop-card-items.style3 .content .btn-wrapper {
        max-width: 196px;
    }

@media (max-width: 767px) {
    .shop-card-items.style3 {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.shopSliderOne .slider-pagination {
    text-align: center;
    margin-top: 52px;
}

.shop-details .btn-wrappers {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    gap: 20px;
}

    .shop-details .btn-wrappers .theme-btn.style3 {
        padding: 14px 17px;
        width: 193px;
        display: flex;
        justify-content: center;
    }

.product-big-img {
    text-align: center;
    background: var(--theme2);
    padding: 25px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

    .product-big-img .product-thumb img {
        max-width: 100%;
    }

.product-about .title-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-about .product-title {
    color: var(--title);
    font-family: "Plus Jakarta Sans", system-ui;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    text-transform: capitalize;
}

.product-about .price {
    color: var(--title);
    font-family: "Plus Jakarta Sans", system-ui;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-transform: capitalize;
}

.product-about .product-rating {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--border-2);
}

    .product-about .product-rating .star-wrapper {
        margin-right: 5px;
    }

.product-about .text {
    color: var(--text);
    font-family: "Plus Jakarta Sans", system-ui;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 35px;
}

.product-about .share {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
}

    .product-about .share h6 {
        color: var(--text);
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 16px;
        text-transform: uppercase;
    }

.actions {
    margin-bottom: 15px;
}

    .actions .quantity {
        margin-bottom: 30px;
        display: flex;
        align-items: center;
        gap: 30px;
    }

        .actions .quantity p {
            color: var(--text);
            font-family: "Plus Jakarta Sans", system-ui;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 26px;
        }

        .actions .quantity input {
            padding: 0 5px;
            text-align: center;
            border-radius: 5px;
            border: 1px solid var(--border-2);
            background: var(--white);
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
        }

        .actions .quantity .btn-wrapper {
            display: flex;
            flex-direction: column;
        }

        .actions .quantity .qty-btn {
            width: 34px;
            height: 30px;
            border-radius: 0px 5px 0px 0px;
            border: 1px solid var(--border-2);
            background: var(--white);
            color: var(--text);
            -webkit-border-radius: 0px 5px 0px 0px;
            -moz-border-radius: 0px 5px 0px 0px;
            -ms-border-radius: 0px 5px 0px 0px;
            -o-border-radius: 0px 5px 0px 0px;
        }

.social-media {
    display: flex;
    align-items: center;
}

    .social-media li a {
        display: block;
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 13px;
        text-align: center;
        margin-right: 10px;
        background-color: var(--white);
        color: var(--title);
        border: 1px solid var(--border-2);
        border-radius: 0px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
    }

        .social-media li a:hover {
            background-color: var(--theme);
            color: var(--white) !important;
        }

.product-description {
    padding: 50px 0;
    margin-bottom: 60px;
    border-bottom: 1px solid var(--border-2);
}

    .product-description h3 {
        color: var(--title);
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 30px;
        font-style: normal;
        font-weight: 900;
        line-height: 50px;
        text-transform: capitalize;
    }

    .product-description .desc p {
        color: var(--text);
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
    }

.product-review h3 {
    color: var(--title);
    font-family: "Plus Jakarta Sans", system-ui;
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: 50px;
    text-transform: capitalize;
    margin-bottom: 40px;
}

.star {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

    .star li {
        color: var(--theme);
    }

/* 18.Service */
.service-card.style1 {
    position: relative;
    text-align: center;
    z-index: 3;
}

    .service-card.style1 .shape1 {
        position: absolute;
        top: 20px;
        left: 2px;
        z-index: 1;
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
    }

    .service-card.style1 .shape2 {
        position: absolute;
        top: 20px;
        left: 2px;
        z-index: 1;
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
    }

    .service-card.style1 .icon {
        position: relative;
        z-index: 2;
        margin-bottom: 10px;
    }

    .service-card.style1 h3 {
        position: relative;
        z-index: 2;
        margin-bottom: 12px;
    }

        .service-card.style1 h3 a {
            color: var(--white);
            font-family: "Plus Jakarta Sans", system-ui;
            font-size: 22px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
            letter-spacing: -0.66px;
        }

    .service-card.style1 .thumb {
        position: relative;
        z-index: 2;
        margin-bottom: 20px;
    }

        .service-card.style1 .thumb img {
            max-width: 100%;
        }

@media (max-width: 991px) {
    .service-card.style1 .thumb img {
        max-width: 100%;
    }
}

.service-card.style1 .link-btn.style1 {
    position: relative;
    z-index: 2;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: rgb(217, 217, 217);
    color: var(--theme);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.service-card.style2 {
    position: relative;
    background-image: none;
    transition: background-size 0.5s ease, opacity 0.5s ease;
    -webkit-transition: background-size 0.5s ease, opacity 0.5s ease;
    -moz-transition: background-size 0.5s ease, opacity 0.5s ease;
    -ms-transition: background-size 0.5s ease, opacity 0.5s ease;
    -o-transition: background-size 0.5s ease, opacity 0.5s ease;
}

    .service-card.style2 .content {
        padding: 30px;
        position: relative;
        box-shadow: 0px 10px 25px 0px rgba(52, 55, 170, 0.05);
        z-index: 5;
    }

        .service-card.style2 .content .number {
            -webkit-text-stroke: 2px rgba(104, 113, 121, 0.25);
            -webkit-text-fill-color: transparent;
            font-family: "Plus Jakarta Sans", system-ui;
            font-size: 48px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            letter-spacing: -1.44px;
            margin-bottom: 15px;
        }

        .service-card.style2 .content h3 {
            padding-bottom: 15px;
            margin-bottom: 15px;
            border-bottom: 1px solid var(--border-4);
        }

            .service-card.style2 .content h3 a {
                color: var(--title);
                font-family: "Plus Jakarta Sans", system-ui;
                font-size: 22px;
                font-style: normal;
                font-weight: 600;
                line-height: normal;
                letter-spacing: -0.66px;
            }

        .service-card.style2 .content .text {
            color: var(--text);
            font-family: "Plus Jakarta Sans", system-ui;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 28px;
        }

        .service-card.style2 .content .icon {
            margin-top: 20px;
            transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
        }

            .service-card.style2 .content .icon svg path {
                fill: var(--theme);
                transition: all 0.5s;
                -webkit-transition: all 0.5s;
                -moz-transition: all 0.5s;
                -ms-transition: all 0.5s;
                -o-transition: all 0.5s;
            }

    .service-card.style2:before {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../images/bg/serviceCardBg2_1.jpg) no-repeat center center/cover;
        z-index: 1;
        transition: all 1s;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -ms-transition: all 1s;
        -o-transition: all 1s;
    }

    .service-card.style2:after {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 0%;
        background: rgba(22, 25, 33, 0.85);
        z-index: 3;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
    }

    .service-card.style2:hover .bg {
        opacity: 1;
        visibility: visible;
    }

    .service-card.style2:hover:before {
        opacity: 1;
        visibility: visible;
    }

    .service-card.style2:hover:after {
        opacity: 1;
        visibility: visible;
        height: 100%;
    }

    .service-card.style2:hover .content .number {
        -webkit-text-stroke: 2px var(--theme);
    }

    .service-card.style2:hover .content h3 {
        border-bottom: 1px solid rgba(224, 224, 224, 0.2);
    }

        .service-card.style2:hover .content h3 a {
            color: var(--white);
        }

    .service-card.style2:hover .content .text {
        color: var(--white);
    }

    .service-card.style2:hover .content .icon svg path {
        fill: var(--white);
    }

.service-card.style3 {
    position: relative;
    margin-top: 15px;
}

    .service-card.style3 .thumb .main-thumb {
        position: relative;
        width: 100%;
    }

    .service-card.style3 .thumb .content {
        overflow: hidden;
        position: absolute;
        left: 30px;
        bottom: 33px;
        right: 18px;
        max-height: 56px;
        padding: 12px 24px;
        background: rgba(255, 255, 255, 0.8);
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
    }

        .service-card.style3 .thumb .content h3 a {
            display: flex;
            align-items: center;
            justify-content: space-between;
            color: var(--title);
            font-family: "Plus Jakarta Sans", system-ui;
            font-size: 22px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
            letter-spacing: -0.66px;
        }

            .service-card.style3 .thumb .content h3 a:hover {
                color: var(--white) !important;
            }

        .service-card.style3 .thumb .content p {
            opacity: 0;
            visibility: hidden;
            color: var(--white);
            font-family: "Plus Jakarta Sans", system-ui;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 28px;
            transition: all 0.4s;
            -webkit-transition: all 0.4s;
            -moz-transition: all 0.4s;
            -ms-transition: all 0.4s;
            -o-transition: all 0.4s;
        }

    .service-card.style3 .thumb .shape-icon {
        position: absolute;
        top: -36px;
        left: 30px;
    }

        .service-card.style3 .thumb .shape-icon img {
            position: absolute;
            top: 50%;
            left: 30%;
            transform: translate(-30%, -50%);
            -webkit-transform: translate(-30%, -50%);
            -moz-transform: translate(-30%, -50%);
            -ms-transform: translate(-30%, -50%);
            -o-transform: translate(-30%, -50%);
        }

        .service-card.style3 .thumb .shape-icon svg path {
            transition: all 0.4s;
            -webkit-transition: all 0.4s;
            -moz-transition: all 0.4s;
            -ms-transition: all 0.4s;
            -o-transition: all 0.4s;
        }

    .service-card.style3:hover .thumb .main-thumb {
        position: relative;
    }

    .service-card.style3:hover .thumb .content {
        background: rgba(199, 132, 79, 0.85);
        min-height: 156px;
    }

        .service-card.style3:hover .thumb .content h3 {
            margin-bottom: 15px;
        }

            .service-card.style3:hover .thumb .content h3 a {
                color: var(--white);
            }

        .service-card.style3:hover .thumb .content p {
            opacity: 1;
            visibility: visible;
            color: var(--white);
        }

        .service-card.style3:hover .thumb .content svg path {
            fill: var(--white);
        }

    .service-card.style3:hover .thumb .shape-icon {
        position: absolute;
        top: -36px;
        left: 30px;
    }

        .service-card.style3:hover .thumb .shape-icon img {
            position: absolute;
            top: 50%;
            left: 30%;
            transform: translate(-30%, -50%);
            -webkit-transform: translate(-30%, -50%);
            -moz-transform: translate(-30%, -50%);
            -ms-transform: translate(-30%, -50%);
            -o-transform: translate(-30%, -50%);
        }

        .service-card.style3:hover .thumb .shape-icon svg path {
            fill: #2B1E16;
        }

.serviceSliderOne .swiper-slide {
    display: flex;
    justify-content: center;
}

    .serviceSliderOne .swiper-slide.swiper-slide-next .service-card.style1 {
        position: relative;
        text-align: center;
        z-index: 3;
    }

        .serviceSliderOne .swiper-slide.swiper-slide-next .service-card.style1 .shape1 {
            opacity: 0;
            visibility: hidden;
        }

        .serviceSliderOne .swiper-slide.swiper-slide-next .service-card.style1 .shape2 {
            opacity: 1;
            visibility: visible;
        }

        .serviceSliderOne .swiper-slide.swiper-slide-next .service-card.style1 .link-btn.style1 {
            background: var(--theme);
        }

            .serviceSliderOne .swiper-slide.swiper-slide-next .service-card.style1 .link-btn.style1 svg path {
                fill: var(--white);
            }

.service-container-wrapper.style2 {
    position: relative;
}

    .service-container-wrapper.style2 .shape {
        position: absolute;
        top: -100px;
        right: 95px;
    }

@media (max-width: 767px) {
    .service-container-wrapper.style2 .shape {
        display: none;
    }
}

.service-details-area .service-post-details .section-title {
    margin-top: 45px;
}

    .service-details-area .service-post-details .section-title h2 {
        color: var(--title);
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -1.08px;
    }

.service-details-area .service-post-details .single-service-post .post-featured-thumb {
    height: 400px;
}

@media (max-width: 991px) {
    .service-details-area .service-post-details .single-service-post .post-featured-thumb {
        height: 400px;
    }
}

.service-details-area .service-post-details .single-service-post .post-content {
    margin-top: 35px;
}

    .service-details-area .service-post-details .single-service-post .post-content .title1 {
        margin-bottom: 10px;
        color: var(--title);
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 36px;
        font-style: normal;
        font-weight: 900;
        line-height: 50px;
        text-transform: capitalize;
    }

    .service-details-area .service-post-details .single-service-post .post-content .title2 {
        color: var(--title);
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 40px;
        font-style: normal;
        font-weight: 900;
        line-height: 50px;
        text-transform: capitalize;
        margin-top: 55px;
        margin-bottom: 10px;
    }

.service-details-area .service-post-details .single-service-post .service-details-thumb img {
    width: 394px;
    height: 234px;
    -o-object-fit: cover;
    object-fit: cover;
}

.service-details-area .service-post-details .single-service-post .checklist {
    margin-bottom: 14px;
}

/* 19.Project */
.projectSliderOne .swiper-wrapper {
    display: flex;
    align-items: center;
}

.projectSliderOne .swiper-slide {
    height: 100%;
}

    .projectSliderOne .swiper-slide .project-thumb {
        text-align: center;
    }

.projectSliderTwo .swiper-wrapper {
    display: flex;
    align-items: center;
}

.projectSliderTwo .swiper-slide {
    height: 100%;
    transition: all 0.4s;
}

    .projectSliderTwo .swiper-slide.swiper-slide-next {
        width: 670px !important;
        height: 400px !important;
    }

        .projectSliderTwo .swiper-slide.swiper-slide-next .project-card.style2 {
            width: 670px !important;
            height: 400px !important;
        }

            .projectSliderTwo .swiper-slide.swiper-slide-next .project-card.style2 .project-thumb {
                position: relative;
                width: 670px !important;
                height: 400px !important;
            }

                .projectSliderTwo .swiper-slide.swiper-slide-next .project-card.style2 .project-thumb img {
                    width: 670px !important;
                    height: 400px !important;
                }

                .projectSliderTwo .swiper-slide.swiper-slide-next .project-card.style2 .project-thumb .content {
                    position: absolute;
                    bottom: 40px;
                    left: 40px;
                    right: 40px;
                    opacity: 1;
                    visibility: visible;
                }

@media (max-width: 991px) {
    .projectSliderTwo .swiper-slide.swiper-slide-next {
        width: 270px !important;
        height: 400px !important;
    }

        .projectSliderTwo .swiper-slide.swiper-slide-next .project-card.style2 {
            width: 270px !important;
            height: 400px !important;
        }

            .projectSliderTwo .swiper-slide.swiper-slide-next .project-card.style2 .project-thumb {
                position: relative;
                width: 270px !important;
                height: 400px !important;
            }

                .projectSliderTwo .swiper-slide.swiper-slide-next .project-card.style2 .project-thumb img {
                    width: 270px !important;
                    height: 400px !important;
                }

                .projectSliderTwo .swiper-slide.swiper-slide-next .project-card.style2 .project-thumb .content {
                    position: absolute;
                    bottom: 10px;
                    left: 10px;
                    right: 10px;
                    opacity: 1;
                    visibility: visible;
                }
}

.projectSliderTwo .swiper-slide .project-thumb {
    text-align: center;
}

.project-container-wrapper.style2 {
    position: relative;
    padding-top: 400px;
    margin-bottom: 75px;
}

@media (max-width: 767px) {
    .project-container-wrapper.style2 {
        padding-top: 300px;
    }
}

.project-container-wrapper.style2 .slider-area {
    padding-bottom: 320px;
}

    .project-container-wrapper.style2 .slider-area .projectSliderTwo {
        margin-bottom: -395px;
    }

.project-container-wrapper.style2:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(22, 25, 33, 0.9);
    z-index: 1;
}

.project-container-wrapper.style2 .section-title-wrapper.style2 {
    position: relative;
    z-index: 2;
}

    .project-container-wrapper.style2 .section-title-wrapper.style2 .slider-arrow-btn .slider-prev {
        position: absolute;
        top: 30px;
        left: 10%;
    }

    .project-container-wrapper.style2 .section-title-wrapper.style2 .slider-arrow-btn .slider-next {
        position: absolute;
        top: 30px;
        right: 10%;
    }

@media (max-width: 991px) {
    .project-container-wrapper.style2 .section-title-wrapper.style2 .slider-arrow-btn {
        display: none;
    }
}

.project-card.style2 .project-thumb {
    position: relative;
    overflow: hidden;
}

    .project-card.style2 .project-thumb .content {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        bottom: -24px;
        left: 24px;
        right: 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
        background: var(--white);
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
    }

        .project-card.style2 .project-thumb .content h3 {
            margin-left: 15px;
        }

            .project-card.style2 .project-thumb .content h3 a {
                color: var(--title);
                text-align: center;
                font-family: "Plus Jakarta Sans", system-ui;
                font-size: 18px;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
                letter-spacing: -0.54px;
            }

        .project-card.style2 .project-thumb .content:before {
            position: absolute;
            content: "";
            top: 50%;
            left: 0;
            width: 5px;
            height: 40px;
            background: var(--theme);
            transform: translateY(-50%);
            transition: all 0.4s;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -webkit-transition: all 0.4s;
            -moz-transition: all 0.4s;
            -ms-transition: all 0.4s;
            -o-transition: all 0.4s;
        }

        .project-card.style2 .project-thumb .content:hover::before {
            height: 60px;
        }

    .project-card.style2 .project-thumb:hover .content {
        opacity: 1;
        visibility: visible;
        bottom: 24px;
    }

.project-card.style3 .project-thumb {
    position: relative;
    text-align: center;
}

    .project-card.style3 .project-thumb .main-thumb {
        position: relative;
    }

    .project-card.style3 .project-thumb .project-content {
        opacity: 0;
        visibility: hidden;
        text-align: center;
        position: absolute;
        width: 270px;
        z-index: 4;
        top: 50%;
        left: 50%;
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }

        .project-card.style3 .project-thumb .project-content h3 {
            margin-bottom: 5px;
        }

            .project-card.style3 .project-thumb .project-content h3 a {
                display: block;
                color: var(--white);
                text-align: center;
                font-family: "Plus Jakarta Sans", system-ui;
                font-size: 24px;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
                letter-spacing: -0.72px;
            }

        .project-card.style3 .project-thumb .project-content .text {
            color: var(--white);
            text-align: center;
            font-family: "Plus Jakarta Sans", system-ui;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 28px;
        }

        .project-card.style3 .project-thumb .project-content .link-btn {
            text-align: center;
            margin-bottom: 10px;
        }

    .project-card.style3 .project-thumb:before {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        content: "";
        top: 30px;
        left: 30px;
        width: 84%;
        height: 0%;
        margin: 0 auto;
        background: rgba(22, 25, 33, 0.85);
        z-index: 3;
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
    }

    .project-card.style3 .project-thumb:hover .project-content {
        opacity: 1;
        visibility: visible;
    }

    .project-card.style3 .project-thumb:hover:before {
        opacity: 1;
        visibility: visible;
        height: 87%;
    }

.project-card.style4 .project-thumb {
    position: relative;
    overflow: hidden;
}

    .project-card.style4 .project-thumb .content {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        bottom: -24px;
        left: 24px;
        right: 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
        background: var(--white);
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
    }

        .project-card.style4 .project-thumb .content h3 {
            margin-left: 15px;
        }

            .project-card.style4 .project-thumb .content h3 a {
                color: var(--title);
                text-align: center;
                font-family: "Plus Jakarta Sans", system-ui;
                font-size: 18px;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
                letter-spacing: -0.54px;
            }

        .project-card.style4 .project-thumb .content:before {
            position: absolute;
            content: "";
            top: 50%;
            left: 0;
            width: 5px;
            height: 40px;
            background: var(--theme);
            transform: translateY(-50%);
            transition: all 0.4s;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -webkit-transition: all 0.4s;
            -moz-transition: all 0.4s;
            -ms-transition: all 0.4s;
            -o-transition: all 0.4s;
        }

        .project-card.style4 .project-thumb .content:hover::before {
            height: 60px;
        }

@media (max-width: 1199px) {
    .project-card.style4 .project-thumb img {
        width: 100%;
    }
}

.project-card.style4 .project-thumb:hover .content {
    opacity: 1;
    visibility: visible;
    bottom: 24px;
}

.projectSliderThree {
    margin-right: -370px;
}

@media (max-width: 991px) {
    .project-details-wrapper .project-details-items .details-image img {
        max-width: 100%;
    }
}

.project-details-wrapper .project-details-items .details-content h3 {
    color: #000;
    font-family: "Plus Jakarta Sans", system-ui;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.72px;
    margin-bottom: 28px;
}

@media (max-width: 991px) {
    .project-details-wrapper .project-details-items .details-content h3 {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .project-details-wrapper .project-details-items .details-content h3 {
        font-size: 20px;
    }
}

.project-details-wrapper .project-details-items .details-content .title-text {
    margin-top: 20px;
    margin-bottom: 5px;
}

.project-details-wrapper .project-details-items .details-content .text1 {
    margin-bottom: 45px;
}

.project-details-wrapper .project-details-items .details-content .title1 {
    color: var(--title);
    font-family: "Plus Jakarta Sans", system-ui;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 20px;
}

.project-details-wrapper .project-details-items .project-catagory {
    padding: 40px 30px;
    background-color: #F9F3EF;
    border-top: 4px solid var(--theme);
    margin-top: -150px;
    margin-right: 30px;
}

@media (max-width: 1199px) {
    .project-details-wrapper .project-details-items .project-catagory {
        margin-top: 0;
    }
}

.project-details-wrapper .project-details-items .project-catagory h3 {
    border-bottom: 1px solid var(--border);
    padding-bottom: 30px;
}

.project-details-wrapper .project-details-items .project-catagory ul {
    padding-left: 0;
    margin-bottom: 0;
}

    .project-details-wrapper .project-details-items .project-catagory ul li {
        font-weight: 600;
        color: var(--title);
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid rgba(43, 30, 22, 0.15);
        padding: 16px 0;
    }

        .project-details-wrapper .project-details-items .project-catagory ul li span {
            font-weight: 500;
        }

            .project-details-wrapper .project-details-items .project-catagory ul li span i {
                color: var(--text);
                transition: all 0.4s ease-in-out;
            }

                .project-details-wrapper .project-details-items .project-catagory ul li span i:hover {
                    color: var(--theme);
                }

.project-details-wrapper .project-details-items .list {
    padding-left: 0;
    margin-bottom: 0;
}

    .project-details-wrapper .project-details-items .list li {
        font-weight: 500;
        color: var(--title);
    }

        .project-details-wrapper .project-details-items .list li:not(:last-child) {
            margin-bottom: 10px;
        }

        .project-details-wrapper .project-details-items .list li i {
            margin-right: 5px;
            color: var(--theme);
        }

@media (max-width: 991px) {
    .project-details-wrapper .project-details-items .project-group-thumb .thumb img {
        max-width: 100%;
    }
}

.project-details-wrapper .preview-area {
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 30px 0;
}

    .project-details-wrapper .preview-area .preview-item {
        display: flex;
        align-items: center;
        gap: 12px;
    }

        .project-details-wrapper .preview-area .preview-item .content h3,
        .project-details-wrapper .preview-area .preview-item .content p {
            margin-bottom: 0;
        }

        .project-details-wrapper .preview-area .preview-item .content.text-right {
            text-align: right;
        }

@media (max-width: 575px) {
    .project-details-wrapper .preview-area {
        flex-direction: column;
        gap: 30px;
    }
}

/* 20.Wcu */
.wcu-container-wrapper.style1 {
    position: relative;
}

    .wcu-container-wrapper.style1 .shape {
        position: absolute;
        bottom: 0;
        right: 0;
    }

@media (max-width: 1899px) {
    .wcu-container-wrapper.style1 .shape {
        display: none;
    }
}

.wcu-container-wrapper.style3 {
    position: relative;
}

    .wcu-container-wrapper.style3 .shape {
        position: absolute;
        bottom: 0;
        right: 0;
    }

.wcu-wrapper.style1 .wcu-thumb {
    position: relative;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
}

    .wcu-wrapper.style1 .wcu-thumb .thumb1 {
        position: relative;
        max-width: 100%;
        margin-right: 80px;
        margin-bottom: 88px;
        margin-left: 40px;
        z-index: 2;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .wcu-wrapper.style1 .wcu-thumb .thumb2 {
        position: absolute;
        border: 4px solid var(--white);
        max-width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        bottom: 0px;
        right: 0px;
        z-index: 3;
    }

@media (max-width: 1399px) {
    .wcu-wrapper.style1 .wcu-thumb .thumb2 {
        left: 0;
    }
}

.wcu-wrapper.style1 .wcu-thumb .thumbShape1 {
    position: absolute;
    bottom: 0;
    left: -40px;
    z-index: 1;
}

@media (max-width: 767px) {
    .wcu-wrapper.style1 .wcu-thumb .thumbShape1 {
        left: 0;
    }
}

.wcu-wrapper.style1 .wcu-thumb .thumbShape2 {
    position: absolute;
    top: 0;
    right: 90px;
    z-index: 2;
}

@media (max-width: 1399px) {
    .wcu-wrapper.style1 .wcu-thumb .thumbShape2 {
        left: 0;
    }
}

@media (max-width: 767px) {
    .wcu-wrapper.style1 .wcu-thumb .thumbShape2 {
        right: 0;
    }
}

.wcu-wrapper.style1 .wcu-thumb .thumbShape3 {
    position: absolute;
    top: 44px;
    right: 40px;
    z-index: 1;
}

@media (max-width: 1399px) {
    .wcu-wrapper.style1 .wcu-thumb .thumbShape3 {
        left: 0;
    }
}

@media (max-width: 767px) {
    .wcu-wrapper.style1 .wcu-thumb .thumbShape3 {
        right: 0;
        top: 0;
    }
}

.wcu-wrapper.style1 .wcu-content .desc {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--border-2);
}

.wcu-wrapper.style1 .wcu-content .fancy-box {
    padding-top: 30px;
}

.wcu-wrapper.style3 {
    position: relative;
}

    .wcu-wrapper.style3 .shape {
        position: absolute;
        top: -107px;
        right: 0;
    }

    .wcu-wrapper.style3 .wcu-thumb {
        max-width: 532px;
        max-height: 528px;
        overflow: hidden;
        -o-object-fit: cover;
        object-fit: cover;
    }

        .wcu-wrapper.style3 .wcu-thumb img {
            width: 100%;
            height: 100%;
        }

@media (max-width: 1199px) {
    .wcu-wrapper.style3 .wcu-thumb {
        margin-bottom: 120px;
    }
}

.wcu-wrapper.style3 .wcu-content .text {
    padding-top: 35px;
    margin-bottom: 30px;
    color: var(--theme);
    font-family: "Plus Jakarta Sans", system-ui;
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    line-height: 32px;
}

.wcu-wrapper.style3 .wcu-content .progress-wrap.style1 .progress-container {
    height: 7px;
}

    .wcu-wrapper.style3 .wcu-content .progress-wrap.style1 .progress-container .progress-bar {
        height: 5px;
        background-color: var(--theme);
        border-radius: 10px;
        opacity: 0;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }

/* 21.Pricing */
.pricing-section {
    position: relative;
    z-index: 9;
    margin-top: -0.9em;
}

    .pricing-section .left-shape {
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .pricing-section .right-shape {
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1;
    }

.pricing-wrapper .section-title-area .nav {
    display: flex;
    align-items: center;
    gap: 30px;
}

@media (max-width: 575px) {
    .pricing-wrapper .section-title-area .nav {
        gap: 15px;
    }
}

.pricing-wrapper .section-title-area .nav .nav-link {
    text-align: center;
    padding: 10px 40px;
    background-color: transparent;
    border-radius: 6px;
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
    color: var(--title);
    transition: all 0.3s ease-in-out;
    border: 1px solid var(--border);
}

@media (max-width: 991px) {
    .pricing-wrapper .section-title-area .nav .nav-link {
        padding: 14px 45px;
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .pricing-wrapper .section-title-area .nav .nav-link {
        padding: 12px 20px;
        font-size: 14px;
    }
}

.pricing-wrapper .section-title-area .nav .nav-link.active {
    position: relative;
    background-color: var(--theme);
    color: var(--white);
    border: 1px solid transparent;
}

.pricing-wrapper.style1 {
    position: relative;
}

    .pricing-wrapper.style1 .shape1 {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
    }

    .pricing-wrapper.style1 .shape2 {
        position: absolute;
        top: 0;
        right: 85px;
        z-index: 1;
    }

.pricing-wrapper.style2 {
    position: relative;
}

    .pricing-wrapper.style2 .shape1 {
        position: absolute;
        bottom: 0;
        left: 85px;
        z-index: 1;
    }

    .pricing-wrapper.style2 .shape2 {
        position: absolute;
        top: 0;
        right: 136px;
        z-index: 1;
    }

.pricing-wrapper .tab-section {
    padding: 30px 0 10px;
    margin-bottom: 60px;
}

    .pricing-wrapper .tab-section .nav-pills {
        padding: 7px 7px;
        border: 1px solid var(--border);
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
    }

        .pricing-wrapper .tab-section .nav-pills .nav-link {
            color: var(--text);
            font-family: "Plus Jakarta Sans", system-ui;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            text-transform: capitalize;
            border: 0;
            border-radius: 50px;
            margin-left: 4px;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            -ms-border-radius: 50px;
            -o-border-radius: 50px;
        }

            .pricing-wrapper .tab-section .nav-pills .nav-link.active {
                color: var(--white);
                background-color: var(--theme);
                margin-right: 4px;
            }

    .pricing-wrapper .tab-section img {
        padding: 0 20px;
    }

    .pricing-wrapper .tab-section .save {
        color: var(--theme);
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

@media (max-width: 767px) {
    .pricing-wrapper .tab-section {
        flex-direction: column;
    }
}

.pricing-card.style1 {
    position: relative;
    z-index: 5;
    padding: 30px 20px;
    border: 1px solid var(--border-4);
    background: var(--white);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

    .pricing-card.style1 .pricing-card_header {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px;
        background: var(--theme);
    }

        .pricing-card.style1 .pricing-card_header::after {
            position: absolute;
            content: "";
            top: 26px;
            left: 0;
            width: 5px;
            height: 16px;
            background: var(--white);
            z-index: 1;
            transition: all 0.4s;
            -webkit-transition: all 0.4s;
            -moz-transition: all 0.4s;
            -ms-transition: all 0.4s;
            -o-transition: all 0.4s;
        }

        .pricing-card.style1 .pricing-card_header .item h4 {
            color: var(--white);
            font-family: "Plus Jakarta Sans", system-ui;
            font-size: 22px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            margin-bottom: 5px;
        }

        .pricing-card.style1 .pricing-card_header .item .text {
            color: var(--white);
            font-family: "Plus Jakarta Sans", system-ui;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 28px;
        }

        .pricing-card.style1 .pricing-card_header .item .price {
            display: flex;
            align-items: center;
        }

            .pricing-card.style1 .pricing-card_header .item .price h2 {
                color: var(--white);
                font-family: "Plus Jakarta Sans", system-ui;
                font-size: 40px;
                font-style: normal;
                font-weight: 600;
                line-height: normal;
                margin-bottom: 5px;
            }

            .pricing-card.style1 .pricing-card_header .item .price span {
                color: var(--white);
                font-family: "Plus Jakarta Sans", system-ui;
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
            }

    .pricing-card.style1 .pricing-card_body .checklist-wrapper {
        margin: 40px 0;
    }

    .pricing-card.style1 .pricing-card_body .btn-wrapper {
        max-width: 100%;
    }

    .pricing-card.style1:hover {
        transform: translateY(-2%);
        -webkit-transform: translateY(-2%);
        -moz-transform: translateY(-2%);
        -ms-transform: translateY(-2%);
        -o-transform: translateY(-2%);
    }

        .pricing-card.style1:hover .pricing-card_header::after {
            position: absolute;
            content: "";
            top: 0;
            left: 0;
            width: 5px;
            height: 100%;
            background: var(--title);
        }

.pricing-card.style2 {
    padding: 30px 20px;
    border: 1px solid var(--border-4);
    background: var(--white);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

    .pricing-card.style2 .pricing-card_header {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px;
        background: var(--theme2);
    }

        .pricing-card.style2 .pricing-card_header::before {
            position: absolute;
            content: "";
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(22, 25, 33, 0.85);
            z-index: 1;
        }

        .pricing-card.style2 .pricing-card_header::after {
            position: absolute;
            content: "";
            top: 26px;
            left: 0;
            width: 5px;
            height: 16px;
            background: var(--white);
            z-index: 1;
            transition: all 0.4s;
            -webkit-transition: all 0.4s;
            -moz-transition: all 0.4s;
            -ms-transition: all 0.4s;
            -o-transition: all 0.4s;
        }

        .pricing-card.style2 .pricing-card_header .item {
            position: relative;
            z-index: 3;
        }

            .pricing-card.style2 .pricing-card_header .item h4 {
                position: relative;
                z-index: 3;
                color: var(--white);
                font-family: "Plus Jakarta Sans", system-ui;
                font-size: 22px;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
                margin-bottom: 5px;
            }

            .pricing-card.style2 .pricing-card_header .item .price {
                display: flex;
                align-items: center;
            }

                .pricing-card.style2 .pricing-card_header .item .price h2 {
                    color: var(--white);
                    font-family: "Plus Jakarta Sans", system-ui;
                    font-size: 40px;
                    font-style: normal;
                    font-weight: 600;
                    line-height: normal;
                    margin-bottom: 5px;
                }

                .pricing-card.style2 .pricing-card_header .item .price span {
                    color: var(--white);
                    font-family: "Plus Jakarta Sans", system-ui;
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: normal;
                }

            .pricing-card.style2 .pricing-card_header .item .text {
                color: var(--white);
            }

    .pricing-card.style2 .pricing-card_body .checklist-wrapper {
        margin: 40px 0;
    }

    .pricing-card.style2 .pricing-card_body .btn-wrapper {
        max-width: 100%;
    }

    .pricing-card.style2:hover {
        transform: translateY(-2%);
        -webkit-transform: translateY(-2%);
        -moz-transform: translateY(-2%);
        -ms-transform: translateY(-2%);
        -o-transform: translateY(-2%);
    }

        .pricing-card.style2:hover .pricing-card_header::after {
            position: absolute;
            content: "";
            top: 0;
            left: 0;
            width: 5px;
            height: 100%;
            background: var(--theme);
        }

/* 22.Intro */
.intro-wrapper.style1 {
    position: relative;
    padding: 216px 0;
    z-index: 9;
}

    .intro-wrapper.style1 .shape {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
    }

@media (max-width: 1899px) {
    .intro-wrapper.style1 .shape {
        display: none;
    }
}

.intro-wrapper.style1 .gt-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    animation: scalein 20s infinite;
}

@media (max-width: 991px) {
    .intro-wrapper.style1 {
        padding: 180px 0 120px;
    }
}

.intro-wrapper.style3 {
    position: relative;
}

.intro-container-wrapper.style2 {
    position: relative;
}

    .intro-container-wrapper.style2 .thumb1 {
        position: absolute;
        top: 190px;
        left: 0;
        z-index: 2;
    }

@media (max-width: 767px) {
    .intro-container-wrapper.style2 .thumb1 {
        display: none;
    }
}

.intro-container-wrapper.style2 .thumb2 {
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 1;
}

@media (max-width: 767px) {
    .intro-container-wrapper.style2 .thumb2 {
        display: none;
    }
}

.intro-container-wrapper.style2 .thumb3 {
    position: absolute;
    top: 158px;
    right: 430px;
    z-index: 1;
}

    .intro-container-wrapper.style2 .thumb3 .video-wrap {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: transparent;
        border: 0;
        width: 100px;
        height: 100px;
    }

        .intro-container-wrapper.style2 .thumb3 .video-wrap .playerImg {
            width: 100px;
            height: 100px;
        }

@media (max-width: 1199px) {
    .intro-container-wrapper.style2 .thumb3 {
        top: 30px;
        right: 130px;
    }
}

.intro-container-wrapper.style2 .shape1 {
    position: absolute;
    bottom: 90px;
    right: 750px;
    z-index: 1;
}

@media (max-width: 767px) {
    .intro-container-wrapper.style2 .shape1 {
        display: none;
    }
}

.intro-container-wrapper.style2 .shape2 {
    position: absolute;
    top: 170px;
    left: 20px;
    z-index: 1;
}

@media (max-width: 767px) {
    .intro-container-wrapper.style2 .shape2 {
        display: none;
    }
}

.intro-container-wrapper.style2 .shape3 {
    position: absolute;
    top: 116px;
    left: 276px;
    z-index: 1;
}

@media (max-width: 767px) {
    .intro-container-wrapper.style2 .shape3 {
        display: none;
    }
}

.intro-container-wrapper.style2 .shape4 {
    position: absolute;
    top: 263px;
    right: 330px;
    z-index: 1;
}

@media (max-width: 767px) {
    .intro-container-wrapper.style2 .shape4 {
        display: none;
    }
}

.intro-container-wrapper.style2 .gt-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    animation: scalein 20s infinite;
}

.intro-container-wrapper.style3 {
    position: relative;
}

    .intro-container-wrapper.style3 .thumb1 {
        position: absolute;
        top: 190px;
        left: 0;
        z-index: 2;
    }

    .intro-container-wrapper.style3 .thumb2 {
        position: absolute;
        bottom: 0px;
        right: 0;
        z-index: 1;
    }

    .intro-container-wrapper.style3 .thumb3 {
        position: absolute;
        top: 158px;
        right: 430px;
        z-index: 1;
    }

    .intro-container-wrapper.style3 .gt-hero-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        animation: scalein 20s infinite;
    }

        .intro-container-wrapper.style3 .gt-hero-bg:before {
            position: absolute;
            content: "";
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(22, 25, 33, 0.6);
            z-index: -1;
        }

.intro-content-wrapper.style1 {
    position: relative;
    overflow: hidden;
    z-index: 9;
}

    .intro-content-wrapper.style1 .intro-content {
        position: relative;
        z-index: 5;
        max-width: 826px;
    }

    .intro-content-wrapper.style1 h1 {
        position: relative;
        color: var(--title);
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 74px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        letter-spacing: -2.22px;
        text-transform: capitalize;
        z-index: 9;
        margin-bottom: 20px;
    }

@media (max-width: 1399px) {
    .intro-content-wrapper.style1 h1 {
        font-size: 50px;
        line-height: normal;
    }
}

@media (max-width: 767px) {
    .intro-content-wrapper.style1 h1 {
        font-size: 40px;
        line-height: 60.462px;
    }
}

.intro-content-wrapper.style1 p {
    position: relative;
    z-index: 5;
    color: var(--text);
    font-family: "Plus Jakarta Sans", system-ui;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    margin-bottom: 18px;
}

.intro-content-wrapper.style1 .checklist-wrapper {
    margin-bottom: 10px;
    position: relative;
    z-index: 5;
}

.intro-content-wrapper.style1 .intro-thumb {
    overflow: hidden;
    position: relative;
    z-index: 5;
}

    .intro-content-wrapper.style1 .intro-thumb img {
        max-width: 100%;
    }

    .intro-content-wrapper.style1 .intro-thumb .video-wrap {
        position: absolute;
        top: 50%;
        left: 50%;
    }

.intro-content-wrapper.style1 .video-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    border: 0;
    width: 100px;
    height: 100px;
}

    .intro-content-wrapper.style1 .video-wrap.ripple-effect {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }

    .intro-content-wrapper.style1 .video-wrap .playerImg {
        width: 100px;
        height: 100px;
    }

.intro-content-wrapper.style2 {
    padding: 300px 0;
    position: relative;
    z-index: 3;
}

@media (max-width: 767px) {
    .intro-content-wrapper.style2 {
        padding: 300px 0 120px;
    }
}

.intro-content-wrapper.style2 .intro-subtitle {
    position: relative;
    z-index: 9;
    display: inline-block;
    padding: 10px;
    background: var(--white);
    color: var(--theme);
    font-family: "Plus Jakarta Sans", system-ui;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.64px;
}

.intro-content-wrapper.style2 .intro-title {
    position: relative;
    z-index: 9;
    display: inline-block;
    color: var(--title);
    font-family: "Plus Jakarta Sans", system-ui;
    font-size: 150px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 0.64px;
}

@media (max-width: 1199px) {
    .intro-content-wrapper.style2 .intro-title {
        font-size: 110px;
    }
}

@media (max-width: 767px) {
    .intro-content-wrapper.style2 .intro-title {
        font-size: 60px;
    }
}

.intro-content-wrapper.style2 .stroke-text {
    position: relative;
    z-index: 9;
    position: absolute;
    top: 59%;
    left: 63%;
    z-index: 9;
    color: var(--title);
    font-family: "Plus Jakarta Sans", system-ui;
    font-size: 150px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 0.64px;
    transform: translate(-63%, -50%);
}

@media (max-width: 1199px) {
    .intro-content-wrapper.style2 .stroke-text {
        font-size: 110px;
    }
}

@media (max-width: 767px) {
    .intro-content-wrapper.style2 .stroke-text {
        font-size: 60px;
        left: 10%;
    }
}

.intro-content-wrapper.style2 .stroke-text .stroke {
    position: relative;
    z-index: 9;
    display: inline-block;
    color: var(--title);
    font-family: "Plus Jakarta Sans", system-ui;
    font-size: 150px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 0.64px;
    -webkit-text-stroke: 2px black;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
}

@media (max-width: 1199px) {
    .intro-content-wrapper.style2 .stroke-text .stroke {
        font-size: 110px;
    }
}

@media (max-width: 767px) {
    .intro-content-wrapper.style2 .stroke-text .stroke {
        font-size: 60px;
        left: 10%;
    }
}

@media (max-width: 1199px) {
    .intro-content-wrapper.style2 .stroke-text {
        left: 80%;
    }
}

@media (max-width: 767px) {
    .intro-content-wrapper.style2 .stroke-text {
        left: 50%;
        top: 55%;
    }
}

.intro-content-wrapper.style2 .desc {
    position: relative;
    z-index: 9;
    max-width: 430px;
    color: var(--text);
    font-family: "Plus Jakarta Sans", system-ui;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .intro-content-wrapper.style2 .desc {
        margin-top: 100px;
    }
}

.intro-content-wrapper.style3 {
    position: relative;
    padding: 370px 0 209px;
    text-align: center;
}

@media (max-width: 767px) {
    .intro-content-wrapper.style3 {
        position: relative;
        padding: 175px 0 120px;
        text-align: center;
    }
}

.intro-content-wrapper.style3 .video-wrap {
    position: absolute;
    top: 209px;
    left: 50%;
    background: transparent;
    width: 100px;
    height: 100px;
    z-index: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

@media (max-width: 767px) {
    .intro-content-wrapper.style3 .video-wrap {
        top: 50px;
    }
}

.intro-content-wrapper.style3 .video-wrap .playerImg {
    width: 100px;
    height: 100px;
}

.intro-content-wrapper.style3 .intro-title {
    display: inline-block;
    color: var(--white);
    font-family: "Plus Jakarta Sans", system-ui;
    text-align: center;
    font-size: 74px;
    font-style: normal;
    font-weight: 800;
    line-height: 90px;
    letter-spacing: -2.22px;
    text-transform: uppercase;
}

@media (max-width: 1399px) {
    .intro-content-wrapper.style3 .intro-title {
        font-size: 50px;
        line-height: 60px;
    }
}

.intro-content-wrapper.style3 .desc {
    display: block;
    margin: 0 auto;
    text-align: center;
    max-width: 430px;
    color: var(--white);
    font-family: "Plus Jakarta Sans", system-ui;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 90px;
    letter-spacing: 3.6px;
    text-transform: uppercase;
}

@media (max-width: 1399px) {
    .intro-content-wrapper.style3 .desc {
        font-size: 14px;
    }
}

.intro-content-wrapper.style3 .hero-btn-wrapper.style3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

@media (max-width: 767px) {
    .intro-content-wrapper.style3 .hero-btn-wrapper.style3 {
        gap: 20px;
    }
}

.introSliderOne {
    position: relative;
    z-index: 9;
}

    .introSliderOne .slider-arrow-btn {
        position: absolute;
        top: 50%;
        right: 10px;
        z-index: 7;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

        .introSliderOne .slider-arrow-btn .slider-prev {
            position: absolute;
            margin-top: -70px;
        }

@media (max-width: 991px) {
    .introSliderOne .slider-arrow-btn {
        display: none;
    }
}

.introSliderOne .swiper-pagination {
    position: absolute;
    top: 92%;
    left: 33%;
    z-index: 1;
}

.introSliderOne .swiper-pagination-bullet {
    color: var(--title);
    font-family: "Plus Jakarta Sans", system-ui;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    background: transparent;
    margin: 20px;
    opacity: 0.3;
}

.introSliderOne .swiper-pagination-bullet-active {
    color: var(--title);
    font-family: "Plus Jakarta Sans", system-ui;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    background: transparent;
    opacity: 1;
}

/* 23.Cta */
.cta-wrapper.style2 {
    position: relative;
    background: var(--theme);
    margin-bottom: -180px;
    z-index: 5;
}

    .cta-wrapper.style2 .shape1 {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
    }

    .cta-wrapper.style2 .shape2 {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
    }

    .cta-wrapper.style2 .cta-thumb {
        position: relative;
        z-index: 2;
    }

    .cta-wrapper.style2 .section-title h2 {
        color: var(--white);
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 50px;
        letter-spacing: -1.08px;
    }

@media (max-width: 1199px) {
    .cta-wrapper.style2 {
        padding: 30px 10px;
    }

        .cta-wrapper.style2 .shape1 {
            display: none;
        }

        .cta-wrapper.style2 .shape2 {
            display: none;
        }

        .cta-wrapper.style2 .section-title {
            margin-top: 30px;
        }
}

.cta-wrapper.style3 {
    position: relative;
    text-align: center;
    z-index: 2;
}

    .cta-wrapper.style3 .video-wrap {
        position: absolute;
        top: -153px;
        left: 50%;
        background: transparent;
        width: 100px;
        height: 100px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

        .cta-wrapper.style3 .video-wrap .playerImg {
            width: 100px;
            height: 100px;
        }

    .cta-wrapper.style3 h3 {
        color: var(--white);
        text-align: center;
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: 60px;
        letter-spacing: -1.44px;
        margin-top: 150px;
    }

@media (max-width: 767px) {
    .cta-wrapper.style3 h3 {
        font-size: 37px;
        line-height: 45px;
    }
}

.cta-wrapper.style3 p {
    color: var(--white);
    text-align: center;
    font-family: "Plus Jakarta Sans", system-ui;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 90px;
    letter-spacing: 3.6px;
    text-transform: uppercase;
}

.cta-container-wrapper.style3 {
    position: relative;
}

    .cta-container-wrapper.style3::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(22, 25, 33, 0.45);
        z-index: 1;
    }

.subscribe-container-wrapper.style1 {
    position: relative;
    z-index: 9;
    margin-bottom: -100px;
}

.subscribe-wrapper.style1 {
    padding: 80px;
    background: var(--theme);
}

    .subscribe-wrapper.style1 .subscribe-content h2 {
        color: var(--white);
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -1.08px;
        margin-bottom: 10px;
    }

    .subscribe-wrapper.style1 .subscribe-content p {
        color: var(--white);
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
    }

@media (max-width: 991px) {
    .subscribe-wrapper.style1 {
        padding: 30px;
    }
}

.subscription-box {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .subscription-box input[type=email] {
        border: 1px solid var(--border-4);
        background: transparent;
        color: var(--text);
        padding: 10px 15px;
        font-size: 16px;
        outline: none;
        border-radius: 0;
        width: 250px;
        transition: border-color 0.3s;
    }

        .subscription-box input[type=email]::-moz-placeholder {
            color: var(--white);
            opacity: 0.7;
        }

        .subscription-box input[type=email]::placeholder {
            color: var(--white);
            opacity: 0.7;
        }

        .subscription-box input[type=email]:focus {
            border-color: white;
        }

    .subscription-box button {
        margin-left: 10px;
        padding: 12px 16px;
        background-color: var(--white);
        color: var(--text);
        border: none;
        cursor: pointer;
        font-size: 16px;
        transition: background-color 0.3s, color 0.3s;
    }

        .subscription-box button:hover {
            background-color: #ac6b37;
            color: white;
        }

@media (max-width: 991px) {
    .subscription-box {
        flex-wrap: wrap;
        gap: 20px;
    }
}

/* 24.Offer */
.offer-container-wrapper.style1 {
    position: relative;
}

    .offer-container-wrapper.style1 .shape {
        position: absolute;
        bottom: 20px;
        left: 25px;
    }

@media (max-width: 767px) {
    .offer-container-wrapper.style1 .shape {
        display: none;
    }
}

.offer-card.style1 {
    position: relative;
    padding: 30px;
    background: var(--theme);
    z-index: 3;
}

    .offer-card.style1:before {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 0%;
        z-index: 1;
        background: rgba(22, 25, 33, 0.85);
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
    }

    .offer-card.style1 .content {
        position: relative;
        z-index: 5;
    }

    .offer-card.style1 .bg {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 0%;
        z-index: -1;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
    }

        .offer-card.style1 .bg img {
            width: 100%;
            height: 100%;
        }

    .offer-card.style1 .icon {
        width: 56px;
        height: 56px;
        line-height: 56px;
        text-align: center;
        background: var(--theme3);
        margin-bottom: 20px;
    }

        .offer-card.style1 .icon svg {
            width: 40px;
            height: 40px;
        }

    .offer-card.style1 h3 {
        margin-bottom: 15px;
    }

        .offer-card.style1 h3 a {
            color: var(--white);
            font-family: "Plus Jakarta Sans", system-ui;
            font-size: 24px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            letter-spacing: -0.72px;
        }

    .offer-card.style1 .text {
        color: var(--white);
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        padding-bottom: 25px;
        border-bottom: 1px solid rgba(224, 224, 224, 0.25);
    }

    .offer-card.style1 .checklist {
        margin-bottom: 10px;
        margin-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(224, 224, 224, 0.25);
    }

    .offer-card.style1:hover:before, .offer-card.style1.active:before {
        height: 100%;
        opacity: 1;
        visibility: visible;
    }

    .offer-card.style1:hover .bg, .offer-card.style1.active .bg {
        height: 100%;
        opacity: 1;
        visibility: visible;
    }

    .offer-card.style1:hover .content .arrow-link svg path, .offer-card.style1.active .content .arrow-link svg path {
        fill: var(--theme);
    }

.offerSliderOne .swiper-slide.swiper-slide-next .offer-card.style1:before {
    height: 100%;
    opacity: 1;
    visibility: visible;
}

.offerSliderOne .swiper-slide.swiper-slide-next .offer-card.style1 .bg {
    height: 100%;
    opacity: 1;
    visibility: visible;
}

.offerSliderOne .swiper-slide.swiper-slide-next .offer-card.style1 .content .arrow-link svg path {
    fill: var(--theme);
}

.offerSliderOne .slider-pagination {
    text-align: center;
    margin-top: 52px;
}

/* 25.about */
.about-container-wrapper.style1 {
    position: relative;
}

    .about-container-wrapper.style1 .shape1 {
        position: absolute;
        top: 10px;
        left: 60px;
        z-index: 1;
    }

@media (max-width: 767px) {
    .about-container-wrapper.style1 .shape1 {
        display: none;
    }
}

.about-container-wrapper.style1 .shape2 {
    position: absolute;
    bottom: -30px;
    right: 32px;
    z-index: 1;
}

@media (max-width: 1899px) {
    .about-container-wrapper.style1 .shape2 {
        display: none;
    }
}

.about-wrapper.style1 .about-thumb {
    position: relative;
}

    .about-wrapper.style1 .about-thumb .thumb1 {
        position: relative;
        margin-right: 129px;
    }

@media (max-width: 767px) {
    .about-wrapper.style1 .about-thumb .thumb1 {
        max-width: 100%;
    }
}

.about-wrapper.style1 .about-thumb .thumb2 {
    position: absolute;
    top: 80px;
    bottom: 58px;
    right: 0px;
}

@media (max-width: 1399px) {
    .about-wrapper.style1 .about-thumb .thumb2 {
        /* left: 0; */
    }
}

@media (max-width: 767px) {
    .about-wrapper.style1 .about-thumb .thumb2 {
        max-width: 100%;
    }
}

.about-wrapper.style1 .about-thumb .thumbShape {
    position: absolute;
    top: 10px;
    right: 0px;
    height: 100%;
}

@media (max-width: 1399px) {
    .about-wrapper.style1 .about-thumb .thumbShape {
        left: 0;
    }
}

@media (max-width: 767px) {
    .about-wrapper.style1 .about-thumb .thumbShape {
        max-width: 100%;
        max-height: 100%;
        display: none;
    }
}

.about-wrapper.style1 .about-thumb .video-wrap {
    position: absolute;
    bottom: 26px;
    left: 163px;
    background: transparent;
    width: 100px;
    height: 100px;
}

    .about-wrapper.style1 .about-thumb .video-wrap .playerImg {
        width: 100px;
        height: 100px;
    }

@media (max-width: 767px) {
    .about-wrapper.style1 .about-thumb {
        margin-bottom: 0px;
    }
}

.about-wrapper.style1 .about-content .section-title {
    padding-bottom: 10px;
    /* border-bottom: 1px solid #D9D9D9; */
    position: relative;
}

    .about-wrapper.style1 .about-content .section-title .desc {
        color: #5b6064;
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
    }

.about-wrapper.style1 .about-content .exp-area {
    margin-top: 30px;
    margin-bottom: 40px;
}

.about-wrapper.style1 .about-content .fancy-box-area {
    margin-bottom: 60px;
}

.about-wrapper.style2 .about-thumb {
    position: relative;
}

    .about-wrapper.style2 .about-thumb .thumb1 {
        position: relative;
        margin-left: 156px;
    }

    .about-wrapper.style2 .about-thumb .thumb2 {
        position: absolute;
        bottom: -70px;
        left: 0px;
    }

    .about-wrapper.style2 .about-thumb .thumbShape1 {
        position: absolute;
        top: 50px;
        left: 0px;
    }

    .about-wrapper.style2 .about-thumb .thumbShape2 {
        position: absolute;
        top: 0px;
        left: 110px;
    }

@media (max-width: 1199px) {
    .about-wrapper.style2 .about-thumb {
        margin-bottom: 70px;
    }
}

.about-wrapper.style2 .about-content .section-title {
    padding-bottom: 30px;
    border-bottom: 1px solid #D9D9D9;
}

    .about-wrapper.style2 .about-content .section-title h2 {
        margin-bottom: 22px;
    }

    .about-wrapper.style2 .about-content .section-title .desc {
        color: var(--text);
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
    }

.about-wrapper.style2 .about-content h3 {
    color: var(--theme);
    font-family: "Plus Jakarta Sans", system-ui;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.72px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.about-wrapper.style2 .about-content .exp-area {
    margin-top: 30px;
    margin-bottom: 15px;
}

.about-wrapper.style2 .about-content .fancy-box-area {
    margin-bottom: 60px;
}

.about-wrapper.style2 .about-content .progress-wrap.style2 {
    margin-bottom: 30px;
}

    .about-wrapper.style2 .about-content .progress-wrap.style2 .progress-meta .title {
        color: var(--title);
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.54px;
    }

    .about-wrapper.style2 .about-content .progress-wrap.style2 .progress-meta .percentage {
        color: var(--title);
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.54px;
    }

    .about-wrapper.style2 .about-content .progress-wrap.style2 .progress-container {
        height: 2px;
        background-color: transparent !important;
    }

        .about-wrapper.style2 .about-content .progress-wrap.style2 .progress-container .progress-bar {
            height: 2px;
            background-color: var(--theme);
        }

.about-wrapper.style3 .about-thumb {
    position: relative;
}

    .about-wrapper.style3 .about-thumb .main-thumb {
        position: relative;
        z-index: 2;
    }

@media (max-width: 767px) {
    .about-wrapper.style3 .about-thumb .main-thumb {
        max-width: 100%;
    }
}

.about-wrapper.style3 .about-thumb .shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

@media (max-width: 1199px) {
    .about-wrapper.style3 .about-thumb .shape {
        left: 0;
    }
}

@media (max-width: 767px) {
    .about-wrapper.style3 .about-thumb .shape {
        display: none;
    }
}

.about-wrapper.style3 .about-thumb .fancy-box.style4 {
    position: absolute;
    top: 60px;
    right: 80px;
    z-index: 3;
}

@media (max-width: 1199px) {
    .about-wrapper.style3 .about-thumb .fancy-box.style4 {
        left: 0;
        right: inherit;
    }
}

.about-wrapper.style3 .about-thumb .about-counter-wrapper {
    display: flex;
    align-items: center;
    margin-top: 30px;
    gap: 30px;
}

@media (max-width: 767px) {
    .about-wrapper.style3 .about-thumb .about-counter-wrapper {
        flex-wrap: wrap;
    }
}

.about-wrapper.style3 .about-content .section-title .text {
    color: var(--text);
    font-family: "Plus Jakarta Sans", system-ui;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.about-wrapper.style3 .fancy-box.style5.child1 {
    margin-bottom: 30px;
    padding-top: 20px;
    border-top: 1px solid var(--border-4);
}

.about-wrapper.style3 .fancy-box.style5.child2 {
    margin-bottom: 40px;
}

.about-wrapper.style3 .contact-meta {
    display: flex;
    align-items: center;
    gap: 30px;
}

/* 26.Gallery */
.gallery-container-wrapper.style1 {
    position: relative;
    padding-top: 308px;
}

    .gallery-container-wrapper.style1:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(138, 81, 51, 0.65);
        mix-blend-mode: multiply;
        z-index: 1;
    }

.gallery-card.style1 .gallery-thumb {
    position: relative;
    overflow: hidden;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

    .gallery-card.style1 .gallery-thumb img {
        position: relative;
        z-index: 1;
        width: 100%;
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
    }

    .gallery-card.style1 .gallery-thumb .icon {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        z-index: 3;
        top: 50%;
        left: 0%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
    }

    .gallery-card.style1 .gallery-thumb:before {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        z-index: 2;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 0%;
        background: rgba(22, 25, 33, 0.85);
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
    }

    .gallery-card.style1 .gallery-thumb:hover img {
        position: relative;
        z-index: 1;
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }

    .gallery-card.style1 .gallery-thumb:hover .icon {
        opacity: 1;
        visibility: visible;
        left: 50%;
    }

    .gallery-card.style1 .gallery-thumb:hover:before {
        opacity: 1;
        visibility: visible;
        height: 100%;
    }

.gallery-card.style3 .gallery-thumb {
    position: relative;
    overflow: hidden;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

    .gallery-card.style3 .gallery-thumb img {
        position: relative;
        z-index: 1;
        width: 100%;
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
    }

    .gallery-card.style3 .gallery-thumb .icon {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        z-index: 3;
        top: 50%;
        left: 0%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
    }

    .gallery-card.style3 .gallery-thumb:before {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        z-index: 2;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 0%;
        background: rgba(22, 25, 33, 0.85);
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
    }

    .gallery-card.style3 .gallery-thumb:hover img {
        position: relative;
        z-index: 1;
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }

    .gallery-card.style3 .gallery-thumb:hover .icon {
        opacity: 1;
        visibility: visible;
        left: 50%;
    }

    .gallery-card.style3 .gallery-thumb:hover:before {
        opacity: 1;
        visibility: visible;
        height: 100%;
    }

.gallerySliderOne .swiper-slide.swiper-slide-next .gallery-card.style1 .gallery-thumb img {
    position: relative;
    z-index: 1;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.gallerySliderOne .swiper-slide.swiper-slide-next .gallery-card.style1 .gallery-thumb .icon {
    opacity: 1;
    visibility: visible;
    left: 50%;
}

.gallerySliderOne .swiper-slide.swiper-slide-next .gallery-card.style1 .gallery-thumb:before {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

/* 27.Testimonial */
.testimonial-container-wrapper.style1 {
    position: relative;
}

    .testimonial-container-wrapper.style1 .shape1 {
        position: absolute;
        top: -80px;
        left: 0;
    }

@media (max-width: 1899px) {
    .testimonial-container-wrapper.style1 .shape1 {
        display: none;
    }
}

.testimonial-container-wrapper.style1 .shape2 {
    position: absolute;
    bottom: -220px;
    left: 0;
}

.testimonial-container-wrapper.style3 {
    position: relative;
}

    .testimonial-container-wrapper.style3 .shape1 {
        position: absolute;
        top: 80px;
        left: 190px;
        z-index: 1;
    }

.testimonial-wrapper.style2 .testimonial-thumb {
    margin-right: -145px;
}

    .testimonial-wrapper.style2 .testimonial-thumb img {
        width: 100%;
    }

@media (max-width: 1199px) {
    .testimonial-wrapper.style2 .testimonial-thumb {
        margin-right: 0;
    }
}

.testimonial-wrapper.style3 {
    position: relative;
    z-index: 3;
}

    .testimonial-wrapper.style3 .section-title .text {
        margin-top: 20px;
    }

    .testimonial-wrapper.style3 .section-title .rating-wrapper {
        display: flex;
        align-items: center;
        gap: 20px;
        margin-top: 30px;
    }

        .testimonial-wrapper.style3 .section-title .rating-wrapper h3 {
            padding-right: 20px;
            border-right: 1px solid #687179;
            color: var(--theme);
            font-family: "Plus Jakarta Sans", system-ui;
            font-size: 48px;
            font-style: normal;
            font-weight: 700;
            line-height: 60px;
            letter-spacing: -1.44px;
        }

        .testimonial-wrapper.style3 .section-title .rating-wrapper .item .text2 {
            color: var(--Font-color, #2B1E16);
            font-family: "Plus Jakarta Sans", system-ui;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 28px;
        }

.testimonial-card-items.style1 {
    position: relative;
    padding: 40px;
}

    .testimonial-card-items.style1 .shape {
        position: absolute;
        top: 40px;
        right: 40px;
    }

    .testimonial-card-items.style1 .body {
        margin-top: 25px;
    }

        .testimonial-card-items.style1 .body p {
            color: var(--title);
            font-family: "Plus Jakarta Sans", system-ui;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 28px;
            margin-bottom: 5px;
        }

@media (max-width: 767px) {
    .testimonial-card-items.style1 {
        padding: 25px;
    }
}

.testimonial-card-items.style2 {
    position: relative;
    background: var(--white);
    padding: 60px;
    box-shadow: 0px 10px 40px 0px rgba(52, 55, 170, 0.1);
}

    .testimonial-card-items.style2 .profile-meta {
        margin-bottom: 22px;
    }

        .testimonial-card-items.style2 .profile-meta .thumb {
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
        }

        .testimonial-card-items.style2 .profile-meta .content h6 {
            color: var(--title);
            font-family: "Plus Jakarta Sans", system-ui;
            font-size: 24px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            letter-spacing: -0.72px;
        }

        .testimonial-card-items.style2 .profile-meta .content p {
            color: var(--text);
            font-family: "Plus Jakarta Sans", system-ui;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 28px;
        }

    .testimonial-card-items.style2 .icon {
        position: absolute;
        top: 40px;
        right: 40px;
    }

@media (max-width: 767px) {
    .testimonial-card-items.style2 .icon {
        top: 80px;
        right: 10px;
    }
}

.testimonial-card-items.style2 .body {
    margin-top: 30px;
}

    .testimonial-card-items.style2 .body p {
        color: var(--text);
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 20px;
        font-style: italic;
        font-weight: 500;
        line-height: 26px;
    }

@media (max-width: 767px) {
    .testimonial-card-items.style2 {
        padding: 25px;
    }
}

.testimonial-card-items.style3 {
    padding: 60px 40px 40px;
    background: var(--white);
    position: relative;
    max-width: 580px;
}

@media (max-width: 1199px) {
    .testimonial-card-items.style3 {
        margin-top: 50px;
    }
}

.testimonial-card-items.style3 .profile-thumb {
    position: absolute;
    left: 40px;
    top: -40px;
}

.testimonial-card-items.style3 .text {
    margin-bottom: 10px;
}

.testimonial-card-items.style3 .profile-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .testimonial-card-items.style3 .profile-wrapper .profile h6 {
        color: var(--title);
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.54px;
    }

    .testimonial-card-items.style3 .profile-wrapper .profile .text {
        color: var(--text);
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
    }

.testimonialSliderOne .slider-pagination {
    text-align: center;
    margin-top: 52px;
}

.testimonialSliderTwo {
    margin: -40px;
}

    .testimonialSliderTwo .swiper-slide {
        padding: 40px;
    }

/* 28.Team */
.team-card.style2 {
    position: relative;
    background: var(--white);
    padding: 20px;
}

    .team-card.style2 .shape1 {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
    }

    .team-card.style2 .shape2 {
        position: absolute;
        bottom: 92px;
        left: 0;
        z-index: 1;
    }

    .team-card.style2 .team-thumb {
        width: 100%;
    }

        .team-card.style2 .team-thumb img {
            position: relative;
            width: 100%;
            z-index: 2;
        }

    .team-card.style2 .team-content {
        text-align: center;
        margin-top: 35px;
    }

        .team-card.style2 .team-content h3 a {
            color: var(--title);
            text-align: center;
            font-family: "Plus Jakarta Sans", system-ui;
            font-size: 18px;
            font-style: normal;
            font-weight: 600;
            line-height: 28px;
        }

        .team-card.style2 .team-content p {
            color: var(--text);
            text-align: center;
            font-family: "Plus Jakarta Sans", system-ui;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 28px;
        }

.team-details-wrapper .main-details {
    padding: 30px;
    border: 1px solid var(--border-4);
}

@media (max-width: 767px) {
    .team-details-wrapper .main-details .team-thumb img {
        max-width: 100%;
    }
}

.team-details-wrapper .main-details .team-content .name {
    color: var(--title);
    font-family: "Plus Jakarta Sans", system-ui;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 47px;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.team-details-wrapper .main-details .team-content .designation {
    color: var(--text);
    font-family: "Plus Jakarta Sans", system-ui;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.team-details-wrapper .main-details .team-content .text {
    color: var(--text);
    font-family: "Plus Jakarta Sans", system-ui;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.32px;
    margin-bottom: 20px;
}

.team-details-wrapper .main-details .team-content .table {
    max-width: 463px;
    margin-bottom: 20px;
}

    .team-details-wrapper .main-details .team-content .table > :not(caption) > * > * {
        padding: 0px;
        color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
        background-color: var(--bs-table-bg);
        border-bottom-width: 0px;
        box-shadow: none;
        padding-bottom: 10px;
    }

.team-details-wrapper .main-details .team-content .info-list .info {
    color: var(--text);
    font-family: "Plus Jakarta Sans", system-ui;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.team-details-wrapper .main-details .team-content .info-list .title {
    color: var(--title);
    font-family: "Plus Jakarta Sans", system-ui;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.team-details-wrapper .optional-details {
    margin-top: 50px;
}

    .team-details-wrapper .optional-details .description-content .team-details-title {
        color: var(--title);
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 38px;
        font-style: normal;
        font-weight: 700;
        line-height: 47px;
        text-transform: capitalize;
        margin-bottom: 30px;
    }

    .team-details-wrapper .optional-details .description-content .text {
        color: #6C6E76;
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
    }

    .team-details-wrapper .optional-details .skills-content .team-details-title {
        color: var(--title);
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 38px;
        font-style: normal;
        font-weight: 700;
        line-height: 47px;
        text-transform: capitalize;
        margin-bottom: 30px;
    }

    .team-details-wrapper .optional-details .skills-content .text {
        color: #6C6E76;
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .team-details-wrapper .optional-details .skills-content .progress-wrap {
        margin-bottom: 20px;
    }

        .team-details-wrapper .optional-details .skills-content .progress-wrap .progress-container {
            border-radius: 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            -o-border-radius: 0;
        }

            .team-details-wrapper .optional-details .skills-content .progress-wrap .progress-container .progress-bar {
                background-color: var(--theme);
                border-radius: 0;
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                -ms-border-radius: 0;
                -o-border-radius: 0;
            }

.team-details-wrapper .work-gallery .work-gallery-title {
    color: var(--title);
    font-family: "Plus Jakarta Sans", system-ui;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 47px;
    text-transform: capitalize;
    margin-bottom: 50px;
    margin-top: -0.8em;
}

.workGallerySliderOne .gallery-thumb {
    max-width: 100%;
}

    .workGallerySliderOne .gallery-thumb img {
        max-width: 100%;
    }

/* 29.Faq */
/*----------------------------------------------
    # Faq style here
----------------------------------------------*/
.faq-content .accordion-item {
    padding: 24px 24px 0;
    border: 0;
    background-color: var(--theme2);
}

    .faq-content .accordion-item .accordion-header .accordion-button {
        font-weight: 600;
        color: var(--title);
        border: none;
        box-shadow: none;
        background-color: var(--theme2);
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px;
        padding-top: 0;
        padding-left: 0;
        padding-bottom: 24px;
    }

        .faq-content .accordion-item .accordion-header .accordion-button:after {
            display: none;
        }

        .faq-content .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
            display: none;
        }

        .faq-content .accordion-item .accordion-header .accordion-button.collapsed {
            background-color: var(--theme2);
            padding-bottom: 24px;
            color: var(--title);
        }

    .faq-content .accordion-item .accordion-collapse {
        border: none;
    }

        .faq-content .accordion-item .accordion-collapse .accordion-body {
            padding: 0px;
            padding-top: 24px;
            padding-bottom: 24px;
            border-top: 1px solid var(--border-4);
            color: var(--text);
            background-color: var(--theme2);
            color: var(--text);
            font-family: "Plus Jakarta Sans", system-ui;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 28px;
        }

.faq-content.style2 .accordion-item {
    padding: 24px 24px 0px 24px;
    border: 0;
    background-color: var(--white);
}

    .faq-content.style2 .accordion-item .accordion-collapse .accordion-body {
        background-color: var(--white);
    }

    .faq-content.style2 .accordion-item .accordion-header .accordion-button {
        background-color: var(--white);
    }

        .faq-content.style2 .accordion-item .accordion-header .accordion-button.collapsed {
            background-color: var(--white);
        }

@media (max-width: 1199px) {
    .faq-content.style2 {
        padding-top: 0;
    }
}

.faq-thumb img {
    width: 100%;
}

.faq-thumb .thumb-wrap {
    position: relative;
}

    .faq-thumb .thumb-wrap img {
        position: relative;
        width: 100%;
    }

    .faq-thumb .thumb-wrap .conter-box {
        position: absolute;
        top: 0;
        right: 0;
        border-bottom: 15px solid var(--white);
        border-left: 15px solid var(--white);
    }

.faq-wrapper.style1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
}

    .faq-wrapper.style1 .section-title {
        padding-bottom: 35px;
        border-bottom: 1px solid var(--border-4);
    }

        .faq-wrapper.style1 .section-title .desc {
            color: var(--text);
            font-family: "Plus Jakarta Sans", system-ui;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 28px;
        }

@media (max-width: 767px) {
    .faq-wrapper.style1 {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
}

.faq-wrapper.style2 .faq-thumb {
    height: 100%;
    margin-left: -375px;
}

    .faq-wrapper.style2 .faq-thumb .thumb {
        width: 100%;
        height: 100%;
    }

@media (max-width: 1899px) {
    .faq-wrapper.style2 .faq-thumb {
        height: 100%;
        margin-left: 0;
        height: auto;
    }
}

.faq-box.style1 {
    padding: 30px;
    border: 1px solid var(--border-4);
    background: var(--white);
    margin-top: 40px;
}

    .faq-box.style1 .header {
        display: flex;
        align-items: center;
        gap: 20px;
        margin-bottom: 15px;
    }

        .faq-box.style1 .header h6 {
            color: var(--title);
            font-family: "Plus Jakarta Sans", system-ui;
            font-size: 18px;
            font-style: normal;
            font-weight: 500;
            line-height: 28px;
        }

            .faq-box.style1 .header h6 .counter-number,
            .faq-box.style1 .header h6 .counter-text {
                color: var(--title);
                font-family: "Plus Jakarta Sans", system-ui;
                font-size: 24px;
                font-style: normal;
                font-weight: 700;
                line-height: 28px;
            }

    .faq-box.style1 .text {
        color: var(--text);
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
    }

/* 30.Contact */
.contact-content.style1 {
    position: relative;
    padding: 160px 40px 109px;
    background: var(--white);
    box-shadow: 0px 5px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 767px) {
    .contact-content.style1 {
        padding: 50px 20px 50px;
    }
}

.contact-content.style1 .shape1 {
    position: absolute;
    top: 0;
    right: 0;
}

.contact-content.style1 .fancy-box-wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 30px 0;
}

@media (max-width: 767px) {
    .contact-content.style1 .fancy-box-wrapper {
        flex-direction: column;
        align-items: start;
    }
}

.contact-form.style1 {
    padding: 40px;
    background: var(--theme2);
}

.contact-info-box.style1 {
    text-align: center;
    padding: 15px 20px;
    background: var(--theme2);
    height: 215px;
}

    .contact-info-box.style1 .icon {
        display: block;
        width: 70px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        background: var(--theme);
        margin: auto;
        margin-bottom: 15px;
    }

    .contact-info-box.style1 .title {
        color: var(--title);
        text-align: center;
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: -0.72px;
        text-transform: capitalize;
        margin-bottom: 15px;
    }

    .contact-info-box.style1 .info {
        color: var(--text);
        text-align: center;
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
    }

.contact-info-box.style2 {
    text-align: center;
    padding: 20px 20px;
    background: var(--theme);
    height: 215px;
}

    .contact-info-box.style2 .icon {
        display: block;
        width: 70px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        background: #434375;
        margin: auto;
        margin-bottom: 15px;
    }

    .contact-info-box.style2 .title {
        color: var(--white);
        text-align: center;
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 25px;
        letter-spacing: -0.72px;
        text-transform: capitalize;
        margin-bottom: 15px;
    }

    .contact-info-box.style2 .info {
        color: var(--white);
        text-align: center;
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
    }

.map-wrapper iframe {
    width: 100%;
    height: 662px;
}

.contact-form-wrapper.style2 .contact-form-thumb {
    margin-left: -265px;
}

    .contact-form-wrapper.style2 .contact-form-thumb img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.contact-form.style2 {
    padding: 20px 15px 10px 15px;
    background: var(--white);
    border: 1px solid var(--border-4);
    /* margin-top: -780px; */
}

@media (max-width: 767px) {
    .contact-form.style2 {
        margin-top: 0px;
        margin-bottom: 80px;
    }
}

.contact-form.style2 h2 {
    color: var(--title);
    font-family: "Plus Jakarta Sans", system-ui;
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: 50px;
    text-transform: capitalize;
    margin-bottom: 9px;
}

.contact-form.style2 input {
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 15px;
    border-radius: 8px;
    border: 1px solid #D4DCFF;
    background: var(--theme2);
    color: var(--text);
    font-family: "Plus Jakarta Sans", system-ui;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.contact-form.style2 textarea.form-control {
    background-color: var(--theme2);
    border-radius: 8px;
    border: 1px #D4DCFF !important;
    margin-bottom: 25px;
}

.contact-form.style2 .single-select {
    width: 100%;
    height: 60px;
    padding: 15px 20px;
    margin-bottom: 25px;
    border-radius: 8px;
    border: 1px solid #D4DCFF;
    background: var(--theme2);
    color: var(--text);
    font-family: "Plus Jakarta Sans", system-ui;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

@media (max-width: 575px) {
    .contact-form.style2 {
        /* padding: 30px; */
    }
}

.login-container-wrapper.style1 {
    position: relative;
}

    .login-container-wrapper.style1 .shape {
        position: absolute;
        bottom: -120px;
        left: 0;
    }

@media (max-width: 767px) {
    .login-container-wrapper.style1 .login-thumb img {
        max-width: 100%;
    }
}

.login-container-wrapper.style1 .login-container {
    background-color: var(--white);
    border: 1px solid var(--theme);
    padding: 40px 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

    .login-container-wrapper.style1 .login-container .logo {
        margin-bottom: 70px;
    }

    .login-container-wrapper.style1 .login-container h1 {
        color: var(--title);
        text-align: center;
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 50px;
        text-transform: capitalize;
    }

    .login-container-wrapper.style1 .login-container p {
        font-size: 14px;
        color: #666;
        margin-bottom: 30px;
    }

    .login-container-wrapper.style1 .login-container form {
        display: flex;
        flex-direction: column;
    }

        .login-container-wrapper.style1 .login-container form input[type=email],
        .login-container-wrapper.style1 .login-container form input[type=password] {
            width: 100%;
            padding: 12px;
            margin-bottom: 20px;
            border: 1px solid #ccc;
            border-radius: 4px;
            font-size: 14px;
        }

        .login-container-wrapper.style1 .login-container form input[type=checkbox] {
            margin-right: 8px;
        }

        .login-container-wrapper.style1 .login-container form .remember-forgot {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 25px;
            font-size: 14px;
        }

            .login-container-wrapper.style1 .login-container form .remember-forgot .checkbox-wrap {
                line-height: 0;
            }

            .login-container-wrapper.style1 .login-container form .remember-forgot a {
                text-decoration: none;
                color: #d07b4d;
            }

                .login-container-wrapper.style1 .login-container form .remember-forgot a:hover {
                    text-decoration: underline;
                }

        .login-container-wrapper.style1 .login-container form button {
            cursor: pointer;
            margin-bottom: 50px;
        }

    .login-container-wrapper.style1 .login-container .signup {
        margin-top: 20px;
        font-size: 14px;
    }

        .login-container-wrapper.style1 .login-container .signup a {
            text-decoration: none;
            color: #d07b4d;
        }

            .login-container-wrapper.style1 .login-container .signup a:hover {
                text-decoration: underline;
            }

/* 31.Blog */
/*----------------------------------------------
    # Blog  style here
----------------------------------------------*/
.blog-card-items.style1 {
    position: relative;
    margin-top: 30px;
    background-color: var(--white);
}

    .blog-card-items.style1 .blog-image {
        position: relative;
        overflow: hidden;
    }

        .blog-card-items.style1 .blog-image img {
            width: 100%;
            height: 100%;
            position: relative;
            display: block;
            -o-object-fit: cover;
            object-fit: cover;
            transition: all 500ms ease;
        }

            .blog-card-items.style1 .blog-image img:first-child {
                position: absolute;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                z-index: 1;
                transform: translateX(50%) scaleX(2);
                opacity: 0;
                filter: blur(10px);
                -moz-transform: translateX(50%) scaleX(2);
                -ms-transform: translateX(50%) scaleX(2);
                -o-transform: translateX(50%) scaleX(2);
            }

    .blog-card-items.style1 .blog-meta {
        position: absolute;
        top: 24px;
        left: 24px;
        text-align: center;
        z-index: 9;
    }

        .blog-card-items.style1 .blog-meta .day {
            padding: 4px 13px;
            background: var(--theme);
            color: var(--white);
            font-family: "Plus Jakarta Sans", system-ui;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 1;
        }

        .blog-card-items.style1 .blog-meta .month {
            padding: 4px 13px;
            background: var(--white);
            color: var(--title);
            text-align: center;
            font-family: "Plus Jakarta Sans", system-ui;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 1;
        }

    .blog-card-items.style1 .blog-content {
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 24px;
        max-width: 286px;
        background: var(--white);
        z-index: 9999;
    }

        .blog-card-items.style1 .blog-content ul {
            display: flex;
            align-items: center;
            padding: 10px 0 0;
            gap: 30px;
            margin-bottom: 0px;
            list-style-type: none;
        }

            .blog-card-items.style1 .blog-content ul li {
                font-family: "Plus Jakarta Sans", system-ui;
                color: var(--text);
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: 28px;
            }

@media (max-width: 1399px) {
    .blog-card-items.style1 .blog-content ul li {
        font-size: 13px;
        line-height: 24px;
    }
}

.blog-card-items.style1 .blog-content ul li svg {
    margin-right: 8px;
}

@media (max-width: 1399px) {
    .blog-card-items.style1 .blog-content ul li svg {
        font-size: 13px;
        line-height: 24px;
    }
}

.blog-card-items.style1 .blog-content ul li i {
    color: var(--theme);
    font-family: "Font Awesome 6 Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 5px;
}

@media (max-width: 1399px) {
    .blog-card-items.style1 .blog-content ul li {
        font-size: 15px;
    }
}

.blog-card-items.style1 .blog-content h3 a {
    display: inline-block;
    position: relative;
    color: var(--title);
    font-family: "Plus Jakarta Sans", system-ui;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.4px;
    text-decoration: none;
    transition: width 0.5s ease-in-out;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -ms-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
}

@media (max-width: 1399px) {
    .blog-card-items.style1 .blog-content h3 a {
        font-size: 16px;
        line-height: 24px;
    }
}

.blog-card-items.style1 .blog-content h3 a:hover {
    text-decoration: underline;
    color: var(--theme);
}

.blog-card-items.style1 .blog-content:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 83px;
    background: var(--theme);
    z-index: 3;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.blog-card-items.style1 .blog-content:hover:before {
    height: 100%;
}

.blog-card-items.style1:hover .blog-image img:first-child {
    transform: translateX(0) scaleX(1);
    opacity: 1;
    filter: blur(0);
}

.blog-card-items.style1:hover .blog-image img:nth-child(2) {
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    filter: blur(10px);
}

.blog-card-items.style2 {
    position: relative;
    margin-top: 30px;
    background-color: var(--white);
    display: flex;
}

    .blog-card-items.style2 .blog-image {
        position: relative;
        overflow: hidden;
        height: 334px;
    }

        .blog-card-items.style2 .blog-image img {
            position: relative;
            display: block;
            -o-object-fit: cover;
            object-fit: cover;
            transition: all 500ms ease;
        }

            .blog-card-items.style2 .blog-image img:first-child {
                position: absolute;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                z-index: 1;
                transform: translateX(50%) scaleX(2);
                opacity: 0;
                filter: blur(10px);
                -moz-transform: translateX(50%) scaleX(2);
                -ms-transform: translateX(50%) scaleX(2);
                -o-transform: translateX(50%) scaleX(2);
            }

    .blog-card-items.style2 .blog-meta {
        position: absolute;
        top: 24px;
        left: 24px;
        text-align: center;
        z-index: 9;
    }

        .blog-card-items.style2 .blog-meta .day {
            padding: 4px 13px;
            background: var(--theme);
            color: var(--white);
            font-family: "Plus Jakarta Sans", system-ui;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 1;
        }

        .blog-card-items.style2 .blog-meta .month {
            padding: 4px 13px;
            background: var(--white);
            color: var(--title);
            text-align: center;
            font-family: "Plus Jakarta Sans", system-ui;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 1;
        }

    .blog-card-items.style2 .blog-content {
        position: relative;
        padding: 20px 30px;
        background: var(--white);
        border: 1px solid var(--border);
        z-index: 9999;
        max-width: 350px;
        max-height: 290px;
        transform: translateY(8%);
        -webkit-transform: translateY(8%);
        -moz-transform: translateY(8%);
        -ms-transform: translateY(8%);
        -o-transform: translateY(8%);
    }

        .blog-card-items.style2 .blog-content ul {
            display: flex;
            align-items: center;
            gap: 30px;
            margin-bottom: 15px;
            list-style-type: none;
        }

            .blog-card-items.style2 .blog-content ul li {
                font-family: "Plus Jakarta Sans", system-ui;
                color: var(--text);
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: 28px;
            }

                .blog-card-items.style2 .blog-content ul li svg {
                    margin-right: 8px;
                }

                .blog-card-items.style2 .blog-content ul li i {
                    color: var(--theme);
                    font-family: "Font Awesome 6 Pro";
                    font-size: 12px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: normal;
                    margin-right: 5px;
                }

@media (max-width: 1399px) {
    .blog-card-items.style2 .blog-content ul li {
        font-size: 15px;
    }
}

.blog-card-items.style2 .blog-content h3 {
    margin-bottom: 10px;
}

    .blog-card-items.style2 .blog-content h3 a {
        display: inline-block;
        position: relative;
        color: var(--title);
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px;
        text-decoration: none;
        transition: width 0.5s ease-in-out;
        -webkit-transition: width 0.5s ease-in-out;
        -moz-transition: width 0.5s ease-in-out;
        -ms-transition: width 0.5s ease-in-out;
        -o-transition: width 0.5s ease-in-out;
    }

        .blog-card-items.style2 .blog-content h3 a:hover {
            text-decoration: underline;
            color: var(--theme);
        }

.blog-card-items.style2 .blog-content:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 83px;
    background: var(--theme);
    z-index: 3;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.blog-card-items.style2 .blog-content .blog-desc {
    color: var(--text);
    font-family: "Plus Jakarta Sans", system-ui;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 20px;
}

.blog-card-items.style2 .blog-content .link-btn svg,
.blog-card-items.style2 .blog-content .link-btn i,
.blog-card-items.style2 .blog-content .link-btn img {
    margin-left: 8px;
}

.blog-card-items.style2 .blog-content:hover:before {
    height: 100%;
}

@media (max-width: 767px) {
    .blog-card-items.style2 {
        flex-wrap: wrap;
    }
}

.blog-card-items.style2:hover .blog-image img:first-child {
    transform: translateX(0) scaleX(1);
    opacity: 1;
    filter: blur(0);
}

.blog-card-items.style2:hover .blog-image img:nth-child(2) {
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    filter: blur(10px);
}

.blog-card-items.style3 {
    position: relative;
    margin-top: 30px;
    background-color: var(--white);
    padding: 24px;
    border: 1px solid #E5E5E5;
}

    .blog-card-items.style3 .blog-image {
        position: relative;
        overflow: hidden;
    }

        .blog-card-items.style3 .blog-image img {
            position: relative;
            display: block;
            -o-object-fit: cover;
            object-fit: cover;
            width: 100%;
            height: 100%;
            transition: all 500ms ease;
        }

            .blog-card-items.style3 .blog-image img:first-child {
                position: absolute;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                z-index: 1;
                transform: translateX(50%) scaleX(2);
                opacity: 0;
                filter: blur(10px);
                -moz-transform: translateX(50%) scaleX(2);
                -ms-transform: translateX(50%) scaleX(2);
                -o-transform: translateX(50%) scaleX(2);
            }

    .blog-card-items.style3 .blog-meta {
        position: relative;
        display: inline-block;
        margin-left: 20px;
        margin-top: -40px;
        margin-bottom: 5px;
        text-align: center;
        z-index: 9;
        border-radius: 10px;
        background: var(--white);
        box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
    }

        .blog-card-items.style3 .blog-meta .day {
            padding: 4px 13px;
            background: var(--theme);
            color: var(--white);
            font-family: "Plus Jakarta Sans", system-ui;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 1;
            border-radius: 10px;
        }

        .blog-card-items.style3 .blog-meta .month {
            padding: 4px 13px;
            background: var(--white);
            color: var(--title);
            text-align: center;
            font-family: "Plus Jakarta Sans", system-ui;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 1;
        }

    .blog-card-items.style3 .blog-content {
        position: relative;
        margin-bottom: 5px;
        background: var(--white);
        z-index: 9999;
        transform: translateY(8%);
        -webkit-transform: translateY(8%);
        -moz-transform: translateY(8%);
        -ms-transform: translateY(8%);
        -o-transform: translateY(8%);
    }

        .blog-card-items.style3 .blog-content ul {
            display: flex;
            align-items: center;
            gap: 30px;
            margin-bottom: 15px;
            list-style-type: none;
        }

            .blog-card-items.style3 .blog-content ul li {
                font-family: "Plus Jakarta Sans", system-ui;
                color: var(--text);
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: 28px;
            }

                .blog-card-items.style3 .blog-content ul li svg {
                    margin-right: 8px;
                }

                .blog-card-items.style3 .blog-content ul li i {
                    color: var(--theme);
                    font-family: "Font Awesome 6 Pro";
                    font-size: 12px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: normal;
                    margin-right: 5px;
                }

@media (max-width: 1399px) {
    .blog-card-items.style3 .blog-content ul li {
        font-size: 15px;
    }
}

.blog-card-items.style3 .blog-content h3 {
    margin-bottom: 25px;
}

    .blog-card-items.style3 .blog-content h3 a {
        display: inline-block;
        position: relative;
        color: var(--title);
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px;
        text-decoration: none;
        transition: width 0.5s ease-in-out;
        -webkit-transition: width 0.5s ease-in-out;
        -moz-transition: width 0.5s ease-in-out;
        -ms-transition: width 0.5s ease-in-out;
        -o-transition: width 0.5s ease-in-out;
    }

@media (max-width: 1399px) {
    .blog-card-items.style3 .blog-content h3 a {
        font-size: 16px;
        line-height: 24px;
    }
}

.blog-card-items.style3 .blog-content h3 a:hover {
    text-decoration: underline;
    color: var(--theme);
}

.blog-card-items.style3 .blog-content .blog-desc {
    color: var(--text);
    font-family: "Plus Jakarta Sans", system-ui;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 20px;
}

.blog-card-items.style3 .blog-content .link-btn {
    font-size: 14px;
}

    .blog-card-items.style3 .blog-content .link-btn svg,
    .blog-card-items.style3 .blog-content .link-btn i,
    .blog-card-items.style3 .blog-content .link-btn img {
        margin-left: 8px;
    }

.blog-card-items.style3:hover .blog-image img:first-child {
    transform: translateX(0) scaleX(1);
    opacity: 1;
    filter: blur(0);
}

.blog-card-items.style3:hover .blog-image img:nth-child(2) {
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    filter: blur(10px);
}

.blog-grid-section .blog-card-items {
    margin-top: 0;
}

/* 32.Blog Extra */
.news-standard-wrapper .news-standard-items {
    border: 1px solid #E3E3E3;
    padding: 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

@media (max-width: 767px) {
    .news-standard-wrapper .news-standard-items {
        padding: 18px;
    }
}

.news-standard-wrapper .news-standard-items:not(:last-child) {
    margin-bottom: 30px;
}

.news-standard-wrapper .news-standard-items .news-thumb {
    position: relative;
}

    .news-standard-wrapper .news-standard-items .news-thumb img {
        width: 100%;
    }

    .news-standard-wrapper .news-standard-items .news-thumb .post-date {
        position: absolute;
        top: 20px;
        left: 20px;
        display: flex;
        width: 59px;
        padding: 12px 16px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 6px;
        border-radius: 8px;
        background: var(--theme);
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }

        .news-standard-wrapper .news-standard-items .news-thumb .post-date h3 {
            color: var(--white);
            font-family: "Plus Jakarta Sans", system-ui;
            text-align: center;
            font-size: 24px;
            font-style: normal;
            font-weight: 700;
            line-height: 22px;
            margin-bottom: 0;
        }

            .news-standard-wrapper .news-standard-items .news-thumb .post-date h3 span {
                color: var(--white);
                font-family: "Plus Jakarta Sans", system-ui;
                text-align: center;
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: 22px;
            }

.news-standard-wrapper .news-standard-items .news-content {
    margin-top: 20px;
    position: relative;
    z-index: 9;
}

    .news-standard-wrapper .news-standard-items .news-content ul {
        display: flex;
        align-items: center;
        gap: 50px;
        margin-bottom: 17px;
        list-style-type: none;
        padding-left: 0;
    }

@media (max-width: 1399px) {
    .news-standard-wrapper .news-standard-items .news-content ul {
        gap: 20px;
    }
}

.news-standard-wrapper .news-standard-items .news-content ul li {
    color: var(--title);
    font-family: "Plus Jakarta Sans", system-ui;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

    .news-standard-wrapper .news-standard-items .news-content ul li i,
    .news-standard-wrapper .news-standard-items .news-content ul li svg,
    .news-standard-wrapper .news-standard-items .news-content ul li img {
        color: var(--theme);
        margin-right: 5px;
    }

.news-standard-wrapper .news-standard-items .news-content h3 {
    margin-bottom: 15px;
}

    .news-standard-wrapper .news-standard-items .news-content h3 a {
        color: var(--title);
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
    }

        .news-standard-wrapper .news-standard-items .news-content h3 a:hover {
            color: var(--theme2);
        }

@media (max-width: 767px) {
    .news-standard-wrapper .news-standard-items .news-content h3 a {
        font-size: 25px;
        line-height: 30px;
    }
}

.news-standard-wrapper .news-standard-items .news-content p {
    color: var(--text);
    font-family: "Plus Jakarta Sans", system-ui;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

@media (max-width: 767px) {
    .news-standard-wrapper .news-standard-items .news-content p {
        font-size: 15px;
        line-height: 25px;
    }
}

.news-standard-wrapper .news-standard-items .news-content .blog-desc {
    margin-bottom: 35px;
}

.news-standard-wrapper .news-standard-items .news-content a i {
    margin-left: 5px;
}

.blog-details-area .blog-post-details .single-blog-post .post-featured-thumb {
    height: 400px;
}

@media (max-width: 991px) {
    .blog-details-area .blog-post-details .single-blog-post .post-featured-thumb {
        height: 400px;
    }
}

.blog-details-area .blog-post-details .single-blog-post .post-content {
    margin-top: 15px;
}

    .blog-details-area .blog-post-details .single-blog-post .post-content .post-list {
        gap: 30px;
        margin-bottom: 20px;
        padding-left: 0;
        list-style-type: none;
    }

@media (max-width: 330px) {
    .blog-details-area .blog-post-details .single-blog-post .post-content .post-list {
        gap: 4px;
    }
}

.blog-details-area .blog-post-details .single-blog-post .post-content .post-list li {
    font-size: 14px;
    font-weight: 500;
}

    .blog-details-area .blog-post-details .single-blog-post .post-content .post-list li i,
    .blog-details-area .blog-post-details .single-blog-post .post-content .post-list li img,
    .blog-details-area .blog-post-details .single-blog-post .post-content .post-list li svg {
        color: var(--theme);
        margin-right: 5px;
    }

@media (max-width: 767px) {
    .blog-details-area .blog-post-details .single-blog-post .post-content .post-list li {
        font-size: 12px;
    }
}

.blog-details-area .blog-post-details .single-blog-post .post-content h3 {
    margin-bottom: 10px;
    font-size: 32px;
}

@media (max-width: 767px) {
    .blog-details-area .blog-post-details .single-blog-post .post-content h3 {
        font-size: 24px;
    }
}

.blog-details-area .blog-post-details .single-blog-post .post-content h3 a:hover {
    color: var(--theme);
}

.blog-details-area .blog-post-details .single-blog-post .post-content .group-img {
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog-details-area .blog-post-details .single-blog-post .post-content .hilight-text {
    border-left: 4px solid var(--theme);
    border-right: 4px solid var(--theme);
    padding: 40px;
    background: var(--theme2);
    margin-top: 30px;
    margin-bottom: 30px;
}

    .blog-details-area .blog-post-details .single-blog-post .post-content .hilight-text p {
        max-width: 650px;
        font-weight: 500;
        text-transform: capitalize;
        font-style: italic;
        line-height: 26px;
    }

    .blog-details-area .blog-post-details .single-blog-post .post-content .hilight-text svg {
        float: right;
        margin-top: -30px;
    }

.blog-details-area .blog-post-details .single-blog-post .post-content .details-image img {
    width: 100%;
}

.blog-details-area .blog-post-details .tag-share-wrap {
    border-top: 1px solid var(--border-2);
    border-bottom: 1px solid var(--border-2);
    padding: 20px 0;
    margin-top: 40px;
}

    .blog-details-area .blog-post-details .tag-share-wrap .tagcloud a {
        display: inline-flex;
        padding: 12px 16px;
        color: var(--title);
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 14px;
        text-transform: capitalize;
        background: var(--white);
        margin-right: 5px;
        border: none;
        border: 1px solid #E6E5E5;
        transition: all 0.3s ease 0s;
    }

@media (max-width: 767px) {
    .blog-details-area .blog-post-details .tag-share-wrap .tagcloud a {
        margin-bottom: 5px;
    }
}

.blog-details-area .blog-post-details .tag-share-wrap .tagcloud a:hover {
    background: var(--theme);
    color: var(--white) !important;
}

.blog-details-area .blog-post-details .tag-share-wrap .social-share span {
    font-size: 18px;
    color: var(--title);
    font-weight: 600;
}

.blog-details-area .blog-post-details .tag-share-wrap .social-share a {
    font-size: 18px;
    color: var(--text);
}

    .blog-details-area .blog-post-details .tag-share-wrap .social-share a:not(:last-child) {
        margin-right: 10px;
    }

    .blog-details-area .blog-post-details .tag-share-wrap .social-share a:hover {
        color: var(--theme);
    }

.blog-details-area .blog-post-details .comments-area {
    margin-top: 40px;
}

    .blog-details-area .blog-post-details .comments-area .comments-heading {
        margin-bottom: 0px;
    }

@media (max-width: 767px) {
    .blog-details-area .blog-post-details .comments-area .comments-heading {
        margin-bottom: 20px;
    }
}

.blog-details-area .blog-post-details .comments-area .comments-heading h3 {
    font-size: 32px;
    font-weight: 500;
    color: var(--title);
    font-family: "Plus Jakarta Sans", system-ui;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 37px;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .blog-details-area .blog-post-details .comments-area .comments-heading h3 {
        font-size: 28px;
    }
}

.blog-details-area .blog-post-details .comments-area .blog-single-comment {
    border-bottom: 1px solid var(--border-2);
}

@media (max-width: 767px) {
    .blog-details-area .blog-post-details .comments-area .blog-single-comment {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.blog-details-area .blog-post-details .comments-area .blog-single-comment .content .head .con h5 {
    margin-bottom: 0;
}

    .blog-details-area .blog-post-details .comments-area .blog-single-comment .content .head .con h5 a {
        color: var(--title);
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px;
        text-transform: capitalize;
        transition: all 0.4s ease-in-out;
    }

        .blog-details-area .blog-post-details .comments-area .blog-single-comment .content .head .con h5 a:hover {
            color: var(--theme2);
        }

.blog-details-area .blog-post-details .comments-area .blog-single-comment .content .head .btn a {
    display: inline-flex;
    padding: 5px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: var(--theme);
    color: var(--white);
}

    .blog-details-area .blog-post-details .comments-area .blog-single-comment .content .head .btn a:hover {
        background: var(--title);
        color: var(--white) !important;
    }

.blog-details-area .blog-post-details .comments-area .blog-single-comment .content .reply {
    border-radius: 30px;
    padding: 5px 15px;
    font-weight: 400;
    background-color: var(--white);
    color: var(--theme);
}

.blog-details-area .blog-post-details .comment-form-wrap h3 {
    font-size: 32px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .blog-details-area .blog-post-details .comment-form-wrap h3 {
        font-size: 28px;
        margin-bottom: 20px;
    }
}

.blog-details-area .blog-post-details .comment-form-wrap .form-clt input,
.blog-details-area .blog-post-details .comment-form-wrap .form-clt textarea {
    width: 100%;
    outline: none;
    border: none;
    background-color: transparent;
    border: 1px solid var(--border-2);
    padding: 16px 20px;
    font-weight: 500;
}

    .blog-details-area .blog-post-details .comment-form-wrap .form-clt input::-moz-placeholder, .blog-details-area .blog-post-details .comment-form-wrap .form-clt textarea::-moz-placeholder {
        color: var(--text);
    }

    .blog-details-area .blog-post-details .comment-form-wrap .form-clt input::placeholder,
    .blog-details-area .blog-post-details .comment-form-wrap .form-clt textarea::placeholder {
        color: var(--text);
    }

.blog-details-area .blog-post-details .comment-form-wrap .form-clt textarea {
    padding-bottom: 100px;
}

/* 33.Sidebar */
/*----------------------------------------------
    # Widget Sidebar style here
----------------------------------------------*/
.main-sidebar .single-sidebar-widget {
    padding: 30px;
    background-color: var(--theme2);
    margin-bottom: 30px;
}

.widget-title {
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 5px;
    color: var(--title);
    font-family: var(--title);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-transform: capitalize;
}

    .widget-title::before {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 2px;
        width: 83px;
        content: "";
        background-color: var(--theme);
    }

.search-widget form {
    width: 100%;
    position: relative;
}

    .search-widget form input {
        background: var(--white);
        font-size: 15px;
        padding: 12px 20px;
        width: 100%;
        border: none;
        color: var(--text);
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }

    .search-widget form button {
        position: absolute;
        right: 0;
        top: 0;
        width: 70px;
        font-size: 18px;
        height: 100%;
        background: transparent;
        border: none;
        color: var(--title);
        text-align: center;
        transition: background 0.3s ease;
        -webkit-transition: background 0.3s ease;
        -moz-transition: background 0.3s ease;
        -ms-transition: background 0.3s ease;
        -o-transition: background 0.3s ease;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
    }

        .search-widget form button:hover {
            background: var(--theme);
            color: var(--white);
        }

.tagcloud {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

    .tagcloud h6 {
        font-size: 20px;
    }

    .tagcloud a.active {
        background: var(--theme) !important;
        color: var(--white) !important;
    }

    .tagcloud li {
        margin-right: 5px;
    }

        .tagcloud li a {
            display: inline-flex;
            padding: 10px 16px;
            background: var(--white);
            color: var(--title);
            font-family: "Plus Jakarta Sans", system-ui;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 14px;
            text-transform: capitalize;
            margin-bottom: 10px;
            border: none;
            border-radius: 4px;
            transition: all 0.4s ease-in-out;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
        }

            .tagcloud li a:last-child {
                margin-right: 0;
            }

            .tagcloud li a:hover {
                background: var(--theme) !important;
                color: var(--white) !important;
            }

.range__barcustom {
    padding: 16px 22px 0px 10px;
    border: 1px solid #F9F3EF;
    background: var(--white);
}

    .range__barcustom .price-input {
        margin-top: 10px;
        position: relative;
    }

@media (max-width: 1600px) {
    .range__barcustom .price-input {
        flex-wrap: wrap;
    }
}

.range__barcustom .price-input .price-wrapper {
    gap: 10px;
}

.range__barcustom .price-input .field {
    display: flex;
    align-items: center;
    color: var(--text);
    font-family: "Plus Jakarta Sans", system-ui;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    text-transform: capitalize;
    width: 16%;
}

    .range__barcustom .price-input .field span {
        color: var(--text);
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 14px;
        text-transform: capitalize;
    }

.range__barcustom .separators {
    font-size: 24px;
    line-height: 42px;
    font-weight: 500;
}

.range__barcustom .field input {
    height: 100%;
    outline: none;
    background: transparent;
    border: unset;
    color: var(--text);
    font-family: "Plus Jakarta Sans", system-ui;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    text-transform: capitalize;
    padding: 0;
}

    .range__barcustom .field input span {
        color: var(--text);
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 14px;
        text-transform: capitalize;
    }

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

.range__barcustom .price-input .separator {
    font-size: 14px;
    font-weight: 400;
    color: var(--white);
}

.range__barcustom .slider {
    height: 6.75px;
    position: relative;
    background: var(--title);
    border-radius: 5px;
}

    .range__barcustom .slider .progress {
        height: 100%;
        left: 25%;
        right: 25%;
        position: absolute;
        border-radius: 5px;
        background: var(--theme);
    }

.range__barcustom .range-input {
    position: relative;
    display: flex;
    justify-content: center;
}

    .range__barcustom .range-input input {
        position: absolute;
        width: 100%;
        height: 6.75px;
        top: -7px;
        background: none;
        pointer-events: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        padding: 0;
        outline: none;
    }

.range__barcustom input[type=range]::-webkit-slider-thumb {
    height: 17px;
    width: 7px;
    border-radius: 5px;
    background: var(--theme);
    border: 1.125px solid var(--theme);
    pointer-events: auto;
    -webkit-appearance: none;
}

.range__barcustom .price-input .filter-btn {
    padding: 8px 30px;
    margin-left: 15px;
    background-color: transparent;
    color: var(--title);
    font-family: "Plus Jakarta Sans", system-ui;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

    .range__barcustom .price-input .filter-btn:hover {
        background-color: var(--theme);
        color: var(--white) !important;
    }

.filter-size .input-save:not(:last-child) {
    margin-bottom: 20px;
}

.filter-size .input-save input {
    width: 20px;
    height: 19px;
    background-color: var(--theme);
    outline: none;
    color: var(--theme);
    padding: 5px;
    border-radius: 4px;
}

.filter-size .input-save label {
    margin-left: 20px;
    color: var(--title);
    text-transform: capitalize;
    font-weight: 600;
    text-transform: capitalize;
}

.recent-box {
    padding: 20px 30px;
    border: 1px solid #E0E0E0;
    display: flex;
    align-items: center;
    gap: 22px;
    margin-bottom: 30px;
    border-radius: 10px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

    .recent-box .recent-thumb img {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }

    .recent-box .recent-content .star {
        margin-bottom: 10px;
        margin-top: 5px;
    }

    .recent-box .recent-content .price {
        display: flex;
        gap: 10px;
    }

        .recent-box .recent-content .price .regular-price {
            color: var(--theme);
            font-family: "Plus Jakarta Sans", system-ui;
            font-size: 16px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            text-transform: uppercase;
        }

        .recent-box .recent-content .price .offer-price {
            color: var(--text);
            font-family: "Plus Jakarta Sans", system-ui;
            font-size: 16px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            text-transform: uppercase;
        }

    .recent-box a {
        color: var(--title);
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
    }

        .recent-box a:hover {
            color: var(--theme);
        }

    .recent-box:hover {
        border: 1px solid var(--theme);
    }

        .recent-box:hover a {
            color: var(--theme);
        }

    .recent-box:last-child {
        margin-bottom: 0;
    }

.page-nav-wrap {
    margin-top: 50px;
}

@media (max-width: 575px) {
    .page-nav-wrap {
        margin-bottom: 30px;
    }
}

.page-nav-wrap ul {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}

@media (max-width: 1199px) {
    .page-nav-wrap ul {
        flex-wrap: wrap;
    }
}

.page-nav-wrap ul li .previous {
    display: inline-block;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    margin-right: 10px;
    background-color: var(--white);
    border: 1px solid transparent;
    color: var(--title);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    transition: all 0.4s ease-in-out;
}

    .page-nav-wrap ul li .previous:hover {
        background-color: var(--theme);
        color: var(--white) !important;
        border: 1px solid transparent;
    }

@media (max-width: 575px) {
    .page-nav-wrap ul li .previous {
        width: 35px;
    }
}

.page-nav-wrap ul li .next {
    display: inline-block;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    margin-right: 10px;
    background-color: var(--white);
    color: var(--title);
    border: 1px solid transparent;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    transition: all 0.4s ease-in-out;
}

    .page-nav-wrap ul li .next:hover {
        background-color: var(--theme);
        color: var(--white) !important;
        border: 1px solid transparent;
    }

@media (max-width: 575px) {
    .page-nav-wrap ul li .next {
        width: 35px;
    }
}

.page-nav-wrap ul li .page-numbers {
    display: block;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    margin-right: 10px;
    background-color: var(--white);
    color: var(--title);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

    .page-nav-wrap ul li .page-numbers:hover, .page-nav-wrap ul li .page-numbers.active {
        background-color: var(--theme);
        color: var(--white) !important;
        border: 1px solid transparent;
    }

@media (max-width: 575px) {
    .page-nav-wrap ul li .page-numbers {
        width: 36px;
        height: 36px;
        line-height: 36px;
        text-align: center;
    }
}

.sort-bar {
    padding: 0;
    margin: 0 0 10px 0;
    border-radius: 5px;
}

    .sort-bar .woocommerce-result-count {
        margin-bottom: 0;
    }

    .sort-bar .single-select {
        height: 46px;
        line-height: 46px;
        border: 1px solid #E8E8E8;
        width: -moz-fit-content;
        width: fit-content;
        min-width: 209px;
        font-size: 16px;
        margin: 0;
        padding: 0 40px 0 20px;
        color: var(--text);
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        text-transform: capitalize;
        background: var(--theme2);
        margin-bottom: 20px;
    }

    .sort-bar .nav-pills {
        margin-left: 10px;
    }

        .sort-bar .nav-pills .nav-link.active,
        .sort-bar .nav-pills .nav-pills .show > .nav-link {
            color: var(--theme);
            background-color: transparent;
        }

    .sort-bar .nav-link {
        color: var(--text);
        padding: 5px;
        margin-left: 5px;
    }

    .sort-bar .nav a.active,
    .sort-bar .nav a:hover {
        color: var(--theme) !important;
    }

.categories-list .checkbox-single {
    position: relative;
    padding-left: 18px;
    cursor: pointer;
}

    .categories-list .checkbox-single input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .categories-list .checkbox-single:not(:last-child) {
        margin-bottom: 10px;
    }

    .categories-list .checkbox-single .checkbox-area .checkmark {
        position: absolute;
        left: 0;
        height: 20px;
        width: 20px;
        border: 1px solid rgb(229, 229, 229);
        top: 9px;
    }

        .categories-list .checkbox-single .checkbox-area .checkmark::after {
            content: "";
        }

    .categories-list .checkbox-single .checkbox-area input:checked ~ .checkmark {
        background-color: var(--theme);
    }

        .categories-list .checkbox-single .checkbox-area input:checked ~ .checkmark::after {
            content: "\f00c";
            position: absolute;
            font-family: "Font Awesome 6 Pro";
            top: -8px;
            left: 5px;
            color: var(--theme);
            font-size: 11px;
        }

        .categories-list .checkbox-single .checkbox-area input:checked ~ .checkmark:after {
            display: block;
            color: var(--white);
        }

    .categories-list .checkbox-single .text-color {
        color: var(--text);
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
    }

        .categories-list .checkbox-single .text-color .star {
            color: var(--theme);
            margin-right: 5px;
            font-size: 15px;
        }

.shop-category-list li {
    margin-bottom: 10px;
}

    .shop-category-list li a {
        color: var(--text);
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 16px;
        text-transform: capitalize;
    }

    .shop-category-list li i {
        margin-right: 8px;
    }

/*----------------------------------------------
    # Widget Sidebar style2 here
----------------------------------------------*/
.main-sidebar2 .single-sidebar-widget {
    padding: 40px 30px;
    background-color: var(--theme2);
    margin-bottom: 30px;
}

    .main-sidebar2 .single-sidebar-widget .wid-title {
        margin-bottom: 25px;
    }

        .main-sidebar2 .single-sidebar-widget .wid-title h3 {
            position: relative;
            padding-bottom: 15px;
            color: var(--title);
            font-family: "Plus Jakarta Sans", system-ui;
            font-size: 24px;
            font-style: normal;
            font-weight: 700;
            line-height: 30px;
            text-transform: capitalize;
        }

            .main-sidebar2 .single-sidebar-widget .wid-title h3::before {
                position: absolute;
                bottom: 0;
                left: 0;
                height: 2px;
                width: 83px;
                content: "";
                background-color: var(--theme);
            }

    .main-sidebar2 .single-sidebar-widget .search-widget form {
        width: 100%;
        position: relative;
    }

        .main-sidebar2 .single-sidebar-widget .search-widget form input {
            background-color: var(--white);
            font-size: 15px;
            padding: 20px;
            width: 100%;
            border: none;
            color: var(--text);
        }

        .main-sidebar2 .single-sidebar-widget .search-widget form button {
            position: absolute;
            right: 0;
            top: 0;
            width: 70px;
            font-size: 18px;
            height: 100%;
            background: var(--theme);
            border: none;
            color: var(--white);
            text-align: center;
            transition: background 0.3s ease;
            -webkit-transition: background 0.3s ease;
            -moz-transition: background 0.3s ease;
            -ms-transition: background 0.3s ease;
            -o-transition: background 0.3s ease;
        }

            .main-sidebar2 .single-sidebar-widget .search-widget form button:hover {
                background: var(--title);
            }

    .main-sidebar2 .single-sidebar-widget .news-widget-categories ul {
        padding-left: 0;
        list-style-type: none;
    }

        .main-sidebar2 .single-sidebar-widget .news-widget-categories ul li {
            background-color: var(--white);
            font-weight: 500;
            transition: all 0.4s ease-in-out;
        }

            .main-sidebar2 .single-sidebar-widget .news-widget-categories ul li a {
                display: flex;
                align-items: center;
                justify-content: space-between;
                padding: 20px 24px;
                color: var(--title);
            }

                .main-sidebar2 .single-sidebar-widget .news-widget-categories ul li a span {
                    transition: all 0.4s ease-in-out;
                    color: var(--title);
                }

            .main-sidebar2 .single-sidebar-widget .news-widget-categories ul li:not(:last-child) {
                margin-bottom: 12px;
            }

            .main-sidebar2 .single-sidebar-widget .news-widget-categories ul li:hover {
                background: var(--theme);
                color: var(--white);
            }

                .main-sidebar2 .single-sidebar-widget .news-widget-categories ul li:hover a {
                    color: var(--white) !important;
                }

                .main-sidebar2 .single-sidebar-widget .news-widget-categories ul li:hover span {
                    color: var(--white);
                }

            .main-sidebar2 .single-sidebar-widget .news-widget-categories ul li.active {
                background: var(--theme);
            }

                .main-sidebar2 .single-sidebar-widget .news-widget-categories ul li.active a {
                    color: var(--white);
                }

                .main-sidebar2 .single-sidebar-widget .news-widget-categories ul li.active span {
                    color: var(--white);
                }

    .main-sidebar2 .single-sidebar-widget .recent-post-area .recent-items {
        display: flex;
        align-items: center;
        gap: 20px;
    }

        .main-sidebar2 .single-sidebar-widget .recent-post-area .recent-items:not(:last-child) {
            padding-bottom: 20px;
            margin-bottom: 20px;
            border-bottom: 1px solid #E6E5E5;
        }

        .main-sidebar2 .single-sidebar-widget .recent-post-area .recent-items .recent-thumb img {
            width: 78px;
            height: 79px;
            -o-object-fit: cover;
            object-fit: cover;
        }

        .main-sidebar2 .single-sidebar-widget .recent-post-area .recent-items .recent-content ul {
            list-style-type: none;
            padding-left: 0;
            margin-bottom: 8px;
        }

            .main-sidebar2 .single-sidebar-widget .recent-post-area .recent-items .recent-content ul li {
                color: var(--theme);
                font-family: "Plus Jakarta Sans", system-ui;
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: 22px;
            }

                .main-sidebar2 .single-sidebar-widget .recent-post-area .recent-items .recent-content ul li i {
                    color: var(--theme2);
                    margin-right: 5px;
                }

        .main-sidebar2 .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 {
            font-weight: 700;
            margin-bottom: 0;
        }

            .main-sidebar2 .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 a {
                color: var(--title);
                font-family: "Plus Jakarta Sans", system-ui;
                font-size: 16px;
                font-style: normal;
                font-weight: 700;
                line-height: 24px;
            }

                .main-sidebar2 .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 a:hover {
                    color: var(--theme2);
                }

    .main-sidebar2 .single-sidebar-widget .tagcloud a {
        display: inline-flex;
        padding: 10px 7px;
        color: var(--title);
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 14px;
        text-transform: capitalize;
        background: var(--white);
        margin-right: 8px;
        margin-bottom: 20px;
        border: none;
        transition: all 0.4s ease-in-out;
    }

        .main-sidebar2 .single-sidebar-widget .tagcloud a:last-child {
            margin-right: 0;
        }

        .main-sidebar2 .single-sidebar-widget .tagcloud a.active, .main-sidebar2 .single-sidebar-widget .tagcloud a:hover {
            background: var(--theme);
            color: var(--white) !important;
        }

.main-sidebar2 .single-sidebar-image {
    height: 400px;
    max-width: 500px;
    margin-bottom: 30px;
    position: relative;
}

    .main-sidebar2 .single-sidebar-image:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: linear-gradient(180deg, #8A5133 0%, rgba(0, 6, 12, 0) 100%);
        opacity: 0.9;
        border-radius: 16px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        -ms-border-radius: 16px;
        -o-border-radius: 16px;
    }

    .main-sidebar2 .single-sidebar-image .contact-text {
        position: relative;
        text-align: center;
        padding: 130px 30px;
        margin: 0 auto;
    }

        .main-sidebar2 .single-sidebar-image .contact-text .icon {
            width: 48px;
            height: 48px;
            line-height: 48px;
            text-align: center;
            background-color: var(--white);
            text-align: center;
            color: var(--theme);
            border-radius: 50%;
            margin: 0 auto;
            position: relative;
        }

            .main-sidebar2 .single-sidebar-image .contact-text .icon:before {
                position: absolute;
                top: 50%;
                left: 50%;
                right: 0;
                bottom: 0;
                width: 60px;
                height: 60px;
                border-radius: 50%;
                border: 1px solid var(--white);
                content: "";
                transform: translate(-50%, -50%);
            }

        .main-sidebar2 .single-sidebar-image .contact-text h4 {
            color: var(--white);
            margin-top: 30px;
        }

        .main-sidebar2 .single-sidebar-image .contact-text h5 {
            margin-top: 15px;
        }

            .main-sidebar2 .single-sidebar-image .contact-text h5 a {
                color: var(--white);
            }

.recent-post {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

    .recent-post:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border: 0;
    }

    .recent-post .media-img {
        margin-right: 20px;
        width: 95px;
        overflow: hidden;
        flex: none;
    }

        .recent-post .media-img img {
            width: 100%;
            transition: 0.4s ease-in-out;
        }

    .recent-post .post-title {
        font-weight: 600;
        font-size: 18px;
        line-height: 1.25;
        margin: 10px 0 0px;
        font-family: "Plus Jakarta Sans", system-ui;
        text-transform: capitalize;
    }

    .recent-post .recent-post-meta {
        margin-bottom: -2px;
    }

        .recent-post .recent-post-meta .price {
            font-size: 18px;
            font-weight: 700;
            color: #c5c5c5;
        }

            .recent-post .recent-post-meta .price del {
                margin-right: 10px;
            }

            .recent-post .recent-post-meta .price strong {
                color: var(--theme);
                font-weight: 700;
            }

        .recent-post .recent-post-meta a {
            text-transform: capitalize;
            font-size: 14px;
            font-weight: 400;
            color: var(--text);
        }

            .recent-post .recent-post-meta a i {
                margin-right: 9px;
                color: var(--theme2);
                transition: 0.4s;
            }

            .recent-post .recent-post-meta a:hover {
                color: var(--theme);
            }

                .recent-post .recent-post-meta a:hover i {
                    color: var(--theme);
                }

    .recent-post:hover .media-img img {
        transform: scale(1.1);
    }

.widget_shopping_cart .widget_title {
    margin-bottom: 30px;
    border-bottom: none;
}

.widget_shopping_cart ul {
    margin: 0;
    padding: 0;
}

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

.widget_shopping_cart .mini_cart_item {
    position: relative;
    padding: 30px 30px 30px 90px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    text-align: left;
}

    .widget_shopping_cart .mini_cart_item:first-child {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

.widget_shopping_cart .cart_list a:not(.remove) {
    display: block;
    color: var(--text);
    font-size: 16px;
    font-weight: 500;
    font-family: "Plus Jakarta Sans", system-ui;
    font-weight: 600;
    color: var(--title);
    margin-bottom: 6px;
}

    .widget_shopping_cart .cart_list a:not(.remove):hover {
        color: var(--theme);
    }

.widget_shopping_cart .cart_list a.remove {
    position: absolute;
    top: 50%;
    left: 95%;
    transform: translateY(-50%);
    color: var(--text);
}

    .widget_shopping_cart .cart_list a.remove:hover {
        color: var(--theme);
    }

.widget_shopping_cart .cart_list img {
    width: 75px;
    height: 75px;
    position: absolute;
    left: 0;
    top: 18px;
}

.widget_shopping_cart .quantity {
    display: inline-flex;
    white-space: nowrap;
    vertical-align: top;
    margin-right: 20px;
    font-size: 14px;
    font-weight: 500;
}

.widget_shopping_cart .total {
    margin-top: 20px;
    font-size: 18px;
    color: var(--title);
    font-family: "Plus Jakarta Sans", system-ui;
}

    .widget_shopping_cart .total strong {
        font-family: "Plus Jakarta Sans", system-ui;
    }

.widget_shopping_cart .amount {
    padding-left: 5px;
}

.widget_shopping_cart .as-btn {
    margin-right: 15px;
}

    .widget_shopping_cart .as-btn:last-child {
        margin-right: 0;
    }

@media (max-width: 1199px) {
    .widget_title {
        font-size: 22px;
        margin: -0.12em 0 24px 0;
    }
}

@media (max-width: 330px) {
    .recent-post .post-title {
        font-size: 16px;
        line-height: 24px;
    }

    .recent-post .recent-post-meta a {
        font-size: 12px;
    }
}
/* 34.Work Process */
.work-process-card.style3 .thumb {
    position: relative;
    text-align: center;
    margin-bottom: 43px;
}

    .work-process-card.style3 .thumb .main-thumb {
        position: relative;
        z-index: 3;
    }

    .work-process-card.style3 .thumb .process-number {
        position: absolute;
        top: 0;
        left: 70px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        z-index: 3;
        text-align: center;
        color: var(--theme);
        font-family: "Plus Jakarta Sans";
        font-size: 23px;
        font-style: normal;
        font-weight: 700;
        background: var(--white);
        border: 1px solid var(--theme);
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }

@media (max-width: 1199px) {
    .work-process-card.style3 .thumb .process-number {
        left: 100px;
    }
}

@media (max-width: 767px) {
    .work-process-card.style3 .thumb .process-number {
        left: 70px;
    }
}

.work-process-card.style3 .thumb .process-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    text-align: center;
    width: 200px;
    height: 200px;
    background-color: #2e4157;
    border: 1px dashed #ffffff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.work-process-card.style3 .content h3 {
    color: var(--title);
    text-align: center;
    font-family: "Plus Jakarta Sans", system-ui;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.72px;
    margin-bottom: 15px;
}

.work-process-card.style3 .content p {
    color: var(--title);
    text-align: center;
    font-family: "Plus Jakarta Sans", system-ui;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.work-process-card.style3 .content.active h3 {
    color: var(--theme);
}

.work-process-card.style3 .content.active p {
    color: var(--theme);
}

.work-process-container-wrapper.style3 {
    position: relative;
}

    .work-process-container-wrapper.style3 .shape1 {
        position: absolute;
        top: 260px;
        left: 683px;
    }

@media (max-width: 1899px) {
    .work-process-container-wrapper.style3 .shape1 {
        display: none;
    }
}

.work-process-container-wrapper.style3 .shape2 {
    position: absolute;
    top: 260px;
    right: 683px;
}

@media (max-width: 1899px) {
    .work-process-container-wrapper.style3 .shape2 {
        display: none;
    }
}

/* 35.History */
.history-wrapper.style1 .history-title {
    color: var(--title);
    font-family: "Plus Jakarta Sans", system-ui;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.44px;
    margin-bottom: 60px;
}

@media (max-width: 1399px) {
    .history-wrapper.style1 .history-thumb img {
        max-width: 100%;
    }
}

.history-wrapper.style1 .history-content h2 {
    color: var(--title);
    font-family: "Plus Jakarta Sans", system-ui;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.44px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .history-wrapper.style1 .history-content h2 {
        font-size: 37px;
    }
}

.history-wrapper.style1 .history-content .text {
    color: var(--text);
    font-family: "Plus Jakarta Sans", system-ui;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

/* 36.Facts */
.facts-wrapper.style1 .facts-title {
    color: var(--title);
    text-align: center;
    font-family: "Plus Jakarta Sans", system-ui;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.44px;
    margin-bottom: 30px;
}

.facts-wrapper.style1 .facts-box-wrapper.style1 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

    .facts-wrapper.style1 .facts-box-wrapper.style1 .facts-box:nth-child(even) {
        margin-top: 160px;
    }

    .facts-wrapper.style1 .facts-box-wrapper.style1 .facts-box h3 {
        color: var(--theme);
        text-align: center;
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -1.08px;
    }

        .facts-wrapper.style1 .facts-box-wrapper.style1 .facts-box h3 .counter-number {
            color: var(--theme);
            text-align: center;
            font-family: "Plus Jakarta Sans", system-ui;
            font-size: 36px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            letter-spacing: -1.08px;
        }

    .facts-wrapper.style1 .facts-box-wrapper.style1 .facts-box .text {
        color: var(--title);
        text-align: center;
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
    }

@media (max-width: 767px) {
    .facts-wrapper.style1 .facts-box-wrapper.style1 .facts-box:nth-child(even) {
        margin-top: 0px;
    }
}

@media (max-width: 767px) {
    .facts-wrapper.style1 .facts-box-wrapper.style1 {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
}

.values-wrapper.style1 .values-title {
    color: var(--title);
    text-align: center;
    font-family: "Plus Jakarta Sans", system-ui;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.44px;
    margin-bottom: 40px;
}

.values-wrapper.style1 .values-box.style1 {
    display: flex;
    align-items: center;
    gap: 20px;
}

    .values-wrapper.style1 .values-box.style1 .icon {
        display: block;
        width: 80px;
        height: 80px;
        line-height: 80px;
        text-align: center;
        background: var(--theme);
        border-radius: 50%;
    }

    .values-wrapper.style1 .values-box.style1 .content {
        max-width: 410px;
    }

        .values-wrapper.style1 .values-box.style1 .content h3 {
            color: var(--title);
            font-family: "Plus Jakarta Sans", system-ui;
            font-size: 24px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
        }

        .values-wrapper.style1 .values-box.style1 .content p {
            color: var(--text);
            font-family: "Plus Jakarta Sans", system-ui;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 28px;
        }

@media (max-width: 767px) {
    .values-wrapper.style1 .values-box.style1 .content {
        max-width: 230px;
    }
}

/* 37.Cart */
.woocommerce-cart-form {
    text-align: center;
}

.cart_table {
    border: 1px solid var(--border-2);
    margin-bottom: 45px;
    width: 100%;
}

    .cart_table thead {
        background-color: #ecf0f1;
    }

        .cart_table thead th {
            border: none !important;
        }

    .cart_table td:before,
    .cart_table th {
        font-family: "Plus Jakarta Sans", system-ui;
        color: var(--title);
        font-weight: 800;
        border: none;
        padding: 27px 15px;
    }

    .cart_table td:before {
        content: attr(data-title);
        position: absolute;
        left: 15px;
        top: 50%;
        vertical-align: top;
        padding: 0;
        transform: translateY(-50%);
        display: none;
    }

    .cart_table td {
        border: none;
        font-family: "Plus Jakarta Sans", system-ui;
        color: var(--title);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 26px;
        padding: 20px 10px;
        position: relative;
        vertical-align: middle;
    }

        .cart_table td .cartimage img {
            margin-right: 15px;
        }

    .cart_table .product-quantity {
        color: var(--title);
    }

        .cart_table .product-quantity input {
            position: relative;
            top: -2px;
        }

    .cart_table .cart-productname {
        font-family: "Plus Jakarta Sans", system-ui;
        color: var(--title);
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 50px;
        text-transform: capitalize;
    }

    .cart_table .cart-productimage {
        display: inline-block;
    }

    .cart_table .remove {
        color: var(--theme);
        font-size: 18px;
    }

    .cart_table .quantity {
        display: inline-flex;
        align-items: center;
    }

    .cart_table .qty-btn {
        border: 1px solid var(--border-2) !important;
        background-color: transparent;
        color: #b8c6d0;
        padding: 0;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        border-radius: 4px;
    }

        .cart_table .qty-btn:hover {
            background-color: var(--theme);
            color: var(--white);
            border-color: var(--theme) !important;
        }

    .cart_table .qty-input {
        vertical-align: middle;
        border: 1px solid var(--border-2);
        width: 70px;
        height: 30px;
        font-size: 14px;
        text-align: center;
        color: var(--theme);
        font-weight: 700;
        margin: 0 10px;
        border-radius: 4px;
        padding: 0;
        /* Firefox */
    }

        .cart_table .qty-input::-moz-placeholder {
            color: var(--title);
        }

        .cart_table .qty-input::placeholder {
            color: var(--title);
        }

        .cart_table .qty-input::-webkit-outer-spin-button, .cart_table .qty-input::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

        .cart_table .qty-input[type=number] {
            -moz-appearance: textfield;
        }

    .cart_table .actions {
        text-align: right;
        vertical-align: middle;
    }

        .cart_table .actions > .th-btn {
            font-size: 16px;
            padding: 20px 28px;
            margin-right: 15px;
        }

            .cart_table .actions > .th-btn:last-child {
                margin-right: 0;
            }

    .cart_table .th-cart-coupon {
        float: left;
        margin: 0;
        width: 455px;
        max-width: 100%;
        display: flex;
    }

        .cart_table .th-cart-coupon input {
            width: calc(100% - 200px);
            margin-right: 10px;
        }

        .cart_table .th-cart-coupon .th-btn {
            font-size: 16px;
            padding: 20px 25px;
            width: -moz-max-content;
            width: max-content;
        }

.cart_totals {
    border: 1px solid var(--border-2);
}

    .cart_totals th,
    .cart_totals td {
        vertical-align: top;
        padding: 20px 20px;
        border: none;
        font-size: 14px;
        color: var(--title);
        width: 55%;
    }

        .cart_totals th:first-child,
        .cart_totals td:first-child {
            width: 45%;
            background-color: #f9fbfb;
            font-weight: 700;
            font-size: 14px;
            color: #333333;
        }

    .cart_totals .shipping-calculator-button {
        display: inline-block;
        border-bottom: 1px solid;
        color: var(--title);
        font-weight: 700;
    }

        .cart_totals .shipping-calculator-button:hover {
            color: var(--theme);
        }

    .cart_totals .woocommerce-shipping-destination {
        margin-bottom: 10px;
    }

    .cart_totals .woocommerce-shipping-methods {
        margin-bottom: 0;
    }

    .cart_totals .shipping-calculator-form {
        display: none;
        margin-top: 20px;
    }

        .cart_totals .shipping-calculator-form .form-control,
        .cart_totals .shipping-calculator-form .single-select {
            margin-bottom: 20px;
        }

        .cart_totals .shipping-calculator-form .th-btn {
            padding: 5px 30px;
        }

    .cart_totals .amount {
        font-weight: 700;
    }

    .cart_totals .order-total .amount {
        color: var(--theme);
    }

@media (max-width: 991px) {
    .cart_table th {
        padding: 23px 8px;
        font-size: 14px;
    }

    .cart_table .cart-productname {
        font-size: 14px;
    }

    .cart_table .th-cart-coupon {
        width: 100%;
        margin-bottom: 20px;
        justify-content: center;
    }

    .cart_table .actions {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .cart_table {
        text-align: left;
        min-width: auto;
        border-collapse: separate;
        border-spacing: 0 20px;
        border: none;
    }

        .cart_table thead {
            display: none;
        }

        .cart_table td {
            padding: 15px;
            display: block;
            width: 100%;
            padding-left: 25%;
            text-align: right;
            border: 1px solid #f3f3f3;
            border-bottom: none;
        }

            .cart_table td::before {
                display: block;
            }

            .cart_table td:last-child {
                border-bottom: 1px solid #f3f3f3;
            }

            .cart_table td.actions {
                padding-left: 15px;
                text-align: center;
            }

                .cart_table td.actions > .th-btn {
                    margin-top: 10px;
                    margin-right: 0;
                    display: block;
                    width: -moz-max-content;
                    width: max-content;
                    margin-left: auto;
                    margin-right: auto;
                }

                    .cart_table td.actions > .th-btn:last-child {
                        margin-right: auto;
                    }

        .cart_table .th-cart-coupon {
            width: 100%;
            text-align: center;
            float: none;
            justify-content: center;
            display: block;
            padding-bottom: 10px;
        }

            .cart_table .th-cart-coupon input {
                width: 100%;
                margin-bottom: 10px;
            }

    .cart_totals th,
    .cart_totals td {
        padding: 15px 10px;
    }

        .cart_totals th:first-child,
        .cart_totals td:first-child {
            width: 17%;
            line-height: 1.4;
        }
}

.cart-wrapper {
    margin-bottom: -0.5em;
}

/* 38.Checkout */
.woocommerce-checkout .form-group,
.woocommerce-checkout .form-row {
    margin-bottom: 0;
}

.woocommerce-checkout .form-select,
.woocommerce-checkout .select2-container,
.woocommerce-checkout .form-control {
    margin-bottom: 0;
}

.woocommerce-checkout .select2-container--open .select2-dropdown--below {
    margin-top: -35px;
}

.woocommerce-checkout .select2-container--open .select2-dropdown--above {
    position: relative;
    bottom: -30px;
}

.woocommerce-checkout .select2-dropdown {
    border: 1px solid #e3e6e9;
    border-top: none;
}

.woocommerce-checkout .select2-container--default .select2-selection--single {
    border-radius: 0;
}

    .woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered,
    .woocommerce-checkout .select2-container--default .select2-selection--single .form-control:focus {
        color: var(--text);
    }

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #eee;
    padding: 0;
}

.woocommerce-form-login select,
.woocommerce-form-login .form-select,
.woocommerce-form-login .form-control,
.woocommerce-form-login .select2,
.woocommerce-form-login .select2-container,
.woocommerce-form-coupon select,
.woocommerce-form-coupon .form-select,
.woocommerce-form-coupon .form-control,
.woocommerce-form-coupon .select2,
.woocommerce-form-coupon .select2-container,
.woocommerce-checkout select,
.woocommerce-checkout .form-select,
.woocommerce-checkout .form-control,
.woocommerce-checkout .select2,
.woocommerce-checkout .select2-container {
    margin-bottom: var(--bs-gutter-x);
}

#ship-to-different-address {
    margin-top: 15px;
}

.woocommerce-checkout .nice-select:active,
.woocommerce-checkout .nice-select.open,
.woocommerce-checkout .nice-select:focus {
    border-color: none !important;
}

.woocommerce-checkout .nice-select {
    border: none !important;
    font-size: 16px;
}

.checkout-ordertable th,
.checkout-ordertable td {
    border: 1px solid var(--border-2);
}

.select2-container--default .select2-selection--single {
    height: 60px;
    border: 1px solid #e3e6e9;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 60px;
        padding-left: 30px;
        padding-right: 25px;
    }

.woocommerce-billing-fields .form-row {
    margin-bottom: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin: 0;
    border: none;
    top: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 60px;
    line-height: 60px;
    margin-right: 30px;
}

span.select2-selection.select2-selection--single:focus {
    outline: none;
}

.shipping-calculator-form .form-select,
.shipping-calculator-form .form-control {
    height: 40px;
    padding-left: 15px;
    font-size: 16px;
    line-height: 40px;
    border-radius: 0;
    background-position: right 13px center;
}

.shipping-calculator-form .as-btn {
    font-size: 14px;
    padding: 0 20px;
    width: -moz-max-content;
    width: max-content;
    height: 40px;
}

.checkout-ordertable th,
.checkout-ordertable td {
    text-align: right;
    padding: 5px 20px;
    vertical-align: top;
    font-size: 14px;
    font-weight: 600;
    color: #2c3e50;
}

.checkout-ordertable th {
    font-weight: 800;
    text-align: left;
}

.checkout-ordertable ul {
    margin: 0;
    padding: 0;
}

.checkout-ordertable .order-total .amount {
    color: var(--theme);
}

.checkout-ordertable input[type=hidden] ~ label {
    color: var(--theme);
}

.woocommerce-checkout .form-group input:not(:last-child) {
    margin-bottom: var(--bs-gutter-x);
}

.woocommerce-checkout-payment {
    text-align: left;
}

    .woocommerce-checkout-payment ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .woocommerce-checkout-payment ul li {
            padding-top: 12px;
            border-bottom: 1px solid #d8d8d8;
            border-radius: 4px;
            font-size: 16px;
        }

        .woocommerce-checkout-payment ul input[type=radio] ~ label {
            margin-bottom: 17px;
            color: var(--text);
        }

            .woocommerce-checkout-payment ul input[type=radio] ~ label img {
                margin-bottom: -2px;
                margin-left: 10px;
            }

    .woocommerce-checkout-payment .place-order {
        padding-top: 30px;
    }

    .woocommerce-checkout-payment .payment_box {
        color: #a1b1bc;
        background-color: #ecf0f1;
        border: 1px solid #d8d8d8;
        border-bottom: none;
        font-size: 14px;
        padding: 10px 20px;
        border-radius: 4px;
        display: none;
    }

        .woocommerce-checkout-payment .payment_box p {
            margin: 0;
        }

.as-checkout-wrapper form.woocommerce-form {
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    tfoot.checkout-ordertable th {
        display: none;
    }

    .woocommerce-checkout-payment ul input[type=radio] ~ label img {
        max-width: 150px;
    }

    .checkout-ordertable th,
    .checkout-ordertable td {
        padding: 5px 20px 5px 60px;
    }
}

.checkout-wrapper {
    margin-bottom: -1.8em;
}

/* 39.Woocommerce */
.woocommerce-table th,
.woocommerce-table td {
    border: 1px solid var(--border-2);
}

.woocommerce-message,
.woocommerce-info {
    position: relative;
    padding: 11px 20px 11px 50px;
    background-color: var(--theme);
    color: var(--white);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    border-radius: 0;
}

    .woocommerce-message a,
    .woocommerce-info a {
        color: var(--white);
        text-decoration: underline;
    }

        .woocommerce-message a:hover,
        .woocommerce-info a:hover {
            color: var(--title);
        }

    .woocommerce-message:before,
    .woocommerce-info:before {
        content: "\f06a";
        font-weight: 400;
        font-family: "Font Awesome 6 Pro";
        margin-right: 10px;
        font-size: 18px;
        position: absolute;
        left: 20px;
        top: 11px;
    }

.woocommerce-notices-wrapper .woocommerce-message {
    background-color: var(--theme);
    color: var(--white);
}

    .woocommerce-notices-wrapper .woocommerce-message:before {
        content: "\f14a";
        font-weight: 300;
    }

.woocommerce-form-login-toggle .woocommerce-info {
    background-color: var(--theme);
    color: var(--white);
}

    .woocommerce-form-login-toggle .woocommerce-info a {
        color: var(--white);
    }

        .woocommerce-form-login-toggle .woocommerce-info a:hover {
            color: var(--theme);
        }

.woocommerce-form-register,
.woocommerce-form-coupon,
.woocommerce-form-login {
    padding: 35px 40px 35px 40px;
    background-color: var(--white);
    box-shadow: 0px 6px 30px rgba(1, 15, 28, 0.1);
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .woocommerce-form-register,
    .woocommerce-form-coupon,
    .woocommerce-form-login {
        padding: 40px 20px;
    }
}

.woocommerce-form-register .form-group,
.woocommerce-form-coupon .form-group,
.woocommerce-form-login .form-group {
    margin-bottom: 20px;
}

    .woocommerce-form-register .form-group:last-child,
    .woocommerce-form-coupon .form-group:last-child,
    .woocommerce-form-login .form-group:last-child {
        margin-bottom: 0;
    }

.woocommerce-form-login {
    margin-bottom: 30px;
}

.woocommerce-error {
    background-color: var(--theme);
    color: #fff;
    list-style: none;
    padding: 10px 26px;
    margin: 0 0 30px 0;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
}

nav.woocommerce-MyAccount-navigation li {
    border: 1px solid #ddd;
    margin: 0;
    border-top: none;
}

    nav.woocommerce-MyAccount-navigation li:first-child {
        border-top: 1px solid #ddd;
    }

    nav.woocommerce-MyAccount-navigation li a {
        color: var(--title);
        font-weight: 700;
        padding: 7px 17px;
        display: block;
    }

        nav.woocommerce-MyAccount-navigation li.is-active a,
        nav.woocommerce-MyAccount-navigation li a:hover {
            color: var(--white);
            background-color: var(--theme);
        }

.woocommerce-MyAccount-content h3 {
    margin-top: -0.3em;
}

.woocommerce-MyAccount-content .btn {
    background-color: var(--theme);
    color: var(--white);
    font-size: 14px;
    padding: 10px 25px;
    font-weight: 700;
}

    .woocommerce-MyAccount-content .btn:hover {
        background-color: var(--title);
        color: var(--white);
    }

table.variations,
.woocommerce-grouped-product-list-item {
    border-collapse: separate;
    border-spacing: 0 15px;
    margin-bottom: 5px;
    align-items: center;
    border: none;
}

    table.variations td,
    .woocommerce-grouped-product-list-item td {
        border: none;
        vertical-align: middle;
        padding: 0 5px;
    }

        table.variations td:first-child,
        .woocommerce-grouped-product-list-item td:first-child {
            padding: 0;
        }

    table.variations label,
    .woocommerce-grouped-product-list-item label {
        margin: 0;
        font-size: 14px;
        text-transform: capitalize;
    }

        table.variations label a,
        .woocommerce-grouped-product-list-item label a {
            color: var(--title);
        }

            table.variations label a:hover,
            .woocommerce-grouped-product-list-item label a:hover {
                color: var(--theme);
            }

    table.variations .label,
    .woocommerce-grouped-product-list-item .label {
        border: none;
    }

table.variations__label,
.woocommerce-grouped-product-list-item__label {
    border: none !important;
    font-weight: 600;
}

table.variations__price,
.woocommerce-grouped-product-list-item__price {
    border: none !important;
}

    table.variations__price .price,
    table.variations__price .amount,
    .woocommerce-grouped-product-list-item__price .price,
    .woocommerce-grouped-product-list-item__price .amount {
        font-size: 18px !important;
    }

table.variations del,
.woocommerce-grouped-product-list-item del {
    margin-left: 12px;
}

.woocommerce-product-attributes th,
.woocommerce-product-attributes td {
    border: 1px solid var(--border-color);
}

    .woocommerce-product-attributes th p:last-child,
    .woocommerce-product-attributes td p:last-child {
        margin-bottom: 0;
    }

.woocommerce-grouped-product-list.group_table {
    border-collapse: collapse;
    margin-bottom: 15px;
}

    .woocommerce-grouped-product-list.group_table .woocommerce-Price-amount.amount {
        font-size: 16px;
        color: var(--title);
    }

    .woocommerce-grouped-product-list.group_table label {
        margin: 0 0 0 10px;
        margin: 0 0 0 10px;
        font-family: "Plus Jakarta Sans", system-ui;
        font-size: 18px;
    }

    .woocommerce-grouped-product-list.group_table .qty-input {
        border-color: #e3e6e9;
    }

    .woocommerce-grouped-product-list.group_table tr {
        border-bottom: 1px solid #e3e6e9;
    }

        .woocommerce-grouped-product-list.group_table tr:last-child {
            border-bottom: none;
        }

    .woocommerce-grouped-product-list.group_table td {
        padding: 30px 5px;
    }

table.variations {
    width: -moz-max-content;
    width: max-content;
    position: relative;
}

    table.variations td {
        padding: 0;
    }

        table.variations td.label {
            padding-right: 10px;
            width: -moz-max-content;
            width: max-content;
        }

    table.variations select {
        width: -moz-max-content;
        width: max-content;
        font-weight: 400;
        line-height: 1.5;
        vertical-align: middle;
        margin: 0;
        padding-right: 54px;
        padding-left: 20px;
        height: 50px;
    }

    table.variations .reset_variations {
        margin-left: 16px;
        display: inline-block;
        position: absolute;
        left: 100%;
        bottom: 25px;
    }

.woosq-product .product .woocommerce-grouped-product-list-item__quantity,
.woosq-product .product .woocommerce-grouped-product-list-item__label,
.woosq-product .product .woocommerce-grouped-product-list-item__price {
    width: auto !important;
}

.woocommerce-variation.single_variation {
    margin-bottom: 30px;
}

    .woocommerce-variation.single_variation .price {
        color: var(--title);
        font-weight: 700;
    }

.wooscp-table-items td.woocommerce-product-attributes-item__value {
    padding-left: 15px !important;
}

.wooscp-table-items a.added_to_cart.wc-forward {
    margin-left: 15px;
    text-decoration: underline;
}

.tinvwl_added_to_wishlist.tinv-modal.tinv-modal-open {
    z-index: 1111;
}

table.woocommerce-product-attributes {
    margin-bottom: 30px;
}

#woosq-popup .product_meta {
    margin-top: 20px;
}

#woosq-popup .product_title {
    font-size: 24px;
    margin-bottom: 5px;
}

#woosq-popup .single-product .product .actions {
    align-items: center;
    display: flex;
    gap: 20px;
}

    #woosq-popup .single-product .product .actions > div {
        height: auto;
        overflow: visible;
        width: -moz-max-content;
        width: max-content;
    }

        #woosq-popup .single-product .product .actions > div .quantity.style2.woocommerce-grouped-product-list-item__quantity {
            width: -moz-max-content;
            width: max-content;
        }

.login-tab {
    margin-bottom: 30px;
    justify-content: center;
}

    .login-tab button.nav-link {
        background-color: var(--theme);
        color: var(--title);
        padding: 11px 39px;
        font-size: 18px;
        font-weight: 500;
        border-radius: 15px ​15px 0;
    }

        .login-tab button.nav-link.active {
            background-color: var(--theme);
            color: var(--white);
        }

.star-rating {
    overflow: hidden;
    position: relative;
    width: 100px;
    height: 1.2em;
    line-height: 1.2em;
    display: block;
    font-weight: 700;
    font-size: 12px;
}

    .star-rating:before {
        content: "\f005\f005\f005\f005\f005";
        color: #e1e1e1;
        float: left;
        top: 0;
        left: 0;
        position: absolute;
        letter-spacing: 3px;
    }

    .star-rating span {
        overflow: hidden;
        float: left;
        top: 0;
        left: 0;
        position: absolute;
        padding-top: 1.5em;
    }

        .star-rating span:before {
            content: "\f005\f005\f005\f005\f005";
            top: 0;
            position: absolute;
            left: 0;
            color: #feb62a;
            letter-spacing: 3px;
        }

.rating-select label {
    margin: 0;
    margin-right: 10px;
}

.rating-select p.stars {
    margin-bottom: 0;
    line-height: 1;
}

    .rating-select p.stars a {
        position: relative;
        height: 14px;
        width: 18px;
        text-indent: -999em;
        display: inline-block;
        text-decoration: none;
    }

        .rating-select p.stars a::before {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 18px;
            height: 14px;
            line-height: 1;
            content: "\f005";
            font-weight: 400;
            text-indent: 0;
            color: var(--theme2);
        }

        .rating-select p.stars a:hover ~ a::before {
            content: "\f005";
            font-weight: 400;
        }

    .rating-select p.stars:hover a::before {
        content: "\f005";
        font-weight: 700;
    }

    .rating-select p.stars.selected a.active::before {
        content: "\f005";
        font-weight: 700;
    }

    .rating-select p.stars.selected a.active ~ a::before {
        content: "\f005";
        font-weight: 400;
    }

    .rating-select p.stars.selected a:not(.active)::before {
        content: "\f005";
        font-weight: 700;
    }

@media (max-width: 767px) {
    .woocommerce-message,
    .woocommerce-info {
        font-size: 14px;
        line-height: 22px;
        padding: 10px 15px 10px 37px;
    }

        .woocommerce-message:before,
        .woocommerce-info:before {
            font-size: 16px;
            top: 10px;
            left: 15px;
        }
}
/* 40.Brand */
.brand-slider-container-wrapper.style2 .brandSliderTwo {
    border-bottom: 1px solid var(--border-4);
}

.brand-slider-container-wrapper.style1 {
    margin-bottom: 60px;
    margin-top: 50px;
}

    .brand-slider-container-wrapper.style1 .brandSliderOne {
        padding: 80px 0;
    }

.brandSliderOne .swiper-slide {
    display: flex;
    justify-content: center;
}

/* 41.Video */
.vide-area-wrapper.style1 {
    position: relative;
    margin-bottom: -280px;
    z-index: 5;
}

    .vide-area-wrapper.style1 .video-wrap {
        position: absolute;
        top: 50%;
        left: 50%;
        background: transparent;
        width: 100px;
        height: 100px;
        transform: translate(-50%, -50%);
    }

        .vide-area-wrapper.style1 .video-wrap .playerImg {
            width: 100px;
            height: 100px;
        }

.header-logo img {
    width: 100px;
}

.pl100 {
    padding-left: 100px;
}

.info a {
    color: #687179;
}

.mob-icon {
    color: #24a0a0;
    position: absolute;
    left: -18px;
    top: 6px;
}

.mob_text {
    padding: 6px 0px;
}

    .mob_text b {
        color: #434375;
        font-size: 18px;
        font-weight: 700;
        line-height: 145%;
    }

.footer-bottom .footer-wrapper p a:hover {
    color: #000 !important;
}

.top_header {
    background: #2e4157;
    padding: 2px 0px;
}

    .top_header p {
        color: #fff
    }

.listarea {
    display: flex;
}

    .listarea li a {
        color: #fff;
        padding: 0px 10px;
    }

.socialicon a {
    padding: 0px 10px;
    color: #fff;
}

@media (max-width: 1399px) {
    .vide-area-wrapper.style1 img {
        max-width: 100%;
    }
}

@media (max-width: 1199px) {
    .theme-btn {
        padding: 7px 10px;
        margin-top: 7px;
    }

    .header-1 .header-right .sidebar__toggle {
        margin-left: 10px;
    }

    .header-logo img {
        width: 90px;
    }
}

@media (max-width: 767px) {
    .pl100 {
        padding-left: 10px;
    }

    .theme-btn {
        padding: 10px 10px;
        margin-top: 7px;
    }

    .header-1 .header-right .sidebar__toggle {
        margin-left: 10px;
    }

    .header-logo img {
        width: 90px;
    }

    .breadcumb-wrapper .breadcumb-content {
        padding: 45px 0;
    }

    .contact-info-box.style1, .contact-info-box.style2 {
        height: auto;
    }

    .dnone {
        display: none;
    }
}

@media (max-width: 426px) {
    .top_header {
        display: none;
    }
}
