@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap");
@import url("animate.css");
@import url("swiper.min.css");
@import url("jquery.fancybox.min.css");
@import url("nice-select.css");
@import url("linear.css");
@import url("fontawesome-free.css");
@import url("flaticon-set-psychology.css");
@import url("tm-bs-mp.css");
@import url("tm-utility-classes.css");

.wow {
    visibility: visible !important;
    -webkit-animation: none !important;
    animation: none !important;
}

:root {
    --theme-color1: #536B5E;
    --theme-color2: #042F23;
    --theme-color3: #BBCCC2;
    --theme-color4: #f5fbf7;
    --theme-color1-rgb: 83, 107, 94;
    --theme-color2-rgb: 4, 47, 35;
    --theme-color3-rgb: 187, 204, 194;
    --theme-color4-rgb: 245, 251, 247;
    --theme-color-mid: #3f5649;
    --footer-bottom-bg: #093A2C;
    --theme-color1-text-color: #fff;
    --theme-color2-text-color: #fff;
    --theme-color3-text-color: #042F23;
    --theme-color4-text-color: #042F23;
    --body-bg: #fff;
    --theme-color-white: #ffffff;
    --bg-color: #f5fbf7;
    --theme-color-white-rgb: 255, 255, 255;
    --theme-color-silver: #eee;
    --theme-color-black: #000000;
    --theme-color-black-rgb: 0, 0, 0;
    --bg-theme-color1: var(--theme-color1);
    --bg-theme-color2: var(--theme-color2);
    --bg-theme-color3: var(--theme-color3);
    --border-color1-rgba: rgba(255, 255, 255, 0.2);
    --border-color2-rgba: rgba(255, 255, 255, 0.13);
    --text-color: var(--text-color);
    --headings-color: #042F23;
    --link-color: var(--theme-color1);
    --link-hover-color: var(--theme-color2);
    --body-font-family: "Titillium Web", sans-serif;
    --heading-font-family: "Titillium Web", sans-serif;
    --style-font-family: "Titillium Web", sans-serif;
    --title-font: "Titillium Web", sans-serif;
    --body-font-size: 16px;
    --body-line-height: 1.5;
    --body-font-weight: 400;
    --line-height-heading-h1: 100%;
    --line-height-heading: 120%;
    --line-height-heading-small: 1.25em;
    --h1-font-size: 70px;
    --h2-font-size: 50px;
    --h3-font-size: 30px;
    --h4-font-size: 24px;
    --h5-font-size: 20px;
    --h6-font-size: 16px;
    --h1-font-weight: 400;
    --h2-font-weight: 400;
    --h3-font-weight: 400;
    --h4-font-weight: 400;
    --h5-font-weight: 400;
    --h6-font-weight: 400;
    --sec-title-subtitle-color: #7e8596;
    --sec-title-subtitle-font-size: 16px;
    --sec-title-subtitle-font-weight: 500;
    --sec-title-subtitle-line-height: 1;
    --sec-title-color: var(--headings-color);
    --sec-title-font-size: 50px;
    --sec-title-font-weight: var(--h2-font-weight);
    --container-width: 1344px;
    --small-container-width: 1000px;
    --large-container-width: 1550px;
    --container-pt: 120px;
    --container-pb: 120px;
    --gradient-1: linear-gradient(90deg, #88ff2a 0%, #fff 100%);
}

/*
 * typography.scss
 * -----------------------------------------------
*/
/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
::-moz-selection {
    background: var(--theme-color1);
    color: #fff;
    text-shadow: none;
}

::selection {
    background: var(--theme-color1);
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: var(--theme-color1);
    /* Firefox */
    color: #fff;
    text-shadow: none;
}

::-webkit-selection {
    background: var(--theme-color1);
    /* Safari */
    color: #fff;
    text-shadow: none;
}

:active,
:focus {
    outline: none !important;
}

::-webkit-input-placeholder {
    color: #7c858c;
}

::-moz-input-placeholder {
    color: #7c858c;
}

::-ms-input-placeholder {
    color: #7c858c;
}

body {
    background-color: var(--body-bg);
    background-attachment: fixed;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    counter-reset: my-sec-counter;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    color: var(--text-color);
    font-size: var(--body-font-size);
    font-family: var(--body-font-family);
    font-weight: var(--body-font-weight);
    line-height: var(--body-line-height);
}

p,
.text {
    color: var(--text-color);
    font-size: var(--body-font-size);
    font-weight: var(--body-font-weight);
    line-height: var(--body-line-height);
    letter-spacing: -0.32px;
}

/* -------- Headings ---------- */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    color: var(--headings-color);
    position: relative;
    font-family: var(--heading-font-family);
    margin: 0;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small,
h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: var(--headings-color);
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
    color: inherit;
    font-weight: inherit;
}

h1,
.h1 {
    font-size: var(--h1-font-size);
    font-weight: var(--h1-font-weight);
    line-height: var(--line-height-heading-h1);
}

h2,
.h2 {
    font-size: var(--h2-font-size);
    font-weight: var(--h2-font-weight);
    line-height: var(--line-height-heading);
}

h3,
.h3 {
    font-size: var(--h3-font-size);
    font-weight: var(--h3-font-weight);
    line-height: var(--line-height-heading);
}

@media (max-width: 1199.98px) {

    h3,
    .h3 {
        font-size: 26px;
    }
}

@media (max-width: 767.98px) {

    h3,
    .h3 {
        font-size: 25px;
    }
}

@media (max-width: 575.98px) {

    h3,
    .h3 {
        font-size: 22px;
    }
}

@media (max-width: 469.98px) {

    h3,
    .h3 {
        font-size: 20px;
    }
}

h4,
.h4 {
    font-size: var(--h4-font-size);
    font-weight: var(--h4-font-weight);
    line-height: var(--line-height-heading-small);
}

@media (max-width: 1399.98px) {

    h4,
    .h4 {
        font-size: 22px;
    }
}

@media (max-width: 575.98px) {

    h4,
    .h4 {
        font-size: 20px;
    }
}

@media (max-width: 469.98px) {

    h4,
    .h4 {
        font-size: 19px;
    }
}

h5,
.h5 {
    font-size: var(--h5-font-size);
    font-weight: var(--h5-font-weight);
    line-height: var(--line-height-heading-small);
}

h6,
.h6 {
    font-size: var(--h6-font-size);
    font-weight: var(--h6-font-weight);
    line-height: var(--line-height-heading-small);
}

/* -------- Body Text ---------- */
table p {
    margin-bottom: 0;
}

p {
    padding: 0;
}

p a:not(.button):not(.btn):hover,
p a:not(.button):not(.btn):focus {
    text-decoration: underline;
}

/* -------- other ---------- */
a {
    color: var(--link-color);
    text-decoration: none;
    font-weight: var(--body-font-weight);
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    outline: none;
}

a b,
a strong {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a img {
    border: none;
}

pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
    margin-bottom: 10px;
}

ol,
ul {
    list-style-position: inside;
    margin: 0;
    padding: 0;
    list-style: none;
}

b,
strong {
    color: #333;
    font-weight: var(--body-font-weight-bold);
}

iframe {
    border: none !important;
}

img {
    max-width: 100%;
}

/*
 * container.scss
 * -----------------------------------------------
*/
.container .container {
    width: 100%;
}

.container .container,
.container .container-fluid,
.container-fluid .container,
.container-fluid .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.container-fluid {
    padding-left: 60px;
    padding-right: 60px;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: var(--container-width);
    }
}

.auto-container {
    position: static;
    max-width: var(--container-width);
    padding: 0px 15px;
    margin: 0 auto;
    width: 100%;
}

.container-1600 {
    max-width: 1600px;
}

/*=== Default Form ===*/
.form-control,
.input-text {
    height: calc(2.25rem + 27px);
    padding: 14px 30px;
    outline: 0;
    background-color: #f4f5f8;
    border: 1px solid #f4f5f8;
    color: #686a6f;
    font-size: 0.9rem;
    width: 100%;
}

.form-control::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder {
    color: #686a6f;
    opacity: 1;
}

.form-control::-moz-placeholder,
.input-text::-moz-placeholder {
    color: #686a6f;
    opacity: 1;
}

.form-control:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
    color: #686a6f;
    opacity: 1;
}

.form-control::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
    color: #686a6f;
    opacity: 1;
}

.form-control::placeholder,
.input-text::placeholder {
    color: #686a6f;
    opacity: 1;
}

.form-control:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
    color: #686a6f;
}

.form-control::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
    color: #686a6f;
}

textarea.form-control {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

.pricing-tab-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
    margin-bottom: 90px;
    position: relative;
    z-index: 99;
}

@media (max-width: 767.98px) {
    .pricing-tab-btn {
        margin-bottom: 20px;
        margin-top: 40px;
    }
}

.pricing-tab-btn span {
    color: var(--theme-color-white);
    font-family: var(--heading-font-family);
    font-size: 20px;
    font-weight: 700;
}

.pricing-tab-btn .nav {
    background: #151515;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 100px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
    padding: 5px 8px;
}

.pricing-tab-btn .nav .nav-item .nav-link {
    border-radius: 31px;
    border: none;
    color: var(--theme-color2);
    font-family: var(--heading-font-family);
    font-size: 20px;
    font-weight: 700;
    height: 24px;
    padding: 0;
    width: 24px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.pricing-tab-btn .nav .nav-item .nav-link.active {
    background: var(--theme-color1);
    color: var(--theme-color-white);
}

.tp-cursor #cursor-outer {
    display: block;
}

#cursor-outer {
    position: absolute;
    display: none;
    width: 10px;
    height: 10px;
    pointer-events: none;
    z-index: 99999;
    opacity: 0;
    top: 0;
    left: 0;
}

#cursorDot {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none;
    background-color: var(--theme-color1);
    border-radius: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    mix-blend-mode: difference;
    color: transparent;
}

/* cursorDot view 
============= */
#cursorDot .cursorDot-view {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    padding: 0 5px;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    line-height: 1.3;
    text-align: center;
    -webkit-transform: scale(0);
    transform: scale(0);
}

/* cursorDot drag 
============= */
#cursorDot .cursorDot-drag {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0 5px;
    font-size: 15px;
    font-weight: 600;
    color: var(--theme-color-white);
    line-height: 1.2;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#cursorDot .cursorDot-drag::before,
#cursorDot .cursorDot-drag::after {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    font-size: 19px;
    color: var(--theme-color-white);
    height: 10px;
    line-height: 10px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

#cursorDot .cursorDot-drag::before {
    content: "\f104";
    /* Font Awesome */
    left: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

#cursorDot .cursorDot-drag::after {
    content: "\f105";
    /* Font Awesome */
    right: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

#cursorDot.with-blur {
    backdrop-filter: blur(18px);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* cursorDot close 
============== */
#cursorDot.cursorDot-close-enabled {
    opacity: 1 !important;
}

#cursorDot .cursorDot-close {
    position: absolute;
    padding: 0 5px;
    font-size: 14px;
    font-weight: 600;
    color: var(--theme-color1);
    line-height: 1;
    text-align: center;
}

.tp-magnetic-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

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

.mouseCursor {
    display: none !important;
    position: fixed;
    top: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    bottom: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden !important;
    text-align: center;
}

.cursor-outer {
    -webkit-margin-start: -12px;
    margin-inline-start: -12px;
    margin-top: -12px;
    width: 30px;
    height: 30px;
    border: 1px solid var(--theme-color1);
    background-color: var(--theme-color1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000000;
    opacity: 0.34;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

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

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

.mouseCursor.cursor-big {
    width: 20px;
    height: 20px;
    -webkit-margin-start: -12px;
    margin-inline-start: -12px;
    margin-top: -12px;
}

.cursor-inner {
    -webkit-margin-start: -3px;
    margin-inline-start: -3px;
    margin-top: -3px;
    width: 10px;
    height: 10px;
    z-index: 10000001;
    background-color: var(--theme-color1);
    opacity: 1;
    -webkit-transition: all 0.24s ease-out 0s;
    transition: all 0.24s ease-out 0s;
}

.cursor-inner span {
    color: #fff;
    line-height: 60px;
    opacity: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

.cursor-inner.cursor-big span {
    opacity: 1;
}

.cursor-inner.cursor-hover {
    -webkit-margin-start: -10px;
    margin-inline-start: -10px;
    margin-top: -10px;
    width: 30px;
    height: 30px;
    background-color: var(--theme-color1);
    border: 1px solid #686363;
    opacity: 0;
}

/*=======================
    Preloader
=======================*/
img.lazy-img:not(.is-loaded) {
    background-color: #f3f6f4;
    background-image: url("../images/lazy-loader.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 28px 28px;
}

img.lazy-img.is-loaded {
    background-color: transparent;
    background-image: none;
}

.lazy-spin {
    position: absolute;
    inset: 0;
    z-index: 6;
    background-color: #f3f6f4;
    pointer-events: none;
}

.lazy-spin-dark {
    background-color: #1a3d32;
}

.lazy-spin:after,
.mega-project-img:not(:has(img.is-loaded)):before,
.mega-product-thumb:not(:has(img.is-loaded)):before,
.mega-service-thumb:not(:has(img.is-loaded)):before,
.mega-featured-card:not(:has(> img.is-loaded)):before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 28px;
    margin: -14px 0 0 -14px;
    z-index: 7;
    border: 3px solid rgba(var(--theme-color1-rgb), 0.28);
    border-top-color: var(--theme-color1);
    border-radius: 50%;
    -webkit-animation: mega-lazy-spin 0.7s linear infinite;
    animation: mega-lazy-spin 0.7s linear infinite;
}

.lazy-spin-dark:after,
.mega-project-img:not(:has(img.is-loaded)):before,
.mega-featured-card:not(:has(> img.is-loaded)):before {
    border-color: rgba(255, 255, 255, 0.28);
    border-top-color: #fff;
}

.mega-featured-card:has(> img.is-loaded) > .lazy-spin,
.mega-product-thumb:has(img.is-loaded) > .lazy-spin,
.mega-project-img:has(img.is-loaded) > .lazy-spin,
.mega-service-thumb:has(img.is-loaded) > .lazy-spin {
    display: none;
}

@-webkit-keyframes mega-lazy-spin {
    to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@keyframes mega-lazy-spin {
    to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

.preloader {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

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

.preloader .animation-preloader .spinner {
    -webkit-animation: spinner 1s infinite linear;
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 3px solid var(--theme-color-black);
    border-top-color: var(--theme-color1);
    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 var(--heading-font-family), var(--body-font-family);
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-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-color1);
    position: relative;
}

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

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

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

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

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

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

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

.preloader .animation-preloader .txt-loading .letters-loading::before {
    -webkit-animation: letters-loading 4s infinite;
    animation: letters-loading 4s infinite;
    color: var(--theme-color-white);
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    font-family: var(--heading-font-family);
    position: absolute;
    top: -3px;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
}

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

.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(--body-bg);
    height: 100%;
    left: 0;
    width: 100%;
    -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

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

.preloader.loaded .loader-section .bg {
    width: 0;
    -webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
    transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

/*
 *	boxed-layout.scss
 * -----------------------------------------------
*/
.tm-boxed-layout {
    background-color: #444;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
}

.tm-boxed-layout.layer-overlay:before {
    z-index: -1;
}

.tm-boxed-layout .page-wrapper {
    margin: 0 auto;
    overflow: hidden;
}

@media (min-width: 1200px) {
    .tm-boxed-layout .page-wrapper {
        width: 1170px;
    }
}

.tm-boxed-layout .container .container {
    width: 100%;
}

@media (min-width: 1200px) {
    .tm-boxed-layout .container {
        width: 1140px;
    }
}

@media (min-width: 1000px) {
    .tm-boxed-layout.tm-container-970px .page-wrapper {
        width: 970px;
    }
}

.tm-boxed-layout.tm-container-970px .container,
.tm-boxed-layout.tm-container-970px .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
}

.tm-boxed-layout.tm-container-970px .container .container,
.tm-boxed-layout.tm-container-970px .container .container-fluid,
.tm-boxed-layout.tm-container-970px .container-fluid .container,
.tm-boxed-layout.tm-container-970px .container-fluid .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 1300px) {
    .tm-boxed-layout.tm-container-1230px .page-wrapper {
        width: 1230px;
    }
}

.tm-boxed-layout.tm-container-1230px .container,
.tm-boxed-layout.tm-container-1230px .container-fluid {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.tm-boxed-layout.tm-container-1230px .container .container,
.tm-boxed-layout.tm-container-1230px .container .container-fluid,
.tm-boxed-layout.tm-container-1230px .container-fluid .container,
.tm-boxed-layout.tm-container-1230px .container-fluid .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 1400px) {
    .tm-boxed-layout.tm-container-1300px .page-wrapper {
        width: 1300px;
    }
}

.tm-boxed-layout.tm-container-1300px .container,
.tm-boxed-layout.tm-container-1300px .container-fluid {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.tm-boxed-layout.tm-container-1300px .container .container,
.tm-boxed-layout.tm-container-1300px .container .container-fluid,
.tm-boxed-layout.tm-container-1300px .container-fluid .container,
.tm-boxed-layout.tm-container-1300px .container-fluid .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 1400px) {
    .tm-boxed-layout.tm-container-1340px .page-wrapper {
        width: 1340px;
    }
}

.tm-boxed-layout.tm-container-1340px .container,
.tm-boxed-layout.tm-container-1340px .container-fluid {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.tm-boxed-layout.tm-container-1340px .container .container,
.tm-boxed-layout.tm-container-1340px .container .container-fluid,
.tm-boxed-layout.tm-container-1340px .container-fluid .container,
.tm-boxed-layout.tm-container-1340px .container-fluid .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 1400px) {
    .tm-boxed-layout.tm-container-1440px .page-wrapper {
        width: 1440px;
    }
}

.tm-boxed-layout.tm-container-1440px .container,
.tm-boxed-layout.tm-container-1440px .container-fluid {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.tm-boxed-layout.tm-container-1440px .container .container,
.tm-boxed-layout.tm-container-1440px .container .container-fluid,
.tm-boxed-layout.tm-container-1440px .container-fluid .container,
.tm-boxed-layout.tm-container-1440px .container-fluid .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 1560px) {
    .tm-boxed-layout.tm-container-1500px .page-wrapper {
        width: 1500px;
    }
}

.tm-boxed-layout.tm-container-1500px .container,
.tm-boxed-layout.tm-container-1500px .container-fluid {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.tm-boxed-layout.tm-container-1500px .container .container,
.tm-boxed-layout.tm-container-1500px .container .container-fluid,
.tm-boxed-layout.tm-container-1500px .container-fluid .container,
.tm-boxed-layout.tm-container-1500px .container-fluid .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 1660px) {
    .tm-boxed-layout.tm-container-1600px .page-wrapper {
        width: 1600px;
    }
}

.tm-boxed-layout.tm-container-1600px .container,
.tm-boxed-layout.tm-container-1600px .container-fluid {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.tm-boxed-layout.tm-container-1600px .container .container,
.tm-boxed-layout.tm-container-1600px .container .container-fluid,
.tm-boxed-layout.tm-container-1600px .container-fluid .container,
.tm-boxed-layout.tm-container-1600px .container-fluid .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.tm-boxed-layout.tm-container-100pr .page-wrapper {
    width: 95%;
}

.tm-boxed-layout.tm-container-100pr .page-wrapper .container,
.tm-boxed-layout.tm-container-100pr .page-wrapper .container-fluid {
    width: 100%;
}

.tm-boxed-layout.container-shadow .page-wrapper {
    -webkit-box-shadow: 0 0 25px 0 #777;
    box-shadow: 0 0 25px 0 #777;
}

.tm-boxed-layout .header,
.tm-boxed-layout section,
.tm-boxed-layout .footer {
    background-color: #fff;
}

.tm-boxed-layout .header .navbar-default {
    background-color: #fff;
    border-color: #fff;
    padding: 0;
}

.tm-boxed-layout .header .navbar-default .navbar-nav>li>a {
    padding: 30px 5px;
}

.tm-boxed-layout .header .navbar-default .navbar-collapse {
    background-color: #fff;
    border-color: #fff;
    margin-right: 30px;
}

.tm-boxed-layout .header #header-logo {
    margin: 0;
    padding-top: 27px;
}

.tm-boxed-layout .banner-section .slide-item {
    min-height: 540px;
}

.tm-boxed-layout .banner-section .slide-item .content-box {
    padding: 150px 0 220px;
}

.tm-boxed-layout .banner-section-two .content-box {
    padding: 250px 0 150px;
}

.tm-boxed-layout .banner-section-three .content-box {
    padding: 250px 0 150px;
}

.tm-boxed-layout .banner-section-four .content-box {
    padding: 130px 0;
}

@media (max-width: 1200px) {
    .tm-boxed-layout {
        padding-top: 15px;
    }

    .tm-boxed-layout .header .navbar-default .navbar-nav>li>a {
        padding: 10px;
    }

    .tm-boxed-layout .header .navbar-default .navbar-collapse {
        margin-right: 15px;
    }

    .tm-boxed-layout .navbar-header {
        padding: 15px 0;
    }

    .tm-boxed-layout .navbar-collapse .navbar-nav li a .caret {
        margin-right: 0;
    }
}

.payment-method .accordion-box {
    position: relative;
}

.payment-method .accordion-box .block {
    position: relative;
    margin-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    padding: 0 0 5px;
}

.payment-method .accordion-box .block .acc-btn {
    position: relative;
    color: var(--headings-color);
    font-family: var(--heading-font-family);
    font-weight: var(--h4-font-weight);
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-bottom: 1px solid #fff;
    padding: 8px 0 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.payment-method .accordion-box .block .acc-btn .icon {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.payment-method .accordion-box .block .acc-btn.active .icon {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.payment-method .accordion-box .block .acc-content {
    position: relative;
    display: none;
}

.payment-method .accordion-box .block .acc-content .content {
    position: relative;
    margin-top: -2px;
}

.payment-method .accordion-box .block .acc-content .content .text {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #808287;
    margin-bottom: 11px !important;
}

.payment-method .accordion-box .block .acc-content.current {
    display: block;
}

/***

====================================================================
Reset
====================================================================

***/
* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
}

/***

====================================================================
Global Settings
====================================================================

***/
textarea {
    overflow: hidden;
    resize: none;
}

button {
    outline: none !important;
    cursor: pointer;
}

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

.title a {
    color: inherit;
}

.color1 {
    color: var(--theme-color1);
}

.color2 {
    color: var(--theme-color2);
}

.color3 {
    color: var(--theme-color3);
}

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

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    z-index: 99;
    background-color: var(--body-bg);
}

.large-container {
    position: static;
    max-width: var(--large-container-width);
    padding: 0px 15px;
    margin: 0 auto;
    width: 100%;
}

.auto-container {
    position: static;
    max-width: var(--container-width);
    padding: 0px 15px;
    margin: 0 auto;
    width: 100%;
}

.small-container {
    position: static;
    max-width: var(--small-container-width);
    padding: 0px 15px;
    margin: 0 auto;
    width: 100%;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.dropdown-toggle::after {
    display: none;
}

/*=======================
Scroll To Top style
=======================*/
.scroll-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    font-size: 16px;
    line-height: 40px;
    color: var(--theme-color-black);
    text-align: center;
    cursor: pointer;
    background-color: var(--theme-color1);
    z-index: 100;
    display: none;
    border-radius: 50%;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-top:hover {
    background: var(--theme-color1);
    color: #000;
}

/*=======================
    Preloader
=======================*/
.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
}

.preloader:after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 110px;
    margin-left: -55px;
    margin-top: -70px;
    height: 110px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-animation: pulse 1s infinite linear;
    animation: pulse 1s infinite linear;
    background-image: url(../images/icons/preloader.png);
    content: "";
}

.preloader:before {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: 45px;
    color: var(--theme-color2);
    font-weight: 600;
    font-size: 16px;
    font-family: var(--heading-font-family);
    letter-spacing: 2px;
    text-transform: uppercase;
    content: "Loading";
    -webkit-transition: none;
    transition: none;
}

.preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.preloader-loaded {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.preloader-loaded.light .text-preloader-outer .text-preloading .text-split {
    color: #000;
}

.preloader-loaded.light .text-preloader-outer .text-preloading .text-split:before {
    color: var(--theme-color1);
}

.preloader-loaded.light .preloader-slide {
    background-color: #fff;
}

.preloader-loaded.loaded .text-preloader-outer {
    opacity: 0;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.preloader-loaded.loaded .preloader-slide.slide-left {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
    -webkit-transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
    transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

.preloader-loaded.loaded .preloader-slide.slide-right {
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
    -webkit-transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
    transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

.preloader-loaded .text-preloader-outer {
    position: absolute;
    z-index: 100;
}

.preloader-loaded .text-preloader-outer .text-preloading {
    font-size: 80px;
    font-weight: 700;
    text-align: center;
    position: relative;
    padding-top: 180px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (max-width: 1199.98px) {
    .preloader-loaded .text-preloader-outer .text-preloading {
        font-size: 40px;
    }
}

.preloader-loaded .text-preloader-outer .text-preloading:before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 70px;
    margin-left: -55px;
    margin-top: -70px;
    height: 70px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-animation: pulse 1s infinite linear;
    animation: pulse 1s infinite linear;
    background-image: url(../images/icons/preloader.png);
    content: "";
}

.preloader-loaded .text-preloader-outer .text-preloading .text-split {
    color: var(--theme-color2);
    position: relative;
    display: inline-block;
}

.preloader-loaded .text-preloader-outer .text-preloading .text-split:before {
    color: var(--theme-color1);
    content: attr(data-text);
    -webkit-animation: text-split 4s infinite;
    animation: text-split 4s infinite;
    left: 0;
    top: 0;
    opacity: 0;
    position: absolute;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
}

.preloader-loaded .text-preloader-outer .text-preloading .text-split:nth-child(2):before {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.preloader-loaded .text-preloader-outer .text-preloading .text-split:nth-child(3):before {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.preloader-loaded .text-preloader-outer .text-preloading .text-split:nth-child(4):before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.preloader-loaded .text-preloader-outer .text-preloading .text-split:nth-child(5):before {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.preloader-loaded .text-preloader-outer .text-preloading .text-split:nth-child(6):before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.preloader-loaded .text-preloader-outer .text-preloading .text-split:nth-child(7):before {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.preloader-loaded .text-preloader-outer .text-preloading .text-split:nth-child(8):before {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.preloader-loaded .preloader-slide {
    background-color: #000;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
}

.preloader-loaded .preloader-slide.slide-left {
    left: 0;
}

.preloader-loaded .preloader-slide.slide-right {
    right: 0;
}

@-webkit-keyframes text-split {

    0%,
    75%,
    100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

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

@keyframes text-split {

    0%,
    75%,
    100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

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

.tabs-box {
    position: relative;
}

.tabs-box .tab {
    display: none;
}

.tabs-box .tab.active-tab {
    display: block;
}

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

.fix {
    overflow: hidden;
}

.bb-top {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.line-shape-animation {
    max-width: 1654px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

.line-shape-animation span {
    position: relative;
    width: 1px;
    height: 100%;
    display: block;
    background: rgba(255, 255, 255, 0.1);
    opacity: 0.5;
}

.line-shape-animation span::before,
.line-shape-animation span::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: var(--theme-color1);
    -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0px 8px 24px;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 8px 24px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    clip-path: polygon(51% 8%, 68% 15%, 66% 40%, 60% 78%, 56% 100%, 46% 100%, 42% 84%, 38% 56%, 34% 17%);
}

.line-shape-animation span::after {
    -webkit-animation: dscroll 2s linear infinite;
    animation: dscroll 2s linear infinite;
    width: 2px;
    height: 24px;
    bottom: 0;
    left: 0;
    background: var(--theme-color1);
    -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0px 8px 24px;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 8px 24px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    clip-path: polygon(51% 8%, 68% 15%, 66% 40%, 60% 78%, 56% 100%, 46% 100%, 42% 84%, 38% 56%, 34% 17%);
}

.line-shape-animation span:nth-child(2)::after {
    -webkit-animation: dscroll 2.1s linear infinite;
    animation: dscroll 2.1s linear infinite;
}

.line-shape-animation span:nth-child(3)::after {
    -webkit-animation: dscroll 2.2s linear infinite;
    animation: dscroll 2.2s linear infinite;
}

.line-shape-animation span:nth-child(4)::after {
    -webkit-animation: dscroll 2.3s linear infinite;
    animation: dscroll 2.3s linear infinite;
}

.line-shape-animation span:nth-child(5)::after {
    -webkit-animation: dscroll 2.4s linear infinite;
    animation: dscroll 2.4s linear infinite;
}

.line-shape-animation span:nth-child(6)::after {
    -webkit-animation: dscroll 1s linear infinite;
    animation: dscroll 1s linear infinite;
}

.line-shape-animation span:nth-child(7)::after {
    -webkit-animation: dscroll 3.5s linear infinite;
    animation: dscroll 3.5s linear infinite;
}

.line-shape-animation span:nth-child(2)::-ms-backdrop {
    animation: dscroll 4.1s linear infinite;
}

.line-shape-animation span:nth-child(2)::backdrop {
    -webkit-animation: dscroll 4.1s linear infinite;
    animation: dscroll 4.1s linear infinite;
}

.line-shape-animation span:nth-child(3)::before {
    -webkit-animation: dscroll 4.2s linear infinite;
    animation: dscroll 4.2s linear infinite;
}

.line-shape-animation span:nth-child(4)::before {
    -webkit-animation: dscroll 4.3s linear infinite;
    animation: dscroll 4.3s linear infinite;
}

.line-shape-animation span:nth-child(5)::before {
    -webkit-animation: dscroll 4.4s linear infinite;
    animation: dscroll 4.4s linear infinite;
}

.line-shape-animation span:nth-child(6)::before {
    -webkit-animation: dscroll 4s linear infinite;
    animation: dscroll 4s linear infinite;
}

.line-shape-animation span:nth-child(7)::before {
    -webkit-animation: dscroll 4.5s linear infinite;
    animation: dscroll 4.5s linear infinite;
}

@-webkit-keyframes dscroll {
    100% {
        -webkit-transform: translateY(100vh);
        transform: translateY(100vh);
    }
}

@keyframes dscroll {
    100% {
        -webkit-transform: translateY(100vh);
        transform: translateY(100vh);
    }
}

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

.section-bg2 {
    background-color: var(--theme-color3);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tp-hero-2-img-box.last-item {
    margin-bottom: 1100px;
}

.tilt_scale {
    display: inline-block;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.theme-btn-main .btn-style-one.transform {
    border: 1px solid transparent;
}

.theme-btn-main .btn-style-one.transform:hover {
    background-color: var(--theme-color-black);
    border: 1px solid var(--theme-color1);
    color: var(--theme-color1);
}

.theme-btn-main:hover .transform,
.transform {
    -webkit-transform: none !important;
    transform: none !important;
}

.theme-btn-main {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0px;
    position: relative;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    height: 56px;
    line-height: 56px;
    background: var(--theme-color1);
    color: var(--theme-color1-text-color);
    gap: 10px;
    border-radius: 40px;
    padding-right: 10px;
    padding-left: 30px;
}

.theme-btn-main:hover {
    padding-right: 38px;
    padding-left: 10px !important;
    gap: 0;
}

.theme-btn-main:hover .theme-btn-arrow-left {
    scale: 1;
    left: 10px;
}

.theme-btn-main:hover .theme-btn-arrow-right {
    scale: 0;
}

.theme-btn-main:hover .theme-btn {
    -webkit-transform: translateX(55px);
    transform: translateX(55px);
    color: var(--theme-color1-text-color);
}

.theme-btn-main .theme-btn-arrow-left,
.theme-btn-main .theme-btn-arrow-right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--theme-color-white);
    border-radius: 50%;
    color: var(--theme-color2);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    line-height: 40px;
    line-height: 1;
    text-align: center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 40px;
}

.theme-btn-main .theme-btn-arrow-left i,
.theme-btn-main .theme-btn-arrow-right i {
    rotate: -30deg;
}

.theme-btn-main .theme-btn-arrow-left {
    scale: 0;
    left: 0;
    right: auto;
    position: absolute;
}

.theme-btn-main .theme-btn {
    font-weight: 400;
    font-size: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

/***

==================================================================
btn-two
==================================================================

***/
.theme-btn-two {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0px;
    position: relative;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    height: 56px;
    line-height: 56px;
    background: var(--theme-color3);
    color: var(--theme-color3-text-color);
    gap: 10px;
    border-radius: 40px;
    padding-right: 10px;
    padding-left: 30px;
}

.theme-btn-two:hover {
    padding-right: 38px;
    padding-left: 10px !important;
    gap: 0;
}

.theme-btn-two:hover .theme-btn-arrow-left {
    scale: 1;
    left: 10px;
}

.theme-btn-two:hover .theme-btn-arrow-right {
    scale: 0;
}

.theme-btn-two:hover .theme-btn {
    -webkit-transform: translateX(55px);
    transform: translateX(55px);
    color: var(--theme-color2);
}

.theme-btn-two .theme-btn-arrow-left,
.theme-btn-two .theme-btn-arrow-right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--theme-color-white);
    border-radius: 50%;
    color: var(--theme-color2);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    line-height: 40px;
    line-height: 1;
    text-align: center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 40px;
}

.theme-btn-two .theme-btn-arrow-left i,
.theme-btn-two .theme-btn-arrow-right i {
    rotate: -30deg;
}

.theme-btn-two .theme-btn-arrow-left {
    scale: 0;
    left: 0;
    right: auto;
    position: absolute;
}

.theme-btn-two .theme-btn {
    font-weight: bold;
    font-size: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

/***

==================================================================
btn-style-one
==================================================================

***/
.btn-style-one {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 17px 24px;
    overflow: hidden;
    color: var(--theme-color1-text-color);
    background-color: var(--theme-color1);
    border-radius: 0;
    text-transform: capitalize;
    z-index: 1;
}

.btn-style-one:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
    background-color: var(--theme-color2);
    border-radius: inherit;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left right;
    transform-origin: left right;
    transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.btn-style-one:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: right left;
    transform-origin: right left;
}

.btn-style-one:hover {
    color: var(--theme-color2-text-color);
}

/***

==================================================================
btn-style-two
==================================================================

***/
.btn-style-two {
    background-color: #10551F;
    border-radius: 40px;
    color: #fff;
    font-weight: 400;
    overflow: hidden;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    z-index: 0;
    padding: 5px 21px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.btn-style-two:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    background-color: var(--theme-color1);
    transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.btn-style-two:hover {
    color: var(--theme-color3-text-color);
}

.btn-style-two:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}

.btn-style-two .btn-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.03em;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

/*** 

====================================================================
  Anim Icons
====================================================================

***/
@-webkit-keyframes moveLeftRight {
    0% {
        left: 0;
    }

    100% {
        left: calc(100% - 210px);
    }
}

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

    100% {
        left: calc(100% - 210px);
    }
}

@-webkit-keyframes moveRightToLeft {
    0% {
        right: 0;
    }

    100% {
        right: calc(100% - 100px);
    }
}

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

    100% {
        right: calc(100% - 100px);
    }
}

@-webkit-keyframes wind-blow {
    0% {
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: skewX(-2deg);
        transform: skewX(-2deg);
    }

    50% {
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: skewX(2deg);
        transform: skewX(2deg);
    }

    100% {
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: skewX(-2deg);
        transform: skewX(-2deg);
    }
}

@keyframes wind-blow {
    0% {
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: skewX(-2deg);
        transform: skewX(-2deg);
    }

    50% {
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: skewX(2deg);
        transform: skewX(2deg);
    }

    100% {
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: skewX(-2deg);
        transform: skewX(-2deg);
    }
}

.bounce-y {
    -webkit-animation: bounce-y 10s infinite linear;
    animation: bounce-y 10s infinite linear;
}

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

.zoom-one {
    -webkit-animation: zoom-one 10s infinite linear;
    animation: zoom-one 10s infinite linear;
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

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

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

@keyframes float {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

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

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

@-webkit-keyframes bounce-y {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

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

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

@keyframes bounce-y {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

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

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

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

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

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

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

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

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

@-webkit-keyframes zoom-one {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
}

@keyframes zoom-one {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
}

@-webkit-keyframes popupVideo {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
        box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
        box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
    }
}

@keyframes popupVideo {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
        box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
        box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
    }
}

.overlay-anim {
    position: relative;
}

.overlay-anim:after {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}

.overlay-anim:hover:after {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

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

@keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

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

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

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

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

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

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

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

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

    100% {
        width: 100%;
    }
}

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

    100% {
        width: 100%;
    }
}

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

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

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

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

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

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

@-webkit-keyframes sway_Y {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

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

@keyframes sway_Y {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

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

.sway_Y__animation {
    -webkit-animation: sway_Y 3s linear infinite alternate;
    animation: sway_Y 3s linear infinite alternate;
}

@-webkit-keyframes sway_YY {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

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

@keyframes sway_YY {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

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

.sway_Y__animationY {
    -webkit-animation: sway_YY 3s linear infinite alternate;
    animation: sway_YY 3s linear infinite alternate;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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

.animation__rotate {
    -webkit-animation: rotate 30s linear infinite;
    animation: rotate 30s linear infinite;
}

@-webkit-keyframes rotateOne {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }

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

@keyframes rotateOne {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }

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

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

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

@-webkit-keyframes rotateAndScale {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }

    50% {
        -webkit-transform: rotate(180deg) scale(0.8);
        transform: rotate(180deg) scale(0.8);
    }

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

@keyframes rotateAndScale {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }

    50% {
        -webkit-transform: rotate(180deg) scale(0.8);
        transform: rotate(180deg) scale(0.8);
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-bounce {
    animation: icon-bounce 1s infinite ease;
    /* Only -webkit- prefix is still somewhat relevant for very old mobile browsers */
    -webkit-animation: icon-bounce 1s infinite ease;
}

@-webkit-keyframes icon-bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

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

    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@keyframes icon-bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

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

    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@-webkit-keyframes bounce {

    0%,
    20%,
    53%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
        transform: translate3d(0, -30px, 0) scaleY(1.1);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
        transform: translate3d(0, -15px, 0) scaleY(1.05);
    }

    80% {
        -webkit-transform: translateZ(0) scaleY(0.95);
        transform: translateZ(0) scaleY(0.95);
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
        transform: translate3d(0, -4px, 0) scaleY(1.02);
    }
}

@keyframes bounce {

    0%,
    20%,
    53%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
        transform: translate3d(0, -30px, 0) scaleY(1.1);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
        transform: translate3d(0, -15px, 0) scaleY(1.05);
    }

    80% {
        -webkit-transform: translateZ(0) scaleY(0.95);
        transform: translateZ(0) scaleY(0.95);
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
        transform: translate3d(0, -4px, 0) scaleY(1.02);
    }
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg);
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg);
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

/*** 
====================================================================
  Main Header
====================================================================
***/
.header-1 {
    background: transparent;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 32px;
    z-index: 9999;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.header-1 .header-lower {
    background-color: rgba(12, 47, 37, 0.5);
    max-width: 1680px;
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    border: 1px solid rgba(12, 47, 37, 0.1);
    backdrop-filter: blur(64.3000030518px);
}

.header-1 .main-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 75px;
    padding: 0 70px;
}

@media (max-width: 1699.98px) {
    .header-1 .main-box {
        padding: 0 30px;
    }
}

@media only screen and (max-width: 1023px) {
    .header-1 .main-box {
        padding: 14px 30px;
        gap: 0;
    }
}

.header-1 .main-menu .navigation>li.current>a {
    background-color: var(--theme-color1);
    color: var(--theme-color1-text-color);
}

.header-1 .main-menu .navigation>li>a {
    border-radius: 46px;
    line-height: 1;
    padding: 9px 13px;
    color: var(--theme-color-white);
}

.header-1 .main-menu .navigation>li>a:hover {
    background-color: var(--theme-color-white);
    color: var(--theme-color2);
}

.header-1 .main-menu .navigation>li {
    margin-right: 20px;
}

@media (max-width: 1699.98px) {
    .header-1 .main-menu .navigation>li {
        margin-right: 10px;
    }
}

.header-1 .header-contact li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.header-1 .header-contact li .icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background-color: var(--theme-color-white);
    color: var(--theme-color3);
}

.header-1 .header-contact li .content .text {
    font-size: 16px;
    color: var(--theme-color2);
}

@media (max-width: 1699.98px) {
    .header-1 .header-contact li .content .text {
        font-size: 14px;
    }
}

.header-1 .header-contact li .content .text a {
    color: var(--theme-color-white);
}

.header-1 .header-contact li .line {
    height: 29px;
    width: 1px;
    display: inline-block;
    background-color: rgba(12, 47, 37, 0.2);
}

.header-1 .ui-btn-outer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}

@media (max-width: 1699.98px) {
    .header-1 .ui-btn-outer {
        gap: 15px;
    }
}

.header-1 .contact-btn {
    background-color: var(--theme-color-white);
    border-radius: 40px;
    color: var(--theme-color2);
    display: inline-block;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

@media (max-width: 1699.98px) {
    .header-1 .contact-btn {
        padding: 0 16px;
        font-size: 14px;
    }
}

.header-1 .contact-btn:hover {
    background-color: var(--theme-color1);
    color: var(--theme-color1-text-color);
}

@media only screen and (max-width: 1023px) {
    .header-1 .contact-btn {
        display: none;
    }
}

.header-1 .mobile-nav-toggler .icon {
    color: var(--theme-color2);
    font-size: 26px;
}

.header-1.fixed-header {
    padding-top: 0;
}

.header-1.innerpage-style {
    background-color: var(--theme-color1);
    padding-top: 0;
}

.header-1 .mobile-nav-toggler {
    display: block;
    background-color: var(--theme-color1);
    color: var(--theme-color1-text-color);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    margin: 0;
}

.header-1 .sticky-header .mobile-nav-toggler {
    background-color: transparent;
    width: auto;
    height: auto;
    line-height: auto;
}

.main-menu {
    position: relative;
}

.main-menu .navbar-header {
    display: none;
}

.main-menu .navbar-collapse {
    padding: 0px;
}

.main-menu .navigation {
    margin: 0px;
    position: relative;
}

.main-menu .navigation>li {
    float: left;
    margin-right: 30px;
    padding: 32px 0px;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li:last-child {
    margin-right: 0;
}

.main-menu .navigation>li:hover:before,
.main-menu .navigation>li.current:before {
    left: 0;
    width: 100%;
}

.main-menu .navigation>li>a {
    color: var(--theme-color2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    text-transform: capitalize;
    opacity: 1;
    padding: 0;
    position: relative;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: var(--body-font-family);
}

@media (max-width: 1899.98px) {
    .main-menu .navigation>li>a {
        font-size: 15px;
    }
}

.main-menu .navigation>li>a .icon {
    position: relative;
    font-size: 22px;
    line-height: 24px;
    margin-left: 10px;
}

.main-menu .navigation>li>a:hover {
    color: var(--theme-color3);
}

.main-menu .navigation>li.current>a {
    font-weight: 400;
}

.main-menu .navigation>li.dropdown:hover>ul {
    margin-top: 0;
    opacity: 1;
    top: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    visibility: visible;
}

.main-menu .navigation>li>ul {
    background-color: var(--body-bg);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    display: none;
    left: 0px;
    margin-top: 30px;
    opacity: 0;
    padding: 10px 0 0;
    position: absolute;
    top: 100%;
    width: 220px;
    border-radius: 16px;
    z-index: 100;
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(12, 47, 37, 0.1);
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 0px;
    line-height: 29px;
    font-weight: 400;
    font-size: 16px;
    color: var(--theme-color2);
    text-align: left;
    font-family: var(--body-font-family);
    margin: 0 30px;
    text-transform: capitalize;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.main-menu .navigation>li>ul>li:hover>a {
    color: var(--theme-color1);
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    position: absolute;
    right: 0;
    top: 11px;
    display: block;
    line-height: 24px;
    font-size: 11px;
    font-weight: 600;
    z-index: 5;
}

.main-menu .navigation>li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 0px;
    margin-top: 20px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul {
    background-color: var(--body-bg);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    display: none;
    left: 100%;
    margin-top: 10px;
    opacity: 0;
    padding: 10px 0 0;
    position: absolute;
    top: 0px;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    width: 220px;
    z-index: 100;
    border-radius: 16px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    border-bottom: 1px solid rgba(12, 47, 37, 0.1);
    width: 100%;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 0;
    line-height: 24px;
    font-weight: 400;
    font-size: 16px;
    color: var(--theme-color2);
    font-family: var(--body-font-family);
    text-align: left;
    margin: 0 30px;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
    color: var(--theme-color1);
}

.main-menu .navigation li.dropdown .dropdown-btn {
    border: 1px solid #ffffff;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-size: 16px;
    height: 30px;
    line-height: 26px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 8px;
    width: 34px;
    z-index: 5;
}

.sticky-header {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    left: 0px;
    opacity: 0;
    padding: 0 15px;
    position: fixed;
    top: 0px;
    visibility: hidden;
    width: 100%;
    z-index: 99999;
}

@media only screen and (min-width: 1023px) {
    .sticky-header .mobile-nav-toggler {
        display: none;
    }
}

.sticky-header.fixed-header {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    top: 20px;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sticky-header .logo {
    padding: 10px 0;
}

.sticky-header .logo img {
    max-height: 40px;
}

.sticky-header .nav-outer {
    background: none;
    position: static;
}

.sticky-header>.container {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
}

.sticky-header .inner-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    width: 100%;
    padding: 0 20px;
    background: rgba(var(--theme-color2-rgb), 0.28);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border-radius: 20px 20px 0 0;
}

.sticky-header .main-menu .navigation>li {
    margin: 0;
    margin-left: 30px;
    padding: 20px 0;
}

.sticky-header .main-menu .navigation>li>a {
    color: #fff;
}

.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li:hover>a {
    color: var(--theme-color3);
}

.sticky-header .main-menu .navigation>li:before {
    display: none;
}

.sticky-header .outer-box,
.sticky-header .navbar-header {
    display: none;
}

.sticky-header .mobile-nav-toggler {
    color: var(--theme-color-white) !important;
    font-size: 22px;
    line-height: 1;
}

@media (max-width: 1023.98px) {
    .sticky-header .mobile-nav-toggler {
        display: block;
        color: var(--theme-color1) !important;
        font-size: 24px;
        top: 1px;
    }
}

.header-1 .sticky-header .main-menu .navigation>li>a {
    color: var(--theme-color2);
}

.header-1 .sticky-header .main-menu .navigation>li.current>a,
.header-1 .sticky-header .main-menu .navigation>li:hover>a {
    background-color: var(--theme-color1);
}

.header-1 .sticky-header .main-menu .navigation>li:before {
    display: none;
}

.header-2 .sticky-header .mobile-nav-toggler span {
    background: var(--theme-color2);
}

.header-2 .sticky-header .mobile-nav-toggler span:first-child {
    background: var(--theme-color2);
}

.header-2 .sticky-header .mobile-nav-toggler span:nth-child(2) {
    background: var(--theme-color2);
}

.header-2 .sticky-header .mobile-nav-toggler span:last-child {
    background: var(--theme-color2);
}

/*** 

====================================================================
    Header Style one
====================================================================

***/
.header-style-one {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    z-index: 99;
}

.header-style-one.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: transparent;
}

.header-style-one.fixed-header .header-lower {
    padding-left: 0;
    padding-right: 0;
}

.header-style-one.fixed-header .header-lower .inner-container {
    background: #fff;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
    box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
}

.header-style-one.fixed-header .header-lower .inner-container .main-box .main-menu .navigation>li>a {
    color: var(--theme-color2);
}

.header-style-one.fixed-header .header-lower .inner-container .main-box .main-menu .navigation>li.current>a,
.header-style-one.fixed-header .header-lower .inner-container .main-box .main-menu .navigation>li:hover>a {
    color: var(--theme-color1);
}

.header-style-one.fixed-header .header-lower .inner-container .main-box .right-box .header-action-btn {
    border-color: rgba(var(--theme-color2-rgb), 0.12);
    background: var(--bg-color);
    color: var(--theme-color2);
}

.header-style-one.fixed-header .header-lower .inner-container .main-box .right-box .header-action-btn:hover {
    background: var(--theme-color1);
    border-color: var(--theme-color1);
    color: #fff;
}

.main-header .sticky-header {
    display: none !important;
}

@media (max-width: 1024px) {
    .header-style-one {
        top: 20px;
        padding: 0;
    }
}

.header-style-one .header-lower {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

.header-style-one .header-lower .inner-container {
    position: relative;
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    background: rgba(var(--theme-color2-rgb), 0.28);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border-radius: 20px 20px 0 0;
}

.header-style-one .header-lower .inner-container .main-box {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto 1fr;
    grid-template-columns: 1fr auto 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-style-one .header-lower .inner-container .main-box .logo-box {
    position: relative;
    z-index: 2;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-grid-column-align: start;
    justify-self: start;
}

.header-style-one .header-lower .inner-container .main-box .logo-box img {
    height: 70px;
}

.header-style-one .header-lower .inner-container .main-box .logo-box .logo-fixed {
    display: none;
}

.header-style-one.fixed-header .header-lower .inner-container .main-box .logo-box .logo-default {
    display: none;
}

.header-style-one.fixed-header .header-lower .inner-container .main-box .logo-box .logo-fixed {
    display: block;
}

.header-style-one .header-lower .inner-container .main-box .nav-outer {
    position: static;
    left: auto;
    top: auto;
    -webkit-transform: none;
    transform: none;
    z-index: 1;
    -ms-grid-column-align: center;
    justify-self: center;
}

@media (max-width: 1024px) {
    .header-style-one .header-lower .inner-container .main-box .nav-outer {
        display: none;
    }
}

.header-style-one .header-lower .inner-container .main-box .main-menu .navigation>li {
    padding: 27px 0px 23px;
    margin-right: 28px;
}

.header-style-one .header-lower .inner-container .main-box .main-menu .navigation>li:last-child {
    margin-right: 0;
}

@media (max-width: 1399px) {
    .header-style-one .header-lower .inner-container .main-box .main-menu .navigation>li {
        margin-right: 20px;
    }
}

.header-style-one .header-lower .inner-container .main-box .main-menu .navigation>li>a {
    color: #fff;
    font-weight: 600;
}

.header-style-one .header-lower .inner-container .main-box .right-box {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 0;
    -ms-grid-column-align: end;
    justify-self: end;
}

.header-style-one .header-lower .inner-container .main-box .right-box .header-action-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-style-one .header-lower .inner-container .main-box .right-box .header-action-btn {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 15px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    padding: 0;
}

.header-style-one .header-lower .inner-container .main-box .right-box .header-action-btn:hover {
    background: var(--theme-color3);
    border-color: var(--theme-color3);
    color: var(--theme-color2);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.header-style-one .header-lower .inner-container .main-box .right-box .header-action-btn .cart-count {
    position: absolute;
    top: -2px;
    right: -2px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: var(--theme-color1);
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    border: 2px solid rgba(var(--theme-color2-rgb), 0.35);
}

@media (max-width: 575.98px) {
    .header-style-one .header-lower .inner-container .main-box .right-box .header-action-list {
        gap: 6px;
    }

    .header-style-one .header-lower .inner-container .main-box .right-box .header-action-btn {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
}

.header-style-one .header-lower .inner-container .main-box .right-box .header-locale-group {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 44px;
    padding: 0 4px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
}

.header-style-one .header-lower .inner-container .main-box .right-box .header-action-divider {
    width: 1px;
    height: 22px;
    margin: 0 4px;
    background: rgba(255, 255, 255, 0.22);
}

.header-style-one.fixed-header .header-lower .inner-container .main-box .right-box .header-action-divider {
    background: rgba(var(--theme-color2-rgb), 0.18);
}

.header-style-one.fixed-header .header-lower .inner-container .main-box .right-box .header-locale-group {
    background: var(--bg-color);
    border-color: rgba(var(--theme-color2-rgb), 0.12);
}

.header-locale-split {
    width: 1px;
    height: 18px;
    margin: 0 2px;
    background: rgba(255, 255, 255, 0.22);
}

.header-style-one.fixed-header .header-locale-split {
    background: rgba(var(--theme-color2-rgb), 0.14);
}

.header-switcher {
    position: relative;
}

.header-switcher-btn {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    height: 36px;
    padding: 0 10px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1;
    cursor: pointer;
    white-space: nowrap;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.header-switcher-btn .fa-globe,
.header-switcher-symbol {
    font-size: 13px;
    opacity: 0.95;
}

.header-switcher-flag.flag-icon {
    display: inline-block;
    font-size: 14px;
    border-radius: 2px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18);
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header-style-one.fixed-header .header-switcher-flag.flag-icon {
    -webkit-box-shadow: 0 0 0 1px rgba(var(--theme-color2-rgb), 0.12);
    box-shadow: 0 0 0 1px rgba(var(--theme-color2-rgb), 0.12);
}

.header-switcher-caret {
    font-size: 8px;
    opacity: 0.7;
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.header-switcher.is-open .header-switcher-caret {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.header-switcher-btn:hover,
.header-switcher.is-open .header-switcher-btn {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
}

.header-style-one.fixed-header .header-lower .inner-container .main-box .right-box .header-switcher-btn {
    color: var(--theme-color2);
}

.header-style-one.fixed-header .header-lower .inner-container .main-box .right-box .header-switcher-btn:hover,
.header-style-one.fixed-header .header-lower .inner-container .main-box .right-box .header-switcher.is-open .header-switcher-btn {
    background: rgba(var(--theme-color1-rgb), 0.12);
    color: var(--theme-color1);
}

.header-switcher-menu {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    min-width: 210px;
    margin: 0;
    padding: 8px;
    list-style: none;
    background: #fff;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.08);
    border-radius: 14px;
    -webkit-box-shadow: 0 18px 40px rgba(var(--theme-color2-rgb), 0.16);
    box-shadow: 0 18px 40px rgba(var(--theme-color2-rgb), 0.16);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
    -webkit-transition: all 0.22s ease;
    transition: all 0.22s ease;
    z-index: 40;
}

.header-switcher-menu:before {
    display: block;
    padding: 6px 12px 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--text-color);
}

.header-switcher[data-switcher="lang"] .header-switcher-menu:before {
    content: "Dil";
}

.header-switcher[data-switcher="currency"] .header-switcher-menu:before {
    content: "Para Birimi";
}

.header-switcher.is-open .header-switcher-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.header-switcher-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 9px 12px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: var(--theme-color2);
    font-size: 13px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.header-switcher-option:hover,
.header-switcher-option.is-active {
    background: var(--theme-color4);
}

.header-switcher-option.is-active:after {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: auto;
    font-size: 11px;
    color: var(--theme-color1);
}

.header-switcher-option-copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1px;
    min-width: 0;
}

.header-switcher-option-copy strong {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--theme-color2);
}

.header-switcher-option-copy small {
    font-size: 11px;
    font-weight: 500;
    color: var(--text-color);
}

.header-switcher-option.is-active .header-switcher-option-copy strong {
    color: var(--theme-color1);
}

.header-switcher-code {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 32px;
    height: 28px;
    padding: 0 8px;
    border-radius: 8px;
    background: var(--theme-color2);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.header-switcher-option.is-active .header-switcher-code {
    background: var(--theme-color1);
}

.mobile-locale-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 20px 18px;
    margin-top: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .menu-box:has(.mobile-locale-bar) .social-links {
    margin-top: 0;
}

.mobile-locale-bar .header-locale-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 46px;
    padding: 0 4px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
}

.mobile-locale-bar .header-switcher {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.mobile-locale-bar .header-switcher-btn {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 38px;
}

.mobile-locale-bar .header-switcher-menu {
    left: 0;
    right: auto;
    min-width: 100%;
    top: auto;
    bottom: calc(100% + 8px);
}

@media (max-width: 1024px) {
    .header-style-one .header-lower .inner-container .main-box .right-box .header-locale-group {
        height: 40px;
        padding: 0 3px;
    }

    .header-style-one .header-lower .inner-container .main-box .right-box .header-locale-group .header-switcher-btn {
        height: 34px;
        padding: 0 8px;
        gap: 5px;
    }
}

.header-style-one .header-lower .inner-container .main-box .right-box .social-icon-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

@media (max-width: 1024px) {
    .header-style-one .header-lower .inner-container .main-box .right-box .social-icon-list {
        display: none;
    }
}

.header-style-one .header-lower .inner-container .main-box .right-box .social-icon-list.one li a:hover {
    background-color: rgba(0, 0, 0, 0.031372549);
    color: var(--theme-color1);
}

.header-style-one .header-lower .inner-container .main-box .right-box .social-icon-list li {
    position: relative;
    line-height: 1;
}

.header-style-one .header-lower .inner-container .main-box .right-box .social-icon-list li a {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.031372549);
    font-size: 18px;
    font-weight: 400;
    color: var(--theme-color-white);
}

.header-style-one .header-lower .inner-container .main-box .right-box .social-icon-list li a:hover {
    background-color: var(--theme-color3);
    color: var(--theme-color3-text-color);
}

@media (max-width: 1024px) {
    .header-style-one .header-lower .inner-container .main-box .right-box .theme-btn {
        display: none;
    }
}

@media (max-width: 1024px) {
    .header-style-one .header-lower .inner-container .main-box .right-box .mobile-nav-toggler {
        display: block;
    }
}

.header-style-one .header-lower .inner-container .main-box .right-box .mobile-nav-toggler span {
    background-color: transparent;
    color: var(--theme-color-white);
    font-size: 24px;
}

@media only screen and (max-width: 1700px) {
    .main-header .header-lower .outer-box .ui-btn-outer {
        border-right: 0;
        margin-right: 0;
        padding-right: 0;
    }

    .header-style-one .header-lower .logo-box {
        margin-right: 30px;
    }

    .main-menu .navigation>li {
        margin-right: 28px;
    }
}

@media only screen and (max-width: 1439px) {
    .main-menu .navigation>li {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 1199px) {
    .header-top {
        margin-left: 0;
        padding: 0;
    }

    .main-header .main-box {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .main-header .header-lower .logo-box {
        margin-top: 0;
        min-height: auto;
    }
}

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

    .main-menu .navigation>li>ul,
    .main-menu .navigation>li>ul>li>ul {
        display: block !important;
        visibility: hidden;
        opacity: 0;
    }
}

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

    .header-top,
    .main-header .main-menu {
        display: none;
    }

    .main-header .logo {
        min-width: auto;
    }

    .main-header .logo img,
    .sticky-header .main-header .logo img {
        width: auto;
        max-width: none;
        max-height: 45px;
    }

    .main-header .main-box .nav-outer {
        width: auto;
    }

    .main-header .main-box {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media only screen and (max-width: 767px) {
    .main-slider .title {
        padding: 7px 20px;
    }

    .main-slider .title:before {
        display: none;
    }
}

@media only screen and (max-width: 599px) {
    .main-header .header-lower .logo-box {
        padding-left: 0;
        min-width: auto;
        margin-right: 0px;
        max-width: 140px;
    }

    .main-header .header-lower .logo-box .logo img {
        max-width: 140px;
    }
}

/*** 

====================================================================
    Header Style two
====================================================================

***/
.header-style-two {
    position: relative;
    z-index: 99;
}

.header-style-two .inner-container {
    max-width: 1710px;
    margin: 0 auto;
    padding: 0 15px;
}

.header-style-two .list-style-one {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
}

.header-style-two .header-top {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-style-two .header-top .inner-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.header-style-two .header-top .top-left {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1399.98px) {
    .header-style-two .header-top .top-center {
        display: none;
    }
}

.header-style-two .header-top .top-right {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-style-two .header-top .top-right .list-style-one li {
    margin-right: 0;
}

.header-style-two .header-top .useful-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
}

.header-style-two .header-top .useful-links li {
    position: relative;
    margin-right: 30px;
    font-size: 12px;
    font-weight: 500;
    color: #bdbdbd;
    line-height: 20px;
}

.header-style-two .header-top .useful-links li a {
    color: #bdbdbd;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.header-style-two .header-top .useful-links li a:hover {
    color: var(--theme-color1);
}

.header-style-two .header-top {
    background-color: var(--theme-color3);
    padding: 16px 0 15px;
}

@media (max-width: 1023.98px) {
    .header-style-two .header-top {
        display: none;
    }
}

.header-style-two .header-top .list-style-one li {
    color: var(--theme-color2);
    font-size: 14px;
    font-weight: 500;
    margin-right: 78px;
}

.header-style-two .header-top .list-style-one li:hover i {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.header-style-two .header-top .list-style-one li i {
    color: var(--theme-color2);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.header-style-two .header-top .list-style-one li a {
    color: var(--theme-color2);
}

.header-style-two .header-lower {
    background-color: #fff;
}

.header-style-two .header-lower .main-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 72px;
}

@media (max-width: 1599.98px) {
    .header-style-two .header-lower .main-box {
        gap: 30px;
    }
}

.header-style-two .header-lower .inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1023.98px) {
    .header-style-two .header-lower .inner-container {
        padding: 20px 15px;
    }
}

.header-style-two .outer-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.header-style-two .outer-box .list-style-one {
    margin-right: 10px;
}

@media (max-width: 1399.98px) {
    .header-style-two .outer-box .list-style-one {
        display: none;
    }
}

.header-style-two .outer-box .list-style-one .line {
    background: rgba(12, 47, 37, 0.2);
    height: 29px;
    width: 1px;
}

.header-style-two .outer-box .list-style-one li {
    margin-right: 20px;
}

.header-style-two .outer-box .list-style-one li:hover i {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.header-style-two .outer-box .list-style-one li i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background-color: #f7f8ed;
    text-align: center;
    font-size: 14px;
    color: var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.header-style-two .outer-box .list-style-one li a {
    color: #0C2F25;
    font-size: 16px;
}

.header-style-two .outer-box .btn-style-two {
    background-color: var(--theme-color1);
}

.header-style-two .outer-box .btn-style-two:before {
    background-color: var(--theme-color3);
}

.header-style-two .sidebar-nav {
    display: block;
    background: var(--theme-color1);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    margin: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.header-style-two .sidebar-nav:hover {
    background: var(--theme-color3);
}

.header-style-two .sidebar-nav img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

@media (max-width: 767.98px) {
    .header-style-two .btn-style-two {
        display: none;
    }
}

/*** 

====================================================================
		Helping Section
====================================================================

***/
.section-padding {
    padding: 90px 0;
}

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

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

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

@-webkit-keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes draw2 {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes draw2 {
    to {
        stroke-dashoffset: 0;
    }
}

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

.fix {
    overflow: hidden;
}

.align-flex-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 30px;
}

.array-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px;
}

.array-button .array-prev,
.array-button .array-next {
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: inherit;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer !important;
    width: 50px;
    height: 50px;
    background: var(--theme-color2);
    color: var(--theme-color-white);
    font-size: 18px;
    font-weight: 600;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.array-button .array-prev:hover,
.array-button .array-next:hover {
    color: var(--theme-color-black);
    background: var(--theme-color1);
    border: none;
}

.bb-top {
    border-top: 1px solid rgba(12, 47, 37, 0.1);
}

.bb-bottom {
    border-bottom: 1px solid rgba(12, 47, 37, 0.1);
}

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

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

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

.swiper-dot {
    position: relative;
    z-index: 99;
    text-align: center;
    margin-top: 40px;
    line-height: 1;
}

@media (max-width: 767.98px) {
    .swiper-dot {
        margin-top: 30px;
    }
}

.swiper-dot .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: var(--border-color1-rgba);
    opacity: 1;
    border-radius: 15px;
}

.swiper-dot .swiper-pagination-bullet:not(:last-child) {
    margin-right: 10px;
}

.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--theme-color1);
    -webkit-transition: 0.6s;
    transition: 0.6s;
    position: relative;
}

.tp--hover-item {
    position: relative;
}

.tp--hover-img {
    overflow: hidden;
}

.tp--hover-img canvas {
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 40px;
    height: 100%;
    position: absolute;
}

.anim-reveal-line {
    overflow: hidden;
}

.body-bg {
    background-color: #f6f5ef;
}

.sticky-style {
    position: sticky;
    top: 100px;
}

.get-in-touch {
    background-color: var(--theme-color3);
    border-radius: 20px;
    color: var(--theme-color-white);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 400;
    gap: 5px;
    line-height: 26px;
    margin-top: 60px;
    padding: 7px 20px;
    position: relative;
    text-align: center;
    text-transform: capitalize;
}

.get-in-touch.style-5 {
    background-color: #0F0B19;
}

.get-in-touch.style-5 a {
    font-family: var(--heading-font-family);
}

@media (max-width: 767.98px) {
    .get-in-touch {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 10px 20px;
    }
}

.get-in-touch::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% + 8px);
    height: 46px;
    border-radius: 28px;
    z-index: -1;
    background: -webkit-gradient(linear, left top, right top, from(#88ff2a), to(rgba(82, 153, 25, 0)));
    background: linear-gradient(90deg, #88ff2a 0%, rgba(82, 153, 25, 0) 100%);
}

@media (max-width: 767.98px) {
    .get-in-touch::after {
        display: none;
    }
}

.get-in-touch a {
    color: var(--theme-color1);
    text-decoration-line: underline;
    text-decoration-style: solid;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
}

.circle-box {
    position: relative;
    width: 300px;
    height: 300px;
}

.circle-box .circle-text {
    position: absolute;
    width: 100%;
    height: 100%;
    text-transform: uppercase;
}

.circle-box .circle-text svg {
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-animation: rotate 30s linear infinite;
    animation: rotate 30s linear infinite;
}

.circle-box .circle-text textPath {
    fill: var(--theme-color-white);
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 6px;
}

.circle-box .circle-text .highlight {
    fill: var(--theme-color3);
}

.circle-box .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.circle-box .highlight-arc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: -1;
}

.video-icon {
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 11;
}

.video-icon .video-button-ripple::before,
.video-icon .video-button-ripple::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    -webkit-animation: popupVideo 3s infinite;
    animation: popupVideo 3s infinite;
    border-radius: 50%;
}

.video-icon .video-button-ripple::before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.video-icon .video-button-ripple::after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.multiple-section {
    position: relative;
    z-index: 1;
}

.multiple-section .work-one {
    position: relative;
}

.multiple-section .work-one .top-object-1 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.multiple-section .inner {
    margin: 0 60px;
    border-radius: 40px;
    position: relative;
}

.multiple-section .inner .object-cricle {
    position: absolute;
    bottom: 0;
    left: 0;
}

@media (max-width: 1699.98px) {
    .multiple-section .inner {
        margin: 0 35px;
    }
}

@media (max-width: 1399.98px) {
    .multiple-section .inner {
        margin: 0 25px;
    }
}

@media (max-width: 1199.98px) {
    .multiple-section .inner {
        margin: 0 15px;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

.multiple-section .inner .shape-1 {
    position: absolute;
    top: -20px;
    right: -20px;
}

.multiple-section .inner .light-shape {
    position: absolute;
    width: 1080px;
    height: 1080px;
    border-radius: 50%;
    opacity: 0.2;
    left: -5%;
    bottom: -100px;
    background: transparent;
    border: 110px solid var(--theme-color1);
    -webkit-filter: blur(125px);
    filter: blur(125px);
    z-index: -1;
}

.multiple-section .inner .light-shape2 {
    position: absolute;
    width: 555px;
    height: 555px;
    border-radius: 50%;
    opacity: 0.3;
    right: -15%;
    bottom: -10px;
    background: transparent;
    border: 60px solid var(--theme-color1);
    -webkit-filter: blur(125px);
    filter: blur(125px);
    z-index: -1;
}

.multiple-section .inner .bg-image {
    background-color: var(--theme-color3);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    -webkit-filter: grayscale(100);
    filter: grayscale(100);
    opacity: 0.1;
    border-radius: 40px;
}

.multiple-section .inner::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: var(--theme-color3);
    left: 10px;
    z-index: -1;
    border-radius: 40px;
}

.multiple-section-6 .inner .array-button .array-next,
.multiple-section-6 .inner .array-button .array-prev {
    background-color: var(--body-bg);
}

.multiple-section-6 .inner .array-button .array-next:hover,
.multiple-section-6 .inner .array-button .array-prev:hover {
    background-color: var(--theme-color1);
}

.title-shadow {
    position: absolute;
    left: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.24);
    font-size: 250px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -5px;
    text-transform: uppercase;
    -webkit-writing-mode: sideways-lr;
    -ms-writing-mode: sideways-lr;
    writing-mode: sideways-lr;
    white-space: nowrap;
    z-index: -1;
}

.title-shadow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: #0a0a0a;
    -webkit-filter: blur(90px);
    filter: blur(90px);
    opacity: 1;
    left: auto;
    right: -80px;
}

@media (max-width: 1699.98px) {
    .title-shadow::after {
        display: none;
    }
}

@media (max-width: 1699.98px) {
    .title-shadow {
        position: relative;
        right: 0;
        -webkit-transform: none;
        transform: none;
        top: 0;
        left: 0;
        text-align: center;
        -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
        writing-mode: unset;
        z-index: 1;
        white-space: unset;
    }
}

@media (max-width: 1199.98px) {
    .title-shadow {
        font-size: 220px;
    }
}

@media (max-width: 991.98px) {
    .title-shadow {
        font-size: 180px;
    }
}

@media (max-width: 767.98px) {
    .title-shadow {
        font-size: 150px;
    }
}

@media (max-width: 575.98px) {
    .title-shadow {
        font-size: 120px;
    }
}

@media (max-width: 469.98px) {
    .title-shadow {
        font-size: 100px;
    }
}

.title-shadow.style-2 {
    left: auto;
    right: -30px;
    -webkit-writing-mode: sideways-rl;
    -ms-writing-mode: sideways-rl;
    writing-mode: sideways-rl;
}

@media (max-width: 1699.98px) {
    .title-shadow.style-2 {
        -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
        writing-mode: unset;
    }
}

.title-shadow.style-2::after {
    right: auto;
    left: -80px;
}

.title-shadow-2 {
    width: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -135px;
    color: var(--theme-color1);
    text-align: center;
    font-size: 160px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 1199.98px) {
    .title-shadow-2 {
        top: -102px;
        font-size: 120px;
    }
}

@media (max-width: 991.98px) {
    .title-shadow-2 {
        top: -150px;
        font-size: 105px;
    }
}

@media (max-width: 767.98px) {
    .title-shadow-2 {
        top: -70px;
        font-size: 80px;
    }
}

@media (max-width: 575.98px) {
    .title-shadow-2 {
        top: -115px;
    }
}

@media (max-width: 469.98px) {
    .title-shadow-2 {
        font-size: 60px;
    }
}

.title-shadow-2 span {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--border-color1-rgba);
}

.bb-bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

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

.mt-minus-30px {
    margin-top: -30px;
}

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

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

.text-body {
    color: #D9D9D9 !important;
}

/*** 

====================================================================
      Mobile Menu
====================================================================

***/
.mobile-nav-toggler {
    position: relative;
    cursor: pointer;
    display: none;
    top: 0px;
    margin-left: 25px;
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

.mobile-nav-toggler.style-2 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 7px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.mobile-nav-toggler.style-2 span {
    display: block;
    width: 40px;
    height: 2px;
    background-color: var(--theme-color-white);
}

.mobile-nav-toggler.style-2 span:nth-child(2) {
    width: 30px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mobile-nav-toggler.style-2 span:nth-child(3) {
    width: 20px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.mobile-nav-toggler.style-2:hover span:nth-child(2) {
    width: 40px;
}

.mobile-nav-toggler.style-2:hover span:nth-child(3) {
    width: 40px;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 100050;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
}

.mobile-menu .upper-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 20px 20px;
}

.mobile-menu .close-btn {
    position: relative;
    top: 5px;
    text-align: center;
    font-size: 30px;
    color: var(--theme-color-white);
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}

.mobile-menu .close-btn:hover {
    opacity: 0.5;
}

.mobile-menu .nav-logo {
    position: relative;
    text-align: left;
    width: 100%;
}

.mobile-menu .nav-logo img {
    max-height: 40px;
}

.mobile-menu .menu-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: var(--headings-color);
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible {
    overflow: hidden;
}

body.mobile-menu-visible .mobile-app-bar {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.4s ease 200ms;
    transition: all 0.4s ease 200ms;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.mobile-menu-visible .scroll-to-top {
    opacity: 0;
    visibility: hidden;
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li>ul>li:last-child {
    border-bottom: none;
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
}

.mobile-menu .navigation li:hover>a,
.mobile-menu .navigation li.current>a {
    color: var(--theme-color3);
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 44px;
    height: 44px;
    text-align: center;
    font-size: 17px;
    line-height: 44px;
    font-weight: 500;
    font-family: var(--title-font);
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 10px;
    width: 1px;
    height: 24px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li.dropdown .dropdown-btn.active i:before {
    content: "\f106";
}

/* Mega menu: hide rich panel on mobile copy */
.mobile-menu .mega-menu-panel {
    display: none !important;
}

/* Desktop mega menu */
@media (min-width: 1025px) {

    /* Panel anchors to .inner-container (full header bar width) */
    .header-style-one .header-lower .inner-container .main-box,
    .header-style-one .header-lower .inner-container .main-box .main-menu,
    .header-style-one .header-lower .inner-container .main-box .main-menu .navigation,
    .sticky-header .nav-outer,
    .sticky-header .main-menu,
    .sticky-header .main-menu .navigation {
        position: static;
    }

    .main-menu .navigation>li.mega-menu {
        position: static;
    }

    .main-menu .navigation>li.mega-menu>ul {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
        height: 0 !important;
        overflow: hidden !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
    }

    .main-menu .navigation>li.mega-menu>.mega-menu-panel {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        width: 100%;
        max-width: none;
        margin: 0;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
        -webkit-transition: all 0.28s ease;
        transition: all 0.28s ease;
        z-index: 999;
    }

    .main-menu .navigation>li.mega-menu:hover>.mega-menu-panel,
    .main-menu .navigation>li.mega-menu>a:focus~.mega-menu-panel {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .header-style-one .header-lower .inner-container .main-box .main-menu .navigation>li.mega-menu>.mega-menu-panel {
        left: 0;
        right: 0;
        width: 100%;
        max-width: none;
    }

    .main-menu .navigation>li.mega-menu .mega-menu-inner {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr 280px;
        grid-template-columns: 1fr 1fr minmax(240px, 280px);
        gap: 16px;
        background: #fff;
        border-radius: 0 0 15px 15px;
        padding: 24px;
        border: 1px solid rgba(var(--theme-color2-rgb), 0.08);
        box-shadow: 0 24px 60px rgba(var(--theme-color2-rgb), 0.14);
        width: 100%;
    }

    .main-menu .navigation>li.mega-corporate .mega-menu-inner {
        -ms-grid-columns: 1fr 280px;
        grid-template-columns: 1fr minmax(240px, 280px);
    }

    .main-menu .navigation>li.mega-corporate .mega-menu-grid {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: repeat(4, 1fr);
        gap: 8px;
    }

    .main-menu .navigation>li.mega-corporate .mega-menu-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 12px;
        margin: 0;
        padding: 10px 12px;
        border-radius: 10px;
        line-height: 1.25;
        color: var(--theme-color2);
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

    .main-menu .navigation>li.mega-corporate .mega-menu-item:hover {
        background: var(--bg-color);
        color: var(--theme-color2);
    }

    .main-menu .navigation>li.mega-corporate .mega-menu-item:hover .mega-icon {
        background: var(--theme-color1);
        color: #fff;
    }

    .main-menu .navigation>li.mega-corporate .mega-menu-featured {
        padding: 0;
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }

    .main-menu .navigation>li.mega-menu .mega-menu-col {
        padding: 6px 10px;
    }

    .main-menu .navigation>li.mega-menu .mega-title {
        margin: 0 0 14px;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: var(--theme-color1);
    }

    .main-menu .navigation>li.mega-menu .mega-menu-col>ul {
        list-style: none;
        margin: 0;
        padding: 0;
        width: auto !important;
        position: static !important;
        opacity: 1 !important;
        visibility: visible !important;
        display: block !important;
        background: transparent !important;
        box-shadow: none !important;
        border: 0 !important;
    }

    .main-menu .navigation>li.mega-menu .mega-menu-col>ul>li {
        width: auto;
        border: 0;
        margin-bottom: 4px;
    }

    .main-menu .navigation>li.mega-menu .mega-menu-col>ul>li>a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 12px;
        margin: 0;
        padding: 10px 12px;
        border-radius: 10px;
        line-height: 1.25;
        color: var(--theme-color2);
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

    .main-menu .navigation>li.mega-menu .mega-menu-col>ul>li>a:hover {
        background: var(--bg-color);
        color: var(--theme-color2);
    }

    .main-menu .navigation>li.mega-menu .mega-icon {
        width: 40px;
        height: 40px;
        border-radius: 10px;
        background: var(--bg-color);
        color: var(--theme-color1);
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        font-size: 15px;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

    .main-menu .navigation>li.mega-menu .mega-menu-col>ul>li>a:hover .mega-icon {
        background: var(--theme-color1);
        color: #fff;
    }

    .main-menu .navigation>li.mega-menu .mega-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 2px;
        text-align: left;
    }

    .main-menu .navigation>li.mega-menu .mega-text strong {
        font-size: 15px;
        font-weight: 600;
        line-height: 1.3;
    }

    .main-menu .navigation>li.mega-menu .mega-text small {
        font-size: 12px;
        color: var(--text-color);
        font-weight: 400;
    }

    .main-menu .navigation>li.mega-menu .mega-menu-featured {
        padding: 0;
    }

    .main-menu .navigation>li.mega-menu .mega-featured-card {
        position: relative;
        height: 100%;
        min-height: 220px;
        border-radius: 12px;
        overflow: hidden;
        background-color: #f3f6f4;
        background-size: cover;
        background-position: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .main-menu .navigation>li.mega-menu .mega-featured-card > img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .main-menu .navigation>li.mega-menu .mega-featured-card:has(> img.lazy-img:not(.is-loaded)):before {
        background-color: rgba(var(--theme-color2-rgb), 0.45);
        background-image: url("../images/lazy-loader-light.svg");
        background-repeat: no-repeat;
        background-position: center 36%;
        background-size: 32px 32px;
    }

    .main-menu .navigation>li.mega-menu .mega-featured-card:before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(var(--theme-color2-rgb), 0.05) 0%, rgba(var(--theme-color2-rgb), 0.88) 100%);
    }

    .main-menu .navigation>li.mega-menu .mega-featured-content {
        position: relative;
        z-index: 1;
        padding: 18px;
        color: #fff;
        width: 100%;
    }

    .main-menu .navigation>li.mega-menu .mega-featured-content span {
        display: inline-block;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        opacity: 0.85;
        margin-bottom: 6px;
    }

    .main-menu .navigation>li.mega-menu .mega-featured-content h5 {
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        margin: 0 0 12px;
        line-height: 1.3;
    }

    .main-menu .navigation>li.mega-menu .mega-featured-content p {
        color: rgba(255, 255, 255, 0.88);
        font-size: 13px;
        line-height: 1.55;
        margin: -4px 0 14px;
    }

    .main-menu .navigation>li.mega-menu .mega-featured-content a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8px;
        color: var(--theme-color2);
        background: #fff;
        border-radius: 999px;
        padding: 8px 12px;
        font-size: 13px;
        font-weight: 600;
        line-height: 1;
        margin: 0;
    }

    .main-menu .navigation>li.mega-menu .mega-featured-content a:hover {
        background: var(--theme-color1);
        color: #fff;
    }

    .main-menu .navigation>li.mega-menu .mega-featured-content a i {
        font-size: 11px;
    }

    /* Hizmetler: service list + featured promo */
    .main-menu .navigation>li.mega-services>.mega-menu-panel {
        width: 100%;
    }

    .main-menu .navigation>li.mega-services .mega-services-inner {
        -ms-grid-columns: 1fr 280px;
        grid-template-columns: 1fr minmax(240px, 280px);
        gap: 16px;
        padding: 24px;
        overflow: visible;
    }

    .main-menu .navigation>li.mega-services .mega-services-promo {
        padding: 0;
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }

    .main-menu .navigation>li.mega-services .mega-services-list {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
        padding: 0;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .main-menu .navigation>li.mega-services .mega-service-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 14px;
        margin: 0;
        padding: 18px 16px;
        border-radius: 12px;
        color: var(--theme-color2);
        -webkit-transition: background 0.22s ease, -webkit-transform 0.22s ease;
        transition: background 0.22s ease, transform 0.22s ease;
    }

    .main-menu .navigation>li.mega-services .mega-service-row:hover {
        background: var(--bg-color);
        color: var(--theme-color2);
    }

    .main-menu .navigation>li.mega-services .mega-service-thumb {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 64px;
        height: 64px;
        border-radius: 10px;
        overflow: hidden;
        background: var(--bg-color);
    }

    .main-menu .navigation>li.mega-services .mega-service-thumb:has(img.lazy-img:not(.is-loaded)) {
        background-color: #f3f6f4;
        background-image: url("../images/lazy-loader.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 22px 22px;
    }

    .main-menu .navigation>li.mega-services .mega-service-thumb img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        display: block;
        -webkit-transition: -webkit-transform 0.35s ease;
        transition: transform 0.35s ease;
    }

    .main-menu .navigation>li.mega-services .mega-service-thumb img.lazy-img:not(.is-loaded) {
        opacity: 0;
    }

    .main-menu .navigation>li.mega-services .mega-service-row:hover .mega-service-thumb img {
        -webkit-transform: scale(1.06);
        transform: scale(1.06);
    }

    .main-menu .navigation>li.mega-services .mega-service-body {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: 0;
    }

    .main-menu .navigation>li.mega-services .mega-service-body strong {
        display: block;
        font-size: 15px;
        font-weight: 600;
        line-height: 1.3;
        margin-bottom: 4px;
    }

    .main-menu .navigation>li.mega-services .mega-service-body small {
        display: block;
        font-size: 12px;
        line-height: 1.45;
        color: var(--text-color);
        font-weight: 400;
    }

    .main-menu .navigation>li.mega-services .mega-service-go {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 11px;
        color: var(--theme-color1);
        background: transparent;
        opacity: 0;
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
        -webkit-transition: all 0.22s ease;
        transition: all 0.22s ease;
    }

    .main-menu .navigation>li.mega-services .mega-service-row:hover .mega-service-go {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        background: #fff;
    }

    /* ÃœrÃ¼nler: category sidebar + product cards */
    .main-menu .navigation>li.mega-products>.mega-menu-panel {
        width: 100%;
    }

    .main-menu .navigation>li.mega-products .mega-products-inner {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 260px 1fr;
        grid-template-columns: 260px 1fr;
        gap: 24px;
        padding: 24px;
        background: #fff;
        border-radius: 0 0 15px 15px;
        border: 1px solid rgba(var(--theme-color2-rgb), 0.08);
        box-shadow: 0 24px 60px rgba(var(--theme-color2-rgb), 0.14);
    }

    .main-menu .navigation>li.mega-products .mega-products-cats {
        padding: 8px 6px;
        border-right: 1px solid rgba(var(--theme-color2-rgb), 0.08);
    }

    .main-menu .navigation>li.mega-products .mega-cat-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
        padding: 11px 12px;
        margin: 0 0 4px;
        border-radius: 0;
        font-size: 14px;
        font-weight: 700;
        color: var(--theme-color2);
        line-height: 1.3;
    }

    .main-menu .navigation>li.mega-products .mega-cat-item i {
        width: 18px;
        text-align: center;
        color: var(--theme-color1);
    }

    .main-menu .navigation>li.mega-products .mega-cat-item:hover,
    .main-menu .navigation>li.mega-products .mega-cat-item.active {
        background: var(--bg-color);
        color: var(--theme-color2);
    }

    .main-menu .navigation>li.mega-products .mega-cat-all {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8px;
        margin: 14px 0 0;
        padding: 0 12px;
        font-size: 13px;
        font-weight: 600;
        color: var(--theme-color1);
    }

    .main-menu .navigation>li.mega-products .mega-cat-all:hover {
        color: var(--theme-color2);
    }

    .main-menu .navigation>li.mega-products .mega-products-list {
        padding: 4px 4px 0;
        min-width: 0;
        overflow: visible;
    }

    .main-menu .navigation>li.mega-products .mega-products-head-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 12px;
        margin-bottom: 14px;
        padding: 0 2px;
    }

    .main-menu .navigation>li.mega-products .mega-products-head-row .mega-title {
        margin: 0;
    }

    .main-menu .navigation>li.mega-products .mega-products-head-actions {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 14px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .main-menu .navigation>li.mega-products .mega-products-all {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8px;
        font-size: 13px;
        font-weight: 600;
        color: var(--theme-color1);
        margin: 0;
        white-space: nowrap;
    }

    .main-menu .navigation>li.mega-products .mega-products-all:hover {
        color: var(--theme-color2);
    }

    .main-menu .navigation>li.mega-products .mega-products-controls {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8px;
    }

    .main-menu .navigation>li.mega-products .mega-products-prev,
    .main-menu .navigation>li.mega-products .mega-products-next {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        border: 1px solid rgba(var(--theme-color2-rgb), 0.12);
        background: #fff;
        color: var(--theme-color2);
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 14px;
        cursor: pointer;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

    .main-menu .navigation>li.mega-products .mega-products-prev:hover,
    .main-menu .navigation>li.mega-products .mega-products-next:hover {
        background: var(--theme-color1);
        border-color: var(--theme-color1);
        color: #fff;
    }

    .main-menu .navigation>li.mega-products .mega-products-slider {
        overflow: hidden;
        padding: 12px 8px 28px;
        margin: -12px -8px 0;
    }

    .main-menu .navigation>li.mega-products .mega-products-slider .swiper-slide {
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 6px 2px 10px;
        box-sizing: border-box;
    }

    .main-menu .navigation>li.mega-products .mega-products-dot {
        position: relative;
        margin-top: 12px;
        text-align: center;
        line-height: 1;
    }

    .main-menu .navigation>li.mega-products .mega-products-dot .swiper-pagination-bullet {
        width: 7px;
        height: 7px;
        background: #879d91;
        opacity: 1;
        margin: 0 4px !important;
        border-radius: 5px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .main-menu .navigation>li.mega-products .mega-products-dot .swiper-pagination-bullet-active {
        background: var(--theme-color1);
        width: 22px;
        border-radius: 10px;
    }

    .main-menu .navigation>li.mega-products .mega-product-card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        min-height: 0;
        margin: 0;
        padding: 8px;
        border-radius: 12px;
        overflow: hidden;
        background: #fff;
        border: 1px solid rgba(var(--theme-color2-rgb), 0.1);
        box-shadow: 0 12px 32px rgba(var(--theme-color2-rgb), 0.08);
        color: var(--theme-color2);
        text-decoration: none;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

    .main-menu .navigation>li.mega-products .mega-product-card:hover {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
        box-shadow: 0 16px 40px rgba(var(--theme-color2-rgb), 0.14);
        color: var(--theme-color2);
    }

    .main-menu .navigation>li.mega-products .mega-product-thumb {
        position: relative;
        display: block;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        height: 140px;
        background: var(--bg-color);
        overflow: hidden;
        border-radius: 8px;
    }

    .main-menu .navigation>li.mega-products .mega-product-thumb:has(img.lazy-img:not(.is-loaded)) {
        background-color: #f3f6f4;
        background-image: url("../images/lazy-loader.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 28px 28px;
    }

    .main-menu .navigation>li.mega-products .mega-product-thumb img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        display: block;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .main-menu .navigation>li.mega-products .mega-product-thumb img.lazy-img:not(.is-loaded) {
        opacity: 0;
    }

    .main-menu .navigation>li.mega-products .mega-product-card:hover .mega-product-thumb img {
        -webkit-transform: scale(1.04, 1.04) rotate(1deg);
        transform: scale(1.04, 1.04) rotate(1deg);
    }

    .main-menu .navigation>li.mega-products .mega-product-thumb .product-badges {
        position: absolute;
        top: 10px;
        left: 10px;
        z-index: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 5px;
        max-width: calc(100% - 20px);
    }

    .main-menu .navigation>li.mega-products .mega-product-thumb .product-badge {
        position: static;
        display: inline-block;
        font-size: 10px;
        font-weight: 500;
        line-height: 1;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #fff;
        padding: 6px 8px;
        border-radius: 6px;
    }

    .main-menu .navigation>li.mega-products .mega-product-thumb .product-badge.new {
        background-color: var(--theme-color1);
    }

    .main-menu .navigation>li.mega-products .mega-product-thumb .product-badge.sale {
        background-color: var(--theme-color2);
    }

    .main-menu .navigation>li.mega-products .mega-product-badge {
        position: absolute;
        top: 8px;
        left: 8px;
        font-size: 10px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.03em;
        color: #fff;
        background: var(--theme-color2);
        border-radius: 6px;
        padding: 4px 7px;
        line-height: 1;
    }

    .main-menu .navigation>li.mega-products .mega-product-badge.new {
        background: var(--theme-color1);
    }

    .main-menu .navigation>li.mega-products .mega-product-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 12px 4px 4px;
        text-align: left;
    }

    .main-menu .navigation>li.mega-products .mega-product-info strong {
        display: block;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.35;
        letter-spacing: -0.01em;
        margin: 0 0 8px;
        color: var(--headings-color);
    }

    .main-menu .navigation>li.mega-products .mega-product-info small {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 12px;
        line-height: 1.4;
        color: var(--text-color);
        margin: -4px 0 8px;
    }

    .main-menu .navigation>li.mega-products .mega-product-price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8px;
        margin: 0 0 10px;
    }

    .main-menu .navigation>li.mega-products .mega-product-price em {
        font-style: normal;
        font-size: 15px;
        font-weight: 600;
        color: var(--theme-color2);
    }

    .main-menu .navigation>li.mega-products .mega-product-price del {
        font-size: 13px;
        color: #8a9691;
        text-decoration: line-through;
    }

    .main-menu .navigation>li.mega-products .mega-product-info em {
        font-style: normal;
        font-size: 15px;
        font-weight: 600;
        color: var(--theme-color2);
    }

    .main-menu .navigation>li.mega-products .mega-product-btn {
        margin-top: auto;
        width: 100%;
        height: 36px;
        padding: 0 8px 0 12px;
        border-radius: 8px;
        background: var(--bg-color);
        color: var(--theme-color2);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 8px;
        font-size: 13px;
        font-weight: 600;
        line-height: 1;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

    .main-menu .navigation>li.mega-products .mega-product-btn i {
        width: 26px;
        height: 26px;
        border-radius: 50%;
        background: transparent;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 10px;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

    .main-menu .navigation>li.mega-products .mega-product-card:hover .mega-product-btn {
        background: var(--theme-color1);
        color: #fff;
    }

    .main-menu .navigation>li.mega-products .mega-product-card:hover .mega-product-btn i {
        background: #fff;
        color: var(--theme-color2);
    }

    /* Projeler: showcase cards mega menu */
    .main-menu .navigation>li.mega-projects>.mega-menu-panel {
        width: 100%;
    }

    .main-menu .navigation>li.mega-projects .mega-projects-inner {
        display: block;
        grid-template-columns: none;
        padding: 24px;
        background: #fff;
        border-radius: 0 0 15px 15px;
        border: 1px solid rgba(var(--theme-color2-rgb), 0.08);
        box-shadow: 0 24px 60px rgba(var(--theme-color2-rgb), 0.14);
    }

    .main-menu .navigation>li.mega-projects .mega-projects-head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 16px;
        padding: 0 4px;
    }

    .main-menu .navigation>li.mega-projects .mega-projects-head .mega-title {
        margin-bottom: 4px;
    }

    .main-menu .navigation>li.mega-projects .mega-projects-head p {
        margin: 0;
        font-size: 13px;
        color: var(--text-color);
    }

    .main-menu .navigation>li.mega-projects .mega-projects-all {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8px;
        font-size: 13px;
        font-weight: 600;
        color: var(--theme-color1);
        margin: 0;
        white-space: nowrap;
    }

    .main-menu .navigation>li.mega-projects .mega-projects-all:hover {
        color: var(--theme-color2);
    }

    .main-menu .navigation>li.mega-projects .mega-projects-head-actions {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 14px;
    }

    .main-menu .navigation>li.mega-projects .mega-projects-controls {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8px;
    }

    .main-menu .navigation>li.mega-projects .mega-projects-prev,
    .main-menu .navigation>li.mega-projects .mega-projects-next {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        border: 1px solid rgba(var(--theme-color2-rgb), 0.12);
        background: #fff;
        color: var(--theme-color2);
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 14px;
        cursor: pointer;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

    .main-menu .navigation>li.mega-projects .mega-projects-prev:hover,
    .main-menu .navigation>li.mega-projects .mega-projects-next:hover {
        background: var(--theme-color1);
        border-color: var(--theme-color1);
        color: #fff;
    }

    .main-menu .navigation>li.mega-projects .mega-projects-slider {
        overflow: hidden;
        padding: 12px 8px 32px;
        margin: -12px -8px 0;
    }

    .main-menu .navigation>li.mega-projects .mega-projects-slider .swiper-slide {
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 6px 2px 12px;
        box-sizing: border-box;
    }

    .main-menu .navigation>li.mega-projects .mega-projects-dot {
        position: relative;
        margin-top: 12px;
        text-align: center;
        line-height: 1;
    }

    .main-menu .navigation>li.mega-projects .mega-projects-dot .swiper-pagination-bullet {
        width: 7px;
        height: 7px;
        background: #879d91;
        opacity: 1;
        margin: 0 4px !important;
        border-radius: 5px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .main-menu .navigation>li.mega-projects .mega-projects-dot .swiper-pagination-bullet-active {
        background: var(--theme-color1);
        width: 22px;
        border-radius: 10px;
    }

    .main-menu .navigation>li.mega-projects .mega-project-item {
        display: block;
        width: 100%;
        margin: 0;
        border-radius: 6px;
        overflow: hidden;
        background: var(--theme-color2);
        color: #fff;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .main-menu .navigation>li.mega-projects .mega-project-item:hover {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
        box-shadow: 0 16px 36px rgba(var(--theme-color2-rgb), 0.18);
        color: #fff;
    }

    .main-menu .navigation>li.mega-projects .mega-project-img {
        position: relative;
        display: block;
        height: 140px;
        overflow: hidden;
    }

    .main-menu .navigation>li.mega-projects .mega-project-img:has(img.lazy-img:not(.is-loaded)) {
        background-color: #1a3d32;
        background-image: url("../images/lazy-loader-light.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 28px 28px;
    }

    .main-menu .navigation>li.mega-projects .mega-project-img:has(img.lazy-img:not(.is-loaded)):after {
        display: none;
    }

    .main-menu .navigation>li.mega-projects .mega-project-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        display: block;
        -webkit-transition: -webkit-transform 0.45s ease;
        transition: -webkit-transform 0.45s ease;
        transition: transform 0.45s ease;
        transition: transform 0.45s ease, -webkit-transform 0.45s ease;
    }

    .main-menu .navigation>li.mega-projects .mega-project-img img.lazy-img:not(.is-loaded) {
        opacity: 0;
    }

    .main-menu .navigation>li.mega-projects .mega-project-item:hover .mega-project-img img {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }

    .main-menu .navigation>li.mega-projects .mega-project-img:not(:has(img.is-loaded)):before {
        content: "" !important;
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        right: auto !important;
        bottom: auto !important;
        inset: auto !important;
        width: 28px !important;
        height: 28px !important;
        margin: -14px 0 0 -14px !important;
        z-index: 20 !important;
        display: block !important;
        border: 3px solid rgba(255, 255, 255, 0.28) !important;
        border-top-color: #fff !important;
        border-radius: 50% !important;
        background: none !important;
        -webkit-animation: mega-lazy-spin 0.7s linear infinite !important;
        animation: mega-lazy-spin 0.7s linear infinite !important;
    }

    .main-menu .navigation>li.mega-projects .mega-project-img:after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, transparent 40%, rgba(var(--theme-color2-rgb), 0.55) 100%);
    }

    .main-menu .navigation>li.mega-projects .mega-project-img:not(:has(img.is-loaded)):after {
        display: none !important;
    }

    .main-menu .navigation>li.mega-projects .mega-project-num {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 1;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.06em;
        color: #fff;
        background: rgba(255, 255, 255, 0.16);
        border: 1px solid rgba(255, 255, 255, 0.25);
        -webkit-backdrop-filter: blur(6px);
        backdrop-filter: blur(6px);
        border-radius: 999px;
        padding: 5px 8px;
        line-height: 1;
    }

    .main-menu .navigation>li.mega-projects .mega-project-body {
        display: block;
        padding: 14px 14px 16px;
    }

    .main-menu .navigation>li.mega-projects .mega-project-body strong {
        display: block;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.35;
        color: #fff;
        margin-bottom: 6px;
    }

    .main-menu .navigation>li.mega-projects .mega-project-body small {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 11px;
        line-height: 1.45;
        min-height: calc(1.45em * 2);
        opacity: 0.75;
        font-weight: 500;
    }

    /* Sticky header mega menu colors */
    .sticky-header .main-menu .navigation>li.mega-menu>.mega-menu-panel {
        padding-top: 12px;
    }
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
}

.mobile-menu .navigation li>ul>li {
    padding-left: 20px;
}

.contact-list-one {
    position: relative;
    padding: 30px 20px 20px;
}

.contact-list-one li {
    position: relative;
    margin-bottom: 20px;
}

.contact-list-one li:last-child {
    margin-right: 0;
}

.contact-list-one li .contact-info-box {
    position: relative;
    padding-left: 54px;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
}

.contact-list-one li .contact-info-box a {
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-list-one li .contact-info-box .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 34px;
    line-height: 50px;
    color: #fff;
}

.contact-list-one li .contact-info-box .title {
    display: block;
    font-size: 12px;
    color: #b2c1c0;
    font-weight: 400;
    text-transform: uppercase;
}

.mobile-menu .social-links {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: var(--bg-theme-color1);
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: auto;
}

.mobile-menu .social-links li {
    position: relative;
    text-align: center;
    width: 100%;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu .social-links li a {
    position: relative;
    display: block;
    line-height: 50px;
    height: 50px;
    font-size: 14px;
    text-align: center;
    color: var(--theme-color1-text-color);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.mobile-menu .social-links li a:hover {
    color: var(--theme-color1-text-color);
}

/*** 

====================================================================
  Search Popup
====================================================================

***/
.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    overflow: hidden;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}

.search-popup .search-back-drop {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--bg-theme-color2);
    opacity: 0.95;
}

.search-popup .close-search {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 26px;
    color: var(--theme-color-light);
    z-index: 3;
    border-radius: 50%;
    background-color: transparent;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup .search-inner {
    position: relative;
    display: block;
    top: 40%;
    height: auto;
    z-index: 1;
    width: calc(100% - 60px);
    max-width: 800px;
    margin: auto;
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-popup .form-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.search-popup .form-group input[type=search],
.search-popup .form-group input[type=text] {
    position: relative;
    display: block;
    line-height: 20px;
    font-size: 16px;
    width: 100%;
    height: 50px;
    border: 1px solid #e1e6dc;
    padding: 15px 20px;
    color: #707070;
    background: #ffffff;
    border-radius: 5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup .form-group input[type=search]:focus,
.search-popup .form-group input[type=text]:focus {
    border-color: var(--border-theme-color2);
}

.search-popup .form-group button {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 40px;
    width: 40px;
    display: block;
    font-size: 18px;
    color: var(--theme-color-dark);
    line-height: 40px;
    border-radius: 5px;
    font-weight: normal;
    background: #ffffff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup .form-group button:hover {
    color: var(--theme-color-dark);
}

.search-popup textarea::-webkit-input-placeholder,
.search-popup input::-webkit-input-placeholder {
    color: inherit;
}

.search-popup textarea::-moz-placeholder,
.search-popup input::-moz-placeholder {
    color: inherit;
}

.search-popup textarea:-ms-input-placeholder,
.search-popup input:-ms-input-placeholder {
    color: inherit;
}

.search-popup textarea::-ms-input-placeholder,
.search-popup input::-ms-input-placeholder {
    color: inherit;
}

.search-popup textarea::placeholder,
.search-popup input::placeholder {
    color: inherit;
}

.moblie-search-active .search-popup {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    border-radius: 0%;
    pointer-events: auto;
}

.moblie-search-active .search-popup .search-inner {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}

.search-popup {
    z-index: 9999;
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 16px;
    pointer-events: none;
}

.search-popup .search-back-drop {
    background: rgba(var(--theme-color2-rgb), 0.62);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    opacity: 1;
}

.search-popup .search-dialog {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 760px;
    margin: auto;
    background: #fff;
    border-radius: 8px;
    padding: 36px 32px 28px;
    box-shadow: 0 30px 80px rgba(var(--theme-color2-rgb), 0.22);
}

.main-header.moblie-search-active {
    z-index: 100000;
}

.search-popup .close-search {
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    font-size: 16px;
    color: #6b7a72;
    background: #f3f5f4;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.search-popup .close-search:hover {
    background: var(--theme-color2);
    color: #fff;
}

.search-badge {
    display: table;
    margin: 0 auto 12px;
    padding: 5px 12px;
    border-radius: 4px;
    background: #f4e6d4;
    color: #b56a2b;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.search-popup .search-dialog h2 {
    margin: 0 0 8px;
    color: var(--theme-color2);
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

.search-lead {
    margin: 0 0 22px;
    color: #6b7a72;
    font-size: 15px;
    text-align: center;
}

.search-bar {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.12);
    border-radius: 6px;
    padding: 6px 6px 6px 16px;
    background: #f7f9f8;
}

.search-bar-icon {
    color: #7c8a83;
    font-size: 15px;
}

.search-bar input {
    flex: 1;
    min-width: 0;
    height: 44px;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 15px;
    color: var(--theme-color2);
}

.search-bar input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
}

.search-clear {
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 50%;
    background: #e6ebe8;
    color: #5c6b64;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
}

.search-submit {
    height: 44px;
    padding: 0 22px;
    border: 0;
    border-radius: 4px;
    background: var(--theme-color2);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.search-submit:hover {
    background: var(--theme-color1);
}

.search-hint {
    margin: 12px 0 18px;
    color: #8a9690;
    font-size: 12px;
    text-align: center;
}

body.search-modal-open {
    overflow: hidden;
}

.search-suggest {
    max-height: 340px;
    overflow: auto;
    display: grid;
    gap: 10px;
}

.search-suggest-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 14px 16px;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.08);
    border-radius: 6px;
    text-decoration: none;
    color: inherit;
    background: #fff;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.search-suggest-item:hover {
    border-color: var(--theme-color1);
    box-shadow: 0 8px 20px rgba(var(--theme-color2-rgb), 0.06);
}

.search-suggest-icon {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eef3ef;
    color: var(--theme-color1);
}

.search-suggest-body {
    min-width: 0;
}

.search-suggest-tur {
    display: inline-block;
    margin-bottom: 4px;
    padding: 2px 8px;
    border-radius: 3px;
    background: #f3f5f4;
    color: #6b7a72;
    font-size: 10px;
    font-weight: 800;
    font-style: normal;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.search-suggest-body strong {
    display: block;
    color: var(--theme-color2);
    font-size: 15px;
    font-weight: 700;
}

.search-suggest-body span {
    display: block;
    margin-top: 4px;
    color: #6b7a72;
    font-size: 13px;
    line-height: 1.45;
}

.search-suggest-empty {
    padding: 18px;
    color: #6b7a72;
    font-size: 14px;
    text-align: center;
}

@media (max-width: 767.98px) {
    .search-popup .search-dialog {
        padding: 28px 18px 20px;
        margin: auto;
    }
    .search-popup .search-dialog h2 {
        font-size: 24px;
    }
    .search-bar {
        flex-wrap: wrap;
        padding: 10px;
    }
    .search-bar input {
        width: 100%;
        flex: 1 1 100%;
    }
    .search-submit {
        width: 100%;
    }
}

.search-page-form {
    margin-bottom: 28px;
}

.search-page-list {
    display: grid;
    gap: 12px;
    max-height: none;
    overflow: visible;
}

/*** 

====================================================================
Section Title
====================================================================

***/
.sec-title {
    margin-bottom: 30px;
}

@media (max-width: 767.98px) {
    .sec-title {
        margin-bottom: 10px;
    }
}

.sec-title .sec-sub-title {
    background-color: var(--bg-color);
    display: inline-block;
    text-align: center;
    padding: 12px 20px;
    border-radius: 31px;
    margin-bottom: 15px;
}

.sec-title .sec-sub-title .sub-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    position: relative;
    padding-left: 15px;
}

.sec-title .sec-sub-title .sub-title::before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: var(--theme-color1);
}

.sec-title .title {
    font-size: 36px;
    font-weight: 600;
}

@media (max-width: 1199.98px) {
    .sec-title .title {
        font-size: 32px;
    }
}

@media (max-width: 767.98px) {
    .sec-title .title {
        font-size: 28px;
    }
}

@media (max-width: 575.98px) {
    .sec-title .title {
        font-size: 26px;
    }
}

@media (max-width: 469.98px) {
    .sec-title .title {
        font-size: 22px;
    }
}

.section-title-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 30px;
}

/*** 

====================================================================
    Banner Section One
====================================================================

***/
.banner-section {
    position: relative;
    padding: 20px 15px 0;
}

.banner-section .banner-slider-wrap {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
}

.banner-section .banner-slider {
    position: relative;
    border-radius: 20px;
    height: 910px;
}

@media (max-width: 1399.98px) {
    .banner-section .banner-slider {
        height: 820px;
    }
}

@media (max-width: 1199.98px) {
    .banner-section .banner-slider {
        height: 740px;
    }
}

@media (max-width: 991.98px) {
    .banner-section .banner-slider {
        height: 680px;
    }
}

@media (max-width: 767.98px) {
    .banner-section .banner-slider {
        height: 620px;
    }
}

.banner-section .banner-slider .swiper-wrapper {
    height: 100%;
}

.banner-section .banner-slider .swiper-slide {
    height: 100% !important;
}

.banner-section .outer-box {
    position: relative;
    padding: 0;
    border-radius: 20px;
    max-width: none;
    margin: 0;
    height: 100%;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1199.98px) {
    .banner-section .outer-box {
        padding: 0;
        min-height: 100%;
    }
}

@media (max-width: 767.98px) {
    .banner-section .outer-box {
        padding: 0 0 40px;
        min-height: 100%;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

.banner-section .outer-box:before {
    background: linear-gradient(81.12deg, rgba(0, 0, 0, 0.4) 14.15%, rgba(0, 0, 0, 0) 57.65%);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 20px;
    z-index: 1;
}

.banner-section .outer-box .bg-image,
.banner-section .outer-box .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    z-index: 0;
    overflow: hidden;
}

.banner-section .outer-box .bg-image:before,
.banner-section .outer-box .bg-video:before {
    background: rgba(0, 0, 0, 0.18);
    border-radius: 20px;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    z-index: 1;
}

.banner-section .outer-box .bg-image img,
.banner-section .outer-box .bg-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    display: block;
}

.banner-section .outer-box .bg-image img {
    -webkit-animation: growInfinite 18s linear infinite;
    animation: growInfinite 18s linear infinite;
}

.banner-section .outer-box .bg-image img.lazy-img:not(.is-loaded) {
    -webkit-animation: none;
    animation: none;
}

.banner-section .banner-slider-wrap>.feature-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    border-top: 1px solid rgba(var(--theme-color-white-rgb), 0.3);
    background: rgba(var(--theme-color2-rgb), 0.28);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.banner-section .banner-slider-wrap>.feature-box .feature {
    position: relative;
    border-right: 1px solid rgba(var(--theme-color-white-rgb), 0.3);
}

@media (max-width: 767.98px) {
    .banner-section .banner-slider-wrap>.feature-box .feature {
        border-right: none;
        border-bottom: 1px solid rgba(var(--theme-color-white-rgb), 0.2);
    }

    .banner-section .banner-slider-wrap>.feature-box .feature:last-child {
        border-bottom: none;
    }
}

.banner-section .banner-slider-wrap>.feature-box .feature .inner {
    position: relative;
    padding: 30px 0;
    text-align: center;
}

@media (max-width: 767.98px) {
    .banner-section .banner-slider-wrap>.feature-box .feature .inner {
        padding: 18px 0;
    }
}

.banner-section .banner-slider-wrap>.feature-box .feature:last-child {
    border-right: none;
}

.banner-section .banner-slider-wrap>.feature-box .feature span {
    color: var(--theme-color-white);
    display: block;
}

.banner-section .banner-slider-wrap>.feature-box .feature .call {
    text-decoration: underline;
}

.banner-section .outer-box .banner-content {
    position: relative;
    max-width: 1760px;
    margin: 0 auto;
    padding: 120px 15px 180px;
    width: 100%;
}

.banner-section .outer-box .banner-content .inner-content {
    position: relative;
    z-index: 2;
    max-width: 1100px;
    padding-bottom: 0;
}

@media (max-width: 991.98px) {
    .banner-section .outer-box .banner-content {
        padding: 100px 15px 200px;
    }

    .banner-section .outer-box .banner-content .inner-content {
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .banner-section .outer-box .banner-content {
        padding: 80px 15px 220px;
    }
}

.banner-section .outer-box .banner-content .inner-content .sub-title {
    position: relative;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 15px;
}

@media (max-width: 991.98px) {
    .banner-section .outer-box .banner-content .inner-content .sub-title {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.banner-section .outer-box .banner-content .inner-content .sub-title .rating {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0;
}

.banner-section .outer-box .banner-content .inner-content .sub-title .rating i {
    font-size: 15px;
    color: var(--theme-color3);
    line-height: 1;
}

.banner-section .outer-box .banner-content .inner-content .sub-title .media-tag {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
}

.banner-section .outer-box .banner-content .inner-content .sub-title span {
    color: var(--theme-color-white);
}

.banner-section .outer-box .banner-content .inner-content .banner-title {
    position: relative;
    font-family: var(--style-font-family);
    color: var(--theme-color-white);
    margin-bottom: 18px;
    font-size: clamp(28px, 3.2vw, 48px);
    font-weight: 700;
    line-height: 1.2;
}

.banner-section .outer-box .banner-content .inner-content .text {
    position: relative;
    color: var(--theme-color-white);
}

.banner-section .banner-btn-group {
    margin-top: 28px;
}

@media (max-width: 991.98px) {
    .banner-section .banner-btn-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.banner-section .banner-controls {
    position: absolute;
    right: 30px;
    bottom: 150px;
    z-index: 6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px;
}

@media (max-width: 991.98px) {
    .banner-section .banner-controls {
        right: 50%;
        bottom: 220px;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
}

@media (max-width: 767.98px) {
    .banner-section .banner-controls {
        bottom: 240px;
    }
}

.banner-section .banner-controls .array-button .array-prev,
.banner-section .banner-controls .array-button .array-next {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #fff;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.banner-section .banner-controls .array-button .array-prev:hover,
.banner-section .banner-controls .array-button .array-next:hover {
    background: var(--theme-color1);
    border-color: var(--theme-color1);
    color: #fff;
}

.banner-section .banner-pagination {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    width: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
}

.banner-section .banner-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.35);
    opacity: 1;
    border-radius: 999px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0 !important;
}

.banner-section .banner-pagination .swiper-pagination-bullet-active {
    width: 28px;
    background: #fff;
}

@-webkit-keyframes growInfinite {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes growInfinite {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*** 

====================================================================
    Hero Section One
====================================================================

***/
.hero-1 {
    margin: 7px 20px 0 20px;
    overflow: hidden;
}

@media (max-width: 1799.98px) {
    .hero-1 {
        margin: 7px;
    }
}

.hero-1 .banner-image {
    border-radius: 40px;
    height: 1034px;
    position: relative;
}

@media (max-width: 991.98px) {
    .hero-1 .banner-image {
        height: 1310px;
    }
}

@media (max-width: 469.98px) {
    .hero-1 .banner-image {
        height: 1170px;
    }
}

.hero-1 .banner-image:before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: linear-gradient(1.42deg, rgba(var(--theme-color2-rgb), 0.64) -2.45%, rgba(var(--theme-color2-rgb), 0) 63.12%);
}

.hero-1 .banner-image .images {
    width: 100%;
    height: 100%;
}

.hero-1 .banner-image .images img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 40px;
    object-fit: cover;
}

.hero-1 .banner-image .outer-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 38px;
    padding: 0 40px 50px 100px;
}

@media (max-width: 1399.98px) {
    .hero-1 .banner-image .outer-box {
        padding: 0 40px 50px 40px;
    }
}

@media (max-width: 991.98px) {
    .hero-1 .banner-image .outer-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        gap: 0;
        padding: 0 20px 20px;
    }
}

.hero-1 .banner-image .content-box {
    position: relative;
    max-width: 966px;
    width: 100%;
    margin-bottom: 25px;
}

.hero-1 .banner-image .content-box .title {
    color: var(--theme-color-white);
    margin-bottom: 20px;
}

@media (max-width: 1399.98px) {
    .hero-1 .banner-image .content-box .title {
        font-size: 50px;
    }
}

@media (max-width: 575.98px) {
    .hero-1 .banner-image .content-box .title {
        font-size: 32px;
    }
}

.hero-1 .banner-image .hero-form {
    position: relative;
    background-color: var(--theme-color-white);
    max-width: 736px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .hero-1 .banner-image .hero-form {
        max-width: initial;
        width: initial;
        top: initial;
    }
}

.hero-1 .banner-image .hero-form .book-title-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    background-color: var(--theme-color3);
    padding: 24px 50px 24px 56px;
}

@media (max-width: 575.98px) {
    .hero-1 .banner-image .hero-form .book-title-box {
        padding: 20px;
    }
}

.hero-1 .banner-image .hero-form .book-title-box .icon {
    width: 60px;
    height: 60px;
}

@media (max-width: 575.98px) {
    .hero-1 .banner-image .hero-form .book-title-box .icon {
        display: none;
    }
}

.hero-1 .banner-image .hero-form .book-title-box .book-title {
    color: var(--theme-color-white);
    letter-spacing: -0.02em;
    margin-bottom: 0;
    position: relative;
    padding-left: 22px;
}

@media (max-width: 575.98px) {
    .hero-1 .banner-image .hero-form .book-title-box .book-title {
        padding-left: 10px;
    }
}

.hero-1 .banner-image .hero-form .book-title-box .book-title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(#10551F), to(#C7DC49));
    background: linear-gradient(180deg, #10551F 0%, #C7DC49 100%);
}

.hero-1 .banner-image .hero-form form {
    padding: 30px 40px 40px;
}

@media (max-width: 575.98px) {
    .hero-1 .banner-image .hero-form form {
        padding: 20px;
    }
}

.hero-1 .banner-image .hero-form form .form-clt input,
.hero-1 .banner-image .hero-form form .form-clt textarea {
    display: inline-block;
    border: none;
    outline: none;
    width: 100%;
    background-color: var(--bg-color);
    padding: 20px 24px;
    line-height: 1;
    border-radius: 10px;
    color: var(--text-color);
}

@media (max-width: 469.98px) {

    .hero-1 .banner-image .hero-form form .form-clt input,
    .hero-1 .banner-image .hero-form form .form-clt textarea {
        padding: 16px 20px;
    }
}

.hero-1 .banner-image .hero-form form .form-clt input::-webkit-input-placeholder,
.hero-1 .banner-image .hero-form form .form-clt textarea::-webkit-input-placeholder {
    color: var(--text-color);
}

.hero-1 .banner-image .hero-form form .form-clt input::-moz-placeholder,
.hero-1 .banner-image .hero-form form .form-clt textarea::-moz-placeholder {
    color: var(--text-color);
}

.hero-1 .banner-image .hero-form form .form-clt input:-ms-input-placeholder,
.hero-1 .banner-image .hero-form form .form-clt textarea:-ms-input-placeholder {
    color: var(--text-color);
}

.hero-1 .banner-image .hero-form form .form-clt input::-ms-input-placeholder,
.hero-1 .banner-image .hero-form form .form-clt textarea::-ms-input-placeholder {
    color: var(--text-color);
}

.hero-1 .banner-image .hero-form form .form-clt input::placeholder,
.hero-1 .banner-image .hero-form form .form-clt textarea::placeholder {
    color: var(--text-color);
}

.hero-1 .banner-image .hero-form form .form-clt textarea {
    padding-bottom: 75px;
}

@media (max-width: 469.98px) {
    .hero-1 .banner-image .hero-form form .form-clt textarea {
        padding-bottom: 50px;
    }
}

.hero-1 .banner-image .hero-form form .form-clt .form .single-select {
    display: inline-block;
    border: none;
    outline: none;
    width: 100%;
    background-color: var(--bg-color);
    padding: 20px 24px;
    line-height: 1;
    border-radius: 10px;
    color: var(--text-color);
    height: initial;
    line-height: initial;
}

.hero-1 .banner-image .hero-form form .form-clt .form .single-select .current {
    color: var(--text-color);
}

.hero-1 .banner-image .hero-form form .form-clt .form .single-select::after {
    border-bottom: 2px solid var(--theme-color2);
    border-right: 2px solid var(--theme-color2);
    width: 8px;
    height: 8px;
    right: 24px;
}

.hero-1 .banner-image .hero-form form .form-clt .form .single-select .list {
    width: 100%;
}

.hero-1 .banner-image .hero-form form .form-clt .custom-file-input {
    padding: 14px 24px;
}

.hero-1 .banner-image .hero-form form .form-clt .custom-file-input::-webkit-file-upload-button {
    background-color: var(--theme-color-white);
    color: var(--theme-color2);
    padding: 8px 18px;
    border-radius: 10px;
    border: 1px solid rgba(12, 47, 37, 0.1);
    margin-right: 15px;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}

.hero-1 .banner-image .hero-form form .form-clt .custom-file-input::file-selector-button {
    background-color: var(--theme-color-white);
    color: var(--theme-color2);
    padding: 8px 18px;
    border-radius: 10px;
    border: 1px solid rgba(12, 47, 37, 0.1);
    margin-right: 15px;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}

.hero-1 .banner-image .hero-form form .form-clt .custom-file-input::-webkit-file-upload-button:hover {
    background-color: var(--theme-color1);
}

.hero-1 .banner-image .hero-form form .form-clt .custom-file-input::file-selector-button:hover {
    background-color: var(--theme-color1);
}

/*** 

====================================================================
    banner-section-two
====================================================================

***/
.banner-section-two {
    position: relative;
    padding: 0 15px;
}

.banner-section-two .outer-box {
    position: relative;
    border-radius: 30px;
    max-width: 1840px;
    margin: 0 auto;
    padding: 160px 0 80px;
}

.banner-section-two .outer-box:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 30px;
    top: 0;
    left: 0;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .banner-section-two .outer-box {
        padding: 80px 0;
    }
}

.banner-section-two .outer-box .bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 30px;
    z-index: 0;
}

.banner-section-two .outer-box .bg-image img {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    -o-object-fit: cover;
    object-fit: cover;
}

.banner-section-two .outer-box .banner-content {
    position: relative;
    max-width: 1630px;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 3;
}

.banner-section-two .outer-box .banner-content .inner-content {
    position: relative;
    max-width: 752px;
    padding: 50px 60px 58px;
    border-radius: 20px;
    background-color: rgba(var(--theme-color-white-rgb), 0.5);
    border: 1px solid var(--theme-color-white);
    backdrop-filter: blur(40px);
}

@media (max-width: 991.98px) {
    .banner-section-two .outer-box .banner-content .inner-content {
        max-width: 100%;
        text-align: center;
        padding: 50px 15px;
    }
}

.banner-section-two .outer-box .banner-content .inner-content .banner-title {
    color: var(--theme-color2);
    position: relative;
    margin-bottom: 30px;
    font-size: clamp(32px, 5vw, 64px);
    line-height: 1.2;
}

.banner-section-two .outer-box .banner-content .inner-content .text {
    position: relative;
    color: #444444;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 40px;
}

.banner-section-two .outer-box .banner-content .inner-content .feature-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    margin-top: 45px;
}

@media (max-width: 991.98px) {
    .banner-section-two .outer-box .banner-content .inner-content .feature-box {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 767.98px) {
    .banner-section-two .outer-box .banner-content .inner-content .feature-box {
        display: none;
        padding: 30px;
    }
}

.banner-section-two .outer-box .banner-content .inner-content .feature-box .feature {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 43px;
    padding: 15px 22px 13px;
}

.banner-section-two .outer-box .banner-content .inner-content .feature-box .feature:hover .icon {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.banner-section-two .outer-box .banner-content .inner-content .feature-box .feature .icon {
    color: var(--theme-color2);
    font-size: 36px;
    line-height: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section-two .outer-box .banner-content .inner-content .feature-box .feature .icon svg {
    font-size: 36px;
}

.banner-section-two .outer-box .banner-content .inner-content .feature-box .feature .title {
    color: var(--theme-color2);
    margin-bottom: 0;
}

/*** 

====================================================================
    Features Section
====================================================================

***/
.features-section {
    padding: 120px 0 70px;
}

.features-section .image-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 9px;
    margin-top: 40px;
}

.features-section .image-box img {
    border-radius: 20px;
}

.features-section .how-it-faq-1 .accordion-box .active-block {
    background-color: var(--theme-color4) !important;
    border: 1px solid var(--bg-color) !important;
}

.features-section .how-it-faq-1 .accordion-box .active-block .acc-btn.active .title {
    color: var(--theme-color2);
}

.features-section .how-it-faq-1 .accordion-box .active-block .acc-content .content .text {
    color: var(--text-color);
}

.features-section .how-it-faq-1 .accordion-box .block {
    border: 1px solid rgba(12, 47, 37, 0.1019607843);
}

.features-section .how-it-faq-1 .accordion-box .block .acc-btn .icon {
    color: var(--theme-color2);
}

.features-section .how-it-faq-1 .accordion-box .block .acc-btn.active .icon::before {
    color: var(--theme-color2);
}

.features-section .how-it-faq-1 .accordion-box .block .acc-content {
    border-top: 1px solid var(--theme-color3);
}

.features-block-style1 .inner-block:hover .icon-block i,
.features-block-style1 .inner-block:hover .icon-block img {
    -webkit-animation: wobble 1.5s ease-in-out;
    animation: wobble 1.5s ease-in-out;
}

.features-block-style1 .inner-block .icon-block {
    background-color: #F7F8ED;
    border-radius: 50%;
    height: 70px;
    line-height: 1;
    width: 70px;
    font-size: 40px;
    color: var(--theme-color3);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    margin-bottom: 15px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.features-block-style1 .inner-block .icon-block .icon {
    position: relative;
}

.features-block-style1 .inner-block .icon-block .icon:before {
    border-radius: 50%;
    background-color: var(--theme-color1);
    content: "";
    position: absolute;
    bottom: 5px;
    left: calc(50% - 8px);
    height: 16px;
    width: 16px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.features-block-style1 .inner-block .icon-block i,
.features-block-style1 .inner-block .icon-block img {
    display: inline-block;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.features-block-style1 .inner-block .features-title {
    margin-top: 0;
    margin-bottom: 11px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.features-block-style1 .inner-block .features-details {
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

/*** 

====================================================================
    Features Two Section
====================================================================

***/
.features-section-two {
    background-color: #10551F;
    padding: 100px 0;
}

.features-block-style2 .inner-block {
    background-color: var(--theme-color4);
    border-radius: 20px;
    padding: 28px 30px 26px 30px;
}

.features-block-style2 .inner-block:hover .icon-block i,
.features-block-style2 .inner-block:hover .icon-block img {
    -webkit-animation: wobble 1.5s ease-in-out;
    animation: wobble 1.5s ease-in-out;
}

.features-block-style2 .inner-block .icon-block {
    line-height: 1;
    font-size: 48px;
    color: var(--theme-color3);
    margin-bottom: 22px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.features-block-style2 .inner-block .icon-block .icon {
    position: relative;
}

.features-block-style2 .inner-block .icon-block .icon:before {
    border-radius: 50%;
    background-color: var(--theme-color3);
    content: "";
    position: absolute;
    top: calc(50% - 7px);
    left: calc(50% - 8px);
    height: 16px;
    width: 16px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.features-block-style2 .inner-block .icon-block i,
.features-block-style2 .inner-block .icon-block img {
    color: var(--theme-color1);
    display: inline-block;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.features-block-style2 .inner-block .features-title {
    margin-top: 0;
    margin-bottom: 8px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.features-block-style2 .inner-block .features-details {
    margin-bottom: 20px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.features-block-style2 .inner-block .list-info li {
    color: var(--theme-color2);
    list-style-type: none;
    margin-bottom: 7px;
    position: relative;
    padding-left: 28px;
}

.features-block-style2 .inner-block .list-info li:last-child {
    margin-bottom: 0;
}

.features-block-style2 .inner-block .list-info li:after {
    background-color: var(--theme-color1);
    border-radius: 50%;
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    height: 16px;
    width: 16px;
}

.features-block-style2 .inner-block .list-info li:before {
    color: var(--theme-color3);
    content: "\f00c";
    font-size: 9px;
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    top: 6px;
    left: 3px;
    z-index: 1;
}

.features-block-style2.custom-style2 .inner-block {
    background-color: #fff;
}

/*** 

====================================================================
    Features Three Section
====================================================================

***/
.features-section-three {
    position: relative;
    background: var(--bg-color);
    padding: 120px 0;
    margin: 0 20px;
    border-radius: 20px;
}

@media (max-width: 991.98px) {
    .features-section-three {
        padding: 80px 0;
    }
}

.features-section-three .feature3-shape1 {
    position: absolute;
    left: -180px;
    top: -20px;
    pointer-events: none;
}

@media (max-width: 1899px) {
    .features-section-three .feature3-shape1 {
        display: none;
    }
}

.features-section-three .outer-box {
    background-size: cover;
    border-radius: 23px;
    min-height: 690px;
    padding: 100px 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.features-section-three .outer-box .inner-outer {
    gap: 24px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 24px auto 24px auto;
    grid-template-columns: auto auto auto;
}

@media (max-width: 1199.98px) {
    .features-section-three .outer-box .inner-outer {
        -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
    }
}

@media (max-width: 767.98px) {
    .features-section-three .outer-box .inner-outer {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
}

.features-block-style3 .inner-block {
    background-color: #fff;
    border-radius: 20px;
    padding: 27px 24px 28px;
    gap: 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 0;
    max-width: 424px;
    width: 100%;
}

.features-block-style3 .inner-block:before {
    background-color: var(--theme-color1);
    border-radius: 20px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.features-block-style3 .inner-block:hover:before,
.features-block-style3 .inner-block.active:before {
    height: 100%;
}

.features-block-style3 .inner-block:hover .content-box .features-title,
.features-block-style3 .inner-block.active .content-box .features-title {
    color: var(--theme-color1-text-color);
}

.features-block-style3 .inner-block:hover .content-box .features-details,
.features-block-style3 .inner-block.active .content-box .features-details {
    color: #f7f8ed;
}

.features-block-style3 .inner-block:hover .icon-block i,
.features-block-style3 .inner-block:hover .icon-block img,
.features-block-style3 .inner-block.active .icon-block i,
.features-block-style3 .inner-block.active .icon-block img {
    -webkit-animation: wobble 1.5s ease-in-out;
    animation: wobble 1.5s ease-in-out;
}

.features-block-style3 .inner-block .icon-block {
    background-color: #F7F8ED;
    border-radius: 50%;
    height: 60px;
    line-height: 1;
    width: 60px;
    min-width: 60px;
    font-size: 30px;
    color: var(--theme-color3);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    margin-bottom: 23px;
    position: relative;
    top: 5px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.features-block-style3 .inner-block .icon-block .icon {
    position: relative;
}

.features-block-style3 .inner-block .icon-block i,
.features-block-style3 .inner-block .icon-block img {
    display: inline-block;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.features-block-style3 .inner-block .content-box .features-title {
    margin-top: 0;
    margin-bottom: 6px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.features-block-style3 .inner-block .content-box .features-details {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

/*** 

====================================================================
    About Section
====================================================================

***/
.about-block-items-1 .about-text {
    color: var(--text-color);
}

@media (max-width: 1399.98px) {
    .about-block-items-1 .about-text {
        max-width: 385px;
    }
}

@media (max-width: 991.98px) {
    .about-block-items-1 .about-text {
        max-width: initial;
    }
}

.about-block-items-1 .about-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 90px;
    position: relative;
    z-index: 9;
}

@media (max-width: 1399.98px) {
    .about-block-items-1 .about-wrap {
        gap: 30px;
    }
}

@media (max-width: 1199.98px) {
    .about-block-items-1 .about-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 20px;
    }
}

.about-block-items-1 .about-wrap .about-counter {
    margin-top: 26px;
}

@media (max-width: 1199.98px) {
    .about-block-items-1 .about-wrap .about-counter {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.about-block-items-1 .about-wrap .about-counter .count-box {
    font-size: 120px;
    font-weight: 500;
    color: var(--theme-color1);
    min-width: 200px;
    width: 100%;
    line-height: 1;
}

@media (max-width: 767.98px) {
    .about-block-items-1 .about-wrap .about-counter .count-box {
        font-size: 80px;
    }
}

.about-block-items-1 .about-wrap .about-counter p {
    color: var(--theme-color2);
    margin-top: -6px;
}

.about-block-items-1 .about-wrap .about-counter .theme-btn-two {
    margin-top: 35px;
}

@media (max-width: 767.98px) {
    .about-block-items-1 .about-wrap .about-counter .theme-btn-two {
        margin-top: 30px;
    }
}

.about-block-items-1 .about-wrap .about-icon-items {
    background-color: var(--theme-color4);
    padding: 33px 40px;
    border-radius: 20px;
    max-width: 730px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 730px;
    margin-top: 50px;
}

@media (max-width: 1199.98px) {
    .about-block-items-1 .about-wrap .about-icon-items {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 30px;
    }
}

@media (max-width: 991.98px) {
    .about-block-items-1 .about-wrap .about-icon-items {
        width: initial;
        gap: 30px;
    }
}

@media (max-width: 767.98px) {
    .about-block-items-1 .about-wrap .about-icon-items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 30px;
    }
}

.about-block-items-1 .about-wrap .about-icon-items .icon-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

@media (max-width: 469.98px) {
    .about-block-items-1 .about-wrap .about-icon-items .icon-items {
        display: -ms-grid;
        display: grid;
        gap: 20px;
    }
}

.about-block-items-1 .about-wrap .about-icon-items .icon-items .icon {
    color: #10551f;
    position: relative;
    font-size: 45px;
    line-height: 1;
    top: 7px;
    z-index: 1;
}

.about-block-items-1 .about-wrap .about-icon-items .icon-items .icon i {
    display: inline-block;
}

.about-block-items-1 .about-wrap .about-icon-items .icon-items .content {
    max-width: 230px;
}

.about-block-items-1 .about-wrap .about-icon-items .icon-items .content .text {
    margin-top: 5px;
}

.about-block-items-1 .about-wrap .about-icon-items .icon-items:hover .icon img,
.about-block-items-1 .about-wrap .about-icon-items .icon-items:hover .icon i {
    -webkit-animation: wobble 1.5s ease-in-out;
    animation: wobble 1.5s ease-in-out;
}

.about-block-items-1 .about-wrap .about-right-items .theme-btn-two {
    margin-top: 28px;
}

.about-image-1 {
    position: relative;
    border-radius: 20px;
}

@media (max-width: 1399.98px) {
    .about-image-1 {
        width: initial;
    }
}

@media (max-width: 767.98px) {
    .about-image-1 {
        height: 500px;
    }
}

@media (max-width: 575.98px) {
    .about-image-1 {
        height: 480px;
    }
}

@media (max-width: 469.98px) {
    .about-image-1 {
        height: 400px;
    }
}

.about-image-1 img {
    width: 100%;
}

/*** 

====================================================================
    About Two Section
====================================================================

***/
.about-block-image-2 {
    position: relative;
    border-right: 1px solid rgba(12, 47, 37, 0.1);
    margin-right: -25px;
}

@media (max-width: 1399.98px) {
    .about-block-image-2 {
        border-right: none;
        margin-right: 0;
    }
}

.about-block-image-2 .thumb {
    border-radius: 20px;
    overflow: hidden;
    max-width: 536px;
}

@media (max-width: 1199.98px) {
    .about-block-image-2 .thumb {
        max-width: initial;
    }
}

@media (max-width: 991.98px) {
    .about-block-image-2 .thumb {
        height: 590px;
    }
}

@media (max-width: 575.98px) {
    .about-block-image-2 .thumb {
        height: 450px;
    }
}

.about-block-image-2 .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    -o-object-fit: cover;
    object-fit: cover;
}

.about-block-image-2 .mask-shape {
    position: absolute;
    top: -25px;
    bottom: 0;
    right: 28px;
}

@media (max-width: 1399.98px) {
    .about-block-image-2 .mask-shape {
        display: none;
    }
}

.about-block-image-2 .count-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    background-color: var(--bg-color);
    padding: 14px 24px;
    border-radius: 20px;
    position: absolute;
    bottom: 0;
    right: 40px;
    min-width: 295px;
}

@media (max-width: 1399.98px) {
    .about-block-image-2 .count-box {
        right: 20px;
        bottom: 20px;
    }
}

@media (max-width: 469.98px) {
    .about-block-image-2 .count-box {
        min-width: initial;
    }
}

.about-block-image-2 .count-box .count-text {
    font-size: 80px;
    color: var(--theme-color1);
    line-height: 1;
}

@media (max-width: 1399.98px) {
    .about-block-image-2 .count-box .count-text {
        font-size: 65px;
    }
}

@media (max-width: 469.98px) {
    .about-block-image-2 .count-box .count-text {
        font-size: 45px;
    }
}

.about-block-image-2 .count-box .count-title {
    font-size: 80px;
    color: var(--theme-color1);
    line-height: 1;
}

@media (max-width: 1399.98px) {
    .about-block-image-2 .count-box .count-title {
        font-size: 65px;
    }
}

@media (max-width: 469.98px) {
    .about-block-image-2 .count-box .count-title {
        font-size: 45px;
    }
}

.about-block-image-2 .count-box .text {
    color: var(--theme-color2);
    max-width: 104px;
    line-height: 1.3;
}

.about-single-content-2 {
    max-width: 575px;
    margin-left: auto;
}

@media (max-width: 1199.98px) {
    .about-single-content-2 {
        margin-left: initial;
    }
}

.about-single-content-2 .about-text {
    margin-top: 12px;
}

.about-single-content-2 .counter-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 100px;
    margin-top: 25px;
    margin-bottom: 45px;
}

@media (max-width: 1399.98px) {
    .about-single-content-2 .counter-items {
        gap: 60px;
    }
}

@media (max-width: 1199.98px) {
    .about-single-content-2 .counter-items {
        gap: 40px;
    }
}

@media (max-width: 767.98px) {
    .about-single-content-2 .counter-items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
        margin-bottom: 25px;
    }
}

.about-single-content-2 .counter-items .count-box .count-title {
    font-size: 60px;
    color: var(--theme-color1);
}

@media (max-width: 575.98px) {
    .about-single-content-2 .counter-items .count-box .count-title {
        font-size: 50px;
    }
}

@media (max-width: 469.98px) {
    .about-single-content-2 .counter-items .count-box .count-title {
        font-size: 42px;
    }
}

.about-single-content-2 .counter-items .count-box .text {
    color: var(--theme-color1);
}

/*** 

====================================================================
    About Three Section
====================================================================

***/
/*** 

====================================================================
    Service Section
====================================================================

***/
.service-section {
    background-color: var(--theme-color4);
    padding: 90px 0;
    margin: 0 20px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

@media (max-width: 1799.98px) {
    .service-section {
        margin: 0 7px;
    }
}

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

.service-section .button-box {
    text-align: center;
    margin-top: 60px;
}

.service-section .shape1 {
    position: absolute;
    right: 94px;
    top: 0;
    pointer-events: none;
}

.service-section .shape2 {
    position: absolute;
    left: 51px;
    bottom: 0;
    pointer-events: none;
}

.service-block-style1 .inner-block {
    background-color: #fff;
    border-radius: 20px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-style1 .inner-block:hover {
    background-color: var(--theme-color1);
}

.service-block-style1 .inner-block:hover .image-box .image img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.service-block-style1 .inner-block:hover .image-box .image img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.service-block-style1 .inner-block:hover .image-box .icon-block i,
.service-block-style1 .inner-block:hover .image-box .icon-block img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.service-block-style1 .inner-block:hover .content-box .btn-more i,
.service-block-style1 .inner-block:hover .content-box .btn-more img {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.service-block-style1 .inner-block .image-box {
    position: relative;
}

.service-block-style1 .inner-block .image-box .icon-block {
    background-color: #fff;
    border-radius: 50%;
    height: 70px;
    line-height: 1;
    width: 70px;
    font-size: 40px;
    color: var(--theme-color3);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}

.service-block-style1 .inner-block .image-box .icon-block .icon {
    position: relative;
}

.service-block-style1 .inner-block .image-box .icon-block .icon:before {
    border-radius: 50%;
    background-color: var(--theme-color1);
    content: "";
    position: absolute;
    bottom: 5px;
    left: calc(50% - 8px);
    height: 16px;
    width: 16px;
    z-index: -1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-style1 .inner-block .image-box .icon-block i,
.service-block-style1 .inner-block .image-box .icon-block img {
    display: inline-block;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-style1 .inner-block .image-box .image {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.service-block-style1 .inner-block .image-box .image img {
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 330px;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-block-style1 .inner-block .image-box .image img:first-child {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    -webkit-transform: translateX(50%) scaleX(2);
    transform: translateX(50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.service-block-style1 .inner-block .content-box {
    padding: 33px 75px 22px 24px;
    position: relative;
}

.service-block-style1 .inner-block .content-box .service-title {
    margin-top: 0;
    margin-bottom: 0;
}

.service-block-style1 .inner-block .content-box .btn-more {
    background-color: #F7F8ED;
    border-radius: 50%;
    color: var(--theme-color2);
    display: inline-block;
    height: 44px;
    line-height: 44px;
    text-align: center;
    width: 44px;
    position: absolute;
    top: 40px;
    right: 24px;
}

.service-block-style1 .inner-block .content-box .btn-more i,
.service-block-style1 .inner-block .content-box .btn-more img {
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

/* Product groups: equal card heights */
.product-groups-section .sec-title {
    text-align: center;
    width: 100%;
}

.product-groups-section .sec-title .sec-sub-title {
    margin-left: auto;
    margin-right: auto;
}

.product-groups-section .product-groups-row>[class*="col-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-groups-section .service-block-style1 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.product-groups-section .product-group-card:hover .inner-block {
    background-color: var(--theme-color1);
    -webkit-box-shadow: 0 16px 32px rgba(var(--theme-color2-rgb), 0.14);
    box-shadow: 0 16px 32px rgba(var(--theme-color2-rgb), 0.14);
}

.product-groups-section .product-group-card:hover .service-title {
    color: #fff;
}

.product-groups-section .product-group-card:hover .btn-more i {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.product-groups-section .service-block-style1 .inner-block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 24px rgba(var(--theme-color2-rgb), 0.08);
    box-shadow: 0 10px 24px rgba(var(--theme-color2-rgb), 0.08);
}

.product-groups-section .service-block-style1 .image-box .image {
    border-radius: 0;
}

.product-groups-section .service-block-style1 .content-box {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 88px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-groups-section .service-block-style1 .service-title {
    padding-right: 50px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.6em;
    line-height: 1.3;
    color: var(--headings-color);
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease;
}

/*** 

====================================================================
    Service Two Section
====================================================================

***/
.service-section-two {
    background-color: var(--theme-color4);
    padding: 120px 0;
    margin: 0 20px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

@media (max-width: 1799.98px) {
    .service-section-two {
        margin: 0 7px;
    }
}

@media (max-width: 991.98px) {
    .service-section-two {
        padding: 80px 0;
        margin: 0;
    }
}

.service-section-two .button-box {
    text-align: center;
    margin-top: 60px;
}

.service-section-two .service2-shape2 {
    position: absolute;
    left: -180px;
    top: 92px;
    opacity: 0.1;
    pointer-events: none;
}

@media (max-width: 1899px) {
    .service-section-two .service2-shape2 {
        display: none;
    }
}

.service-section-two .service2-shape3 {
    position: absolute;
    right: 40px;
    bottom: 0;
    pointer-events: none;
}

@media (max-width: 1899px) {
    .service-section-two .service2-shape3 {
        display: none;
    }
}

.service-block-style2 .inner-block {
    background-color: #fff;
    border-radius: 20px;
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-style2 .inner-block:hover {
    background-color: var(--theme-color1);
}

.service-block-style2 .inner-block:hover .image-box .image:before {
    height: 0;
}

.service-block-style2 .inner-block:hover .image-box .image:after {
    height: 100%;
}

.service-block-style2 .inner-block:hover .image-box .image img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.service-block-style2 .inner-block:hover .image-box .image img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.service-block-style2 .inner-block:hover .content-box .icon-block {
    background-color: #fff;
}

.service-block-style2 .inner-block:hover .content-box .icon-block i,
.service-block-style2 .inner-block:hover .content-box .icon-block img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.service-block-style2 .inner-block:hover .content-box .service-title {
    color: #fff;
}

.service-block-style2 .inner-block:hover .content-box .service-details {
    color: #fff;
}

.service-block-style2 .inner-block:hover .content-box .btn-more {
    background-color: var(--theme-color1);
    color: var(--theme-color1-text-color);
}

.service-block-style2 .inner-block:hover .content-box .btn-more .btn-icon {
    color: var(--theme-color2);
}

.service-block-style2 .inner-block:hover .shape-style1 svg path {
    fill: var(--theme-color1);
}

.service-block-style2 .inner-block .image-box {
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.service-block-style2 .inner-block .image-box .image {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    height: 100%;
    z-index: 0;
}

.service-block-style2 .inner-block .image-box .image:before {
    background-color: #fff;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-style2 .inner-block .image-box .image:after {
    background-color: rgba(var(--theme-color2-rgb), 0.8);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    z-index: 2;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-style2 .inner-block .image-box .image img {
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-block-style2 .inner-block .image-box .image img:first-child {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    -webkit-transform: translateX(50%) scaleX(2);
    transform: translateX(50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.service-block-style2 .inner-block .content-box {
    padding: 30px 30px 24px;
    position: relative;
}

.service-block-style2 .inner-block .content-box .icon-block {
    background-color: var(--theme-color4);
    border-radius: 50%;
    height: 70px;
    line-height: 1;
    width: 70px;
    font-size: 40px;
    color: var(--theme-color1);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    margin-bottom: 23px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-style2 .inner-block .content-box .icon-block .icon {
    position: relative;
}

.service-block-style2 .inner-block .content-box .icon-block .icon i {
    top: 4px;
}

.service-block-style2 .inner-block .content-box .icon-block i,
.service-block-style2 .inner-block .content-box .icon-block img {
    display: inline-block;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-style2 .inner-block .content-box .service-title {
    margin-top: 0;
    margin-bottom: 16px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-style2 .inner-block .content-box .service-details {
    margin-bottom: 34px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-style2 .inner-block .content-box .btn-more {
    background-color: var(--theme-color4);
    border-radius: 10px;
    color: var(--theme-color2);
    padding: 6px 6px 6px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-style2 .inner-block .content-box .btn-more .btn-title {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-style2 .inner-block .content-box .btn-more .btn-icon {
    background-color: #fff;
    border-radius: 50%;
    height: 40px;
    line-height: 1;
    width: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-style2 .inner-block .content-box .btn-more i,
.service-block-style2 .inner-block .content-box .btn-more img {
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-style2 .inner-block .content-box .btn-more:hover i,
.service-block-style2 .inner-block .content-box .btn-more:hover img {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.service-block-style2 .inner-block .shape-style1 {
    position: absolute;
    right: 0;
    top: 30px;
}

.service-block-style2 .inner-block .shape-style1 svg {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-style2 .inner-block .shape-style1 svg path {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

/*** 

====================================================================
    Service Three Section
====================================================================

***/
.service-section-three {
    margin: 0 30px;
    border-radius: 20px;
}

@media (max-width: 1699.98px) {
    .service-section-three {
        margin: 0 25px;
    }
}

@media (max-width: 1399.98px) {
    .service-section-three {
        margin: 0 18px;
    }
}

@media (max-width: 1199.98px) {
    .service-section-three {
        margin: 0 10px;
    }
}

@media (max-width: 469.98px) {
    .service-section-three {
        margin: 0 6px;
    }
}

.service-block-1 {
    padding: 40px 0;
    position: relative;
    background-color: var(--bg-color);
}

.service-block-1::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(12, 47, 37, 0.1);
}

.service-block-1:last-child::before,
.service-block-1:last-child::after {
    display: none;
}

.service-block-1::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 10px;
    height: 1px;
    background: var(--theme-color1);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.service-block-1 .content .icon {
    color: var(--theme-color1);
    position: relative;
    display: inline-block;
    z-index: 1;
    font-size: 60px;
    line-height: 1;
    width: 60px;
    height: 60px;
}

.service-block-1 .content .icon::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    width: 24px;
    height: 24px;
    background-color: var(--theme-color3);
    border-radius: 50%;
    z-index: -1;
}

.service-block-1 .content .icon i,
.service-block-1 .content .icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.service-block-1 .content .title {
    margin-top: 30px;
}

.service-block-1 .content .title a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

.service-block-1 .content .title a:hover {
    color: var(--theme-color1);
}

.service-block-1 .service-image {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    width: 100%;
    aspect-ratio: 4 / 3;
}

.service-block-1 .service-image .number {
    height: 65px;
    line-height: 65px;
    text-align: center;
    font-size: 50px;
    color: var(--theme-color-white);
    background: rgba(253, 253, 253, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(25px);
    border-radius: 10px;
    display: inline-block;
    padding: 0 20px;
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 9;
}

.service-block-1 .service-image .number b {
    color: var(--theme-color3);
}

.service-block-1 .service-image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-block-1 .service-image img:first-child {
    z-index: 1;
    -webkit-transform: translateX(50%) scaleX(2);
    transform: translate(50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.service-block-1 .content-2 {
    max-width: 336px;
    margin-left: auto;
}

@media (max-width: 767.98px) {
    .service-block-1 .content-2 {
        margin-left: initial;
        max-width: initial;
    }
}

.service-block-1 .content-2 .link-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: var(--theme-color2);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    position: relative;
    padding-bottom: 5px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    margin-top: 40px;
}

@media (max-width: 767.98px) {
    .service-block-1 .content-2 .link-btn {
        margin-top: 20px;
    }
}

.service-block-1 .content-2 .link-btn::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(12, 47, 37, 0.1);
}

.service-block-1 .content-2 .link-btn::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 10px;
    height: 1px;
    background: var(--theme-color1);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.service-block-1 .content-2 .link-btn i {
    color: var(--theme-color1);
}

.service-block-1 .content-2 .link-btn:hover {
    color: var(--theme-color1);
}

.service-block-1 .content-2 .link-btn:hover::after {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.service-block-1:hover .service-image img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translate(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.service-block-1:hover .service-image img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.service-block-1:hover .content .icon img,
.service-block-1:hover .content .icon i,
.service-block-1:hover .content .icon svg {
    -webkit-animation: wobble 1.5s ease-in-out;
    animation: wobble 1.5s ease-in-out;
}

.service-block-1:hover::after {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.faq-section {
    margin: 0 40px;
    border-radius: 20px;
    position: relative;
    z-index: 9;
    margin-top: -50px;
}

@media (max-width: 1899.98px) {
    .faq-section {
        margin-top: 0;
    }
}

.faq-section .leaf-shape1 {
    position: absolute;
    left: 0;
    bottom: 100px;
}

@media (max-width: 1399.98px) {
    .faq-section .leaf-shape1 {
        display: none;
    }
}

.faq-section .leaf-shape2 {
    position: absolute;
    right: 0;
    top: 175px;
}

@media (max-width: 1399.98px) {
    .faq-section .leaf-shape2 {
        display: none;
    }
}

@media (max-width: 1699.98px) {
    .faq-section {
        margin: 0 35px;
    }
}

@media (max-width: 1399.98px) {
    .faq-section {
        margin: 0 28px;
    }
}

@media (max-width: 1199.98px) {
    .faq-section {
        margin: 0 20px;
    }
}

@media (max-width: 469.98px) {
    .faq-section {
        margin: 0 16px;
    }
}

.faq-content-1 {
    margin-top: 30px;
}

.faq-content-1 .accordion-box {
    position: relative;
}

.faq-content-1 .accordion-box .block {
    position: relative;
    background-color: var(--theme-color-white);
    margin-bottom: 10px;
    line-height: 1;
    border-radius: 20px;
    padding: 30px 50px;
    padding-right: 30px;
}

@media (max-width: 1199.98px) {
    .faq-content-1 .accordion-box .block {
        padding-left: 30px;
    }
}

.faq-content-1 .accordion-box .block .acc-btn {
    position: relative;
    font-size: 24px;
    color: var(--theme-color2);
    font-weight: 400;
    font-family: var(--heading-font-family);
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    letter-spacing: -0.5px;
}

@media (max-width: 991.98px) {
    .faq-content-1 .accordion-box .block .acc-btn {
        font-size: 22px;
        padding-right: 40px;
        line-height: 1.4;
    }
}

@media (max-width: 767.98px) {
    .faq-content-1 .accordion-box .block .acc-btn {
        font-size: 20px;
    }
}

.faq-content-1 .accordion-box .block .acc-btn .icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
    height: 34px;
    line-height: 34px !important;
    font-size: 18px;
    background-color: var(--bg-color);
    text-align: center;
    color: var(--headings-color);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 50%;
}

@media (max-width: 991.98px) {
    .faq-content-1 .accordion-box .block .acc-btn .icon {
        top: -8px;
    }
}

@media (max-width: 767.98px) {
    .faq-content-1 .accordion-box .block .acc-btn .icon {
        top: 0;
    }
}

.faq-content-1 .accordion-box .block .acc-content {
    position: relative;
    display: none;
    margin-top: 26px;
}

.faq-content-1 .accordion-box .block .acc-content .content {
    position: relative;
}

.faq-content-1 .accordion-box .block .acc-content .content .text {
    line-height: 175%;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    max-width: 945px;
}

.faq-content-1 .active-block {
    background-color: var(--theme-color3) !important;
}

.faq-content-1 .accordion-box .block .acc-content.current {
    display: block;
}

.faq-content-1 .accordion-box .block .acc-btn.active .icon:before {
    content: "\f068";
    color: var(--theme-color3);
}

.faq-content-1 .accordion-box .block .acc-btn.active .icon {
    background-color: var(--theme-color1);
}

.faq-content-1 .accordion-box .block .acc-btn.active {
    color: var(--theme-color-white);
}

.faq-content-1 .accordion-box .block:last-child {
    margin-bottom: 0;
}

.faq-section-2 {
    background-color: var(--theme-color1);
    background-size: cover;
    margin: -30px auto 0;
    border-radius: 20px;
    max-width: 1860px;
    padding: 150px 0 120px;
}

@media (max-width: 1699.98px) {
    .faq-section-2 {
        margin: 0 35px;
    }
}

@media (max-width: 1399.98px) {
    .faq-section-2 {
        margin: 0 28px;
    }
}

@media (max-width: 1199.98px) {
    .faq-section-2 {
        margin: 0 20px;
    }
}

@media (max-width: 469.98px) {
    .faq-section-2 {
        margin: 0 16px;
    }
}

.faq-section-2 .sec-title .sec-sub-title {
    background: rgba(255, 255, 255, 0.2);
}

.faq-section-2 .sec-title .sec-sub-title .sub-title {
    color: var(--theme-color-white);
}

.faq-section-2 .sec-title .sec-sub-title .sub-title::before {
    background-color: var(--theme-color3);
}

.faq-section-2 .faq-content-2 .active-block {
    background-color: #fff !important;
}

.faq-section-2 .faq-content-2 .accordion-box .block .acc-btn .icon {
    background-color: rgba(255, 255, 255, 0.1019607843);
    color: #fff;
}

.faq-content-2 {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    margin-left: -60px;
    padding-left: 60px;
}

@media (max-width: 1399.98px) {
    .faq-content-2 {
        padding-left: 0;
        margin-left: 0;
        border-left: none;
    }
}

.faq-content-2 .accordion-box {
    position: relative;
}

.faq-content-2 .accordion-box .block {
    position: relative;
    background-color: transparent;
    margin-bottom: 25px;
    line-height: 1;
    border-radius: 20px;
    padding: 25px 40px;
    padding-right: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 1399.98px) {
    .faq-content-2 .accordion-box .block {
        padding: 22px 30px;
    }
}

@media (max-width: 991.98px) {
    .faq-content-2 .accordion-box .block {
        padding: 20px 20px;
        margin-bottom: 15px;
    }
}

.faq-content-2 .accordion-box .block .acc-btn {
    position: relative;
    font-size: 24px;
    color: var(--theme-color-white);
    font-weight: 400;
    font-family: var(--heading-font-family);
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media (max-width: 1399.98px) {
    .faq-content-2 .accordion-box .block .acc-btn {
        padding-right: 40px;
        line-height: 1.5;
        font-size: 22px;
    }
}

@media (max-width: 767.98px) {
    .faq-content-2 .accordion-box .block .acc-btn {
        font-size: 20px;
    }
}

@media (max-width: 575.98px) {
    .faq-content-2 .accordion-box .block .acc-btn {
        font-size: 18px;
    }
}

.faq-content-2 .accordion-box .block .acc-btn .icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
    height: 34px;
    line-height: 34px !important;
    font-size: 18px;
    background-color: rgba(255, 255, 255, 0.2);
    text-align: center;
    color: var(--theme-color1);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 50%;
}

.faq-content-2 .accordion-box .block .acc-content {
    position: relative;
    display: none;
    margin-top: 22px;
}

.faq-content-2 .accordion-box .block .acc-content .content {
    position: relative;
}

.faq-content-2 .accordion-box .block .acc-content .content .text {
    line-height: 175%;
    font-size: 16px;
    font-weight: 400;
    color: var(--theme-color2);
    max-width: 575px;
}

.faq-content-2 .active-block {
    background-color: var(--theme-color1) !important;
}

.faq-content-2 .accordion-box .block .acc-content.current {
    display: block;
}

.faq-content-2 .accordion-box .block .acc-btn.active .icon:before {
    content: "\f068";
    color: var(--theme-color-white);
}

.faq-content-2 .accordion-box .block .acc-btn.active .icon {
    background-color: #10551F;
}

.faq-content-2 .accordion-box .block .acc-btn.active {
    color: var(--theme-color2);
}

.faq-content-2 .accordion-box .block:last-child {
    margin-bottom: 0;
}

.faq-left-items-2 {
    max-width: 424px;
}

.faq-left-items-2 .faq-image {
    max-width: 424px;
    margin-top: 40px;
}

.faq-left-items-2 .faq-image img {
    width: 100%;
    -webkit-mask-image: url(../images/icons/faq2-mask1.png);
    mask-image: url(../images/icons/faq2-mask1.png);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.faq-left-items-2 .faq-text-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
}

@media (max-width: 1199.98px) {
    .faq-left-items-2 .faq-text-items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
    }
}

.faq-left-items-2 .faq-text-items .title {
    font-size: 20px;
    color: var(--theme-color-white);
    max-width: 190px;
    font-weight: 400;
}

.how-it-faq-section {
    background-color: #F5FBF7;
    border-radius: 20px 20px 0 0;
    padding: 120px 0 120px;
    margin: 0 30px;
    position: relative;
}

@media (max-width: 991.98px) {
    .how-it-faq-section {
        padding: 160px 0 80px;
        margin: 0;
    }
}

.how-it-faq-section .single-how-it-work-items {
    position: relative;
    padding-right: 60px;
    margin-right: 35px;
}

.how-it-faq-section .single-how-it-work-items:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 278px;
    background: var(--theme-color1);
}

.how-it-faq-section .single-how-it-work-items:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: var(--bg-color);
    z-index: -1;
}

.how-it-faq-section .bottom-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid rgba(12, 47, 37, 0.1);
    border-radius: 12px;
    padding: 20px;
}

.how-it-faq-section .bottom-box .title {
    margin-bottom: 0;
    letter-spacing: -0.02em;
    line-height: 170%;
    max-width: 141px;
}

.how-it-faq-1.style-faq .accordion-box .block {
    border: 1px solid #eee !important;
}

.how-it-faq-1 .accordion-box {
    position: relative;
}

.how-it-faq-1 .accordion-box .block {
    position: relative;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 20px;
    border: none;
}

.how-it-faq-1 .accordion-box .block .acc-btn {
    position: relative;
    font-size: 24px;
    color: var(--theme-color2);
    font-weight: 400;
    font-family: var(--heading-font-family);
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    padding: 23px 30px;
    line-height: 1;
}

@media (max-width: 375.98px) {
    .how-it-faq-1 .accordion-box .block .acc-btn {
        padding: 20px 30px 20px 20px;
    }
}

.how-it-faq-1 .accordion-box .block .acc-btn .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}

@media (max-width: 767.98px) {
    .how-it-faq-1 .accordion-box .block .acc-btn .title {
        gap: 10px;
    }
}

.how-it-faq-1 .accordion-box .block .acc-btn .title .number {
    color: var(--theme-color3);
}

.how-it-faq-1 .accordion-box .block .acc-btn .icon {
    position: absolute;
    right: 30px;
    top: 28px;
    font-size: 18px;
    text-align: center;
    color: var(--theme-color1);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 50%;
}

@media (max-width: 375.98px) {
    .how-it-faq-1 .accordion-box .block .acc-btn .icon {
        right: 15px;
        top: 23px;
    }
}

.how-it-faq-1 .accordion-box .block .acc-content {
    position: relative;
    display: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 23px 30px;
    line-height: 1;
}

.how-it-faq-1 .accordion-box .block .acc-content .content {
    position: relative;
}

.how-it-faq-1 .accordion-box .block .acc-content .content .text {
    line-height: 170%;
    font-size: 16px;
    letter-spacing: -0.02em;
    font-weight: 400;
    color: var(--headings-color);
}

@media (max-width: 575.98px) {
    .how-it-faq-1 .accordion-box .block .acc-content .content .text {
        font-size: 14px;
    }
}

.how-it-faq-1 .accordion-box .active-block {
    background-color: var(--theme-color1) !important;
    border: 1px solid var(--bg-color) !important;
}

.how-it-faq-1 .accordion-box .active-block .acc-btn.active .title {
    color: #fff;
}

.how-it-faq-1 .accordion-box .active-block .acc-content .content .text {
    color: #fff;
}

.how-it-faq-1 .accordion-box .block .acc-content.current {
    display: block;
}

.how-it-faq-1 .accordion-box .block .acc-btn.active .icon:before {
    content: "\f062";
    color: var(--theme-color3);
}

.how-it-faq-1 .accordion-box .block .acc-btn.active {
    color: var(--theme-color-white);
}

.how-it-faq-1 .accordion-box .block:last-child {
    margin-bottom: 0;
}

/***

====================================================================
    Working Section
====================================================================

***/
.working-section {
    background-color: var(--theme-color1);
    padding: 100px 0;
    border-radius: 20px;
    margin: 0 30px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .working-section {
        margin: 0;
    }
}

.working-section .shape1 {
    position: absolute;
    width: 162px;
    height: 81px;
    bottom: -81px;
    left: calc(50% - 81px);
}

.working-section .bottom-box {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 63px;
    margin-top: 63px;
    text-align: center;
}

.working-section .bottom-box .text {
    color: #fff;
    max-width: 635px;
    margin: 0 auto;
}

.working-section .bottom-box .text a {
    color: var(--theme-color3);
}

.working-section .bottom-box .text a:hover {
    color: #fff;
    text-decoration: underline;
}

.working-section .sec-title .sec-sub-title {
    background: rgba(12, 47, 37, 0.1);
}

.working-section .sec-title .sec-sub-title .sub-title {
    color: var(--theme-color-white);
}

.working-section .sec-title .sec-sub-title .sub-title:before {
    background: #fff;
}

.working-section .sec-title .title {
    color: var(--theme-color-white);
}

.working-section .bg-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.working-section .bg-shape img {
    width: 100%;
    height: 100%;
    opacity: 0.1;
    -o-object-fit: cover;
    object-fit: cover;
}

.working-block-style1 .inner-block {
    text-align: center;
    position: relative;
}

@media (max-width: 991.98px) {
    .working-block-style1 .inner-block {
        margin-bottom: 30px;
    }
}

.working-block-style1 .inner-block:hover .icon-block .icon i,
.working-block-style1 .inner-block:hover .icon-block .icon img {
    -webkit-animation: wobble 1.5s ease-in-out;
    animation: wobble 1.5s ease-in-out;
}

.working-block-style1 .inner-block .icon-block {
    margin-bottom: 23px;
}

.working-block-style1 .inner-block .icon-block .working-shape {
    position: absolute;
    right: -40px;
    top: 72px;
}

@media (max-width: 991.98px) {
    .working-block-style1 .inner-block .icon-block .working-shape {
        display: none;
    }
}

.working-block-style1 .inner-block .icon-block .icon {
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid var(--theme-color1);
    color: var(--theme-color1);
    font-size: 75px;
    line-height: 1;
    height: 150px;
    width: 150px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.working-block-style1 .inner-block .icon-block .icon i,
.working-block-style1 .inner-block .icon-block .icon img {
    display: inline-block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.working-block-style1 .inner-block .working-title {
    color: #fff;
    margin-top: 0;
    margin-bottom: 6px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.working-block-style1 .inner-block .working-details {
    color: rgba(255, 255, 255, 0.8);
    max-width: 183px;
    margin: 0 auto;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.working-item:last-child .working-block-style1 .inner-block .icon-block .working-shape {
    display: none;
}

/***

====================================================================
    Working Two Section
====================================================================

***/
.working-section-two {
    padding: 100px 0;
}

.working-block-style2 .inner-block {
    text-align: center;
    position: relative;
}

.working-block-style2 .inner-block:hover .icon-block .icon i,
.working-block-style2 .inner-block:hover .icon-block .icon img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.working-block-style2 .inner-block .icon-block {
    display: inline-block;
    position: relative;
    margin-bottom: 17px;
}

.working-block-style2 .inner-block .icon-block .working-shape {
    position: absolute;
    right: -40px;
    top: 72px;
}

.working-block-style2 .inner-block .icon-block .icon {
    background-color: #F7F8ED;
    border-radius: 50%;
    color: var(--theme-color3);
    font-size: 124px;
    line-height: 1;
    height: 178px;
    width: 178px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.working-block-style2 .inner-block .icon-block .icon i,
.working-block-style2 .inner-block .icon-block .icon img {
    display: inline-block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.working-block-style2 .inner-block .icon-block .working-count {
    background-color: #fff;
    border: 1px solid #F7F8ED;
    border-radius: 50%;
    color: var(--theme-color3);
    height: 40px;
    line-height: 1;
    width: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(100% - 20px);
}

.working-block-style2 .inner-block .working-title {
    margin-top: 0;
    margin-bottom: 6px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.working-block-style2 .inner-block .working-details {
    max-width: 211px;
    margin: 0 auto;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.working-block-style2 .inner-block .working-shape {
    background-color: var(--theme-color1);
    position: absolute;
    height: 100%;
    width: 1px;
    right: -10px;
    top: 0;
}

.working-block-style2 .inner-block .working-shape:before {
    background-color: var(--theme-color1);
    content: "";
    position: absolute;
    top: 18%;
    right: 5px;
    height: 64%;
    width: 1px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.working-block-style2 .inner-block .working-shape:after {
    background-color: var(--theme-color1);
    content: "";
    position: absolute;
    top: 25%;
    right: 10px;
    height: 50%;
    width: 1px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.working-item:nth-child(2) .working-block-style2 .inner-block .working-shape::before {
    right: -5px;
}

.working-item:nth-child(2) .working-block-style2 .inner-block .working-shape::after {
    right: -10px;
}

.working-item:last-child .working-block-style2 .inner-block .working-shape {
    display: none;
}

/***

====================================================================
    why-choose-us
====================================================================

***/
.why-choose-us {
    padding: 120px 0;
    position: relative;
}

@media (max-width: 991.98px) {
    .why-choose-us {
        padding: 80px 0;
    }
}

.why-choose-us .image-box {
    position: relative;
    margin-right: 44px;
}

@media (max-width: 1199.98px) {
    .why-choose-us .image-box {
        margin-right: 0;
        text-align: center;
    }
}

.why-choose-us .image-box:after {
    content: "";
    position: absolute;
    right: 0;
    top: -86px;
    width: 1px;
    height: 100%;
    background: var(--theme-color3);
    z-index: -1;
}

@media (max-width: 1199.98px) {
    .why-choose-us .image-box:after {
        display: none;
    }
}

.why-choose-us .image-box:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 416px;
    background: var(--theme-color3);
}

@media (max-width: 1199.98px) {
    .why-choose-us .image-box:before {
        display: none;
    }
}

.why-choose-us .image-box .image {
    max-width: 536px;
    width: 100%;
    -webkit-mask-image: url(../images/resource/why-choose1-mask1.png);
    mask-image: url(../images/resource/why-choose1-mask1.png);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

@media (max-width: 1199.98px) {
    .why-choose-us .image-box .image {
        margin: 0 auto 50px;
    }
}

.why-choose-us .image-box .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.why-choose-us .image-box .shape1 {
    position: absolute;
    width: 89px;
    top: -68px;
    left: calc(50% - 115px);
}

@media (max-width: 1199.98px) {
    .why-choose-us .image-box .shape1 {
        display: none;
    }
}

.why-choose-us .image-box .shape2 {
    position: absolute;
    width: 130px;
    bottom: -30px;
    right: 50px;
}

/*** 

====================================================================
    why-choose-us-section-two
====================================================================

***/
.why-choose-us-section-two {
    position: relative;
}

.why-choose-us-section-two .sec-title {
    margin-bottom: 110px;
}

@media (max-width: 1199.98px) {
    .why-choose-us-section-two .sec-title {
        margin-bottom: 20px;
    }
}

@media (max-width: 991.98px) {
    .why-choose-us-section-two .sec-title {
        margin-bottom: 50px;
    }
}

@media (max-width: 991.98px) {
    .why-choose-us-section-two .left-column {
        margin-bottom: 50px;
    }
}

.why-choose-us-section-two .left-column .inner-column {
    position: relative;
    padding-top: 25px;
    margin-left: 20px;
}

@media (max-width: 1199.98px) {
    .why-choose-us-section-two .left-column .inner-column {
        padding-top: 30px;
        margin-left: 0;
    }
}

@media (max-width: 991.98px) {
    .why-choose-us-section-two .left-column .inner-column {
        padding-top: 0;
    }
}

@media (max-width: 1199.98px) {
    .why-choose-us-section-two .left-column .inner-column .wcu-block-two:nth-child(2) {
        margin-right: 0;
    }
}

.why-choose-us-section-two .left-column .inner-column .wcu-block-two .inner-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media (max-width: 575.98px) {
    .why-choose-us-section-two .left-column .inner-column .wcu-block-two .inner-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

.why-choose-us-section-two .left-column .inner-column .wcu-block-two .inner-block .content {
    text-align: right;
}

.why-choose-us-section-two .right-column .inner-column {
    position: relative;
    padding-top: 25px;
    margin-right: 20px;
}

@media (max-width: 1199.98px) {
    .why-choose-us-section-two .right-column .inner-column {
        padding-top: 30px;
        margin-right: 0;
    }
}

@media (max-width: 991.98px) {
    .why-choose-us-section-two .right-column .inner-column {
        padding-top: 0;
    }
}

@media (max-width: 1199.98px) {
    .why-choose-us-section-two .right-column .inner-column .wcu-block-two:nth-child(2) {
        margin-left: 0;
    }
}

@media (max-width: 1199.98px) {
    .why-choose-us-section-two .image-column {
        display: none;
    }
}

.why-choose-us-section-two .image-column .inner-column {
    position: relative;
    text-align: center;
    z-index: 2;
}

.why-choose-us-section-two .image-column .inner-column .bg-shape {
    position: absolute;
    top: -75px;
    left: calc(50% - 78px);
    z-index: 0;
}

@media (max-width: 991.98px) {
    .why-choose-us-section-two .image-column .inner-column .bg-shape {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .why-choose-us-section-two .image-column .inner-column .bg-shape img {
        display: none;
    }
}

.why-choose-us-section-two .image-column .inner-column .image {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.why-choose-us-section-two .image-column .inner-column .image img {
    width: auto;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.wcu-block-two:nth-child(1) .inner-block {
    margin-bottom: 60px;
    border-bottom: 1px solid rgba(12, 47, 37, 0.1);
    padding-bottom: 60px;
}

@media (max-width: 1199.98px) {
    .wcu-block-two:nth-child(1) .inner-block {
        margin-bottom: 50px;
        padding-bottom: 50px;
    }
}

@media (max-width: 991.98px) {
    .wcu-block-two:nth-child(1) .inner-block {
        margin-bottom: 40px;
        padding-bottom: 40px;
    }
}

.wcu-block-two:nth-child(1) .inner-block .shape {
    top: -90px;
}

.wcu-block-two .inner-block {
    position: relative;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 18px;
}

@media (max-width: 1199.98px) {
    .wcu-block-two .inner-block {
        gap: 15px;
    }
}

@media (max-width: 575.98px) {
    .wcu-block-two .inner-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }
}

.wcu-block-two .inner-block:hover .icon {
    background-color: var(--theme-color1);
    color: var(--theme-color1-text-color);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.wcu-block-two .inner-block .icon {
    position: relative;
    width: 100%;
    max-width: 88px;
    height: 88px;
    border-radius: 50%;
    line-height: 1;
    border-radius: 50%;
    text-align: center;
    font-size: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: var(--bg-color);
    color: var(--theme-color1);
}

@media (max-width: 767.98px) {
    .wcu-block-two .inner-block .icon {
        max-width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 40px;
    }
}

.wcu-block-two .inner-block .icon i {
    position: relative;
    top: 4px;
}

.wcu-block-two .inner-block .content .title {
    color: var(--theme-color1);
    position: relative;
    margin-bottom: 6px;
}

.wcu-block-two .inner-block .content .text {
    line-height: 1.8;
}

.experience-speaks-section {
    position: relative;
    border-bottom: 1px solid rgba(12, 47, 37, 0.1);
    padding-bottom: 70px;
    background-color: var(--theme-color4);
}

.experience-speaks-section::before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background-color: rgba(12, 47, 37, 0.1);
    top: 23px;
}

.experience-text {
    text-align: center;
    font-size: 24px;
    color: var(--theme-color2);
    background-color: var(--theme-color4);
    padding: 0 20px;
    position: relative;
    z-index: 1;
    max-width: 390px;
    margin: 0 auto 60px;
}

@media (max-width: 991.98px) {
    .experience-text {
        margin-bottom: 30px;
    }
}

.experience-speaks-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1199.98px) {
    .experience-speaks-wrapper {
        gap: 30px;
    }
}

@media (max-width: 991.98px) {
    .experience-speaks-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 767.98px) {
    .experience-speaks-wrapper {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
    }
}

@media (max-width: 575.98px) {
    .experience-speaks-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
}

@media (max-width: 991.98px) {
    .experience-speaks-wrapper .line-shape {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .experience-speaks-card-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .experience-speaks-card-items p {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .experience-speaks-card-items .count-box {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.experience-speaks-card-items .count-box {
    font-size: 60px;
    color: var(--theme-color1);
    margin-top: 85px;
}

@media (max-width: 991.98px) {
    .experience-speaks-card-items .count-box {
        margin-top: 30px;
    }
}

.experience-speaks-card-items .count-box.style-2 {
    margin-top: 0;
    margin-bottom: 85px;
}

@media (max-width: 991.98px) {
    .experience-speaks-card-items .count-box.style-2 {
        margin-bottom: 30px;
    }
}

/***

====================================================================
    Marquee Section
====================================================================

***/
.marquee-section {
    padding: 100px 60px 50px;
    margin: 0 20px;
    background-color: var(--theme-color1);
    border-radius: 20px;
    margin-top: -46px;
}

@media (max-width: 1799.98px) {
    .marquee-section {
        margin: 0 7px;
        margin-top: -46px;
    }
}

@media (max-width: 1199.98px) {
    .marquee-section {
        padding: 100px 40px 50px;
    }
}

@media (max-width: 991.98px) {
    .marquee-section {
        padding: 60px 20px 30px;
        margin-top: -36px;
    }
}

.marquee {
    position: relative;
    --duration: 30s;
    --gap: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: var(--gap);
}

.marquee .marquee-group {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-animation: scroll var(--duration) linear infinite;
    animation: scroll var(--duration) linear infinite;
}

.marquee .text {
    position: relative;
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0;
    text-transform: capitalize;
    color: var(--headings-color);
    padding-left: 25px;
    margin-left: 15px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.marquee .text:after {
    background-color: var(--headings-color);
    border-radius: 50%;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 10px;
    width: 10px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (prefers-reduced-motion: reduce) {
    .marquee .marquee-group {
        -webkit-animation-play-state: play;
        animation-play-state: play;
    }
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-100% - var(--gap)));
        transform: translateX(calc(-100% - var(--gap)));
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-100% - var(--gap)));
        transform: translateX(calc(-100% - var(--gap)));
    }
}

.marquee.slide-right {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.marquee.slide-right .text {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

/*** 

====================================================================
    Testimonial Section
====================================================================

***/
.testimonial-section {
    background-color: #10551F;
    padding: 100px 0;
}

.testimonial-block-style1 .inner-block {
    background-color: rgba(var(--theme-color2-rgb), 0.2);
    backdrop-filter: blur(64.3000030518px);
    border-radius: 30px;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.1);
    position: relative;
    padding: 34px 40px 39px;
}

.testimonial-block-style1 .inner-block .star {
    color: var(--theme-color1);
    font-size: 18px;
    margin-bottom: 38px;
}

.testimonial-block-style1 .inner-block .author-text {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    line-height: 1.7;
    letter-spacing: -2%;
    padding-bottom: 43px;
    margin-bottom: 30px;
}

.testimonial-block-style1 .inner-block .client-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.testimonial-block-style1 .inner-block .client-info .client-img {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    min-width: 50px;
    overflow: hidden;
}

.testimonial-block-style1 .inner-block .client-info .info-content .testi-name {
    color: #fff;
}

.testimonial-block-style1 .inner-block .client-info .info-content .testi-position {
    color: #AEC7B3;
}

/*** 

====================================================================
    Testimonial Two Section
====================================================================

***/
.testimonial-section-two {
    padding: 100px 0;
}

.testimonial-block-style2 .inner-block {
    position: relative;
}

.testimonial-block-style2 .inner-block:hover .quote-icon i,
.testimonial-block-style2 .inner-block:hover .quote-icon img {
    -webkit-animation: wobble 1.5s ease-in-out;
    animation: wobble 1.5s ease-in-out;
}

.testimonial-block-style2 .inner-block .quote-icon {
    margin-bottom: 37px;
}

.testimonial-block-style2 .inner-block .quote-icon i,
.testimonial-block-style2 .inner-block .quote-icon img {
    color: var(--theme-color1);
    font-size: 50px;
    line-height: 1;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block-style2 .inner-block .star {
    color: var(--theme-color3);
    font-size: 14px;
    margin-bottom: 17px;
}

.testimonial-block-style2 .inner-block .author-text {
    border-bottom: 1px solid rgba(var(--theme-color2-rgb), 0.1);
    color: var(--text-color);
    font-size: 24px;
    line-height: 1.4166;
    letter-spacing: -2%;
    padding-bottom: 87px;
    margin-bottom: 53px;
}

.testimonial-block-style2 .inner-block .client-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.testimonial-block-style2 .inner-block .client-info .client-img {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    min-width: 50px;
    overflow: hidden;
}

.testimonial-block-style2 .inner-block .client-info .info-content .testi-name {
    margin-top: 0;
    margin-bottom: 5px;
}

.testimonial-block-style2 .inner-block .client-info .info-content .testi-position {
    color: var(--text-color);
}

/*** 

====================================================================
    Testimonial Section
====================================================================

***/
.testimonial-section-three {
    position: relative;
}

.testimonial-section-three .shape-1 {
    position: absolute;
    top: 30px;
    right: 30px;
}

.testimonial-block-content2 {
    position: relative;
    max-width: 660px;
}

@media (max-width: 991.98px) {
    .testimonial-block-content2 {
        max-width: 100%;
    }
}

.testimonial-block-content2 .testi-slider-block-2 {
    max-width: 648px;
    margin-top: 70px;
}

@media (max-width: 1399.98px) {
    .testimonial-block-content2 .testi-slider-block-2 {
        margin-top: 40px;
    }
}

@media (max-width: 1199.98px) {
    .testimonial-block-content2 .testi-slider-block-2 {
        margin-top: 35px;
    }
}

.testimonial-block-content2 .testi-slider-block-2 .quote-icon {
    margin-bottom: 35px;
}

@media (max-width: 1199.98px) {
    .testimonial-block-content2 .testi-slider-block-2 .quote-icon {
        margin-bottom: 26px;
    }
}

.testimonial-block-content2 .testi-slider-block-2 p,
.testimonial-block-content2 .testi-slider-block-2 .text {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
}

.testimonial-block-content2 .testi-slider-block-2 .client-info {
    border-top: 1px solid rgba(12, 47, 37, 0.1);
    padding-top: 40px;
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

@media (max-width: 575.98px) {
    .testimonial-block-content2 .testi-slider-block-2 .client-info {
        padding-top: 22px;
        margin-top: 22px;
    }
}

.testimonial-block-content2 .testi-slider-block-2 .client-info .client-img img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
}

.testimonial-block-content2 .testi-slider-block-2 .client-info .info-content .name {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
}

.testimonial-block-content2 .array-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 99;
}

@media (max-width: 575.98px) {
    .testimonial-block-content2 .array-button {
        position: static;
        margin-top: 20px;
    }
}

.testimonial-block-content2 .array-button .array-prev,
.testimonial-block-content2 .array-button .array-next {
    border: 1px solid rgba(12, 47, 37, 0.1);
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 10px;
    line-height: 40px;
    background: transparent;
    color: var(--theme-color2);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: var(--theme-color-white);
    -webkit-box-shadow: 0 1px 72px 0 rgba(var(--theme-color-black-rgb), 0.14);
    box-shadow: 0 1px 72px 0 rgba(var(--theme-color-black-rgb), 0.14);
}

.testimonial-block-content2 .array-button .array-prev:hover,
.testimonial-block-content2 .array-button .array-next:hover {
    background-color: var(--theme-color1);
    color: var(--theme-color1-text-color);
    border: 1px solid var(--theme-color1);
}

.tetsimonial-image-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -57px;
}

@media (max-width: 1399.98px) {
    .tetsimonial-image-items {
        margin-left: -30px;
    }
}

@media (max-width: 1199.98px) {
    .tetsimonial-image-items {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        gap: 30px;
        margin-left: 0;
    }
}

@media (max-width: 991.98px) {
    .tetsimonial-image-items {
        display: none;
    }
}

.tetsimonial-image-items .thumb {
    max-width: 451px;
    border-radius: 30px;
    min-height: 634px;
}

@media (max-width: 575.98px) {
    .tetsimonial-image-items .thumb {
        max-width: initial;
        height: 480px;
        min-height: 0;
    }
}

.tetsimonial-image-items .thumb img {
    min-height: 634px;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 575.98px) {
    .tetsimonial-image-items .thumb img {
        min-height: 0;
    }
}

.tetsimonial-image-items .testi-ratting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 0;
}

@media (max-width: 575.98px) {
    .tetsimonial-image-items .testi-ratting {
        -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
        writing-mode: initial;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        gap: 30px;
        margin-top: 20px;
        margin-right: 0;
    }
}

@media (max-width: 355.98px) {
    .tetsimonial-image-items .testi-ratting {
        gap: 10px;
    }
}

.tetsimonial-image-items .testi-ratting .rattings .ratting-count {
    font-family: var(--body-font-family);
    font-size: 60px;
    color: var(--theme-color3);
    line-height: 1;
}

.tetsimonial-image-items .testi-ratting .rattings .star {
    color: var(--theme-color1);
}

.tetsimonial-image-items .testi-ratting .testi-line {
    width: 1px;
    height: 76px;
    background-color: rgba(12, 47, 37, 0.1);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media (max-width: 575.98px) {
    .tetsimonial-image-items .testi-ratting .testi-line {
        display: none;
    }
}

.tetsimonial-image-items .testi-ratting p {
    color: var(--theme-color2);
}

/*** 

====================================================================
    Pricing Section
====================================================================

***/
.pricing-section {
    padding: 120px 0;
}

.pricing-block-style1 {
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pricing-block-style1 .inner-block {
    background-color: var(--theme-color-white);
    border: 1px solid rgba(var(--theme-color2-rgb), 0.1);
    border-radius: 30px;
    -webkit-box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.0392156863);
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.0392156863);
    padding: 39px 39px 39px;
    position: relative;
    z-index: 9;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 24px;
}

@media (max-width: 1199.98px) {
    .pricing-block-style1 .inner-block {
        padding: 30px;
    }
}

.pricing-block-style1 .inner-block .pricing-header {
    position: relative;
}

.pricing-block-style1 .inner-block .pricing-header .content {
    margin-bottom: 15px;
}

.pricing-block-style1 .inner-block .pricing-header .content .title {
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 2px;
}

.pricing-block-style1 .inner-block .pricing-header .pricing-title {
    border-bottom: 1px solid rgba(var(--theme-color2-rgb), 0.1);
    color: var(--theme-color2);
    font-size: 50px;
    padding-bottom: 24px;
    margin-bottom: 30px;
}

@media (max-width: 1199.98px) {
    .pricing-block-style1 .inner-block .pricing-header .pricing-title {
        font-size: 40px;
    }
}

.pricing-block-style1 .inner-block .pricing-header .pricing-title .price {
    line-height: 1;
    margin-bottom: 5px;
}

.pricing-block-style1 .inner-block .pricing-header .pricing-title .pricing-postfix {
    font-size: 16px;
    color: var(--text-color);
}

.pricing-block-style1 .inner-block .pricing-list-item {
    background-color: var(--bg-color);
    padding: 37px 43px 36px;
    border-radius: 20px;
    min-width: 280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 1199.98px) {
    .pricing-block-style1 .inner-block .pricing-list-item {
        padding: 25px;
        gap: 10px;
        margin-top: 25px;
    }
}

@media (max-width: 575.98px) {
    .pricing-block-style1 .inner-block .pricing-list-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.pricing-block-style1 .inner-block .pricing-list-item ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    color: var(--theme-color2);
}

@media (max-width: 1199.98px) {
    .pricing-block-style1 .inner-block .pricing-list-item ul li {
        font-size: 15px;
        gap: 10px;
    }
}

.pricing-block-style1 .inner-block .pricing-list-item ul li:not(:last-child) {
    margin-bottom: 16px;
}

.pricing-block-style1 .inner-block .pricing-list-item ul li:nth-last-of-type(1) {
    opacity: 0.3;
}

.pricing-block-style1 .inner-block .pricing-list-item ul li:nth-last-of-type(2) {
    opacity: 0.3;
}

.pricing-block-style1 .inner-block .pricing-list-item ul li i {
    color: var(--theme-color1);
}

.pricing-block-style1.active .inner-block .pricing-list-item {
    background-color: var(--theme-color1);
}

.pricing-block-style1.active .inner-block .pricing-list-item ul li {
    color: var(--theme-color-white);
}

.pricing-block-style1.active .inner-block .pricing-list-item ul li i {
    color: var(--theme-color3);
}

.pricing-block-style1:hover {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.pricing-block-style2 .inner-block {
    background: var(--theme-color3);
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    padding: 32px 40px;
}

.pricing-block-style2 .inner-block .pricing-title {
    max-width: 475px;
    width: 100%;
}

.pricing-block-style2 .inner-block .pricing-title .title {
    letter-spacing: -0.02em;
    margin-bottom: 12px;
    color: #fff;
}

.pricing-block-style2 .inner-block .pricing-title .text {
    letter-spacing: -0.02em;
    line-height: 170%;
    color: rgba(255, 255, 255, 0.6);
}

.pricing-block-style2 .inner-block .pricing-list {
    max-width: 352px;
    width: 100%;
}

.pricing-block-style2 .inner-block .pricing-list .list {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 8px;
}

/*** 

====================================================================
    Pricing Section Two
====================================================================

***/
.pricing-section-two {
    background-color: rgba(245, 251, 247, 0.7019607843);
    border-radius: 30px;
    padding: 120px 0 95px;
    max-width: 1860px;
    margin: 0 auto;
}

.pricing-section-two .pricing2-shape1 {
    position: absolute;
    right: -50px;
    top: 15px;
    pointer-events: none;
}

@media (max-width: 1899px) {
    .pricing-section-two .pricing2-shape1 {
        display: none;
    }
}

.pricing-section-two .pricing2-shape2 {
    position: absolute;
    left: -150px;
    bottom: -95px;
    pointer-events: none;
}

@media (max-width: 1899px) {
    .pricing-section-two .pricing2-shape2 {
        display: none;
    }
}

/*** 

====================================================================
    Pricing Section
====================================================================

***/
.pricing-block-items-1 {
    background-color: var(--theme-color-white);
    border: 1px solid rgba(var(--theme-color2-rgb), 0.1);
    border-radius: 30px;
    -webkit-box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.0392156863);
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.0392156863);
    margin-top: 30px;
    padding: 42px 50px 50px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: relative;
    z-index: 9;
    height: 100%;
}

.pricing-section .col-xl-4 .pricing-block-items-1 {
    padding: 32px 28px 36px;
}

.pricing-section .col-xl-4 .pricing-block-items-1 .pricing-header {
    display: grid;
    gap: 10px;
}

.pricing-section .col-xl-4 .pricing-block-items-1 .pricing-header .pricing-title {
    font-size: 36px;
    font-weight: 700;
}

.pricing-section .col-xl-4 .pricing-block-items-1 .pricing-list-item {
    display: block;
}

@media (max-width: 1199.98px) {
    .pricing-block-items-1 {
        padding: 30px;
    }
}

.pricing-block-items-1 .pricing-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1199.98px) {
    .pricing-block-items-1 .pricing-header {
        display: -ms-grid;
        display: grid;
        gap: 10px;
    }
}

@media (max-width: 991.98px) {
    .pricing-block-items-1 .pricing-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 575.98px) {
    .pricing-block-items-1 .pricing-header {
        display: -ms-grid;
        display: grid;
        gap: 10px;
    }
}

.pricing-block-items-1 .pricing-header .content .title {
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 12px;
}

@media (max-width: 1199.98px) {
    .pricing-block-items-1 .pricing-header .pricing-title {
        font-size: 40px;
    }
}

.pricing-block-items-1 .pricing-header .pricing-title {
    font-weight: 700;
}

.pricing-block-items-1 .pricing-header .pricing-title sub {
    font-size: 16px;
    color: var(--text-color);
    bottom: 0;
    left: -6px;
}

.pricing-block-items-1 .pricing-list-item {
    background-color: var(--bg-color);
    padding: 40px;
    border-radius: 30px;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 1199.98px) {
    .pricing-block-items-1 .pricing-list-item {
        padding: 25px;
        gap: 10px;
        margin-top: 25px;
    }
}

@media (max-width: 575.98px) {
    .pricing-block-items-1 .pricing-list-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.pricing-block-items-1 .pricing-list-item ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    color: var(--theme-color2);
}

@media (max-width: 1199.98px) {
    .pricing-block-items-1 .pricing-list-item ul li {
        font-size: 15px;
        gap: 10px;
    }
}

.pricing-block-items-1 .pricing-list-item ul li:not(:last-child) {
    margin-bottom: 10px;
}

.pricing-block-items-1 .pricing-list-item ul li:nth-last-of-type(1) {
    opacity: 0.3;
}

.pricing-block-items-1 .pricing-list-item ul li:nth-last-of-type(2) {
    opacity: 0.3;
}

.pricing-block-items-1 .pricing-list-item ul li i {
    color: var(--theme-color1);
}

.pricing-block-items-1 .pricing-list-item .line {
    background-color: rgba(12, 47, 37, 0.1);
    width: 1px;
    height: 124px;
}

@media (max-width: 1199.98px) {
    .pricing-block-items-1 .pricing-list-item .line {
        display: none;
    }
}

.pricing-block-items-1.active .pricing-list-item {
    background-color: var(--theme-color3);
}

.pricing-block-items-1.active .pricing-list-item ul li {
    color: var(--theme-color-white);
}

.pricing-block-items-1:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

/*** 

====================================================================
    Project Section
====================================================================

***/
.project-section {
    padding: 100px 15px;
}

/* Latest projects carousel */
.projects-carousel-section.project-section {
    padding: 110px 0 100px;
    background: #fff;
}

.projects-carousel-section .projects-carousel-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 48px;
}

@media (max-width: 575.98px) {
    .projects-carousel-section .projects-carousel-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.projects-carousel-section .array-button .array-prev,
.projects-carousel-section .array-button .array-next {
    width: 52px;
    height: 52px;
    background: #fff;
    color: var(--theme-color2);
    border: 1px solid rgba(var(--theme-color2-rgb), 0.12);
    box-shadow: 0 8px 20px rgba(var(--theme-color2-rgb), 0.06);
}

.projects-carousel-section .array-button .array-prev:hover,
.projects-carousel-section .array-button .array-next:hover {
    background: var(--theme-color1);
    color: #fff;
    border-color: var(--theme-color1);
}

.projects-carousel-section .project-slider {
    overflow: hidden;
    padding: 12px 8px 32px;
    margin: -12px -8px 0;
}

.projects-carousel-section .project-slider .swiper-slide {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 2px 12px;
    box-sizing: border-box;
}

.projects-carousel-section .project-carousel-card {
    height: 100%;
    width: 100%;
}

.projects-carousel-section .project-carousel-link {
    display: block;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    text-decoration: none;
    color: inherit;
    height: 440px;
    box-shadow: 0 12px 32px rgba(var(--theme-color2-rgb), 0.08);
    -webkit-transition: -webkit-transform 0.45s ease, box-shadow 0.45s ease;
    transition: -webkit-transform 0.45s ease, box-shadow 0.45s ease;
    transition: transform 0.45s ease, box-shadow 0.45s ease;
    transition: transform 0.45s ease, box-shadow 0.45s ease, -webkit-transform 0.45s ease;
}

@media (max-width: 767.98px) {
    .projects-carousel-section .project-carousel-link {
        height: 380px;
    }
}

.projects-carousel-section .project-carousel-link .thumb {
    position: absolute;
    inset: 0;
}

.projects-carousel-section .project-carousel-link .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    -webkit-transition: -webkit-transform 0.7s ease;
    transition: -webkit-transform 0.7s ease;
    transition: transform 0.7s ease;
    transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}

.projects-carousel-section .project-carousel-link:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(var(--theme-color2-rgb), 0.05) 0%, rgba(var(--theme-color2-rgb), 0.15) 40%, rgba(var(--theme-color2-rgb), 0.92) 100%);
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.projects-carousel-section .project-carousel-link:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    z-index: 2;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
    opacity: 0.5;
}

.projects-carousel-section .project-carousel-link .project-number {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #fff;
    background: rgba(255, 255, 255, 0.14);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    padding: 8px 12px;
    line-height: 1;
}

.projects-carousel-section .project-carousel-link .content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 28px 24px 24px;
    color: #fff;
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.projects-carousel-section .project-carousel-link .category-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 12px;
}

.projects-carousel-section .project-carousel-link .category-list span {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    padding: 7px 11px;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}

.projects-carousel-section .project-carousel-link .title {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 18px;
    letter-spacing: -0.01em;
    max-width: 95%;
}

@media (max-width: 767.98px) {
    .projects-carousel-section .project-carousel-link .title {
        font-size: 18px;
    }
}

.projects-carousel-section .project-carousel-link .more {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    color: var(--theme-color2);
    background: #fff;
    border-radius: 999px;
    padding: 10px 14px 10px 16px;
    line-height: 1;
    -webkit-transition: gap 0.3s ease, background 0.3s ease, color 0.3s ease;
    transition: gap 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.projects-carousel-section .project-carousel-link .more i {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--bg-color);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 11px;
    -webkit-transition: -webkit-transform 0.3s ease, background 0.3s ease, color 0.3s ease;
    transition: -webkit-transform 0.3s ease, background 0.3s ease, color 0.3s ease;
    transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
    transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
}

.projects-carousel-section .project-carousel-link:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    box-shadow: 0 22px 48px rgba(var(--theme-color2-rgb), 0.16);
}

.projects-carousel-section .project-carousel-link:hover .thumb img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.projects-carousel-section .project-carousel-link:hover .content {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.projects-carousel-section .project-carousel-link:hover .more {
    background: var(--theme-color1);
    color: #fff;
    gap: 12px;
}

.projects-carousel-section .project-carousel-link:hover .more i {
    background: #fff;
    color: var(--theme-color2);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.projects-carousel-section .project-swiper-dot {
    margin-top: 36px;
    text-align: center;
}

.projects-carousel-section .project-swiper-dot .swiper-pagination-bullet {
    background-color: rgba(var(--theme-color2-rgb), 0.18);
    width: 10px;
    height: 10px;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.projects-carousel-section .project-swiper-dot .swiper-pagination-bullet-active {
    background-color: var(--theme-color1);
    width: 30px;
    border-radius: 10px;
}

.project-section .project-outer {
    max-width: 1840px;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 35.1% 20px auto;
    grid-template-columns: 35.1% auto;
    gap: 20px;
}

@media (max-width: 991.98px) {
    .project-section .project-outer {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
}

.project-block-style1 {
    position: relative;
}

.project-block-style1 .inner-block {
    overflow: hidden;
    position: relative;
    border-radius: 30px;
}

@media (max-width: 991.98px) {
    .project-block-style1 .inner-block {
        height: 400px;
    }
}

@media (max-width: 575.98px) {
    .project-block-style1 .inner-block {
        height: 340px;
    }
}

.project-block-style1 .inner-block:before {
    border: 1px solid #fff;
    border-radius: 19px;
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    height: calc(100% - 40px);
    width: calc(100% - 40px);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block-style1 .inner-block:hover:before {
    opacity: 1;
    visibility: visible;
}

.project-block-style1 .inner-block:hover img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translate(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.project-block-style1 .inner-block:hover img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.project-block-style1 .inner-block:hover .content {
    clip-path: inset(0 0 0 0);
}

.project-block-style1 .inner-block img {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-block-style1 .inner-block img:first-child {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transform: translateX(50%) scaleX(2);
    transform: translate(50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.project-block-style1 .inner-block .content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background-color: var(--theme-color-white);
    border-radius: 20px 20px 0 20px;
    padding: 30px;
    z-index: 9;
    padding-right: 40px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: fit-content;
    clip-path: inset(100% 0 0 0);
    -webkit-transition: clip-path 0.5s ease;
    transition: clip-path 0.5s ease;
}

@media (max-width: 991.98px) {
    .project-block-style1 .inner-block .content {
        right: 20px;
    }
}

.project-block-style1 .inner-block .content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
    margin-top: 5px;
}

.project-block-style1 .inner-block .content ul li a {
    color: var(--theme-color2);
    font-size: 20px;
}

@media (max-width: 1199.98px) {
    .project-block-style1 .inner-block .content ul li a {
        font-size: 16px;
    }
}

.project-block-style1 .inner-block .content ul li a:hover {
    color: var(--theme-color1);
}

.project-block-style1 .inner-block .content ul .dot {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: var(--theme-color1);
}

@media (max-width: 1699.98px) {
    .project-block-style1 .inner-block .content .title {
        font-size: 26px;
    }
}

@media (max-width: 1199.98px) {
    .project-block-style1 .inner-block .content .title {
        font-size: 28px;
    }
}

@media (max-width: 991.98px) {
    .project-block-style1 .inner-block .content .title {
        font-size: 22px;
    }
}

@media (max-width: 991.98px) {
    .project-block-style1 .inner-block .content .title {
        font-size: 20px;
    }
}

.project-block-style1 .inner-block .content .title a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

.project-block-style1 .inner-block .content .title a:hover {
    color: var(--theme-color1);
    background-size: 100% 2px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme-color1)), to(var(--theme-color1)));
    background-image: linear-gradient(180deg, var(--theme-color1) 0%, var(--theme-color1) 100%);
}

/*** 

====================================================================
    Project Two Section
====================================================================

***/
.project-section-two {
    background-color: var(--theme-color1);
    border-radius: 20px;
    padding: 120px 20px 20px;
    max-width: 1880px;
    margin: 0 auto;
}

.project-section-two .project-outer {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 35.1% 20px auto;
    grid-template-columns: 35.1% auto;
    gap: 20px;
}

@media (max-width: 991.98px) {
    .project-section-two .project-outer {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
}

.project-section-two .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 100%;
    padding-bottom: 40px;
}

.project-section-two .sec-title .sec-sub-title {
    background: rgba(12, 47, 37, 0.1);
}

.project-section-two .sec-title .sec-sub-title .sub-title {
    color: var(--theme-color-white);
}

.project-section-two .sec-title .sec-sub-title .sub-title::before {
    background: #fff;
}

.project-section-two .sec-title .title {
    color: var(--theme-color-white);
}

.project-block-style2 {
    position: relative;
}

.project-block-style2 .inner-block {
    overflow: hidden;
    position: relative;
    border-radius: 30px;
}

@media (max-width: 575.98px) {
    .project-block-style2 .inner-block {
        height: 340px;
    }
}

.project-block-style2 .inner-block:hover img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translate(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.project-block-style2 .inner-block:hover img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.project-block-style2 .inner-block:hover .content {
    clip-path: inset(0 0 0 0);
}

.project-block-style2 .inner-block img {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-block-style2 .inner-block img:first-child {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transform: translateX(50%) scaleX(2);
    transform: translate(50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.project-block-style2 .inner-block .content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background-color: var(--theme-color-white);
    border-radius: 20px;
    padding: 30px;
    z-index: 9;
    padding-right: 40px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: fit-content;
    clip-path: inset(100% 0 0 0);
    -webkit-transition: clip-path 0.5s ease;
    transition: clip-path 0.5s ease;
}

@media (max-width: 991.98px) {
    .project-block-style2 .inner-block .content {
        right: 20px;
    }
}

.project-block-style2 .inner-block .content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
    margin-top: 5px;
}

.project-block-style2 .inner-block .content ul li a {
    color: var(--theme-color2);
    font-size: 20px;
}

@media (max-width: 991.98px) {
    .project-block-style2 .inner-block .content ul li a {
        font-size: 16px;
    }
}

.project-block-style2 .inner-block .content ul li a:hover {
    color: var(--theme-color1);
}

.project-block-style2 .inner-block .content ul .dot {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: var(--theme-color1);
}

@media (max-width: 1699.98px) {
    .project-block-style2 .inner-block .content .title {
        font-size: 26px;
    }
}

@media (max-width: 1199.98px) {
    .project-block-style2 .inner-block .content .title {
        font-size: 28px;
    }
}

@media (max-width: 991.98px) {
    .project-block-style2 .inner-block .content .title {
        font-size: 22px;
    }
}

@media (max-width: 991.98px) {
    .project-block-style2 .inner-block .content .title {
        font-size: 20px;
    }
}

.project-block-style2 .inner-block .content .title a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

.project-block-style2 .inner-block .content .title a:hover {
    color: var(--theme-color1);
    background-size: 100% 2px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme-color1)), to(var(--theme-color1)));
    background-image: linear-gradient(180deg, var(--theme-color1) 0%, var(--theme-color1) 100%);
}

/***

====================================================================
    Product Section
====================================================================

***/
.product-section {
    padding: 120px 0;
    position: relative;
    background: var(--bg-color);
    border-radius: 20px;
    margin: 0 20px;
}

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

.product-section .shape1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 440px;
    pointer-events: none;
    -webkit-animation-name: moveLeftRight;
    animation-name: moveLeftRight;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.product-section .shape2 {
    position: absolute;
    bottom: 0;
    right: 65px;
    pointer-events: none;
}

.product-block-one .inner-block {
    background-color: #fff;
    border-radius: 30px;
    overflow: hidden;
    padding: 10px;
    text-align: center;
    margin-bottom: 24px;
}

.product-block-one .inner-block:hover .image img {
    -webkit-transform: scale(1.04, 1.04) rotate(2deg);
    transform: scale(1.04, 1.04) rotate(2deg);
}

.product-block-one .image {
    background: var(--bg-color);
    border-radius: 20px;
    overflow: hidden;
    max-width: 292px;
    width: 100%;
    height: 280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-block-one .image img {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-block-one .content {
    padding: 30px 0 20px;
}

.product-block-one .content .rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 5px;
}

.product-block-one .content .rating i {
    font-size: 14px;
    color: var(--theme-color1);
}

.product-block-one .content .title {
    letter-spacing: -0.02em;
    margin-bottom: 4px;
}

.product-block-one .content .title:hover {
    color: var(--theme-color1);
}

.product-block-one .content .price-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
}

.product-block-one .content .price-box .price {
    color: var(--headings-color);
    text-decoration: underline;
}

.product-block-one .content .price-box .price-off {
    text-decoration: line-through;
}

/* Featured products: white section contrast */
.product-section .product-cards-row>[class*="col-"],
.product-related .product-cards-row>[class*="col-"],
.product-category-main .product-cards-row>[class*="col-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-section .product-block-one,
.product-related .product-block-one,
.product-category-main .product-block-one {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-section .product-block-one .inner-block,
.product-related .product-block-one .inner-block,
.product-category-main .product-block-one .inner-block {
    background-color: #fff;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.1);
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(var(--theme-color2-rgb), 0.08);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 10px;
    text-align: left;
    margin-bottom: 0;
}

.product-category-main .product-cards-row {
    --bs-gutter-y: 1.5rem;
}

.product-related .product-cards-row {
    --bs-gutter-y: 1.5rem;
}

.product-section .product-cards-row {
    --bs-gutter-y: var(--bs-gutter-x);
}

.product-section .product-block-one .inner-block:hover,
.product-related .product-block-one .inner-block:hover,
.product-category-main .product-block-one .inner-block:hover {
    box-shadow: 0 16px 40px rgba(var(--theme-color2-rgb), 0.14);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.product-section .product-block-one .image,
.product-related .product-block-one .image,
.product-category-main .product-block-one .image {
    max-width: 100%;
    height: 220px;
    border-radius: 8px;
    background: var(--bg-color);
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.product-section .product-block-one .product-badges,
.product-related .product-block-one .product-badges,
.product-category-main .product-block-one .product-badges {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 6px;
    max-width: calc(100% - 24px);
}

.product-section .product-block-one .product-badge,
.product-related .product-block-one .product-badge,
.product-category-main .product-block-one .product-badge {
    position: static;
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #fff;
    padding: 7px 10px;
    border-radius: 6px;
}

.product-section .product-block-one .product-badge.new,
.product-related .product-block-one .product-badge.new,
.product-category-main .product-block-one .product-badge.new {
    background-color: var(--theme-color1);
}

.product-section .product-block-one .product-badge.sale,
.product-related .product-block-one .product-badge.sale,
.product-category-main .product-block-one .product-badge.sale {
    background-color: var(--theme-color2);
}

.product-section .product-block-one .content,
.product-related .product-block-one .content,
.product-category-main .product-block-one .content {
    padding: 16px 6px 6px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: left;
}

.product-section .product-block-one .content .title,
.product-related .product-block-one .content .title,
.product-category-main .product-block-one .content .title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.01em;
    margin: 0 0 12px;
    min-height: 0;
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
}

.product-section .product-block-one .content .title a,
.product-related .product-block-one .content .title a,
.product-category-main .product-block-one .content .title a {
    color: var(--headings-color);
}

.product-section .product-block-one .content .price-box,
.product-related .product-block-one .content .price-box,
.product-category-main .product-block-one .content .price-box {
    margin: 0 0 14px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 8px;
}

.product-section .product-block-one .content .price-box .price,
.product-related .product-block-one .content .price-box .price,
.product-category-main .product-block-one .content .price-box .price {
    font-size: 16px;
    font-weight: 600;
    color: var(--theme-color2);
    text-decoration: none;
}

.product-section .product-block-one .content .price-box .price-off,
.product-related .product-block-one .content .price-box .price-off,
.product-category-main .product-block-one .content .price-box .price-off {
    font-size: 14px;
    color: #8a9691;
    text-decoration: line-through;
}

.product-section .product-block-one .product-btn,
.product-related .product-block-one .product-btn,
.product-category-main .product-block-one .product-btn {
    margin-top: auto;
    width: 100%;
    height: 42px;
    line-height: 42px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 8px 0 16px !important;
    border-radius: 8px;
    background: var(--bg-color);
    gap: 8px;
}

.product-section .product-block-one .product-btn .theme-btn,
.product-related .product-block-one .product-btn .theme-btn,
.product-category-main .product-block-one .product-btn .theme-btn {
    font-size: 14px;
    line-height: 1;
    -webkit-transform: none !important;
    transform: none !important;
}

.product-section .product-block-one .product-btn .theme-btn-arrow-left,
.product-section .product-block-one .product-btn .theme-btn-arrow-right,
.product-related .product-block-one .product-btn .theme-btn-arrow-left,
.product-related .product-block-one .product-btn .theme-btn-arrow-right,
.product-category-main .product-block-one .product-btn .theme-btn-arrow-left,
.product-category-main .product-block-one .product-btn .theme-btn-arrow-right {
    width: 30px;
    height: 30px;
    font-size: 11px;
}

.product-section .product-block-one .product-btn .theme-btn-arrow-left,
.product-related .product-block-one .product-btn .theme-btn-arrow-left,
.product-category-main .product-block-one .product-btn .theme-btn-arrow-left {
    display: none;
}

.product-section .product-block-one .product-btn:hover,
.product-related .product-block-one .product-btn:hover,
.product-category-main .product-block-one .product-btn:hover {
    background: var(--theme-color1);
    color: #fff;
    padding: 0 8px 0 16px !important;
    gap: 8px;
}

.product-section .product-block-one .product-btn:hover .theme-btn,
.product-related .product-block-one .product-btn:hover .theme-btn,
.product-category-main .product-block-one .product-btn:hover .theme-btn {
    color: #fff;
    -webkit-transform: none !important;
    transform: none !important;
}

.product-section .product-block-one .product-btn:hover .theme-btn-arrow-right,
.product-related .product-block-one .product-btn:hover .theme-btn-arrow-right,
.product-category-main .product-block-one .product-btn:hover .theme-btn-arrow-right {
    background: #fff;
    color: var(--theme-color2);
    scale: 1;
}

/***

====================================================================
    Product Section
====================================================================

***/
.products-section-two {
    background-color: var(--theme-color4);
    border-radius: 30px;
    max-width: 1860px;
    margin: 0 auto;
    padding: 120px 0 90px;
    position: relative;
    z-index: 1;
}

.products-section-two .product-block .inner-box {
    background: #fff;
    border-radius: 20px;
    border: none;
    padding: 10px;
}

.products-section-two .product-block .inner-box:hover {
    border: none;
}

.products-section-two .product-block .inner-box:hover .image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.products-section-two .product-block .image {
    border-radius: 20px;
    overflow: hidden;
}

.products-section-two .product-block .image a {
    width: 100%;
}

.products-section-two .product-block .image img {
    width: 100%;
}

.products-section-two .product-block .content {
    padding: 30px 30px 15px;
}

.products-section-two .product-block .rating {
    margin-bottom: 12px;
}

.products-section-two .product-block h4 {
    display: block;
    font-size: 20px;
    color: var(--theme-color2);
    font-weight: 400;
    margin-bottom: 5px;
}

.products-section-two .product-block .price {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: var(--text-color);
    font-weight: 400;
}

.featured-products .product-block h4 a {
    font-weight: 400;
}

.featured-products .product-block .price {
    margin-bottom: 2px;
}

.featured-products .product-block .image a {
    width: 100%;
}

.featured-products .product-block .image a img {
    width: 100%;
}

/*** 

====================================================================
    Team Section
====================================================================

***/
.team-block-style1 .inner-block {
    border-radius: 80px 20px 80px 20px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.team-block-style1 .inner-block .image {
    overflow: hidden;
    position: relative;
    border-radius: 80px 20px 80px 20px;
}

.team-block-style1 .inner-block .image img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-block-style1 .inner-block .image img:first-child {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transform: translateX(50%) scaleX(2);
    transform: translate(50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.team-block-style1 .inner-block .content-box {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(12.45%, var(--theme-color1)), color-stop(96.35%, rgba(var(--theme-color1-rgb), 0)));
    background: linear-gradient(0deg, var(--theme-color1) 12.45%, rgba(var(--theme-color1-rgb), 0) 96.35%);
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    padding: 30px 30px 30px;
}

.team-block-style1 .inner-block .content-box .title {
    color: #fff;
    margin-top: 0;
    margin-bottom: 2px;
}

.team-block-style1 .inner-block .content-box .title a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

.team-block-style1 .inner-block .content-box .title a:hover {
    color: var(--theme-color1);
    background-size: 100% 2px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme-color1)), to(var(--theme-color1)));
    background-image: linear-gradient(180deg, var(--theme-color1) 0%, var(--theme-color1) 100%);
}

.team-block-style1 .inner-block .content-box .team-position {
    color: rgba(255, 255, 255, 0.6);
}

.team-block-style1 .inner-block .content-box .share-icon {
    background-color: var(--theme-color-white);
    background-size: 200%;
    border-radius: 50%;
    bottom: 19px;
    color: var(--theme-color3);
    cursor: pointer;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 50px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 3;
}

@media (max-width: 575.98px) {
    .team-block-style1 .inner-block .content-box .share-icon {
        width: 40px;
        height: 40px;
        font-size: 14px;
        line-height: 40px;
    }
}

.team-block-style1 .inner-block .content-box .share-icon:hover {
    background-position: 100% 0;
}

.team-block-style1 .inner-block .content-box .social-links {
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background: transparent;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    opacity: 0;
    z-index: 3;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block-style1 .inner-block .content-box .social-links a {
    background: var(--theme-color3);
    background-size: 200%;
    border-radius: 50%;
    color: var(--theme-color2);
    display: block;
    font-size: 16px;
    height: 34px;
    line-height: 34px;
    position: relative;
    text-align: center;
    width: 34px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 575.98px) {
    .team-block-style1 .inner-block .content-box .social-links a {
        width: 40px;
        height: 40px;
        font-size: 14px;
        line-height: 40px;
    }
}

.team-block-style1 .inner-block .content-box .social-links a:hover {
    background-color: #fff;
    background-position: 100% 0;
    color: var(--theme-color2);
}

.team-block-style1 .inner-block:hover .image img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translate(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.team-block-style1 .inner-block:hover .image img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.team-block-style1 .inner-block:hover .content-box .social-links {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible;
}

.team-block-style1 .inner-block:hover .content-box .share-icon {
    background-color: var(--theme-color1);
}

/*** 

====================================================================
    Team Section Two
====================================================================

***/
.team-block-items2 {
    margin-top: 30px;
    padding: 10px;
    background-color: var(--theme-color-white);
    border-radius: 20px;
    position: relative;
    z-index: 9;
}

.team-block-items2 .thumb {
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}

.team-block-items2 .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-block-items2 .thumb img:first-child {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transform: translateX(50%) scaleX(2);
    transform: translate(50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.team-block-items2 .team-content {
    background-color: var(--bg-color);
    padding: 20px 20px;
    border-radius: 20px;
    position: relative;
}

.team-block-items2 .team-content .title {
    font-size: 20px;
}

.team-block-items2 .team-content .title a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

.team-block-items2 .team-content .title a:hover {
    color: var(--theme-color1);
    background-size: 100% 2px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme-color1)), to(var(--theme-color1)));
    background-image: linear-gradient(180deg, var(--theme-color1) 0%, var(--theme-color1) 100%);
}

.team-block-items2 .team-content .share-icon {
    background-color: var(--theme-color-white);
    background-size: 200%;
    border-radius: 50%;
    bottom: 19px;
    color: var(--theme-color1);
    cursor: pointer;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 50px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 3;
}

@media (max-width: 575.98px) {
    .team-block-items2 .team-content .share-icon {
        width: 40px;
        height: 40px;
        font-size: 14px;
        line-height: 40px;
    }
}

.team-block-items2 .team-content .share-icon:hover {
    background-position: 100% 0;
}

.team-block-items2 .team-content .social-links {
    position: absolute;
    right: 20px;
    bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: transparent;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    opacity: 0;
    z-index: 3;
    visibility: hidden;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.team-block-items2 .team-content .social-links a {
    background: var(--theme-color1);
    background-size: 200%;
    border-radius: 50%;
    color: var(--theme-color1-text-color);
    display: block;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    position: relative;
    text-align: center;
    width: 50px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 575.98px) {
    .team-block-items2 .team-content .social-links a {
        width: 40px;
        height: 40px;
        font-size: 14px;
        line-height: 40px;
    }
}

.team-block-items2 .team-content .social-links a:hover {
    background-position: 100% 0;
}

.team-block-items2:hover .thumb img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translate(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.team-block-items2:hover .thumb img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.team-block-items2:hover .team-content .social-links {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
}

.team-block-items2:hover .team-content .share-icon {
    background-color: var(--theme-color1);
    color: var(--theme-color1-text-color);
}

.team-section-2 {
    margin: 0 40px;
    border-radius: 20px;
    position: relative;
}

.team-section-2 .team-shape1 {
    position: absolute;
    left: 25px;
    bottom: 50px;
    -webkit-animation: wind-blow 6s linear infinite;
    animation: wind-blow 6s linear infinite;
}

.team-section-2 .team-shape2 {
    position: absolute;
    right: 45px;
    top: 0;
    -webkit-animation: wind-blow 6s linear infinite;
    animation: wind-blow 6s linear infinite;
}

@media (max-width: 1699.98px) {
    .team-section-2 {
        margin: 0 35px;
    }
}

@media (max-width: 1399.98px) {
    .team-section-2 {
        margin: 0 28px;
    }
}

@media (max-width: 1199.98px) {
    .team-section-2 {
        margin: 0 20px;
    }
}

@media (max-width: 469.98px) {
    .team-section-2 {
        margin: 0 16px;
    }
}

.contact-section-2 {
    margin: 0 40px;
    margin-top: 30px;
    border-radius: 20px;
    position: relative;
}

.contact-section-2 .machine-shape {
    position: absolute;
    right: 30px;
    bottom: 0;
}

@media (max-width: 1399.98px) {
    .contact-section-2 .machine-shape {
        display: none;
    }
}

@media (max-width: 1699.98px) {
    .contact-section-2 {
        margin: 0 35px;
    }
}

@media (max-width: 1399.98px) {
    .contact-section-2 {
        margin: 0 28px;
    }
}

@media (max-width: 1199.98px) {
    .contact-section-2 {
        margin: 0 20px;
    }
}

@media (max-width: 469.98px) {
    .contact-section-2 {
        margin: 0 16px;
    }
}

.single-contact-info-box {
    background-color: var(--theme-color3);
    padding: 60px;
    border-radius: 33px;
    position: relative;
    z-index: 9;
}

@media (max-width: 1399.98px) {
    .single-contact-info-box {
        padding: 48px;
    }
}

@media (max-width: 1199.98px) {
    .single-contact-info-box {
        padding: 44px;
    }
}

@media (max-width: 991.98px) {
    .single-contact-info-box {
        padding: 40px;
    }
}

@media (max-width: 767.98px) {
    .single-contact-info-box {
        padding: 36px;
    }
}

@media (max-width: 575.98px) {
    .single-contact-info-box {
        padding: 32px;
    }
}

@media (max-width: 469.98px) {
    .single-contact-info-box {
        padding: 28px;
    }
}

.single-contact-info-box .sec-title .sec-sub-title {
    background: rgba(255, 255, 255, 0.3019607843);
}

.single-contact-info-box .vec-shape {
    position: absolute;
    right: 60px;
    bottom: 205px;
}

@media (max-width: 1399.98px) {
    .single-contact-info-box .vec-shape {
        right: 40px;
        bottom: 188px;
    }
}

@media (max-width: 1199.98px) {
    .single-contact-info-box .vec-shape {
        display: none;
    }
}

.single-contact-info-box .contact-text {
    color: var(--theme-color2);
    margin-top: 10px;
    border-bottom: 1px solid rgba(12, 47, 37, 0.1);
    padding-bottom: 67px;
    margin-bottom: 35px;
}

@media (max-width: 991.98px) {
    .single-contact-info-box .contact-text {
        padding-bottom: 40px;
    }
}

@media (max-width: 575.98px) {
    .single-contact-info-box .contact-text {
        padding-bottom: 25px;
    }
}

.single-contact-info-box .icon-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 35px;
}

.single-contact-info-box .icon-info .icon {
    max-width: 50px;
    width: 100%;
    height: 50px;
    line-height: 48px;
    border-radius: 50%;
    background-color: var(--theme-color-white);
    font-size: 20px;
    color: var(--theme-color3);
    text-align: center;
}

.single-contact-info-box .icon-info .info a {
    color: var(--theme-color2);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
}

@media (max-width: 1899.98px) {
    .form-column {
        position: relative;
        z-index: 99;
    }
}

.form-column .inner-column {
    background-color: var(--theme-color-white);
    padding: 51px 60px;
    border-radius: 33px;
}

@media (max-width: 1199.98px) {
    .form-column .inner-column {
        padding: 44px;
    }
}

@media (max-width: 991.98px) {
    .form-column .inner-column {
        padding: 40px;
    }
}

@media (max-width: 767.98px) {
    .form-column .inner-column {
        padding: 36px;
    }
}

@media (max-width: 575.98px) {
    .form-column .inner-column {
        padding: 32px;
    }
}

@media (max-width: 469.98px) {
    .form-column .inner-column {
        padding: 28px;
    }
}

.form-column .contact-form {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}

.form-column .contact-form h6 {
    color: var(--theme-color2);
    margin-bottom: 14.2px;
    font-weight: 400;
}

.form-column .contact-form .form-control {
    background-color: var(--bg-color);
    border-radius: 10px;
    color: var(--headings-color);
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 400;
    border: none;
    width: 100%;
    padding: 0 30px;
}

.form-column .contact-form .form-control::after {
    right: 30px;
    width: 7px;
    height: 7px;
    border-bottom: 2px solid var(--theme-color3);
    border-right: 2px solid var(--theme-color3);
}

.form-column .contact-form textarea.form-control {
    min-height: 203px;
}

.form-column .contact-form .nice-select {
    background-color: var(--bg-color);
    border-radius: 10px;
    color: var(--headings-color);
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 400;
    border: none;
    width: 100%;
    padding: 0 30px;
}

.form-column .contact-form .nice-select::after {
    right: 30px;
    width: 7px;
    height: 7px;
    border-bottom: 2px solid var(--theme-color3);
    border-right: 2px solid var(--theme-color3);
}

.form-column .contact-form .nice-select .list {
    width: 100%;
}

.form-column .contact-form .form-group {
    margin-bottom: 24px;
}

.form-column .contact-form .range-slider2 {
    text-align: right;
}

.form-column .contact-form .range-slider2 h6 {
    text-align: left;
}

.form-column .contact-form .range-slider2 .ui-slider-horizontal {
    height: 8px;
    border: none;
    background-color: var(--bg-color);
    border-radius: 5px;
}

.form-column .contact-form .range-slider2 .ui-slider-horizontal .ui-slider-range {
    background-color: var(--theme-color3);
    border: 2px solid var(--bg-color);
}

.form-column .contact-form .range-slider2 .ui-slider-horizontal .ui-state-default {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--theme-color-white);
    border: 4px solid var(--theme-color3);
    cursor: pointer;
}

.form-column .contact-form .range-slider2 .property-output {
    color: var(--theme-color2);
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
}

.form-column .contact-form .bottom-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    position: relative;
    z-index: 9;
}

@media (max-width: 575.98px) {
    .form-column .contact-form .bottom-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        gap: 20px;
        margin-top: 15px;
    }
}

.form-column .contact-form .bottom-box .price-box {
    text-align: right;
}

@media (max-width: 575.98px) {
    .form-column .contact-form .bottom-box .price-box {
        text-align: left;
    }
}

.form-column .contact-form .bottom-box .price-box .price {
    color: var(--theme-color2);
    margin-bottom: 5px;
    font-size: 30px;
    font-weight: 400;
}

.form-column .contact-form .bottom-box .price-box .price-title {
    color: var(--theme-color2);
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
}

.cta-banner-section {
    padding: 100px 0;
    border-radius: 30px;
    background-color: var(--theme-color1);
    margin: 0 40px;
}

@media (max-width: 1699.98px) {
    .cta-banner-section {
        margin: 0 35px;
    }
}

@media (max-width: 1399.98px) {
    .cta-banner-section {
        margin: 0 28px;
    }
}

@media (max-width: 1199.98px) {
    .cta-banner-section {
        margin: 0 20px;
    }
}

@media (max-width: 469.98px) {
    .cta-banner-section {
        margin: 0 16px;
    }
}

.cta-banner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1199.98px) {
    .cta-banner-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
    }
}

@media (max-width: 575.98px) {
    .cta-banner-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
}

.cta-banner-wrapper .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 72px;
}

@media (max-width: 767.98px) {
    .cta-banner-wrapper .content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
    }
}

@media (max-width: 575.98px) {
    .cta-banner-wrapper .content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
}

.cta-banner-wrapper .content .title {
    font-size: 30px;
    max-width: 265px;
}

.cta-banner-wrapper .content .text {
    color: var(--theme-color2);
    opacity: 0.6;
    max-width: 385px;
}

.cta-banner-wrapper form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0;
    max-width: 536px;
    width: 100%;
}

@media (max-width: 575.98px) {
    .cta-banner-wrapper form {
        max-width: initial;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 18px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.cta-banner-wrapper form input {
    max-width: 372px;
    width: 100%;
    border: none;
    outline: none;
    background-color: var(--theme-color-white);
    padding: 20px 20px;
    line-height: 1;
    border-radius: 71px;
}

.cta-banner-wrapper form .theme-btn-main {
    background-color: var(--theme-color3);
}

.cta-banner-wrapper form .theme-btn-main .theme-btn {
    color: var(--theme-color-white);
}

.cta-banner-section-2 {
    margin: 0 40px;
    padding: 40px 0;
}

@media (max-width: 1699.98px) {
    .cta-banner-section-2 {
        margin: 0 35px;
    }
}

@media (max-width: 1399.98px) {
    .cta-banner-section-2 {
        margin: 0 28px;
    }
}

@media (max-width: 1199.98px) {
    .cta-banner-section-2 {
        margin: 0 20px;
    }
}

@media (max-width: 469.98px) {
    .cta-banner-section-2 {
        margin: 0 16px;
    }
}

.cta-banner-image-2 {
    border-radius: 30px;
    position: relative;
}

@media (max-width: 1399.98px) {
    .cta-banner-image-2 {
        height: 620px;
    }
}

@media (max-width: 767.98px) {
    .cta-banner-image-2 {
        height: 550px;
    }
}

@media (max-width: 575.98px) {
    .cta-banner-image-2 {
        height: 480px;
    }
}

.cta-banner-image-2 .contenet {
    position: absolute;
    max-width: 770px;
    margin-left: auto;
    background-color: var(--theme-color-white);
    border-radius: 30px;
    padding: 40px;
    z-index: 99;
    bottom: 60px;
    right: 13%;
    text-align: right;
}

@media (max-width: 1399.98px) {
    .cta-banner-image-2 .contenet {
        right: 50px;
    }
}

@media (max-width: 1199.98px) {
    .cta-banner-image-2 .contenet {
        bottom: 30px;
        right: 30px;
        left: 30px;
    }
}

@media (max-width: 469.98px) {
    .cta-banner-image-2 .contenet {
        bottom: 20px;
        left: 20px;
        right: 20px;
    }
}

@media (max-width: 767.98px) {
    .cta-banner-image-2 .contenet {
        padding: 28px;
    }
}

@media (max-width: 469.98px) {
    .cta-banner-image-2 .contenet {
        padding: 22px;
    }
}

@media (max-width: 375.98px) {
    .cta-banner-image-2 .contenet {
        left: 10px;
        right: 10px;
    }
}

.cta-banner-image-2 .contenet .theme-btn-main {
    margin-top: 26px;
}

.cta-banner-image-2 img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.cta-section {
    padding: 120px 0;
    position: relative;
}

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

.cta-section .shape1 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 880px;
    pointer-events: none;
    -webkit-animation-name: moveLeftRight;
    animation-name: moveLeftRight;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.cta-section .cta-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3px;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
}

.cta-section .cta-arrow-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border: 3px solid var(--theme-color-white);
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    right: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cta-section .cta-arrow-box .left-arrow,
.cta-section .cta-arrow-box .right-arrow {
    font-size: 16px;
    color: var(--theme-color-white);
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.cta-section .cta-arrow-box .left-arrow:hover,
.cta-section .cta-arrow-box .right-arrow:hover {
    color: var(--theme-color1);
}

.news-block-items-1 {
    margin-top: 30px;
    border-radius: 20px;
    border: 1px solid rgba(12, 47, 37, 0.1);
}

.news-block-items-1 .thumb {
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.news-block-items-1 .thumb .date {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: var(--theme-color1);
    color: var(--theme-color1-text-color);
    font-size: 30px;
    border-radius: 10px;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
}

.news-block-items-1 .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-block-items-1 .thumb img:first-child {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transform: translateX(50%) scaleX(2);
    transform: translate(50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.news-block-items-1 .content {
    padding: 30px 40px;
}

@media (max-width: 1399.98px) {
    .news-block-items-1 .content {
        padding: 30px 35px;
    }
}

@media (max-width: 991.98px) {
    .news-block-items-1 .content {
        padding: 30px;
    }
}

@media (max-width: 575.98px) {
    .news-block-items-1 .content {
        padding: 28px 30px;
    }
}

@media (max-width: 469.98px) {
    .news-block-items-1 .content {
        padding: 26px 28px;
    }
}

.news-block-items-1 .content .title {
    margin-bottom: 14px;
}

@media (max-width: 469.98px) {
    .news-block-items-1 .content .title {
        margin-bottom: 9px;
    }
}

.news-block-items-1 .content .title a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

.news-block-items-1 .content .title a:hover {
    color: var(--theme-color1);
    background-size: 100% 2px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme-color1)), to(var(--theme-color1)));
    background-image: linear-gradient(180deg, var(--theme-color1) 0%, var(--theme-color1) 100%);
}

.news-block-items-1 .content .link-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 12px;
    color: var(--theme-color2);
    text-transform: capitalize;
    margin-top: 30px;
}

@media (max-width: 469.98px) {
    .news-block-items-1 .content .link-btn {
        margin-top: 18px;
    }
}

.news-block-items-1 .content .link-btn i {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    line-height: 32px;
    background-color: var(--bg-color);
    text-align: center;
    color: var(--theme-color1);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.news-block-items-1 .content .link-btn:hover i {
    background: var(--theme-color1);
    color: var(--theme-color1-text-color);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.news-block-items-1:hover .thumb img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translate(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.news-block-items-1:hover .thumb img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.news-block-items-2 {
    margin-top: 30px;
    border-radius: 20px;
    background-color: var(--bg-color);
    position: relative;
    z-index: 9;
}

.news-block-items-2 .thumb {
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.news-block-items-2 .thumb .date {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: var(--theme-color1);
    color: var(--theme-color3);
    font-size: 30px;
    border-radius: 10px;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
}

.news-block-items-2 .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-block-items-2 .thumb img:first-child {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transform: translateX(50%) scaleX(2);
    transform: translate(50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.news-block-items-2 .content {
    padding: 30px 40px;
}

@media (max-width: 1399.98px) {
    .news-block-items-2 .content {
        padding: 30px 35px;
    }
}

@media (max-width: 991.98px) {
    .news-block-items-2 .content {
        padding: 30px;
    }
}

@media (max-width: 575.98px) {
    .news-block-items-2 .content {
        padding: 28px 30px;
    }
}

@media (max-width: 469.98px) {
    .news-block-items-2 .content {
        padding: 26px 28px;
    }
}

.news-block-items-2 .content .tag {
    font-size: 16px;
    font-weight: 400;
    color: var(--theme-color3);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    margin-bottom: 7px;
}

.news-block-items-2 .content .tag:hover {
    color: var(--theme-color1);
}

.news-block-items-2 .content .title {
    margin-bottom: 14px;
}

@media (max-width: 469.98px) {
    .news-block-items-2 .content .title {
        margin-bottom: 9px;
    }
}

.news-block-items-2 .content .title a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

.news-block-items-2 .content .title a:hover {
    color: var(--theme-color1);
    background-size: 100% 2px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme-color1)), to(var(--theme-color1)));
    background-image: linear-gradient(180deg, var(--theme-color1) 0%, var(--theme-color1) 100%);
}

.news-block-items-2 .content .link-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 12px;
    color: var(--theme-color2);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: capitalize;
    margin-top: 7px;
}

@media (max-width: 469.98px) {
    .news-block-items-2 .content .link-btn {
        margin-top: 18px;
    }
}

.news-block-items-2 .content .link-btn i {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    line-height: 32px;
    background-color: var(--theme-color-white);
    text-align: center;
    color: var(--theme-color3);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.news-block-items-2 .content .link-btn:hover i {
    background: var(--theme-color1);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.news-block-items-2:hover .thumb img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translate(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.news-block-items-2:hover .thumb img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.news-section {
    position: relative;
}

.news-section .pic-shape {
    position: absolute;
    left: 32px;
    bottom: 0;
}

.brand-section .brand-text {
    color: var(--theme-color2);
    border-bottom: 1px solid rgba(12, 47, 37, 0.1);
    padding-bottom: 37px;
    margin-bottom: 40px;
}

.brand-section .brand-text-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}

@media (max-width: 767.98px) {
    .brand-section .brand-text-2 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 30px;
    }
}

.brand-section .brand-text-2 .brand-title {
    color: var(--theme-color2);
    max-width: 305px;
    width: 100%;
}

.brand-section .brand-text-2 .line {
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: rgba(12, 47, 37, 0.1);
}

@media (max-width: 767.98px) {
    .brand-section .brand-text-2 .line {
        display: none;
    }
}

.brand-box-1 {
    height: 100px;
    line-height: 100px;
    border: 1px solid rgba(12, 47, 37, 0.1);
    text-align: center;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.brand-box-1 .brand-img-1 {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.brand-box-1 .brand-img-1 img {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.brand-box-1 .brand-img-1:last-child img {
    -webkit-transform: translateY(-350%);
    transform: translateY(-350%);
    opacity: 0;
}

.brand-box-1:hover .brand-img-1:first-child img {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
}

.brand-box-1:hover .brand-img-1:last-child img {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0.5;
}

/***
====================================================================
  Products details
====================================================================
***/
.product-details .bxslider .image-box {
    position: relative;
    display: block;
    margin-right: 30px;
    margin-bottom: 10px;
}

.product-details .bxslider .image-box img {
    width: 100%;
}

.product-details .bxslider .thumb-box li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
    width: 100px;
    height: 100px;
}

.product-details .bxslider .thumb-box li:last-child {
    margin: 0px !important;
}

.product-details .bxslider .thumb-box li a {
    position: relative;
    display: inline-block;
}

.product-details .bxslider .thumb-box li a:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.product-details .bxslider .thumb-box li a img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.product-details .bxslider .thumb-box li a.active:before {
    opacity: 1;
}

.product-details .bx-wrapper {
    margin-bottom: 30px;
}

.product-details .product-info .product-details__content-text1 {
    letter-spacing: 0.03em;
}

.product-details .product-info .product-details__content-text2 strong {
    color: var(--headings-color);
}

.product-details .product-info .product-details__top {
    position: relative;
    display: block;
    margin-top: -8px;
}

.product-details .product-info .product-details__title {
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    margin: 0;
}

.product-details .product-info .product-details__title span {
    position: relative;
    display: inline-block;
    color: var(--theme-color2);
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin-left: 20px;
    letter-spacing: 0;
}

.product-details .product-info .product-details__reveiw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 22px;
    padding-bottom: 20px;
    margin-bottom: 31px;
    border-bottom: 1px solid #e0e4e8;
}

.product-details .product-info .product-details__reveiw i {
    font-size: 16px;
    color: #ffc737;
}

.product-details .product-info .product-details__reveiw i+i {
    margin-left: 4px;
}

.product-details .product-info .product-details__reveiw span {
    position: relative;
    top: 1px;
    line-height: 1;
    font-size: 16px;
    color: var(--theme-color2);
    margin-left: 18px;
}

.product-details .product-info .product-details__quantity-title {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-right: 20px;
}

.product-details .product-info .product-details__buttons {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 40px;
}

@media only screen and (max-width: 767px) {
    .product-details .product-info .product-details__buttons {
        display: block;
    }
}

.product-details .product-info .product-details__buttons-1 {
    position: relative;
    display: block;
}

@media only screen and (max-width: 767px) {
    .product-details .product-info .product-details__buttons-1 {
        margin-bottom: 10px;
        margin-right: 10px;
    }
}

.product-details .product-info .product-details__buttons-1 .btn-title {
    color: var(--headings-color);
    text-transform: capitalize;
    font-weight: 500;
}

.product-details .product-info .product-details__buttons-2 {
    position: relative;
    display: block;
    margin-left: 10px;
}

.product-details .product-info .product-details__buttons-2 .thm-btn {
    background-color: var(--theme-color2);
}

.product-details .product-info .product-details__buttons-2 .thm-btn:before {
    background-color: var(--theme-color1);
}

.product-details .product-info .product-details__buttons-2 .thm-btn:after {
    background-color: var(--theme-color1);
}

@media only screen and (max-width: 767px) {
    .product-details .product-info .product-details__buttons-2 {
        margin-left: 0;
        margin-top: 0;
    }
}

.product-details .product-info .product-details__social {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-details .product-info .product-details__social .social-icon-one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    position: relative;
}

.product-details .product-info .product-details__social .social-icon-one li {
    position: relative;
}

.product-details .product-info .product-details__social .social-icon-one li a {
    background-color: var(--theme-color1);
    border-radius: 50%;
    color: var(--theme-color1-text-color);
    font-size: 12px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 36px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-details .product-info .product-details__social .social-icon-one li a:before {
    background-color: var(--theme-color2);
    border-radius: 50%;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-details .product-info .product-details__social .social-icon-one li a:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.product-details .product-info .product-details__social .social-icon-one li a i {
    position: relative;
    z-index: 1;
}

.product-details .product-info .product-details__social .social-icon-one li a:hover {
    color: var(--theme-color2-text-color);
}

.product-details .product-info .product-details__social .title {
    position: relative;
    display: block;
}

.product-details .product-info .product-details__social .title h3 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
}

.product-details .product-info .product-details__social .social-icon-one {
    margin-left: 30px;
}

@media only screen and (max-width: 767px) {
    .product-details .product-info .product-details__social {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }

    .product-details .product-info .product-details__social .social-icon-one {
        margin-left: 0;
    }
}

.product-details__quantity {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    position: relative;
}

.product-details__quantity .quantity-box {
    border-radius: 10px;
    height: 60px;
    position: relative;
    width: 98px;
}

.product-details__quantity .quantity-box input {
    border: 1px solid #e0e4e8;
    border-radius: 10px;
    color: var(--theme-color2);
    font-size: 18px;
    font-weight: 500;
    height: 60px;
    outline: none;
    padding-left: 30px;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    width: 98px;
}

.product-details__quantity .quantity-box button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    border-left: 1px solid #e0e4e8;
    border-top-right-radius: 10px;
    background-color: var(--theme-color2);
    color: #fff;
    font-size: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 29px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: none;
    position: absolute;
    right: 1px;
    top: 1px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 29px;
}

.product-details__quantity .quantity-box button:hover {
    background-color: var(--theme-color1);
    color: var(--headings-color);
}

.product-details__quantity .quantity-box button.sub {
    bottom: 1px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 10px;
    top: auto;
}

.product-discription {
    display: block;
    position: relative;
}

.product-discription .product-description__title {
    margin-bottom: 27px;
}

.product-discription .product-description__text1 {
    line-height: 30px;
    margin: 0;
}

.product-discription .product-description__list {
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
}

.product-discription .product-description__list ul {
    display: block;
    position: relative;
}

.product-discription .product-description__list ul li {
    display: block;
    margin-bottom: 2px;
    position: relative;
}

.product-discription .product-description__list ul li:last-child {
    margin-bottom: 0px;
}

.product-discription .product-description__list ul li p {
    color: var(--headings-color);
    font-weight: 600;
    margin: 0;
}

.product-discription .product-description__list ul li p span:before {
    color: var(--theme-color1);
    display: inline-block;
    font-size: 17px;
    line-height: 17px;
    margin-right: 11px;
    position: relative;
    top: 2px;
}

.product-discription .tabs-content .text p {
    margin-bottom: 17px;
}

.product-discription .tabs-content .text p:last-child {
    margin-bottom: 0px;
}

.product-discription .tab-btn-box {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 60px;
}

.product-discription .tab-btn-box:before {
    position: absolute;
    content: "";
    background-color: #e1e8e4;
    width: 100%;
    height: 1px;
    left: 0px;
    top: 28px;
}

.product-discription .tab-btn-box .tab-btns li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    color: #1e2434;
    text-align: center;
    padding: 14px 30px;
    background-color: #fff;
    border: 1px solid #e1e8e4;
    cursor: pointer;
    margin: 0px 8.5px;
    margin-bottom: 15px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.product-discription .tab-btn-box .tab-btns li.active-btn {
    background-color: var(--theme-color2);
    color: #fff;
}

.product-discription .tab-btn-box .tab-btns li:last-child {
    margin-bottom: 0;
}

.product-discription .single-comment-box .inner-box {
    position: relative;
    display: block;
    background-color: #f4f5f4;
    padding: 34px 30px 34px 125px;
}

.product-discription .single-comment-box .inner-box .comment-thumb {
    position: absolute;
    left: 30px;
    top: 40px;
    border-radius: 50%;
    width: 80px;
}

.product-discription .single-comment-box .inner-box .comment-thumb img {
    width: 100%;
    border-radius: 50%;
}

.product-discription .single-comment-box .inner-box .rating {
    position: relative;
    display: block;
    margin-bottom: 2px;
}

.product-discription .single-comment-box .inner-box .rating li {
    position: relative;
    display: inline-block;
    font-size: 12px;
    float: left;
    margin-right: 4px;
    color: #fdc009;
}

.product-discription .single-comment-box .inner-box .rating li:last-child {
    margin: 0px !important;
}

.product-discription .single-comment-box .inner-box h5 {
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.product-discription .single-comment-box .inner-box h5 span {
    font-weight: 400;
    text-transform: capitalize;
}

.product-discription .customer-comment {
    position: relative;
    display: block;
    margin-bottom: 60px;
}

.product-discription .comment-box {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 51px 60px 60px 60px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.product-discription .comment-box h3 {
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 23px;
}

.product-discription .comment-box .form-group {
    position: relative;
    margin-bottom: 15px;
}

.product-discription .comment-box .form-group label {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #707582;
    margin-bottom: 8px;
}

.product-discription .comment-box .column:last-child .form-group {
    margin-bottom: 0px;
}

.product-discription .comment-box .review-box p {
    position: relative;
    float: left;
    margin-right: 10px;
}

.product-discription .comment-box .review-box .rating {
    position: relative;
    float: left;
}

.product-discription .comment-box .review-box .rating li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
    float: left;
    margin-right: 4px;
    color: #fdc009;
}

.product-discription .comment-box .review-box .rating li:last-child {
    margin: 0px !important;
}

.product-discription .comment-box .review-box {
    position: relative;
    display: block;
    margin-top: 8px;
}

.product-discription .comment-box .custom-controls-stacked {
    position: relative;
    float: left;
}

.related-product h3 {
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .product-details__img {
        margin-bottom: 50px;
    }

    .product-details__title span {
        margin-left: 0;
        display: block;
    }

    .product-details__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }

    .product-details__buttons-2 {
        margin-left: 0;
        margin-top: 10px;
    }

    .product-details__social-link {
        margin-left: 0;
        margin-top: 20px;
    }
}

/***

====================================================================
 Categories Section
====================================================================

***/
.categories-section {
    position: relative;
    padding: 100px 0 70px;
}

.categories-section .bg-pattern {
    position: absolute;
    left: 0;
    top: -220px;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url(../images/icons/pattern-7.html);
    background-repeat: no-repeat;
    background-position: left top;
    z-index: -1;
}

.categories-section:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 300px;
    width: 100%;
    background: var(--theme-color3);
    content: "";
    z-index: 1;
}

.categories-section:after {
    position: absolute;
    left: 0;
    bottom: -50px;
    height: 70px;
    width: 100%;
    z-index: 2;
    content: "";
    background-image: url(../images/icons/pattern-3.html);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.category-block {
    position: relative;
    margin-bottom: 30px;
    z-index: 9;
}

.category-block .inner-box {
    position: relative;
    text-align: center;
    background: #ffffff;
    padding: 40px 30px 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.category-block .inner-box:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 190px;
    background-repeat: no-repeat;
    background-position: center bottom;
    content: "";
}

.category-block .inner-box:hover {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.category-block .inner-box:hover .image img {
    -webkit-transform: rotate(10deg) scale(1.2);
    transform: rotate(10deg) scale(1.2);
}

.category-block .inner-box.cat-bg-1:before {
    background-image: url(../images/icons/cat-1-bg.html);
}

.category-block .inner-box.cat-bg-2:before {
    background-image: url(../images/icons/cat-2-bg.html);
}

.category-block .inner-box.cat-bg-3:before {
    background-image: url(../images/icons/cat-3-bg.html);
}

.category-block .inner-box.cat-bg-4:before {
    background-image: url(../images/icons/cat-4-bg.html);
}

.category-block .image {
    position: relative;
    display: inline-block;
    height: 180px;
    width: 180px;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 15px;
}

.category-block .image img {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.category-block h4 {
    font-size: 20px;
    color: var(--theme-color3);
    font-weight: 700;
    margin-bottom: 10px;
}

.category-block h4 a {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.category-block h4 a:hover {
    color: var(--theme-color1);
}

.category-block p {
    font-size: 14px;
    color: #797f7d;
    line-height: 26px;
    margin-bottom: 0px;
}

/***

====================================================================
    Categories Section Two
====================================================================

***/
.categories-section-two {
    position: relative;
    padding: 120px 0 90px;
}

.category-block-two {
    position: relative;
    padding-top: 70px;
    margin-bottom: 30px;
    z-index: 9;
}

.category-block-two .inner-box {
    position: relative;
    text-align: center;
    background: #ffffff;
    border-radius: 10px;
    margin: 0 auto;
    padding: 18px;
}

.category-block-two .inner-box:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 60px;
    width: 100%;
    border-radius: 10px;
    background: #e3eee5;
    content: "";
}

.category-block-two .inner-box:hover .image:before {
    left: 100%;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.category-block-two .inner-box:hover .image img {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.category-block-two .inner-box:hover h4 a {
    color: var(--theme-color1);
}

.category-block-two .content {
    position: relative;
    background: #ffffff;
    border-radius: 10px;
    padding: 0 40px 40px;
    z-index: 1;
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
}

.category-block-two .content:before {
    position: absolute;
    top: -88px;
    left: 0;
    width: 180px;
    height: 180px;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
    background: #e3eee5;
    content: "";
}

.category-block-two .content:after {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    font-size: 30px;
    line-height: 1em;
    color: #e8f3ea;
    height: 15px;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    content: attr(data-text);
}

.category-block-two .image {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 25px;
    margin-top: -70px;
}

.category-block-two .image img {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.category-block-two .image:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 120%;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
    content: "";
    opacity: 0.3;
    left: -100%;
    pointer-events: none;
    z-index: 1;
}

.category-block-two h4 {
    font-size: 22px;
    color: var(--theme-color3);
    font-weight: 700;
    margin-bottom: 15px;
}

.category-block-two h4 a {
    color: var(--theme-color3);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.category-block-two p {
    font-size: 16px;
    color: #797f7d;
    line-height: 26px;
    margin-bottom: 0px;
}

.category-block-two .link {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 50px;
    background: #e8f3ea;
    border-radius: 50%;
    line-height: 50px;
    margin-top: 25px;
    color: #608174;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.category-block-two .link:hover {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.category-block-two.child-two .link {
    background: #f0e2e3;
}

.category-block-two.child-two .inner-box:before {
    background: #f0e2e3;
}

.category-block-two.child-two .inner-box:hover h4 a {
    color: #e69da2;
}

.category-block-two.child-two .content:before {
    background: #f0e2e3;
}

.category-block-two.child-two .content:after {
    color: #f0e2e3;
}

.category-block-two.child-three .link {
    background: #f1ede1;
}

.category-block-two.child-three .inner-box:before {
    background: #f1ede1;
}

.category-block-two.child-three .inner-box:hover h4 a {
    color: #c9b579;
}

.category-block-two.child-three .content:before {
    background: #f1ede1;
}

.category-block-two.child-three .content:after {
    color: #f1ede1;
}

/***

====================================================================
    Products Section
====================================================================

***/
.products-section {
    position: relative;
    padding: 120px 0;
}

.products-section .bg-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 670px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.products-section .bg-image:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #113629;
    opacity: 0.7;
    content: "";
}

.products-section .bg-image:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 100%;
    background-image: url(../images/icons/pattern-8.html);
    background-position: center bottom;
    content: "";
}

.products-section .sec-title h2 {
    font-size: 60px;
}

.products-section .sec-title .theme-btn {
    margin-top: 30px;
}

.products-box {
    max-width: 1530px;
    position: relative;
    padding: 120px 60px 90px;
    margin: 120px auto 0;
    background-color: #f7f5ee;
    overflow: hidden;
    border-radius: 10px;
}

.products-box:before {
    position: absolute;
    left: -90px;
    bottom: 0;
    height: 70%;
    width: 100%;
    background: url(../images/icons/shape-7.html) top left no-repeat;
    content: "";
}

.products-box .sec-title {
    margin-bottom: 30px;
}

.products-box .outer-box {
    position: relative;
    padding-right: 400px;
}

.products-box .outer-box .banner-box-two {
    position: absolute;
    right: 0;
    top: 0;
}

.banner-box-two {
    position: relative;
}

.banner-box-two .inner-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(22, 67, 51)), to(rgba(229, 229, 229, 0)));
    background: linear-gradient(to bottom, rgb(22, 67, 51) 0%, rgba(229, 229, 229, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--theme-color3)', endColorstr='#00e5e5e5', GradientType=0);
    content: "";
}

.banner-box-two .inner-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 370px;
    background: var(--theme-color3);
    border-radius: 10px;
    min-height: 440px;
    text-align: center;
    overflow: hidden;
    padding: 20px 20px;
}

.banner-box-two .title {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.banner-box-two .title strong {
    font-size: 60px;
    line-height: 1em;
    color: var(--theme-color2);
    font-weight: 400;
}

.banner-box-two h4 {
    font-size: 30px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}

.product-block-two {
    position: relative;
    margin-bottom: 30px;
}

.product-block-two .inner-box {
    position: relative;
    border: 2px solid transparent;
    border-radius: 10px;
    background: #ffffff;
    padding: 20px 20px;
    padding-left: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 150px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-block-two .inner-box:hover {
    border: 2px solid var(--theme-color);
}

.product-block-two .image {
    position: absolute;
    left: 20px;
    top: 20px;
    border-radius: 50%;
    overflow: hidden;
    height: 110px;
    width: 110px;
    border: 1px solid #e4e1d6;
    margin-bottom: 0px;
}

.product-block-two .image img {
    width: auto;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-block-two .inner-box:hover .image img {
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.product-block-two h4 {
    display: block;
    font-size: 22px;
    color: var(--theme-color3);
    font-weight: 700;
    margin-bottom: 5px;
}

.product-block-two h4 a {
    color: var(--theme-color3);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-block-two .price {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: var(--theme-color1);
    font-weight: 600;
}

.product-block-two .price del {
    display: inline-block;
    margin-left: 15px;
    font-size: 16px;
    color: #ff0000;
    line-height: 27px;
    opacity: 0.3;
}

.product-block-two .rating {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #ffc737;
}

.products-carousel .owl-nav {
    display: none;
}

.products-carousel .owl-dots {
    position: absolute;
    right: 0;
    top: -80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 8;
}

.products-carousel .owl-dot {
    position: relative;
    height: 7px;
    width: 7px;
    display: block;
    background: #879d91;
    margin-right: 5px;
    border-radius: 5px;
    display: block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.products-carousel .owl-dot.active {
    background: var(--theme-color3);
}

/***

====================================================================
    Featured Products
====================================================================

***/
.featured-products {
    position: relative;
    padding: 120px 0 90px;
}

.featured-products .bg-shape {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(../images/icons/pattern-7.html) left bottom no-repeat;
    background-size: 700px;
}

/*=== Mixitup Gallery ===*/
.featured-products .filters {
    margin-bottom: 40px;
    text-align: center;
}

.featured-products .filters .filter-tabs {
    position: relative;
    display: inline-block;
}

.featured-products .filters li {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 0px 2px 10px;
    cursor: pointer;
    color: #797f7d;
    font-weight: 500;
    font-size: 18px;
    margin: 0 5px 0;
    padding: 5px 12px 10px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.featured-products .filters li:last-child {
    margin-right: 0;
}

.featured-products .filters .filter.active,
.featured-products .filters .filter:hover {
    background-color: var(--theme-color2);
    color: #fff;
}

.featured-products .filters li:before {
    position: absolute;
    left: 0;
    bottom: 8px;
    height: 2px;
    width: 100%;
    content: "";
    background-color: #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    /* easeInOutQuint */
}

.featured-products .filters li.active:before,
.featured-products .filters li:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}

.product-block {
    position: relative;
    margin-bottom: 30px;
}

.product-block.mix {
    display: none;
}

.product-block .inner-box {
    position: relative;
    border: 2px solid #e4e1d5;
    border-radius: 10px;
    text-align: center;
    background: #ffffff;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-block .inner-box:hover {
    border: 2px solid var(--theme-color2);
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.product-block .image {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 0px;
}

.product-block .image:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
    content: "";
    opacity: 0.3;
    left: -100%;
    pointer-events: none;
    z-index: 1;
}

.product-block .inner-box:hover .image:before {
    left: 100%;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.product-block .image img {
    width: auto;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-block .inner-box:hover .image img {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.product-block .content {
    position: relative;
    padding: 30px 30px 30px;
}

.product-block h4 {
    display: block;
    font-size: 22px;
    color: var(--theme-color2);
    font-weight: 700;
    margin-bottom: 5px;
}

.product-block h4 a {
    color: var(--theme-color2);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-block h4 a:hover {
    color: var(--theme-color2);
}

.product-block .price {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: var(--text-gray-silver);
    font-weight: 600;
}

.product-block .price del {
    display: inline-block;
    margin-left: 15px;
    font-size: 16px;
    color: #ff0000;
    line-height: 27px;
    opacity: 0.3;
}

.product-block .rating {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    color: #ffc737;
}

.product-block .tag {
    position: absolute;
    top: 30px;
    left: 20px;
    font-size: 14px;
    line-height: 23px;
    color: #ffffff;
    background: #FD5F5C;
    font-weight: 400;
    padding: 0 12px;
    border-radius: 3px;
    z-index: 9;
    font-style: italic;
    text-transform: uppercase;
}

.product-block .icon-box {
    position: absolute;
    right: 20px;
    top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-block .inner-box:hover .icon-box {
    top: 20px;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}

.product-block .ui-btn {
    background-color: var(--theme-color2);
    border-radius: 50px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    width: 40px;
    z-index: 9;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-block .ui-btn:hover {
    background-color: var(--theme-color1);
    color: var(--theme-color1-text-color);
}

.product-block .cat {
    display: block;
    font-size: 18px;
    color: #707070;
    font-style: italic;
    font-family: "Jost", sans-serif;
    margin-bottom: 5px;
}

/*
 * shop-catalog-layouts.scss
 * -----------------------------------------------
*/
table.tbl-shopping-cart .product-thumbnail,
table.cart-total .product-thumbnail {
    min-width: 64px;
}

table.tbl-shopping-cart img,
table.cart-total img {
    width: 64px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

table.tbl-shopping-cart th,
table.tbl-shopping-cart td,
table.cart-total th,
table.cart-total td {
    vertical-align: middle;
    border-left: 1px solid #e3e3e3;
    padding: 20px 30px;
}

table.tbl-shopping-cart .product-name a,
table.cart-total .product-name a {
    color: var(--headings-color);
}

table.tbl-shopping-cart .product-name .variation,
table.cart-total .product-name .variation {
    font-size: 0.9rem;
    list-style: none;
}

table.tbl-shopping-cart .product-remove a,
table.cart-total .product-remove a {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 24px;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    background-color: #757575;
    color: #ffffff;
    text-align: center;
}

table.tbl-shopping-cart .coupon-form .apply-button,
table.cart-total .coupon-form .apply-button {
    position: relative;
    display: inline-block;
    color: #1e2434;
    background: #f4f5f4;
    padding: 15px 29px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

table.tbl-shopping-cart .coupon-form .apply-button:hover,
table.cart-total .coupon-form .apply-button:hover {
    background-color: var(--theme-color2);
}

table.tbl-shopping-cart .coupon-form .apply-button:hover span,
table.cart-total .coupon-form .apply-button:hover span {
    color: var(--theme-color-white);
}

table.tbl-shopping-cart>thead>tr>th,
table.tbl-shopping-cart>tbody>tr>th,
table.tbl-shopping-cart>tfoot>tr>th {
    color: #444;
}

.payment-method .accordion-box .block .acc-content .payment-info {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 30px;
}

.payment-method .accordion-box .block {
    background: #f4f5f4;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 20px;
}

.payment-method .accordion-box .block:last-child {
    margin-bottom: 0px;
}

.payment-method .accordion-box .block .acc-btn {
    padding: 19px 30px 22px 30px;
}

@media (max-width: 375.98px) {
    .payment-method .accordion-box .block .acc-btn {
        padding: 15px 20px;
    }
}

.payment-method .accordion-box .block .acc-btn .icon-outer {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 30px;
    height: auto;
    /* line-height: 65px; */
    font-size: 28px;
    color: #1e2434;
}

@media (max-width: 375.98px) {
    .payment-method .accordion-box .block .acc-btn .icon-outer {
        right: 15px;
    }
}

.payment-method .accordion-box .block .acc-btn.active .icon-outer {
    color: var(--theme-color2-text-color);
}

.payment-method .payment-method h3 {
    margin-bottom: 32px;
}

.payment-method .accordion-box .block .acc-btn.active {
    background-color: var(--theme-color2);
    color: var(--theme-color-white);
}

.shop-sidebar {
    display: block;
    position: relative;
}

.shop-sidebar .sidebar-search .search-form .form-group {
    margin: 0px;
    position: relative;
}

.shop-sidebar .sidebar-search .search-form .form-group input[type=search] {
    background-color: var(--theme-color2);
    border: 1px solid var(--theme-light-background);
    border-radius: 5px;
    color: #fff;
    height: 52px;
    padding: 10px 60px 10px 20px;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 100%;
}

.shop-sidebar .sidebar-search .search-form .form-group button {
    background-color: var(--theme-color1);
    border-radius: 3px;
    color: var(--theme-color2);
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    height: 42px;
    line-height: 42px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 42px;
}

.shop-sidebar .sidebar-search .search-form .form-group button:hover {
    background-color: var(--theme-color1);
    color: #fff;
}

.shop-sidebar .sidebar-search {
    margin-bottom: 30px;
}

.shop-sidebar .sidebar-widget {
    background-color: var(--theme-color-silver);
    border-radius: 5px;
    display: block;
    margin-bottom: 30px;
    padding: 35px 30px 37px 30px;
    position: relative;
}

.shop-sidebar .sidebar-widget:last-child {
    margin-bottom: 0px;
}

.shop-sidebar .sidebar-widget .widget-title {
    display: block;
    margin-bottom: 16px;
    position: relative;
}

.shop-sidebar .category-widget .category-list li {
    display: block;
    margin-bottom: 14px;
    position: relative;
}

.shop-sidebar .category-widget .category-list li:last-child {
    margin-bottom: 0px;
}

.shop-sidebar .category-widget .category-list li a {
    color: #646578;
    display: inline-block;
    font-weight: 400;
    padding-left: 20px;
    position: relative;
}

.shop-sidebar .category-widget .category-list li a:before {
    position: absolute;
    content: "\f0da";
    font-family: "Font Awesome 6 Pro";
    left: 0px;
    top: 0px;
    font-size: 16px;
    font-weight: 600;
    color: var(--theme-color2);
}

.shop-sidebar .category-widget .category-list li a:hover {
    color: var(--theme-color2);
}

.shop-sidebar .price-filters .widget-title {
    margin-bottom: 28px;
}

.shop-sidebar .post-widget .post {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 23px;
    min-height: 108px;
    padding-left: 90px;
    padding-bottom: 24px;
    position: relative;
}

.shop-sidebar .post-widget .post:last-child {
    margin-bottom: 0px;
    border-bottom: none;
}

.shop-sidebar .post-widget .post .post-thumb {
    border: 1px solid #d0d4dd;
    border-radius: 5px;
    height: 70px;
    left: 0px;
    position: absolute;
    top: 7px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 70px;
}

.shop-sidebar .post-widget .post .post-thumb img {
    width: 100%;
    border-radius: 5px;
}

.shop-sidebar .post-widget .post a {
    color: #646578;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 7px;
    position: relative;
}

.shop-sidebar .post-widget .post .price {
    color: #0a267a;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    position: relative;
}

.shop-sidebar .post-widget .post:hover .post-thumb {
    border-color: var(--theme-color1);
}

.shop-sidebar .post-widget .post:hover a {
    color: var(--theme-color2);
}

.shop-sidebar .post-widget {
    padding-bottom: 9px;
}

.range-slider {
    position: relative;
}

.range-slider .title {
    display: inline-block;
    line-height: 26px;
    margin-right: 4px;
    position: relative;
}

.range-slider .title:before {
    color: #646578;
    content: "$";
    font-size: 18px;
    left: -5px;
    position: absolute;
    top: -19px;
}

.range-slider p {
    color: #646578;
    display: inline-block;
    margin-right: 10px !important;
    position: relative;
}

.range-slider .input {
    color: #646578;
    display: inline-block;
    font-size: 18px;
    margin-top: 5px;
    max-width: 75px;
    position: relative;
}

.range-slider .input input {
    background: none;
    color: #646578;
    font-size: 15px;
    text-align: left;
}

.range-slider .ui-widget.ui-widget-content {
    background-color: #d0d4dd;
    border-radius: 2px;
    border: none;
    height: 4px;
    margin-bottom: 14px;
}

.range-slider .ui-slider .ui-slider-range {
    background-color: var(--theme-color2);
    top: 0px;
    height: 4px;
}

.range-slider .ui-state-default {
    background-color: var(--theme-color2);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    height: 14px;
    margin-left: 0px;
    position: absolute;
    top: -5px;
    width: 14px;
}

.range-slider .ui-state-default:before {
    background-color: #ffffff;
    border-radius: 50%;
    content: "";
    height: 6px;
    left: 4px;
    position: absolute;
    top: 4px;
    width: 6px;
}

.range-slider .ui-widget-content .ui-state-default {
    background-color: var(--theme-color2);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    height: 14px;
    margin-left: 0px;
    top: -5px;
    width: 14px;
}

.range-slider .ui-widget-content .ui-state-default:before {
    background-color: #ffffff;
    border-radius: 50%;
    content: "";
    position: absolute;
    height: 6px;
    left: 4px;
    top: 4px;
    width: 6px;
}

.range-slider input[type=submit] {
    background: var(--theme-color2);
    border: none;
    border-radius: 10px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 14px;
    font-weight: 500;
    margin-top: 0;
    padding: 7px 20px;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.range-slider input[type=submit]:hover {
    background-color: var(--theme-color3);
    color: #ffffff;
}

.footer-area {
    border-radius: 30px;
    background-color: var(--theme-color2);
    margin: 0 40px;
    position: relative;
}

@media (max-width: 1699.98px) {
    .footer-area {
        margin: 0 35px;
    }
}

@media (max-width: 1399.98px) {
    .footer-area {
        margin: 0 28px;
    }
}

@media (max-width: 1199.98px) {
    .footer-area {
        margin: 0 20px;
    }
}

@media (max-width: 469.98px) {
    .footer-area {
        margin: 0 16px;
    }
}

.footer-area .footer-shape1 {
    position: absolute;
    bottom: 150px;
    left: 50px;
}

@media (max-width: 1899.98px) {
    .footer-area .footer-shape1 {
        display: none;
    }
}

.footer-area .footer-shape2 {
    position: absolute;
    bottom: 84px;
    right: 35px;
}

@media (max-width: 1899.98px) {
    .footer-area .footer-shape2 {
        display: none;
    }
}

.footer-area .footer-widget-wrapper {
    padding: 83px 0 65px;
}

@media (max-width: 1199.98px) {
    .footer-area .footer-widget-wrapper {
        padding-top: 50px;
    }
}

.footer-area .footer-widget-wrapper .footer-single-widget {
    margin-top: 30px;
}

.footer-area .footer-widget-wrapper .footer-single-widget .widget-head {
    margin-bottom: 29px;
}

.footer-area .footer-widget-wrapper .footer-single-widget .widget-head .title {
    font-size: 20px;
    color: var(--theme-color-white);
}

.footer-area .footer-widget-wrapper .footer-single-widget .widget-logo {
    margin-bottom: 43px;
}

.footer-area .footer-widget-wrapper .footer-single-widget .footer-logo img {
    max-width: 270px;
    width: 100%;
    height: auto;
}

.footer-area .footer-widget-wrapper .footer-single-widget .footer-content {
    max-width: 312px;
}

.footer-area .footer-widget-wrapper .footer-single-widget .footer-content .text {
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 27px;
}

.footer-area .footer-widget-wrapper .footer-single-widget .user-links li {
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-family: var(--heading-font-family);
}

.footer-area .footer-widget-wrapper .footer-single-widget .user-links li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-area .footer-widget-wrapper .footer-single-widget .user-links li a {
    color: rgba(255, 255, 255, 0.6);
}

.footer-area .footer-widget-wrapper .footer-single-widget .user-links li a i {
    margin-right: 5px;
}

.footer-area .footer-widget-wrapper .footer-single-widget .user-links li:hover {
    margin-left: 5px;
}

.footer-area .footer-widget-wrapper .footer-single-widget .user-links li:hover a {
    color: #fff;
}

.footer-area .footer-widget-wrapper .footer-single-widget .footer-contact {
    margin-left: auto;
}

.footer-area .footer-widget-wrapper .footer-single-widget .footer-contact .text {
    color: rgba(255, 255, 255, 0.6);
}

.footer-area .footer-widget-wrapper .footer-single-widget .footer-contact .footer-info {
    margin-top: 35px;
}

.footer-area .footer-widget-wrapper .footer-single-widget .footer-contact .footer-info .info-title {
    font-size: 20px;
    color: var(--theme-color-white);
    font-weight: 400;
    margin-bottom: 8px;
}

.footer-area .footer-widget-wrapper .footer-single-widget .footer-contact .footer-info .number {
    color: rgba(255, 255, 255, 0.6);
}

.footer-area .footer-widget-wrapper .footer-single-widget .footer-contact .footer-info .email {
    color: rgba(255, 255, 255, 0.6);
}

.footer-area .footer-middle-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: none;
    padding: 29px 0;
}

@media (max-width: 991.98px) {
    .footer-area .footer-middle-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.footer-area .footer-middle-wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 170px;
}

@media (max-width: 991.98px) {
    .footer-area .footer-middle-wrapper ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
    }
}

@media (max-width: 767.98px) {
    .footer-area .footer-middle-wrapper ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 10px;
    }
}

.footer-area .footer-middle-wrapper ul li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
}

@media (max-width: 375.98px) {
    .footer-area .footer-middle-wrapper ul li {
        gap: 15px;
    }
}

.footer-area .footer-middle-wrapper ul li .week-text {
    font-size: 20px;
    font-weight: 400;
    color: var(--theme-color-white);
}

.footer-area .footer-middle-wrapper ul li .time-text {
    font-size: 20px;
    font-weight: 400;
    color: var(--theme-color-white);
}

.footer-area .footer-middle-wrapper .social-icon-list1 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.footer-area .footer-middle-wrapper .social-icon-list1 li {
    gap: 0;
}

.footer-area .footer-middle-wrapper .social-icon-list1 li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.06);
    color: var(--theme-color-white);
    font-size: 15px;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
    transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.footer-area .footer-middle-wrapper .social-icon-list1 li a:hover {
    background: var(--theme-color1);
    border-color: var(--theme-color1);
    color: #fff;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 10px 20px rgba(var(--theme-color2-rgb), 0.28);
    box-shadow: 0 10px 20px rgba(var(--theme-color2-rgb), 0.28);
}

.footer-area .footer-bottom {
    background-color: var(--footer-bottom-bg, color-mix(in srgb, var(--theme-color2) 80%, var(--theme-color1) 20%));
    padding: 30px 0;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-top: 70px;
}

.footer-area .footer-bottom .footer-bottom-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 991.98px) {
    .footer-area .footer-bottom .footer-bottom-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.footer-area .footer-bottom .footer-bottom-wrapper p {
    color: var(--theme-color-white);
    margin-bottom: 0;
}

.footer-area .footer-bottom .footer-bottom-wrapper .footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 60px;
}

@media (max-width: 767.98px) {
    .footer-area .footer-bottom .footer-bottom-wrapper .footer-menu {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.footer-area .footer-bottom .footer-bottom-wrapper .footer-menu li a {
    color: var(--theme-color-white);
}

.footer-area .footer-bottom .footer-bottom-wrapper .footer-menu li a:hover {
    color: #fff;
}

.footer-section {
    padding-bottom: 45px;
}

.footer-area-2 {
    border-radius: 30px;
    background-color: var(--theme-color3);
    position: relative;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.footer-area-2 .frame-shape {
    position: absolute;
    left: 30px;
    bottom: 90px;
}

@media (max-width: 1699.98px) {
    .footer-area-2 .frame-shape {
        display: none;
    }
}

.footer-area-2 .object-shape {
    position: absolute;
    right: 0;
    bottom: 90px;
}

@media (max-width: 1699.98px) {
    .footer-area-2 .object-shape {
        display: none;
    }
}

.footer-area-2 .footer-widget-wrapper-2 {
    padding: 50px 0 80px;
}

.footer-area-2 .footer-widget-wrapper-2 .footer-single-widget {
    margin-top: 30px;
}

.footer-area-2 .footer-widget-wrapper-2 .footer-single-widget .widget-head {
    margin-bottom: 30px;
}

.footer-area-2 .footer-widget-wrapper-2 .footer-single-widget .widget-head .title {
    font-size: 20px;
    color: var(--theme-color-white);
}

.footer-area-2 .footer-widget-wrapper-2 .footer-single-widget .user-links li {
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-family: var(--heading-font-family);
}

.footer-area-2 .footer-widget-wrapper-2 .footer-single-widget .user-links li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-area-2 .footer-widget-wrapper-2 .footer-single-widget .user-links li a {
    color: rgba(255, 255, 255, 0.6);
}

.footer-area-2 .footer-widget-wrapper-2 .footer-single-widget .user-links li a i {
    margin-right: 5px;
}

.footer-area-2 .footer-widget-wrapper-2 .footer-single-widget .user-links li:hover {
    margin-left: 5px;
}

.footer-area-2 .footer-widget-wrapper-2 .footer-single-widget .user-links li:hover a {
    color: var(--theme-color1);
}

.footer-area-2 .footer-widget-wrapper-2 .footer-single-widget .footer-contact {
    margin-left: auto;
}

.footer-area-2 .footer-widget-wrapper-2 .footer-single-widget .footer-contact p {
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 10px;
}

.footer-area-2 .footer-widget-wrapper-2 .footer-single-widget .footer-contact .footer-info .number {
    color: rgba(255, 255, 255, 0.6);
}

.footer-area-2 .footer-widget-wrapper-2 .footer-single-widget .footer-contact .footer-info .email {
    color: rgba(255, 255, 255, 0.6);
}

.footer-area-2 .footer-widget-wrapper-2 .foofer-contact-form {
    max-width: 315px;
    margin-left: auto;
}

@media (max-width: 1199.98px) {
    .footer-area-2 .footer-widget-wrapper-2 .foofer-contact-form {
        margin-left: initial;
    }
}

.footer-area-2 .footer-widget-wrapper-2 .foofer-contact-form .title {
    color: var(--theme-color-white);
    font-size: 20px;
    margin-bottom: 35px;
}

.footer-area-2 .footer-widget-wrapper-2 .foofer-contact-form .subscribe-form-one .form-group {
    position: relative;
}

.footer-area-2 .footer-widget-wrapper-2 .foofer-contact-form .subscribe-form-one .form-group input {
    background: var(--theme-color-white);
    border-radius: 40px;
    color: var(--text-color);
    display: block;
    font-size: 14px;
    height: 56px;
    line-height: 30px;
    padding: 20px 65px 20px 22px;
    position: relative;
    width: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.footer-area-2 .footer-widget-wrapper-2 .foofer-contact-form .subscribe-form-one .form-group .circle-btn {
    background-color: var(--theme-color1);
    border: 1px solid var(--theme-color1);
    border-radius: 50%;
    color: var(--theme-color-black);
    font-size: 18px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 6px;
    width: 44px;
    padding: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer-area-2 .footer-widget-wrapper-2 .foofer-contact-form .subscribe-form-one .form-group .circle-btn i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer-area-2 .footer-widget-wrapper-2 .foofer-contact-form .subscribe-form-one .form-group .circle-btn:hover {
    background-color: var(--theme-color-black);
    color: var(--theme-color-white);
}

.footer-area-2 .footer-widget-wrapper-2 .foofer-contact-form .subscribe-form-one .form-group .circle-btn:hover i {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.footer-area-2 .footer-widget-wrapper-2 .foofer-contact-form .subscribe-form-one .form-check {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 9px;
}

.footer-area-2 .footer-widget-wrapper-2 .foofer-contact-form .subscribe-form-one .form-check .form-check-label {
    font-size: 16px;
    font-weight: 400;
    color: var(--theme-color-white);
}

.footer-area-2 .footer-widget-wrapper-2 .foofer-contact-form .subscribe-form-one .form-check .form-check-input {
    background-color: transparent;
    border-color: rgba(var(--theme-color-white-rgb), 0.2) !important;
    margin-top: 0;
}

.footer-area-2 .footer-top-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 100px;
    padding-bottom: 60px;
}

@media (max-width: 991.98px) {
    .footer-area-2 .footer-top-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 80px;
    }
}

.footer-area-2 .footer-top-wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 130px;
}

@media (max-width: 1199.98px) {
    .footer-area-2 .footer-top-wrapper ul {
        gap: 25px;
    }
}

@media (max-width: 991.98px) {
    .footer-area-2 .footer-top-wrapper ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
    }
}

@media (max-width: 767.98px) {
    .footer-area-2 .footer-top-wrapper ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 10px;
    }
}

.footer-area-2 .footer-top-wrapper ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.footer-area-2 .footer-top-wrapper ul li .week-text {
    font-size: 20px;
    font-weight: 400;
    color: var(--theme-color1);
}

.footer-area-2 .footer-top-wrapper ul li .time-text {
    font-size: 20px;
    font-weight: 400;
    color: var(--theme-color-white);
}

.footer-area-2 .footer-top-wrapper .social-icon-list1 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.footer-area-2 .footer-top-wrapper .social-icon-list1 li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.06);
    color: var(--theme-color-white);
    font-size: 15px;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
    transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.footer-area-2 .footer-top-wrapper .social-icon-list1 li a:hover {
    background: var(--theme-color1);
    border-color: var(--theme-color1);
    color: #fff;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 10px 20px rgba(var(--theme-color2-rgb), 0.28);
    box-shadow: 0 10px 20px rgba(var(--theme-color2-rgb), 0.28);
}

.footer-area-2 .footer-bottom {
    background-color: rgba(var(--theme-color2-rgb), 0.2);
    padding: 30px 0;
    border-radius: 30px;
    position: relative;
    z-index: 9;
}

.footer-area-2 .footer-bottom .footer-bottom-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 991.98px) {
    .footer-area-2 .footer-bottom .footer-bottom-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.footer-area-2 .footer-bottom .footer-bottom-wrapper p {
    color: var(--theme-color-white);
}

.footer-area-2 .footer-bottom .footer-bottom-wrapper .footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 60px;
}

@media (max-width: 767.98px) {
    .footer-area-2 .footer-bottom .footer-bottom-wrapper .footer-menu {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.footer-area-2 .footer-bottom .footer-bottom-wrapper .footer-menu li a {
    color: var(--theme-color-white);
}

.footer-area-2 .footer-bottom .footer-bottom-wrapper .footer-menu li a:hover {
    color: var(--theme-color1);
}

/*** 

====================================================================
Page Title
====================================================================

***/
@-webkit-keyframes "ripple" {
    70% {
        -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes "ripple" {
    70% {
        -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.page-title {
    background-color: var(--theme-color1);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    padding: 0 0 0;
    min-height: 500px;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-title .title {
    color: var(--theme-color-white);
    font-size: 64px;
    margin-bottom: 17px;
}

@media only screen and (max-width: 768px) {
    .page-title .title {
        font-size: 34px;
    }
}

.page-title .text {
    color: var(--theme-color2);
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 26px;
    max-width: 520px;
    position: relative;
}

.page-title .title-outer {
    margin-top: 175px;
}

.page-title:before {
    background: linear-gradient(110deg, rgba(0, 0, 0, 0.35) 23%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 1;
}

.page-breadcrumb {
    margin-top: 5px;
    position: relative;
}

.page-breadcrumb li {
    color: var(--theme-color-white);
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    margin-right: 12px;
    padding-right: 13px;
    position: relative;
    text-transform: capitalize;
}

.page-breadcrumb li:after {
    color: var(--theme-color-white);
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    font-size: 14px;
    font-weight: 900;
    position: absolute;
    right: -6px;
    top: 1px;
}

.page-breadcrumb li:last-child::after {
    display: none;
}

.page-breadcrumb li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

.page-breadcrumb li a {
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.page-breadcrumb li a:hover {
    color: #ffffff;
}

.play-now {
    position: relative;
    display: block;
    z-index: 9;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.play-now .icon {
    position: relative;
    display: inline-block;
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 70px;
    background-color: #ffffff;
    color: #ff6d2e;
    z-index: 1;
    padding-left: 0px;
    font-size: 14px;
    display: block;
    border-radius: 50%;
    -webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
    -ms-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
    -o-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
    -webkit-transform-origin: center;
    transform-origin: center;
}

.play-now .ripple {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.play-now .ripple:before {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.play-now .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.background-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: repeat;
    background-position: center;
    background-size: cover;
}

.error-page__inner {
    position: relative;
    display: block;
    text-align: center;
}

.error-page__inner .error-page__title-box {
    position: relative;
    display: block;
}

.error-page__inner .error-page__title {
    position: relative;
    display: inline-block;
    font-size: 280px;
    line-height: 280px;
    margin-bottom: 0;
    color: var(--theme-color1);
}

.error-page__inner .error-page__sub-title {
    font-size: 40px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: 50px;
    margin-top: -16px;
}

.error-page__inner .error-page__text {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.error-page__inner .error-page__form {
    position: relative;
    display: block;
    margin: 42px auto 20px;
}

.error-page__inner .error-page__form input[type=search] {
    height: 60px;
    width: 100%;
    border: none;
    outline: none;
    background-color: #f5f5f5;
    font-size: 14px;
    color: #333;
    padding-left: 50px;
    padding-right: 75px;
    border-radius: 7px;
}

.error-page__inner .error-page__form button[type=submit] {
    background-color: transparent;
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    width: 72px;
    outline: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

.error-page__inner .error-page__form-input {
    position: relative;
    display: block;
    max-width: 570px;
    width: 100%;
    margin: 0 auto;
}

.error-page__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

@media (max-width: 991px) {
    .error-page__inner .error-page__title {
        font-size: 160px;
        line-height: 160px;
    }

    .error-page__inner .error-page__sub-title {
        font-size: 28px;
        line-height: 36px;
    }
}

@media (max-width: 575px) {
    .error-page__inner .error-page__title {
        font-size: 110px;
        line-height: 110px;
    }

    .error-page__inner .error-page__sub-title {
        font-size: 22px;
        line-height: 30px;
        margin-top: -8px;
    }

    .error-page__inner .error-page__text {
        font-size: 16px;
        line-height: 26px;
    }
}

input::-webkit-input-placeholder {
    color: #cccccc;
    opacity: 1;
}

input::-moz-placeholder {
    color: #cccccc;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #cccccc;
    opacity: 1;
}

input::-ms-input-placeholder {
    color: #cccccc;
    opacity: 1;
}

input::placeholder {
    color: #cccccc;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #cccccc;
}

input::-ms-input-placeholder {
    color: #cccccc;
}

/***
=============================================
    Services Details
=============================================
***/
.service-sidebar {
    position: relative;
    display: block;
    max-width: 365px;
    width: 100%;
}

.service-sidebar .service-sidebar-single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.service-sidebar .service-sidebar-single-services {
    position: relative;
    display: block;
    background: #f6f4ec;
    border-radius: 10px;
    padding: 35px 30px 25px;
}

.service-sidebar .service-sidebar-single-services .title {
    position: relative;
    display: block;
    margin-bottom: 12px;
    padding-left: 20px;
}

.service-sidebar .service-sidebar-single-services .title h3 {
    color: var(--headings-color);
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.02em;
}

.service-sidebar .service-sidebar-single-services ul {
    position: relative;
    display: block;
    margin-top: 10px;
}

.service-sidebar .service-sidebar-single-services ul li {
    position: relative;
    display: block;
    margin-bottom: 5px;
    margin-top: -10px;
}

.service-sidebar .service-sidebar-single-services ul li:last-child {
    margin-bottom: 0;
}

.service-sidebar .service-sidebar-single-services ul li a {
    position: relative;
    display: block;
    color: var(--agriox-color-1, #687469);
    font-size: 18px;
    padding: 22px 20px 22px;
    border-radius: 10px;
    background: transparent;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.service-sidebar .service-sidebar-single-services ul li a:hover {
    color: var(--headings-color);
}

.service-sidebar .service-sidebar-single-services ul li a:hover::before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.service-sidebar .service-sidebar-single-services ul li a:hover i {
    color: var(--theme-color1);
}

.service-sidebar .service-sidebar-single-services ul li a::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    z-index: -1;
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    background: #ffffff;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.service-sidebar .service-sidebar-single-services ul li a i {
    font-size: 16px;
}

.service-sidebar .service-sidebar-single-services ul li.current a::before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.service-sidebar .service-sidebar-single-services ul li.current a i {
    color: var(--theme-color1);
}

.service-sidebar .service-sidebar-single-services ul li.current:first-child {
    margin-top: 20px;
}

.service-sidebar .service-sidebar-single-services ul li.current:last-child {
    margin-bottom: 35px;
}

.service-sidebar .service-sidebar-single-contact-box {
    position: relative;
    display: block;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding: 50px 0px 44px;
    z-index: 1;
}

.service-sidebar .service-sidebar-single-contact-box::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(109, 140, 84, 0.93);
    border-radius: 10px;
    content: "";
    z-index: -1;
}

.service-sidebar .service-sidebar-single-contact-box .icon {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 50%;
    background: var(--theme-color2);
}

.service-sidebar .service-sidebar-single-contact-box .icon:hover {
    background-color: var(--headings-color);
}

.service-sidebar .service-sidebar-single-contact-box .icon:hover span::before {
    color: #fff;
}

.service-sidebar .service-sidebar-single-contact-box .icon span::before {
    position: relative;
    display: inline-block;
    color: var(--headings-color);
    font-size: 30px;
    line-height: 60px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-sidebar .service-sidebar-single-contact-box .title {
    position: relative;
    display: block;
    margin-top: 20px;
    margin-bottom: 42px;
}

.service-sidebar .service-sidebar-single-contact-box .title h2 {
    color: #ffffff;
    font-size: 36px;
}

.service-sidebar .service-sidebar-single-contact-box .phone {
    font-size: 24px;
    line-height: 34px;
}

.service-sidebar .service-sidebar-single-contact-box .phone a {
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-sidebar .service-sidebar-single-contact-box .phone a:hover {
    color: var(--theme-color1);
}

.service-sidebar .service-sidebar-single-contact-box p {
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
}

.service-sidebar .service-sidebar-single-btn {
    position: relative;
    display: block;
}

.service-sidebar .service-sidebar-single-btn .thm-btn {
    font-size: 16px;
    padding: 13px 50px 28px;
}

.service-sidebar .service-sidebar-single-btn .thm-btn span::before {
    position: relative;
    display: inline-block;
    top: 13px;
    color: #334b35;
    font-size: 40px;
    padding-right: 25px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    font-weight: 500;
}

.service-sidebar .service-sidebar-single-btn .thm-btn:hover span::before {
    color: #ffffff;
}

.service-sidebar .banner-widget {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}

.service-sidebar .banner-widget .widget-content {
    position: relative;
    display: block;
    width: 100%;
    padding: 45px 30px 40px 30px;
    background-size: cover;
    background-repeat: no-repeat;
}

.service-sidebar .banner-widget .widget-content .shape {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 278px;
    background-repeat: no-repeat;
    background-size: cover;
}

.service-sidebar .banner-widget .content-box {
    position: relative;
    max-width: 200px;
    width: 100%;
}

.service-sidebar .banner-widget .content-box .icon-box {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 40px;
    background-color: var(--theme-color2);
    color: var(--theme-color2-text-color);
    text-align: center;
    border-radius: 5px;
    margin-bottom: 23px;
}

.service-sidebar .banner-widget .content-box .icon-box .icon-shape {
    position: absolute;
    top: -15px;
    right: -38px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
}

.service-sidebar .banner-widget .content-box h3 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.service-sidebar .banner-widget .content-box .theme-btn-two:hover {
    background: #0a267a;
}

.service-sidebar .service-sidebar-single-btn .theme-btn {
    padding: 20px 50px;
    background-color: var(--theme-color2);
    color: var(--theme-color-white);
}

.service-sidebar .service-sidebar-single-btn .theme-btn .btn-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.service-sidebar .service-sidebar-single-btn .theme-btn span::before {
    position: relative;
    display: inline-block;
    font-size: 36px;
    padding-right: 25px;
    margin-top: 7px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    font-weight: 500;
}

.services-details__content .feature-list .single-item {
    position: relative;
    display: block;
    border: 1px solid #e1e8e4;
    padding: 16px 30px 16px 53px;
    margin-bottom: 20px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}

.services-details__content .feature-list .single-item .icon-box {
    color: var(--theme-color1);
    position: absolute;
    left: 20px;
    top: 16px;
    font-size: 18px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}

.services-details__content .feature-list .single-item .title {
    display: block;
    margin: 0;
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
    text-transform: uppercase;
}

.services-details__content .feature-list .single-item:hover {
    background-color: var(--theme-color2);
    color: var(--theme-color2-text-color);
}

.services-details__content .feature-list .single-item:hover .icon-box {
    color: var(--theme-color2-text-color);
}

.services-details__content .feature-list img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.service-list li {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.service-list li:last-child {
    margin-bottom: 0px;
}

.service-list li a {
    position: relative;
    display: block;
    font-size: 18px;
    color: var(--headings-color);
    font-weight: 600;
    background-color: #fff;
    padding: 17px 20px 17px 50px;
    -webkit-box-shadow: 20px 5px 20px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 20px 5px 20px 0px rgba(0, 0, 0, 0.05);
}

.service-list li a:hover,
.service-list li a.current {
    color: var(--text-color-bg-theme-color1);
    background-color: var(--theme-color1);
    padding-left: 80px;
}

.service-list li a:hover i,
.service-list li a.current i {
    width: 60px;
    color: var(--theme-color2-text-color);
    background-color: var(--theme-color2);
}

.service-list li i {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0px;
    top: 0px;
    width: 30px;
    height: 100%;
    background-color: #f6f4ec;
    text-align: center;
    font-size: 16px;
    color: #707582;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar-service-list {
    margin: 0;
}

.sidebar-service-list li+li {
    margin-top: 10px;
}

.sidebar-service-list li a {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    background-color: #f5faff;
    color: var(--headings-color);
    border-radius: 15px;
    padding: 19px 40px;
}

.sidebar-service-list li a:hover {
    color: var(--theme-color2);
}

.sidebar-service-list li a:hover i {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    background-color: var(--theme-color2);
}

.sidebar-service-list li a i {
    height: 32px;
    width: 45px;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #191825;
    background-color: #fff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 15px;
}

.sidebar-service-list li.current a {
    color: var(--theme-color2);
}

.sidebar-service-list li.current a i {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    background-color: var(--theme-color2);
}

.service-details-help {
    background-color: var(--theme-color2);
    border-radius: 15px;
    display: block;
    margin-top: 30px;
    overflow: hidden;
    padding: 57px 55px 50px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.help-shape-1 {
    position: absolute;
    bottom: -215px;
    left: -95px;
    width: 220px;
    height: 500px;
    background-color: #303030;
    mix-blend-mode: soft-light;
    border-radius: 150px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}

.help-shape-2 {
    position: absolute;
    top: -118px;
    right: -130px;
    width: 180px;
    height: 350px;
    background-color: #fff;
    mix-blend-mode: soft-light;
    border-radius: 186px;
    -webkit-transform: rotate(48deg);
    transform: rotate(48deg);
}

.help-icon {
    height: 73px;
    width: 73px;
    background-color: #fff;
    color: #191825;
    font-size: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.help-icon:hover {
    background-color: var(--theme-color1);
    color: #000;
}

.help-title {
    font-size: 38px;
    color: #fff;
    line-height: 40px;
    margin-bottom: 21px;
    font-weight: 700;
}

.help-contact {
    position: relative;
    display: block;
    margin-top: 21px;
}

.help-contact p {
    font-size: 14px;
    color: #fff;
    margin: 0;
    line-height: 32px;
    font-weight: 600;
    opacity: 0.7;
}

.help-contact a {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.help-contact a:hover {
    color: #fff;
}

/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/
.project-details__img {
    display: block;
    margin-bottom: 30px;
    position: relative;
}

.project-details__img img {
    border-radius: 10px;
    height: 100%;
    max-height: 560px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.project-details__content {
    position: relative;
    display: block;
}

.project-details__content-left {
    position: relative;
    display: block;
    margin-top: 31px;
}

.project-details__content-right {
    position: relative;
    display: block;
    margin-top: 40px;
}

.project-details__details-box {
    position: relative;
    border-radius: 10px;
    background-color: #f5f5f5;
    padding: 43px 50px 50px;
    z-index: 1;
}

.project-details__details-list {
    position: relative;
    display: block;
}

.project-details__details-list li {
    position: relative;
    display: block;
}

.project-details__details-list li+li {
    margin-top: 24px;
}

.project-details__client {
    font-size: 16px;
    color: #838d9e;
    line-height: 24px;
    margin: 0;
}

.project-details__name {
    font-size: 16px;
    line-height: 24px;
}

.project-details__social {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.project-details__social a {
    background-color: var(--theme-color1);
    border-radius: 50%;
    color: var(--theme-color1-text-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    width: 40px;
    z-index: 1;
}

.project-details__social a:hover {
    background-color: var(--theme-color2);
    color: var(--theme-color-white);
}

.project-details__social a+a {
    margin-left: 10px;
}

.project-details__pagination-box {
    position: relative;
    display: block;
    text-align: center;
    border-top: 1px solid #ece9e0;
    border-bottom: 1px solid #ece9e0;
    padding: 30px 0;
    margin-top: 117px;
}

.project-details__pagination {
    position: relative;
    display: block;
}

.project-details__pagination li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.project-details__pagination li a {
    font-size: 14px;
    color: #757873;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.project-details__pagination li a:hover {
    color: var(--theme-color1);
}

.project-details__pagination li a:hover i {
    background-color: var(--theme-color1);
    color: var(--theme-color1-text-color);
    border: 2px solid var(--theme-color1);
}

.project-details__pagination li .content {
    position: relative;
    display: block;
}

.project-details__pagination li.next {
    float: left;
    position: relative;
}

.project-details__pagination li.next i {
    position: relative;
    height: 52px;
    width: 52px;
    border: 2px solid #0e2207;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    color: #0e2207;
    font-size: 16px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    margin-right: 20px;
    z-index: 1;
}

.project-details__pagination li.next .content {
    text-align: left;
}

.project-details__pagination li.previous {
    position: relative;
    float: right;
}

.project-details__pagination li.previous i {
    position: relative;
    height: 52px;
    width: 52px;
    border: 2px solid #0e2207;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    color: #0e2207;
    font-size: 16px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    margin-left: 20px;
    z-index: 1;
}

.project-details__pagination li.previous .content {
    text-align: right;
}

/***

====================================================================
    Blog Details
====================================================================

***/
.blog-details {
    position: relative;
    display: block;
}

.blog-details__left {
    position: relative;
    display: block;
}

.blog-details__img {
    position: relative;
    display: block;
    border-radius: 10px;
}

.blog-details__img img {
    width: 100%;
    border-radius: 10px;
}

.blog-details__date {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--theme-color1);
    text-align: center;
    padding: 21px 24px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.blog-details__date .day {
    font-size: 24px;
    color: #fff;
    font-weight: var(--body-font-weight-bold);
    line-height: 16px;
    margin-bottom: 10px;
}

.blog-details__date .month {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: var(--body-font-weight-bold);
    color: #fff;
    line-height: 12px;
    text-transform: uppercase;
}

.blog-details__content {
    position: relative;
    display: block;
    margin-top: 22px;
}

.blog-details__content .blog-details__text-2 {
    margin-bottom: 20px;
}

.blog-details__meta {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-details__meta li+li {
    margin-left: 18px;
}

.blog-details__meta li a {
    font-size: 15px;
    color: #777;
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-details__meta li a:hover {
    color: var(--theme-color2);
}

.blog-details__meta li a i {
    color: var(--theme-color2);
    margin-right: 6px;
}

.blog-details__title {
    font-size: 30px;
    line-height: 40px;
    margin-top: 12px;
    margin-bottom: 21px;
}

.blog-details__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0 30px;
    margin-top: 49px;
    border-top: 1px solid #ece9e0;
}

@media only screen and (max-width: 767px) {
    .blog-details__bottom {
        gap: 30px;
    }
}

.blog-details__bottom p {
    margin: 0;
}

.blog-details__tags span {
    color: #0e2207;
    font-size: 20px;
    margin-right: 14px;
    font-weight: var(--body-font-weight-bold);
}

.blog-details__tags a {
    position: relative;
    font-size: 12px;
    background-color: var(--theme-color2);
    color: #fff;
    display: inline-block;
    padding: 5px 30px 5px;
    font-weight: var(--body-font-weight-bold);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 35px;
}

.blog-details__tags a:hover {
    background-color: var(--theme-color1);
    color: var(--theme-color1-text-color);
    text-decoration: none;
}

.blog-details__tags a+a {
    margin-left: 6px;
}

.blog-details__social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-details__social-list a {
    position: relative;
    height: 43px;
    width: 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--theme-color-white);
    background-color: var(--theme-color2);
    font-size: 15px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.blog-details__social-list a:hover {
    color: var(--theme-color1-text-color);
}

.blog-details__social-list a:hover:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.blog-details__social-list a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: var(--theme-color1);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
}

.blog-details__social-list a+a {
    margin-left: 10px;
}

.blog-details__pagenation-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 53px;
}

.blog-details__pagenation {
    position: relative;
    display: block;
}

.blog-details__pagenation li {
    position: relative;
    float: left;
    font-size: 20px;
    color: #0e2207;
    font-weight: var(--body-font-weight-bold);
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    line-height: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    max-width: 370px;
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 52px;
    padding-bottom: 52px;
    border-radius: 10px;
}

.blog-details__pagenation li:hover {
    background-color: var(--theme-color2);
    color: var(--theme-color2-text-color);
}

.blog-details__pagenation li+li {
    margin-left: 30px;
}

/* Nav Links */
.nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 53px;
}

@media only screen and (max-width: 767px) {
    .nav-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }
}

.nav-links .prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: calc(50% - 15px);
    margin-right: 30px;
}

@media only screen and (max-width: 767px) {
    .nav-links .prev {
        width: 100%;
    }
}

.nav-links .prev .thumb {
    margin-right: 20px;
}

.nav-links .next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: calc(50% - 15px);
}

@media only screen and (max-width: 767px) {
    .nav-links .next {
        width: 100%;
    }
}

.nav-links .next .thumb {
    margin-left: 20px;
}

.nav-links>div {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.nav-links>div .thumb {
    display: inline-block;
    min-width: 60px;
    width: 60px;
    height: 60px;
    overflow: hidden;
}

.nav-links>div .thumb a {
    display: inline-block;
}

.nav-links>div>a {
    display: inline-block;
    word-wrap: break-word;
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
    font-size: 20px;
    line-height: 1.637;
    font-weight: var(--body-font-weight-bold);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: var(--headings-color);
    background-color: var(--theme-color-silver);
    padding: 52px 50px;
    border-radius: 10px;
    width: 100%;
    min-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 14px;
}

.nav-links-text {
    display: inline-block;
    max-width: 100%;
}

@media only screen and (max-width: 767px) {
    .nav-links>div>a {
        padding: 30px;
    }
}

.nav-links>div>a:hover {
    color: #fff;
    background-color: var(--theme-color2);
}

.room-heading {
    position: relative;
}

.room-heading .title {
    line-height: 1;
    margin-top: 0;
}

.room-heading .kodelisting-room-basic-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0 30px;
}

@media (max-width: 575.98px) {
    .room-heading .kodelisting-room-basic-info {
        display: inline-block;
    }
}

.room-heading .kodelisting-room-basic-info li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 28px;
    padding: 5px 0;
    margin-right: 30px;
}

.room-heading .kodelisting-room-basic-info li i {
    color: var(--theme-color2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 25px;
    margin-right: 10px;
}

.room-heading .kodelisting-room-basic-info li .csrbi-text {
    font-size: 14px;
    white-space: nowrap;
}

.kodelisting-room-booking {
    background-color: var(--theme-color-white);
    position: relative;
}

.kodelisting-room-booking .kodelisting-room-booking-wrap {
    background: transparent;
    border-radius: 8px;
    border: 1px solid var(--theme-color2);
    padding: 50px 45px 55px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

@media (max-width: 575.98px) {
    .kodelisting-room-booking .kodelisting-room-booking-wrap {
        padding: 40px 15px;
    }
}

.kodelisting-room-booking .room-booking-title {
    margin-bottom: 32px;
}

.kodelisting-room-booking .room-booking-title .title {
    font-size: 24px;
    font-size: 1.875rem;
    line-height: 1.2;
    margin: 0;
}

.kodelisting-room-booking .room-booking-title .base-price {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
}

.kodelisting-room-booking .reservation-form .checkbox-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 400px;
    padding: 10px 0;
    -webkit-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

.kodelisting-room-booking .reservation-form {
    /* Hide default checkbox */
}

.kodelisting-room-booking .reservation-form .custom-checkbox input[type=checkbox] {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    width: 17px;
    height: 17px;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.3);
    background-color: var(--theme-color-white);
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
}

.kodelisting-room-booking .reservation-form {
    /* Checked style */
}

.kodelisting-room-booking .reservation-form .custom-checkbox input[type=checkbox]:checked::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 9px;
    height: 9px;
    background-color: var(--theme-color2);
    /* brownish color */
}

.kodelisting-room-booking .reservation-form .checkbox-label {
    color: var(--text-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.kodelisting-room-booking .reservation-form .checkbox-price {
    color: var(--text-color);
    font-size: 14px;
}

.kodelisting-room-booking .reservation-form .total-base-price .summary {
    padding: 15px 0;
}

.kodelisting-room-booking .reservation-form .total-base-price .price-content {
    color: var(--text-color);
    border-bottom: 1px dashed rgba(var(--theme-color-black-rgb), 0.1);
    border-top: 1px dashed rgba(var(--theme-color-black-rgb), 0.1);
    padding-bottom: 5px;
    padding-top: 8px;
}

.kodelisting-room-booking .reservation-form .total-base-price .price-content .label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
}

.kodelisting-room-booking .reservation-form .total-base-price .price-content i {
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 16px;
    font-style: normal;
    line-height: 16px;
    margin-left: 5px;
    text-align: center;
    width: 16px;
}

.kodelisting-room-booking .reservation-form .total-base-price .price-content .amount {
    font-size: 14px;
}

.kodelisting-room-booking .reservation-form .total-base-price .total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
    font-size: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
}

.kodelisting-room-booking .reservation-form .btn-style-one {
    background-color: var(--theme-color2);
    color: var(--theme-color-white);
}

.kodelisting-room-booking .reservation-form .btn-style-one:hover {
    color: var(--theme-color-dark);
}

.kodelisting-room-booking .reservation-form .btn-style-one:before {
    background: var(--theme-color1);
}

.kodelisting-room-booking .form-select,
.kodelisting-room-booking .form-control {
    background: none;
    border-color: rgba(var(--theme-color2-rgb), 0.3);
    border-style: solid;
    border-width: 1px;
    border-radius: 0;
    color: var(--text-color);
    font-size: 0.875rem;
    height: 48px;
    line-height: 35px;
}

.kodelisting-room-booking .form-select::-webkit-input-placeholder,
.kodelisting-room-booking .form-control::-webkit-input-placeholder {
    font-size: 14px;
    color: #000;
}

.kodelisting-room-booking .form-select::-moz-placeholder,
.kodelisting-room-booking .form-control::-moz-placeholder {
    font-size: 14px;
    color: #000;
}

.kodelisting-room-booking .form-select:-ms-input-placeholder,
.kodelisting-room-booking .form-control:-ms-input-placeholder {
    font-size: 14px;
    color: #000;
}

.kodelisting-room-booking .form-select::-ms-input-placeholder,
.kodelisting-room-booking .form-control::-ms-input-placeholder {
    font-size: 14px;
    color: #000;
}

.kodelisting-room-booking .form-select::placeholder,
.kodelisting-room-booking .form-control::placeholder {
    font-size: 14px;
    color: #000;
}

.kodelisting-room-booking .form-select:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.kodelisting-room-booking .nice-select::before {
    top: 6px;
}

/*** 

====================================================================
Sidebar
====================================================================

***/
@media (max-width: 991px) {
    .sidebar {
        margin-top: 50px;
    }
}

.sidebar__single+.sidebar__single {
    margin-top: 30px;
}

.sidebar__title {
    margin: 0;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: var(--h4-font-weight);
}

.sidebar__search {
    position: relative;
    display: block;
}

.sidebar__search-form {
    position: relative;
}

.sidebar__search-form input[type=search] {
    display: block;
    border: none;
    outline: none;
    background-color: var(--theme-color2);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding-left: 50px;
    height: 74px;
    width: 100%;
    padding-right: 80px;
    border-radius: 10px;
}

.sidebar__search-form input[type=search]::-webkit-input-placeholder {
    color: var(--text-color-bg-theme-color1);
    opacity: 1;
}

.sidebar__search-form input[type=search]::-webkit-input-placeholder,
.sidebar__search-form input[type=search]:-ms-input-placeholder,
.sidebar__search-form input[type=search]::-ms-input-placeholder,
.sidebar__search-form input[type=search]::placeholder {
    color: var(--text-color-bg-theme-color1);
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    .sidebar__search-form input[type=search] {
        padding-left: 30px;
    }
}

.sidebar__search-form button[type=submit] {
    background-color: transparent;
    color: #fff;
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 72px;
    outline: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .sidebar__search-form button[type=submit] {
        width: 42px;
    }
}

.sidebar__post {
    position: relative;
    display: block;
    padding: 46px 30px 30px;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-color-silver);
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .sidebar__post {
        padding: 30px;
    }
}

.sidebar__post .sidebar__title {
    margin-left: 20px;
}

@media only screen and (max-width: 767px) {
    .sidebar__post .sidebar__title {
        margin-left: 0;
    }
}

.sidebar__post .sidebar__post-list {
    margin: 0;
}

.sidebar__post .sidebar__post-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 20px 17px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media only screen and (max-width: 767px) {
    .sidebar__post .sidebar__post-list li {
        padding: 16px 0;
    }
}

.sidebar__post .sidebar__post-list li:hover {
    background-color: #ffffff;
    border-radius: 10px;
}

.sidebar__post .sidebar__post-list li+li {
    margin-top: 11px;
}

.sidebar__post .sidebar__post-list .sidebar__post-image {
    margin-right: 20px;
    -webkit-box-flex: 70px;
    -ms-flex: 70px 0 0px;
    flex: 70px 0 0;
}

.sidebar__post .sidebar__post-list .sidebar__post-image>img {
    width: 80px;
    border-radius: 10px;
}

.sidebar__post .sidebar__post-list .sidebar__post-content {
    position: relative;
    top: -3px;
}

.sidebar__post .sidebar__post-list .sidebar__post-content h3 {
    font-size: 18px;
    margin: 0;
    line-height: 26px;
    letter-spacing: 0;
}

.sidebar__post .sidebar__post-list .sidebar__post-content h3 a {
    color: var(--headings-color);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.sidebar__post .sidebar__post-list .sidebar__post-content-meta {
    font-size: 14px;
    font-weight: 500;
    color: #757873;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar__post .sidebar__post-list .sidebar__post-content-meta i {
    color: var(--theme-color2);
    font-size: 14px;
    padding-right: 3px;
}

.sidebar__post .sidebar__post-meta {
    display: flex;
    gap: 10px;
    font-size: 12px;
    color: #999;
    margin-top: 4px;
}

.sidebar__post .sidebar__post-meta i {
    font-size: 11px;
    margin-right: 2px;
}

/* Haber Detay Galeri */
.haber-galeri-wrap {
    padding: 24px 0 0;
}
.haber-galeri-baslik {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 700;
    color: var(--title-color, #1a1a2e);
    margin-bottom: 16px;
    letter-spacing: .3px;
}
.haber-galeri-baslik i {
    color: var(--theme-color2, #e8a000);
    font-size: 18px;
}
.haber-galeri-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
@media (max-width: 575px) {
    .haber-galeri-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
.haber-galeri-item {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 6px;
    aspect-ratio: 4 / 3;
    background: #f0f0f0;
}
.haber-galeri-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
    display: block;
}
.haber-galeri-item:hover img {
    transform: scale(1.08);
}
.haber-galeri-zoom {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.35);
    color: #fff;
    font-size: 22px;
    opacity: 0;
    transition: opacity .3s ease;
}
.haber-galeri-item:hover .haber-galeri-zoom {
    opacity: 1;
}

.sidebar__category {
    position: relative;
    display: block;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-color-silver);
    border-radius: 10px;
    padding: 45px 30px 38px;
    overflow: hidden;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .sidebar__category {
        padding: 30px 15px 30px;
    }
}

.sidebar__category .sidebar__title {
    padding-left: 20px;
    margin-bottom: 9px;
}

.sidebar__category-list {
    margin: 0;
}

.sidebar__category-list li+li {
    margin-top: 4px;
}

.sidebar__category-list li a {
    color: #757873;
    font-size: 16px;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    background: none;
    padding: 12px 20px;
    font-weight: 500;
    border-radius: 10px;
}

.sidebar__category-list li a:hover {
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    color: #0e2207;
    text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
}

.sidebar__category-list li a:hover span {
    color: #ffcd1e;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}

.sidebar__category-list li a span {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: var(--theme-color2);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
}

.sidebar__category-list li.active a {
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    color: #0e2207;
    border-radius: 10px;
    text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
}

.sidebar__category-list li.active a span {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    color: #ffcd1e;
}

.sidebar__tags {
    position: relative;
    display: block;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-color-silver);
    padding: 46px 45px 50px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .sidebar__tags {
        padding: 30px;
    }
}

.sidebar__tags .sidebar__title {
    margin-left: 5px;
    margin-bottom: 25px;
}

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

.sidebar__tags-list a {
    font-size: 14px;
    color: #0e2207;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #ffffff;
    display: inline-block;
    padding: 5px 28px 5px;
    margin-left: 5px;
    border-radius: 30px;
}

.sidebar__tags-list a:hover {
    color: var(--theme-color1-text-color);
    background: var(--theme-color1);
}

.sidebar__tags-list a+a {
    margin-left: 5px;
    margin-top: 10px;
}

.sidebar__comments {
    position: relative;
    display: block;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-color-silver);
    padding: 46px 50px 43px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .sidebar__comments {
        padding: 30px;
    }
}

.sidebar__comments .sidebar__title {
    margin-bottom: 25px;
}

.sidebar__comments-list {
    position: relative;
    display: block;
}

.sidebar__comments-list li {
    position: relative;
    display: block;
    padding-left: 65px;
}

.sidebar__comments-list li:hover .sidebar__comments-icon {
    background-color: var(--theme-color1);
    color: var(--theme-color1-text-color);
}

.sidebar__comments-list li+li {
    margin-top: 23px;
}

.sidebar__comments-icon {
    height: 45px;
    width: 45px;
    background-color: var(--theme-color2);
    border-radius: 50%;
    font-size: 15px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sidebar__comments-text-box p {
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    margin: 0;
}

.sidebar__comments-text-box p span {
    color: var(--headings-color);
}

.sidebar__comments-text-box h5 {
    color: var(--headings-color);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 26px;
    margin: 0;
}

/*** 

====================================================================
    Comments
====================================================================

***/
.comment-one .comment-one__title {
    margin-bottom: 30px;
}

.comment-one .comment-one__single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ece9e0;
    padding-bottom: 60px;
    margin-bottom: 60px;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
}

@media only screen and (max-width: 767px) {
    .comment-one .comment-one__single {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.comment-one .comment-one__content {
    position: relative;
    margin-left: 45px;
}

@media only screen and (max-width: 767px) {
    .comment-one .comment-one__content {
        margin-top: 20px;
        margin-left: 0;
    }
}

.comment-one .comment-one__content h3 {
    font-size: 20px;
    margin: 0;
    margin-bottom: 24px;
}

.comment-one .comment-one__content .text {
    font-weight: 500;
}

.comment-one .comment-one__btn {
    padding: 5px 30px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    color: var(--theme-color2-text-color);
}

.comment-one .comment-one__image {
    position: relative;
    display: block;
    border-radius: 50%;
    -webkit-box-flex: 100px;
    -ms-flex: 100px 0 0px;
    flex: 100px 0 0;
}

.comment-one .comment-one__image img {
    border-radius: 50%;
}

.comment-form .comment-form__title {
    margin-top: -7px;
}

/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/
.team-details {
    position: relative;
    display: block;
}

.team-details__top {
    padding: 0 0 120px;
}

.team-details-shape-1 {
    position: absolute;
    bottom: -270px;
    right: 0;
    opacity: 0.5;
    z-index: 2;
}

.team-details-shape-1 img {
    width: auto;
}

.team-details__top-left {
    position: relative;
    display: block;
    margin-right: 20px;
}

.team-details__top-img {
    position: relative;
    display: block;
    border-radius: 30px;
}

.team-details__top-img img {
    width: 100%;
    border-radius: 30px;
}

.team-details__big-text {
    font-size: 80px;
    line-height: 80px;
    text-transform: uppercase;
    color: #eef0f6;
    letter-spacing: 0.35em;
    font-weight: 400;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 209px;
    left: -325px;
}

.team-details__top-right {
    position: relative;
    display: block;
    margin-left: 50px;
}

@media only screen and (max-width: 991px) {
    .team-details__top-right {
        margin-top: 70px;
        margin-left: 0;
    }
}

.team-details__top-content {
    position: relative;
    display: block;
    margin-top: -11px;
}

.team-details__top-name {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 3px;
}

.team-details__top-title {
    font-size: 16px;
    color: var(--theme-color2);
}

.team-details__social {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 28px;
}

.team-details__social a {
    position: relative;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-color: var(--theme-color2);
    color: #fff;
    font-size: 15px;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-details__social a:hover {
    background-color: var(--theme-color1);
    color: var(--theme-color-black);
}

.team-details__social a+a {
    margin-left: 10px;
}

.team-details__top-text-1 {
    font-size: 30px;
    color: var(--theme-color2);
    line-height: 45px;
    font-weight: 400;
    margin-bottom: 30px;
}

.team-details__top-text-2 {
    padding-top: 23px;
    padding-bottom: 35px;
}

.team-details__bottom {
    position: relative;
    display: block;
    border-top: 1px solid #e4e5ea;
    padding-top: 110px;
}

.team-details__bottom-left {
    position: relative;
    display: block;
    margin-right: 70px;
}

.team-details__bottom-left-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
}

.team-details__bottom-left-text {
    padding-top: 30px;
}

.team-details__bottom-right {
    position: relative;
    display: block;
    margin-left: 70px;
    margin-top: 1px;
}

@media only screen and (max-width: 991px) {
    .team-details__bottom-right {
        margin-left: 0;
    }
}

.team-details__progress {
    position: relative;
    display: block;
    width: 100%;
}

.team-details__progress .bar {
    position: relative;
    width: 100%;
    height: 13px;
    background-color: #eef0f6;
    border-radius: 7px;
    margin-bottom: 22px;
}

.team-details__progress .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 13px;
    border-radius: 7px;
    background-color: var(--theme-color2);
    -webkit-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.team-details__progress .count-text {
    position: absolute;
    right: 0px;
    bottom: 21px;
    color: var(--theme-color2);
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-details__progress .bar-inner.counted .count-text {
    opacity: 1;
}

.team-details__progress .bar.marb-0 {
    margin-bottom: 0;
}

.team-details__progress-single {
    position: relative;
    display: block;
}

.team-details__progress-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    color: var(--headings-color);
    margin-bottom: 6px;
}

.team-contact-form {
    background-color: #eef0f6;
}

.team-contact-form input[type=text],
.team-contact-form input[type=email] {
    background-color: #fff;
    color: #111;
}

.team-contact-form input[type=text]::-webkit-input-placeholder,
.team-contact-form input[type=email]::-webkit-input-placeholder {
    color: #111;
}

.team-contact-form input[type=text]::-moz-placeholder,
.team-contact-form input[type=email]::-moz-placeholder {
    color: #111;
}

.team-contact-form input[type=text]:-ms-input-placeholder,
.team-contact-form input[type=email]:-ms-input-placeholder {
    color: #111;
}

.team-contact-form input[type=text]::-ms-input-placeholder,
.team-contact-form input[type=email]::-ms-input-placeholder {
    color: #111;
}

.team-contact-form input[type=text]::placeholder,
.team-contact-form input[type=email]::placeholder {
    color: #111;
}

.team-contact-form textarea {
    background-color: #fff;
    height: 180px;
}

.team-contact-form textarea::-webkit-input-placeholder {
    color: #111;
}

.team-contact-form textarea::-moz-placeholder {
    color: #111;
}

.team-contact-form textarea:-ms-input-placeholder {
    color: #111;
}

.team-contact-form textarea::-ms-input-placeholder {
    color: #111;
}

.team-contact-form textarea::placeholder {
    color: #111;
}

.team-contact-form .sec-title .sub-title {
    color: var(--text-color);
}

.team-contact-form .sec-title .section-title__title {
    color: var(--headings-color);
}

/***

====================================================================
        Contact
====================================================================

***/
.contact-details__info {
    position: relative;
    display: block;
    margin-top: 41px;
}

.contact-details__info li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 375.98px) {
    .contact-details__info li {
        display: block;
    }
}

.contact-details__info li .icon {
    height: 80px;
    width: 80px;
    background-color: var(--theme-color2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 375.98px) {
    .contact-details__info li .icon {
        margin-bottom: 12px;
    }
}

.contact-details__info li .icon span {
    color: var(--theme-color-white);
    font-size: 25px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-details__info li:hover .icon {
    background-color: var(--theme-color1);
    color: #000;
}

.contact-details__info li:hover .icon span {
    color: var(--theme-color2-text-color);
}

.contact-details__info li:hover .text a {
    color: var(--notech-base);
}

.contact-details__info li:hover .text a span {
    color: var(--notech-gray);
}

.contact-details__info li .text {
    margin-left: 30px;
}

@media (max-width: 375.98px) {
    .contact-details__info li .text {
        margin-left: 0;
    }
}

.contact-details__info li .text p {
    font-size: 14px;
    line-height: 24px;
}

.contact-details__info li .text a {
    font-size: 18px;
    color: var(--notech-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-details__info li .text span {
    font-size: 20px;
    color: var(--notech-black);
}

.contact-details__info li+li {
    margin-top: 19px;
}

.map {
    height: 550px;
}

/*** 

====================================================================
    Page Banner (Inner Pages)
====================================================================

***/
.page-banner {
    position: relative;
    padding: 20px 15px 0;
}

.page-banner-wrap {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    min-height: 420px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.page-banner-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.page-banner-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.page-banner-bg:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(81.12deg, rgba(0, 0, 0, 0.4) 14.15%, rgba(0, 0, 0, 0) 57.65%);
}

.page-banner-bg:after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.18);
}

.page-banner-bg:has(> img.lazy-img:not(.is-loaded)):after {
    background-color: rgba(18, 18, 18, 0.35);
    background-image: url("../images/lazy-loader-light.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px 32px;
}

.page-banner-content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 160px 60px 70px;
}

.page-banner-inner {
    max-width: 720px;
}

.page-banner-label {
    display: inline-block;
    margin-bottom: 14px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.page-banner-title {
    color: #fff;
    font-size: 56px;
    line-height: 1.15;
    margin: 0 0 18px;
    font-weight: 700;
}

.page-banner-breadcrumb {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
}

.page-banner-breadcrumb li {
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
    font-weight: 500;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.page-banner-breadcrumb li:not(:last-child):after {
    content: "\f105";
    font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.55);
}

.page-banner-breadcrumb li a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease;
}

.page-banner-breadcrumb li a:hover {
    color: var(--theme-color3);
}

.page-banner-breadcrumb li:last-child {
    color: var(--theme-color3);
}

@media (max-width: 1199.98px) {
    .page-banner-content {
        padding: 150px 40px 56px;
    }

    .page-banner-title {
        font-size: 48px;
    }
}

@media (max-width: 767.98px) {
    .page-banner {
        position: relative;
        padding: 11px 10px 0;
    }

    .page-banner-wrap {
        min-height: 243px;
    }

    .page-banner-content {
        padding: 80px 20px 30px;
    }

    .page-banner-title {
        font-size: 36px;
    }
}

/*** 

====================================================================
    About Page
====================================================================

***/
.about-page-intro {
    padding-top: 110px;
}

.about-page-image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.about-page-image img {
    width: 100%;
    height: 560px;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}

.about-page-image--secondary img {
    height: 520px;
}

.about-page-image-badge {
    position: absolute;
    left: 24px;
    bottom: 24px;
    min-width: 140px;
    padding: 22px 24px;
    border-radius: 16px;
    background: rgba(var(--theme-color2-rgb), 0.88);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    color: #fff;
    text-align: center;
}

.about-page-image-badge .num {
    display: block;
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    color: var(--theme-color3);
}

.about-page-image-badge .label {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 500;
}

.about-page-lead {
    margin-top: 24px;
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 1.7;
    color: var(--theme-color2);
    font-weight: 500;
}

.about-page-text {
    margin-bottom: 24px;
    color: #5a6b63;
    line-height: 1.8;
}

.about-page-checklist {
    list-style: none;
    margin: 0 0 32px;
    padding: 0;
}

.about-page-checklist li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    color: var(--theme-color2);
    font-weight: 500;
}

.about-page-checklist li i {
    color: var(--theme-color1);
    font-size: 16px;
}

.about-mv-card {
    height: 100%;
    padding: 40px 36px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.08);
    box-shadow: 0 16px 40px rgba(var(--theme-color2-rgb), 0.06);
    -webkit-transition: -webkit-transform 0.35s ease, box-shadow 0.35s ease;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.about-mv-card:hover {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    box-shadow: 0 22px 48px rgba(var(--theme-color2-rgb), 0.12);
}

.about-mv-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--bg-color);
    color: var(--theme-color1);
    font-size: 22px;
    margin-bottom: 22px;
}

.about-mv-card .title {
    font-size: 26px;
    margin-bottom: 14px;
    color: var(--theme-color2);
}

.about-mv-card p {
    margin: 0;
    color: #5a6b63;
    line-height: 1.8;
}

.about-value-card {
    height: 100%;
    padding: 36px 28px;
    border-radius: 20px;
    background: var(--bg-color);
    border: 1px solid transparent;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.about-value-card:hover {
    background: #fff;
    border-color: rgba(var(--theme-color2-rgb), 0.08);
    box-shadow: 0 18px 40px rgba(var(--theme-color2-rgb), 0.08);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.about-value-card .icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    color: var(--theme-color1);
    font-size: 20px;
    margin-bottom: 20px;
    box-shadow: 0 8px 20px rgba(var(--theme-color2-rgb), 0.06);
}

.about-value-card .title {
    font-size: 20px;
    margin-bottom: 12px;
    color: var(--theme-color2);
}

.about-value-card p {
    margin: 0;
    color: #5a6b63;
    line-height: 1.7;
}

.about-stats-section {
    padding: 0 0 40px;
}

.about-stats-box {
    padding: 48px 40px;
    border-radius: 20px;
    background: var(--theme-color2);
    color: #fff;
}

.about-stat-item {
    text-align: center;
}

.about-stat-item .count-box {
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    color: var(--theme-color3);
    margin-bottom: 10px;
}

.about-stat-item p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-weight: 500;
}

.about-approach-list {
    margin-top: 28px;
}

.about-approach-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 18px;
    padding: 22px 0;
    border-bottom: 1px solid rgba(var(--theme-color2-rgb), 0.1);
}

.about-approach-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.about-approach-item .num {
    min-width: 48px;
    height: 48px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--bg-color);
    color: var(--theme-color1);
    font-weight: 700;
    font-size: 14px;
}

.about-approach-item h4 {
    font-size: 20px;
    margin-bottom: 6px;
    color: var(--theme-color2);
}

.about-approach-item p {
    margin: 0;
    color: #5a6b63;
    line-height: 1.7;
}

.about-cta-box {
    padding: 48px 50px;
    border-radius: 20px;
    background: linear-gradient(110deg, var(--theme-color2) 0%, var(--theme-color-mid, var(--theme-color1)) 55%, var(--theme-color1) 100%);
    color: #fff;
}

.about-cta-box .title {
    color: #fff;
    font-size: 34px;
    margin-bottom: 10px;
}

.about-cta-box p {
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    max-width: 560px;
}

.about-cta-box .theme-btn-two {
    margin-top: 8px;
}

@media (max-width: 991.98px) {

    .about-page-image img,
    .about-page-image--secondary img {
        height: 420px;
    }

    .about-cta-box {
        padding: 36px 28px;
        text-align: center;
    }

    .about-cta-box p {
        margin: 0 auto 16px;
    }

    .about-cta-box .text-lg-end {
        text-align: center !important;
    }
}

@media (max-width: 575.98px) {

    .about-page-image img,
    .about-page-image--secondary img {
        height: 320px;
    }

    .about-stats-box {
        padding: 36px 20px;
    }

    .about-stat-item .count-box {
        font-size: 36px;
    }

    .about-cta-box .title {
        font-size: 26px;
    }
}

/*** 

====================================================================
    Documents Page
====================================================================

***/
.docs-intro-section {
    padding-bottom: 40px;
}

.docs-intro-text {
    margin: 0;
    color: #5a6b63;
    line-height: 1.8;
    font-size: 16px;
}

.docs-cat-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    padding: 22px 20px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.08);
    box-shadow: 0 12px 28px rgba(var(--theme-color2-rgb), 0.05);
    text-decoration: none;
    color: inherit;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.docs-cat-card:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    border-color: rgba(var(--theme-color1-rgb), 0.25);
    box-shadow: 0 18px 40px rgba(var(--theme-color2-rgb), 0.1);
    color: inherit;
}

.docs-cat-icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--bg-color);
    color: var(--theme-color1);
    font-size: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.docs-cat-body {
    display: block;
}

.docs-cat-body strong {
    display: block;
    color: var(--theme-color2);
    font-size: 17px;
    margin-bottom: 4px;
}

.docs-cat-body small {
    color: #5a6b63;
    font-size: 13px;
}

.docs-section-head {
    margin-bottom: 32px;
}

.docs-section-title {
    font-size: 32px;
    color: var(--theme-color2);
    margin-bottom: 8px;
}

.docs-section-head p {
    margin: 0;
    color: #5a6b63;
}

.docs-card {
    height: 100%;
    padding: 30px 28px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.08);
    box-shadow: 0 14px 36px rgba(var(--theme-color2-rgb), 0.06);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.docs-card:hover {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    box-shadow: 0 22px 48px rgba(var(--theme-color2-rgb), 0.12);
}

.docs-item {
    height: 100%;
    background: #fff;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.08);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 14px 36px rgba(var(--theme-color2-rgb), 0.06);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.docs-item:hover {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    box-shadow: 0 22px 48px rgba(var(--theme-color2-rgb), 0.12);
}

.docs-item-media {
    position: relative;
    display: block;
    background: var(--bg-color);
    overflow: hidden;
}

.docs-item-media img {
    width: 100%;
    height: 260px;
    object-fit: contain;
    object-position: center;
    display: block;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
}

.docs-item:hover .docs-item-media img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

.docs-item-media--file {
    min-height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.docs-item-view {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
    border-radius: 50%;
    background: var(--theme-color2);
    color: #fff;
    font-size: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.docs-item:hover .docs-item-view {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.docs-item-body {
    padding: 22px 24px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    gap: 16px;
}

.docs-item-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 12px;
}

.docs-item-title {
    margin: 0;
    font-size: 18px;
    line-height: 1.4;
    color: var(--theme-color2);
}

.docs-pagination {
    text-align: center;
}

.docs-pagination .pagination {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.docs-pagination .pagination li a {
    min-width: 44px;
    height: 44px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.12);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--theme-color2);
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.docs-pagination .pagination li a:hover,
.docs-pagination .pagination li a.current {
    background: var(--theme-color2);
    border-color: var(--theme-color2);
    color: #fff;
}

.page-empty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 28px 32px;
    background: var(--theme-color4);
    border: 1px solid rgba(var(--theme-color2-rgb), 0.08);
    border-radius: 20px;
    box-shadow: 0 12px 32px rgba(var(--theme-color2-rgb), 0.04);
    text-align: left;
    gap: 22px;
}

.page-empty-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 64px;
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #fff;
    color: var(--theme-color2);
    font-size: 24px;
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-shadow: 0 10px 24px rgba(var(--theme-color2-rgb), 0.08);
}

.page-empty-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
}

.page-empty-title {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.35;
    color: var(--theme-color2);
}

.page-empty-list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}

.page-empty-list li {
    position: relative;
    margin: 0;
    padding: 0 0 0 28px;
    color: var(--text-color);
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
}

.page-empty-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--theme-color3);
    -webkit-box-shadow: inset 0 0 0 4px #fff;
    box-shadow: inset 0 0 0 4px #fff;
}

@media (max-width: 575.98px) {
    .page-empty {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 22px 20px;
    }
}

.docs-card-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 22px;
}

.docs-file-icon {
    width: 58px;
    height: 58px;
    border-radius: 14px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 24px;
}

.docs-file-icon.pdf {
    background: rgba(197, 48, 48, 0.1);
    color: #c53030;
}

.docs-file-icon.sm {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    font-size: 18px;
}

.docs-badge {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 999px;
    background: var(--bg-color);
    color: var(--theme-color2);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.docs-card .title {
    font-size: 20px;
    color: var(--theme-color2);
    margin-bottom: 12px;
    line-height: 1.35;
}

.docs-card p {
    color: #5a6b63;
    line-height: 1.7;
    margin-bottom: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.docs-card-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    margin-bottom: 22px;
    color: #6d7f76;
    font-size: 13px;
    font-weight: 500;
}

.docs-card-meta span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}

.docs-download-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 0 20px;
    border-radius: 999px;
    background: var(--theme-color2);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.docs-download-btn:hover {
    background: var(--theme-color1);
    color: #fff;
}

.docs-table-wrap {
    background: #fff;
    border-radius: 20px;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.08);
    overflow: hidden;
    box-shadow: 0 14px 36px rgba(var(--theme-color2-rgb), 0.05);
}

.docs-table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px;
    padding: 24px 28px;
    border-bottom: 1px solid rgba(var(--theme-color2-rgb), 0.08);
}

.docs-table-row:last-child {
    border-bottom: 0;
}

.docs-table-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    min-width: 0;
}

.docs-table-info h4 {
    margin: 0 0 4px;
    font-size: 18px;
    color: var(--theme-color2);
}

.docs-table-info p {
    margin: 0;
    color: #5a6b63;
    font-size: 14px;
    line-height: 1.5;
}

.docs-table-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #6d7f76;
    font-size: 13px;
    font-weight: 500;
}

.docs-mini-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 14px;
}

.docs-mini-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
    padding: 18px 18px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.08);
    text-decoration: none;
    color: inherit;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.docs-mini-item:hover {
    border-color: rgba(var(--theme-color1-rgb), 0.25);
    box-shadow: 0 14px 30px rgba(var(--theme-color2-rgb), 0.08);
    color: inherit;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.docs-mini-text {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}

.docs-mini-text strong {
    display: block;
    color: var(--theme-color2);
    font-size: 16px;
    margin-bottom: 4px;
}

.docs-mini-text small {
    color: #6d7f76;
    font-size: 13px;
}

.docs-mini-dl {
    color: var(--theme-color1);
    font-size: 15px;
}

@media (max-width: 767.98px) {
    .docs-table-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 20px;
    }

    .docs-table-meta {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .docs-section-title {
        font-size: 26px;
    }
}

/*** 

====================================================================
    Team Page
====================================================================

***/
.team-page-intro {
    padding-bottom: 30px;
}

.team-page-lead {
    margin: 0;
    color: #5a6b63;
    line-height: 1.8;
    font-size: 16px;
}

.team-highlight-card {
    height: 100%;
    padding: 28px 24px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.08);
    box-shadow: 0 12px 28px rgba(var(--theme-color2-rgb), 0.05);
    text-align: center;
}

.team-highlight-card .num {
    display: block;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    color: var(--theme-color1);
    margin-bottom: 10px;
}

.team-highlight-card strong {
    display: block;
    color: var(--theme-color2);
    font-size: 18px;
    margin-bottom: 8px;
}

.team-highlight-card p {
    margin: 0;
    color: #5a6b63;
    font-size: 14px;
    line-height: 1.6;
}

.team-page-grid {
    background: #fff;
}

.team-page-grid .team-block-items2 {
    margin-bottom: 30px;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.08);
    box-shadow: 0 12px 32px rgba(var(--theme-color2-rgb), 0.06);
}

.team-page-grid .team-block-items2 .team-content {
    background-color: #f4f7f5;
}

.team-page-grid .team-block-items2 a.thumb {
    display: block;
    cursor: pointer;
}

.team-culture-list {
    list-style: none;
    margin: 28px 0 0;
    padding: 0;
}

.team-culture-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    color: var(--theme-color2);
    font-weight: 500;
}

.team-culture-list li i {
    color: var(--theme-color1);
}

.team-culture-image {
    border-radius: 20px;
    overflow: hidden;
}

.team-culture-image img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}

@media (max-width: 767.98px) {
    .team-culture-image img {
        height: 320px;
    }

    .team-highlight-card .num {
        font-size: 32px;
    }
}

/* Team Detail Page */
.team-detail-page {
    background: #fff;
}

.team-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 40px;
    align-items: start;
}

.team-detail-main {
    min-width: 0;
}

.team-detail-hero {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 28px;
    align-items: stretch;
    margin-bottom: 36px;
    padding: 24px;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.08);
    border-radius: 20px;
    background: linear-gradient(180deg, #fbfcfb 0%, #fff 100%);
    box-shadow: 0 16px 40px rgba(var(--theme-color2-rgb), 0.06);
}

.team-detail-photo {
    border-radius: 18px;
    overflow: hidden;
}

.team-detail-photo img {
    width: 100%;
    display: block;
    aspect-ratio: 4 / 5;
    object-fit: cover;
}

.team-detail-label {
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(var(--theme-color1-rgb), 0.12);
    color: var(--theme-color1);
    font-size: 12px;
    font-weight: 700;
}

.team-detail-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
}

.team-detail-intro h2 {
    margin: 0 0 14px;
    color: var(--theme-color2);
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
}

.team-detail-quote {
    margin: 0;
    color: #5c6b64;
    font-size: 16px;
    line-height: 1.75;
    font-style: normal;
}

.team-detail-social {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}

.team-detail-social a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--theme-color2);
    color: #fff;
    font-size: 15px;
    transition: 0.2s ease;
}

.team-detail-social a:hover {
    background: var(--theme-color1);
}

.team-detail-meta {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.team-detail-meta div {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #5c6b64;
    font-size: 14px;
}

.team-detail-meta i {
    width: 18px;
    color: var(--theme-color1);
}

.team-detail-content h3 {
    margin: 0 0 14px;
    color: var(--theme-color2);
    font-size: 22px;
    font-weight: 700;
}

.team-detail-content p {
    margin: 0 0 14px;
    color: #5c6b64;
    font-size: 16px;
    line-height: 1.8;
}

.team-detail-list {
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
}

.team-detail-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    color: #4a5851;
    font-size: 15px;
    line-height: 1.6;
}

.team-detail-list i {
    color: var(--theme-color1);
    margin-top: 4px;
}

.team-detail-skills {
    margin-bottom: 28px;
    padding: 22px;
    border-radius: 16px;
    background: #f7f9f8;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.06);
}

.team-detail-skill+.team-detail-skill {
    margin-top: 16px;
}

.team-detail-skill-top {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
    color: var(--theme-color2);
    font-size: 14px;
    font-weight: 600;
}

.team-detail-skill-bar {
    height: 8px;
    border-radius: 999px;
    background: rgba(var(--theme-color2-rgb), 0.08);
    overflow: hidden;
}

.team-detail-skill-bar span {
    display: block;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--theme-color2), var(--theme-color1));
}

.team-detail-timeline {
    margin-top: 8px;
}

.team-detail-timeline-item {
    position: relative;
    padding: 0 0 22px 22px;
    border-left: 2px solid rgba(var(--theme-color1-rgb), 0.2);
}

.team-detail-timeline-item:last-child {
    padding-bottom: 0;
}

.team-detail-timeline-item::before {
    content: "";
    position: absolute;
    left: -6px;
    top: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--theme-color1);
}

.team-detail-timeline-item span {
    display: block;
    margin-bottom: 6px;
    color: var(--theme-color1);
    font-size: 13px;
    font-weight: 700;
}

.team-detail-timeline-item strong {
    display: block;
    margin-bottom: 6px;
    color: var(--theme-color2);
    font-size: 16px;
}

.team-detail-timeline-item p {
    margin: 0;
    font-size: 14px;
}

.team-detail-sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.team-side-box,
.team-side-cta {
    border: 1px solid rgba(var(--theme-color2-rgb), 0.08);
    border-radius: 16px;
    padding: 22px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(var(--theme-color2-rgb), 0.05);
}

.team-side-box h4,
.team-side-cta h4 {
    margin: 0 0 16px;
    color: var(--theme-color2);
    font-size: 18px;
    font-weight: 700;
}

.team-side-info-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.team-side-info-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: #5c6b64;
    font-size: 14px;
}

.team-side-info-list li:last-child {
    margin-bottom: 0;
}

.team-side-info-list i {
    width: 18px;
    color: var(--theme-color1);
}

.team-side-info-list a {
    color: inherit;
    text-decoration: none;
}

.team-side-info-list a:hover {
    color: var(--theme-color1);
}

.team-side-members {
    list-style: none;
    margin: 0;
    padding: 0;
}

.team-side-members li+li {
    margin-top: 10px;
}

.team-side-members a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px;
    border-radius: 12px;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    position: relative;
    z-index: 2;
    pointer-events: auto;
    transition: 0.2s ease;
}

.team-side-members a:hover {
    background: #f7f9f8;
}

.team-side-members img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.team-side-members strong {
    display: block;
    color: var(--theme-color2);
    font-size: 14px;
    margin-bottom: 2px;
}

.team-side-members em {
    display: block;
    font-style: normal;
    color: #6b7a72;
    font-size: 12px;
}

.team-side-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    margin-top: 16px;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 999px;
    background: var(--theme-color2);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.team-side-all:hover {
    background: var(--theme-color1);
    color: #fff;
}

.team-side-all i {
    font-size: 13px;
}

.team-side-cta p {
    margin: 0 0 18px;
    color: #5c6b64;
    font-size: 14px;
    line-height: 1.7;
}

.team-detail-related {
    background: #f7f9f8;
}

@media (max-width: 1199.98px) {
    .team-detail-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .team-detail-hero {
        grid-template-columns: 1fr;
    }

    .team-detail-intro h2 {
        font-size: 28px;
    }
}

/*** 

====================================================================
    E-Catalog Page
====================================================================

***/
.ecatalog-grid-section {
    background: #fff;
}

.ecatalog-intro {
    padding-bottom: 30px;
}

.ecatalog-lead {
    margin: 0;
    color: #5a6b63;
    line-height: 1.8;
    font-size: 16px;
}

.ecatalog-featured-box {
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.08);
    box-shadow: 0 18px 48px rgba(var(--theme-color2-rgb), 0.08);
}

.ecatalog-featured-media {
    position: relative;
    height: 100%;
    min-height: 360px;
}

.ecatalog-featured-media img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    display: block;
}

.ecatalog-year {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(var(--theme-color2-rgb), 0.88);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

.ecatalog-featured-content {
    padding: 48px 44px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ecatalog-tag {
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 14px;
    padding: 7px 14px;
    border-radius: 999px;
    background: var(--bg-color);
    color: var(--theme-color1);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.ecatalog-featured-content .title {
    font-size: 34px;
    color: var(--theme-color2);
    margin-bottom: 14px;
    line-height: 1.25;
}

.ecatalog-featured-content p {
    color: #5a6b63;
    line-height: 1.8;
    margin-bottom: 22px;
}

.ecatalog-featured-meta {
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 18px;
}

.ecatalog-featured-meta li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    color: var(--theme-color2);
    font-size: 14px;
    font-weight: 500;
}

.ecatalog-featured-meta li i {
    color: var(--theme-color1);
}

.ecatalog-featured-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 14px;
}

.ecatalog-view-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 999px;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.14);
    color: var(--theme-color2);
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ecatalog-view-btn:hover {
    background: var(--theme-color2);
    border-color: var(--theme-color2);
    color: #fff;
}

.ecatalog-card {
    height: 100%;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.08);
    box-shadow: 0 12px 32px rgba(var(--theme-color2-rgb), 0.06);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ecatalog-card:hover {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    box-shadow: 0 20px 44px rgba(var(--theme-color2-rgb), 0.12);
}

.ecatalog-card-media {
    position: relative;
    height: 210px;
    overflow: hidden;
}

.ecatalog-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
}

.ecatalog-card:hover .ecatalog-card-media img {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
}

.ecatalog-card-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 6px 12px;
    border-radius: 999px;
    background: var(--theme-color1);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.ecatalog-card-body {
    padding: 22px 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.ecatalog-card-body .title {
    font-size: 18px;
    color: var(--theme-color2);
    margin-bottom: 8px;
    line-height: 1.35;
}

.ecatalog-card-body p {
    color: #5a6b63;
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 16px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.ecatalog-card-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 16px;
    color: #6d7f76;
    font-size: 12px;
    font-weight: 600;
}

.ecatalog-card-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.ecatalog-dl {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    border-radius: 999px;
    background: var(--theme-color2);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ecatalog-dl:hover {
    background: var(--theme-color1);
    color: #fff;
}

.ecatalog-open {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.12);
    color: var(--theme-color2);
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ecatalog-open:hover {
    background: var(--theme-color2);
    border-color: var(--theme-color2);
    color: #fff;
}

.ecatalog-request-list {
    list-style: none;
    margin: 24px 0 0;
    padding: 0;
}

.ecatalog-request-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    color: var(--theme-color2);
    font-weight: 500;
}

.ecatalog-request-list li i {
    color: var(--theme-color1);
}

.ecatalog-request-form {
    padding: 36px 32px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.08);
    box-shadow: 0 16px 40px rgba(var(--theme-color2-rgb), 0.07);
}

.ecatalog-request-form .form-control {
    min-height: 52px;
    border-radius: 12px;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.12);
    background: var(--bg-color);
    color: var(--theme-color2);
    padding: 12px 16px;
    box-shadow: none;
}

.ecatalog-request-form textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

.ecatalog-request-form .form-control:focus {
    border-color: var(--theme-color1);
    background: #fff;
    box-shadow: none;
}

.ecatalog-request-form select.form-control {
    cursor: pointer;
}

@media (max-width: 991.98px) {
    .ecatalog-featured-content {
        padding: 32px 28px;
    }

    .ecatalog-featured-content .title {
        font-size: 28px;
    }

    .ecatalog-request-form {
        padding: 28px 22px;
    }
}

@media (max-width: 575.98px) {

    .ecatalog-featured-media,
    .ecatalog-featured-media img {
        min-height: 260px;
    }

    .ecatalog-card-media {
        height: 190px;
    }
}

/*** 

====================================================================
    References Page
====================================================================

***/
.refs-intro {
    padding-bottom: 30px;
}

.refs-lead {
    margin: 0;
    color: #5a6b63;
    line-height: 1.8;
    font-size: 16px;
}

.refs-stats-box {
    padding: 42px 36px;
    border-radius: 20px;
    background: var(--theme-color2);
    color: #fff;
}

.refs-stat-item {
    text-align: center;
}

.refs-stat-item h3 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    color: var(--theme-color3);
    margin-bottom: 10px;
}

.refs-stat-item p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-weight: 500;
}

.refs-logos-section {
    background: #fff;
}

.refs-logo-card {
    height: 110px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.08);
    box-shadow: 0 10px 24px rgba(var(--theme-color2-rgb), 0.04);
    text-decoration: none;
    color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 18px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.refs-logo-card:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    box-shadow: 0 16px 34px rgba(var(--theme-color2-rgb), 0.1);
}

.refs-logo-card img {
    max-width: 120px;
    max-height: 48px;
    width: auto;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.75;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.refs-logo-card:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

.refs-sector-card {
    height: 100%;
    padding: 32px 26px;
    border-radius: 20px;
    background: var(--bg-color);
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.refs-sector-card:hover {
    background: #fff;
    border-color: rgba(var(--theme-color2-rgb), 0.08);
    box-shadow: 0 16px 40px rgba(var(--theme-color2-rgb), 0.08);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.refs-sector-card .icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    color: var(--theme-color1);
    font-size: 20px;
    margin-bottom: 18px;
    box-shadow: 0 8px 20px rgba(var(--theme-color2-rgb), 0.06);
}

.refs-sector-card h4 {
    font-size: 20px;
    color: var(--theme-color2);
    margin-bottom: 10px;
}

.refs-sector-card p {
    margin: 0;
    color: #5a6b63;
    line-height: 1.7;
}

.refs-case-card {
    display: block;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.08);
    box-shadow: 0 14px 36px rgba(var(--theme-color2-rgb), 0.06);
    text-decoration: none;
    color: inherit;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.refs-case-card:hover {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    box-shadow: 0 22px 48px rgba(var(--theme-color2-rgb), 0.12);
    color: inherit;
}

.refs-case-media {
    height: 240px;
    overflow: hidden;
}

.refs-case-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
}

.refs-case-card:hover .refs-case-media img {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
}

.refs-case-body {
    padding: 26px 24px 28px;
}

.refs-case-tag {
    display: inline-block;
    margin-bottom: 12px;
    padding: 6px 12px;
    border-radius: 999px;
    background: var(--bg-color);
    color: var(--theme-color1);
    font-size: 12px;
    font-weight: 700;
}

.refs-case-body h3 {
    font-size: 24px;
    color: var(--theme-color2);
    margin-bottom: 10px;
    line-height: 1.3;
}

.refs-case-body p {
    color: #5a6b63;
    line-height: 1.7;
    margin-bottom: 18px;
}

.refs-case-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    color: var(--theme-color2);
    font-weight: 600;
    font-size: 15px;
}

.refs-case-card:hover .refs-case-link {
    color: var(--theme-color1);
}

@media (max-width: 575.98px) {
    .refs-stats-box {
        padding: 32px 18px;
    }

    .refs-stat-item h3 {
        font-size: 32px;
    }

    .refs-case-media {
        height: 200px;
    }

    .refs-case-body h3 {
        font-size: 20px;
    }
}

.refs-detail-section,
.refs-related-section {
    background: #fff;
}

.refs-related-section {
    padding-top: 20px;
    padding-bottom: 120px;
}

.refs-related-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 32px;
}

.refs-brand-slider {
    overflow: hidden;
    padding: 16px 8px 28px;
    margin: -8px -8px 0;
}

.refs-brand-slider .swiper-slide {
    height: auto;
    padding: 8px 4px 16px;
    box-sizing: border-box;
}

.refs-brand-slider .refs-logo-card {
    width: 100%;
}

.refs-related-section .refs-brand-dot {
    margin-top: 22px;
}

.refs-related-section .refs-brand-dot .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: rgba(var(--theme-color2-rgb), 0.2);
    opacity: 1;
}

.refs-related-section .refs-brand-dot .swiper-pagination-bullet-active {
    width: 28px;
    border-radius: 10px;
    background-color: var(--theme-color1);
}

@media (max-width: 575.98px) {
    .refs-related-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.refs-detail-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 320px;
    padding: 40px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.08);
    box-shadow: 0 14px 36px rgba(var(--theme-color2-rgb), 0.06);
    text-decoration: none;
}

.refs-detail-logo img {
    max-width: 80%;
    max-height: 180px;
    width: auto;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.refs-detail-body {
    margin-top: 18px;
    color: #5a6b63;
    line-height: 1.8;
    font-size: 16px;
}

.refs-detail-body p:last-child {
    margin-bottom: 0;
}

.refs-detail-body img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

@media (max-width: 991.98px) {
    .refs-detail-logo {
        min-height: 240px;
        padding: 28px;
    }
}



/*** 

====================================================================
    Bank Accounts Page
====================================================================

***/
.bank-page {
    padding-top: 100px;
    padding-bottom: 110px;
}

.bank-page-lead {
    margin: 0;
    color: #5a6b63;
    line-height: 1.8;
    font-size: 16px;
}

.bank-page-lead strong {
    color: var(--theme-color2);
}

.bank-grid-card {
    height: 100%;
    padding: 28px 24px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.08);
    box-shadow: 0 12px 32px rgba(var(--theme-color2-rgb), 0.06);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.bank-grid-card:hover {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    box-shadow: 0 20px 44px rgba(var(--theme-color2-rgb), 0.12);
}

.bank-grid-card--accent {
    background: linear-gradient(180deg, #fff 0%, var(--theme-color4) 100%);
    border-color: rgba(var(--theme-color1-rgb), 0.2);
}

.bank-grid-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 18px;
}

.bank-mark {
    width: 72px;
    height: 72px;
    border-radius: 14px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--theme-color2);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    overflow: hidden;
}

.bank-mark:has(img) {
    width: 160px;
    height: 72px;
    background: #fff;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.08);
    padding: 8px 12px;
}

.bank-mark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bank-chip {
    display: inline-flex;
    min-width: 48px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 6px 12px;
    border-radius: 999px;
    background: var(--bg-color);
    color: var(--theme-color2);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.bank-chip--eur {
    background: rgba(var(--theme-color1-rgb), 0.14);
    color: var(--theme-color1);
}

.bank-grid-card .title {
    margin: 0 0 6px;
    font-size: 22px;
    color: var(--theme-color2);
}

.bank-branch {
    margin: 0 0 20px;
    color: #6d7f76;
    font-size: 13px;
}

.bank-grid-iban {
    padding: 16px;
    border-radius: 14px;
    background: var(--bg-color);
    margin-bottom: 18px;
}

.bank-grid-iban span {
    display: block;
    margin-bottom: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6d7f76;
}

.bank-grid-iban code {
    display: block;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--theme-color2);
    word-break: break-all;
    background: transparent;
}

.bank-grid-meta {
    list-style: none;
    margin: 0 0 22px;
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.bank-grid-meta li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px dashed rgba(var(--theme-color2-rgb), 0.1);
}

.bank-grid-meta li:last-child {
    border-bottom: 0;
}

.bank-grid-meta span {
    color: #6d7f76;
    font-size: 13px;
}

.bank-grid-meta strong {
    color: var(--theme-color2);
    font-size: 13px;
    text-align: right;
}

.bank-copy-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 46px;
    border: 0;
    border-radius: 999px;
    background: var(--theme-color2);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.bank-copy-btn:hover,
.bank-copy-btn.copied {
    background: var(--theme-color1);
    color: #fff;
}

.bank-grid-note {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
    padding: 18px 22px;
    border-radius: 14px;
    background: var(--bg-color);
    border: 1px solid rgba(var(--theme-color2-rgb), 0.08);
}

.bank-grid-note i {
    color: var(--theme-color1);
    font-size: 18px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.bank-grid-note p {
    margin: 0;
    color: #5a6b63;
    line-height: 1.6;
}

.bank-grid-note a {
    color: var(--theme-color1);
    font-weight: 600;
}

@media (max-width: 1199.98px) {
    .bank-grid-card {
        padding: 24px 20px;
    }
}

@media (max-width: 575.98px) {
    .bank-grid-note {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

/*** 

====================================================================
    FAQ / SSS Page
====================================================================

***/
.sss-page {
    padding-top: 100px;
    padding-bottom: 110px;
}

.sss-lead {
    margin: 0;
    color: #5a6b63;
    line-height: 1.8;
}

.sss-faq .accordion-box {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sss-faq .accordion.block {
    margin-bottom: 12px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.08);
    box-shadow: 0 8px 24px rgba(var(--theme-color2-rgb), 0.04);
    padding: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sss-faq .accordion.block.active-block {
    background: #fff !important;
    border-color: rgba(var(--theme-color1-rgb), 0.25);
    box-shadow: 0 14px 34px rgba(var(--theme-color2-rgb), 0.1);
}

.sss-faq .acc-btn {
    position: relative;
    padding: 22px 64px 22px 24px;
    font-size: 18px;
    font-weight: 600;
    color: var(--theme-color2) !important;
    cursor: pointer;
    line-height: 1.4;
    font-family: var(--heading-font-family);
}

.sss-faq .acc-btn .icon {
    position: absolute;
    right: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    line-height: 36px !important;
    text-align: center;
    border-radius: 50%;
    background: var(--bg-color);
    color: var(--theme-color2);
    font-size: 14px;
}

.sss-faq .acc-btn.active .icon {
    background: var(--theme-color1);
    color: #fff;
}

.sss-faq .acc-btn.active .icon:before {
    content: "\f068";
    color: #fff;
}

.sss-faq .acc-content {
    display: none;
    padding: 0 24px 22px;
}

.sss-faq .acc-content .text {
    margin: 0;
    color: #5a6b63 !important;
    font-size: 15px !important;
    line-height: 1.8 !important;
    max-width: none !important;
}

.sss-side-card {
    padding: 36px 28px;
    border-radius: 20px;
    background: var(--theme-color2);
    color: #fff;
    margin-bottom: 20px;
}

.sss-side-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    color: var(--theme-color3);
    font-size: 22px;
    margin-bottom: 18px;
}

.sss-side-card h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 12px;
}

.sss-side-card p {
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.7;
    margin-bottom: 24px;
}

.sss-side-info {
    padding: 26px 22px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.08);
    box-shadow: 0 8px 24px rgba(var(--theme-color2-rgb), 0.04);
}

.sss-side-info h4 {
    margin: 0 0 14px;
    font-size: 16px;
    font-weight: 700;
    color: var(--theme-color2);
}

.sss-side-info h4:not(:first-child) {
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid rgba(var(--theme-color2-rgb), 0.08);
}

.sss-side-info a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    color: var(--theme-color2);
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px solid rgba(var(--theme-color2-rgb), 0.06);
    transition: color 0.25s ease;
}

.sss-side-info a:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
}

.sss-side-info a i {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--theme-color1-rgb), 0.1);
    color: var(--theme-color1);
    flex-shrink: 0;
}

.sss-side-info a:hover {
    color: var(--theme-color1);
}

.sss-side-hours {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sss-side-hours span {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #5c6b64;
}

.sss-side-hours em {
    font-style: normal;
    color: var(--theme-color2);
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .sss-faq .acc-btn {
        font-size: 16px;
        padding: 18px 56px 18px 18px;
    }
}

/*** 

====================================================================
    Customer Reviews Page
====================================================================

***/
.reviews-page {
    padding-top: 100px;
    padding-bottom: 80px;
}

.reviews-score-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    padding: 18px 22px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.08);
    box-shadow: 0 10px 28px rgba(var(--theme-color2-rgb), 0.05);
}

.reviews-score-num {
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    color: var(--theme-color1);
}

.reviews-stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    color: #e7b008;
    margin-bottom: 6px;
}

.reviews-stars .fa-regular {
    color: #d5ddd8;
}

.reviews-score-box p {
    margin: 0;
    color: #5a6b63;
    font-size: 14px;
}

.review-card {
    height: 100%;
    padding: 30px 26px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.08);
    box-shadow: 0 12px 32px rgba(var(--theme-color2-rgb), 0.06);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.review-card:hover {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    box-shadow: 0 20px 44px rgba(var(--theme-color2-rgb), 0.12);
}

.review-card-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 18px;
}

.review-card-top .reviews-stars {
    margin-bottom: 0;
}

.review-quote {
    width: 36px;
    height: auto;
    opacity: 0.35;
}

.review-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 0 24px;
    color: #5a6b63;
    line-height: 1.8;
    font-size: 15px;
}

.review-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
    padding-top: 18px;
    border-top: 1px solid rgba(var(--theme-color2-rgb), 0.08);
}

.review-author img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
}

.review-author h5 {
    margin: 0 0 4px;
    font-size: 16px;
    color: var(--theme-color2);
}

.review-author span {
    color: #6d7f76;
    font-size: 13px;
}

@media (max-width: 575.98px) {
    .reviews-score-box {
        width: 100%;
    }
}

.reviews-head-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 14px;
}

.review-add-btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.review-modal {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.review-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.review-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(var(--theme-color2-rgb), 0.55);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

.review-modal-dialog {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 560px;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    padding: 36px 32px 32px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(var(--theme-color2-rgb), 0.2);
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
}

.review-modal.is-open .review-modal-dialog {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.review-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: var(--bg-color);
    color: var(--theme-color2);
    cursor: pointer;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.review-modal-close:hover {
    background: var(--theme-color1);
    color: #fff;
}

.review-modal-head {
    margin-bottom: 24px;
    padding-right: 36px;
}

.review-modal-head h3 {
    margin: 0 0 8px;
    font-size: 28px;
    color: var(--theme-color2);
}

.review-modal-head p {
    margin: 0;
    color: #5a6b63;
    line-height: 1.6;
}

.review-modal-form label {
    display: block;
    margin-bottom: 8px;
    color: var(--theme-color2);
    font-size: 14px;
    font-weight: 600;
}

.review-modal-form .form-control {
    min-height: 50px;
    border-radius: 12px;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.12);
    background: var(--bg-color);
    color: var(--theme-color2);
    padding: 12px 16px;
    box-shadow: none;
}

.review-modal-form textarea.form-control {
    min-height: 130px;
    resize: vertical;
}

.review-modal-form .form-control:focus {
    border-color: var(--theme-color1);
    background: #fff;
    box-shadow: none;
}

.review-rating-input {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 6px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.review-rating-input input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.review-rating-input label {
    margin: 0;
    cursor: pointer;
    color: #d5ddd8;
    font-size: 24px;
    line-height: 1;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.review-rating-input label:hover,
.review-rating-input label:hover~label,
.review-rating-input input:checked~label {
    color: #e7b008;
}

.review-submit-btn {
    margin-top: 8px;
}

body.review-modal-open {
    overflow: hidden;
}

@media (max-width: 575.98px) {
    .reviews-head-actions {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .review-modal-dialog {
        padding: 28px 18px 22px;
    }

    .review-modal-head h3 {
        font-size: 24px;
    }
}




/*** 

====================================================================
    Store Locator (Bayilerimiz)
====================================================================

***/
.store-locator-section {
    position: relative;
    background:
        radial-gradient(ellipse 60% 45% at 0% 0%, rgba(var(--theme-color1-rgb), 0.1), transparent 55%),
        radial-gradient(ellipse 45% 40% at 100% 10%, rgba(var(--theme-color2-rgb), 0.06), transparent 50%),
        linear-gradient(180deg, #f7f9f8 0%, #eef2f0 100%);
    overflow: hidden;
}

.store-locator-section {
    background: #fff !important;
}

.store-locator-section::before {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    right: -80px;
    bottom: -60px;
    border-radius: 50%;
    background: rgba(var(--theme-color1-rgb), 0.08);
    pointer-events: none;
}

.store-locator-intro {
    margin-bottom: 28px;
    max-width: 560px;
}

.store-locator-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(var(--theme-color1-rgb), 0.12);
    color: var(--theme-color2);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.store-locator-intro p {
    margin: 0;
    color: #5c6b64;
    font-size: 15px;
    line-height: 1.7;
}

.store-locator-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 18px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 24px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(var(--theme-color2-rgb), 0.08);
    border-radius: 14px;
    -webkit-box-shadow: 0 10px 30px rgba(var(--theme-color2-rgb), 0.05);
    box-shadow: 0 10px 30px rgba(var(--theme-color2-rgb), 0.05);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.store-loc-status {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin: 0;
    min-height: 18px;
    font-size: 13px;
    color: #5c6b64;
}

.store-search-group {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 260px;
}

.store-distance-group {
    width: 200px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.store-search-group label,
.store-distance-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 700;
    color: var(--theme-color2);
    letter-spacing: 0.01em;
}

.store-search-field {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border: 1px solid #dbe3df;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: border-color 0.25s ease, box-shadow 0.25s ease;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.store-search-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #8a9690;
    font-size: 13px;
    pointer-events: none;
    z-index: 1;
}

.store-search-field input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 50px;
    padding: 0 14px 0 40px;
    border: 0;
    outline: none;
    background: transparent;
    color: #333;
    font-size: 14px;
}

.store-search-field button {
    width: 50px;
    height: 50px;
    border: 0;
    background: linear-gradient(135deg, var(--theme-color1), var(--theme-color2));
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: filter 0.25s ease, -webkit-transform 0.25s ease;
    transition: filter 0.25s ease, transform 0.25s ease;
}

.store-search-field button:hover {
    filter: brightness(1.08);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.store-search-field button i {
    margin: 0;
    line-height: 1;
    font-size: 16px;
}

.store-distance-field {
    position: relative;
    display: block;
    height: 50px;
}

.store-distance-field>i {
    position: absolute;
    left: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--theme-color1);
    font-size: 13px;
    line-height: 1;
    pointer-events: none;
    z-index: 2;
}

.store-distance-group select,
.store-distance-field .nice-select {
    width: 100%;
    height: 50px;
    padding: 0 14px 0 38px;
    border: 1px solid #dbe3df;
    border-radius: 10px;
    background: #fff;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    outline: none;
    cursor: pointer;
    -webkit-transition: border-color 0.25s ease, box-shadow 0.25s ease;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.store-distance-field .nice-select {
    float: none;
    display: block;
    line-height: 48px;
}

.store-distance-group select:focus,
.store-search-field:focus-within {
    border-color: var(--theme-color1);
    -webkit-box-shadow: 0 0 0 3px rgba(var(--theme-color1-rgb), 0.15);
    box-shadow: 0 0 0 3px rgba(var(--theme-color1-rgb), 0.15);
}

.store-locator-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.08);
    border-radius: 16px;
    overflow: hidden;
    -webkit-box-shadow: 0 18px 50px rgba(var(--theme-color2-rgb), 0.08);
    box-shadow: 0 18px 50px rgba(var(--theme-color2-rgb), 0.08);
    min-height: 580px;
    position: relative;
    z-index: 1;
}

.store-locator-list-wrap {
    width: 40%;
    min-width: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right: 1px solid #eef1ef;
}

.store-locator-list-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 20px;
    background: linear-gradient(120deg, var(--theme-color1) 0%, var(--theme-color-mid, var(--theme-color1)) 45%, var(--theme-color2) 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

.store-found-text {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.store-found-text i {
    opacity: 0.9;
}

.store-locator-list-head strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 28px;
    margin-left: 4px;
    padding: 0 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.2);
    font-weight: bold;
}

.store-print-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    height: 36px;
    padding: 0 14px;
    border: 0;
    border-radius: 8px;
    background: #fff;
    color: var(--theme-color2);
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    -webkit-transition: background 0.2s ease, color 0.2s ease, -webkit-transform 0.2s ease;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.store-print-btn:hover {
    background: var(--theme-color2);
    color: #fff;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}

.store-locator-list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-y: auto;
    max-height: 540px;
    scrollbar-width: thin;
    scrollbar-color: rgba(var(--theme-color1-rgb), 0.45) #f3f5f4;
}

.store-locator-list::-webkit-scrollbar {
    width: 6px;
}

.store-locator-list::-webkit-scrollbar-thumb {
    background: rgba(var(--theme-color1-rgb), 0.45);
    border-radius: 999px;
}

.store-item {
    position: relative;
    padding: 20px 22px 20px 24px;
    border-bottom: 1px solid #eef1ef;
    cursor: pointer;
    -webkit-transition: background 0.25s ease, padding-left 0.25s ease;
    transition: background 0.25s ease, padding-left 0.25s ease;
}

.store-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: var(--theme-color1);
    -webkit-transition: width 0.25s ease;
    transition: width 0.25s ease;
}

.store-item:hover,
.store-item.is-active {
    background: linear-gradient(90deg, rgba(var(--theme-color1-rgb), 0.08), rgba(var(--theme-color1-rgb), 0.02));
}

.store-item:hover::before,
.store-item.is-active::before {
    width: 4px;
}

.store-item.is-active {
    padding-left: 28px;
}

.store-item.is-hidden {
    display: none;
}

.store-empty {
    display: none;
    padding: 24px 22px;
    color: #5a675f;
    font-size: 14px;
}

.store-empty.is-on {
    display: block;
}

.store-item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.store-item-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: rgba(var(--theme-color1-rgb), 0.12);
    color: var(--theme-color2);
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.04em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.store-item.is-active .store-item-index {
    background: var(--theme-color1);
    color: #fff;
}

.store-item h5 {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    color: #1d2a25;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.store-item-km {
    display: none;
    margin-left: auto;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(var(--theme-color1-rgb), 0.12);
    color: var(--theme-color1);
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.store-item-km.is-on {
    display: inline-block;
}

.store-item-meta {
    list-style: none;
    margin: 0 0 16px;
    padding: 0;
}

.store-item-meta li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 9px;
    font-size: 13px;
    line-height: 1.5;
    color: #5a675f;
}

.store-meta-icon {
    width: 24px;
    height: 24px;
    border-radius: 7px;
    background: #f1f4f2;
    color: var(--theme-color1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: -1px;
}

.store-item-meta a {
    color: var(--theme-color1);
    text-decoration: none;
    font-weight: 600;
}

.store-item-meta a:hover {
    color: var(--theme-color2);
    text-decoration: underline;
}

.store-route-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 16px;
    border-radius: 8px;
    background: var(--theme-color1);
    color: #fff !important;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    -webkit-box-shadow: 0 6px 16px rgba(var(--theme-color1-rgb), 0.28);
    box-shadow: 0 6px 16px rgba(var(--theme-color1-rgb), 0.28);
    -webkit-transition: background 0.25s ease, -webkit-transform 0.25s ease, box-shadow 0.25s ease;
    transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.store-route-btn:hover {
    background: var(--theme-color2);
    color: #fff !important;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 10px 22px rgba(var(--theme-color2-rgb), 0.28);
    box-shadow: 0 10px 22px rgba(var(--theme-color2-rgb), 0.28);
}

.store-locator-map-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 580px;
    position: relative;
}

.store-map-chip {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: var(--theme-color2);
    font-size: 12px;
    font-weight: 700;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.08);
    -webkit-box-shadow: 0 8px 20px rgba(var(--theme-color2-rgb), 0.12);
    box-shadow: 0 8px 20px rgba(var(--theme-color2-rgb), 0.12);
    pointer-events: none;
}

.store-map-chip i {
    color: var(--theme-color1);
}

#bayiMap {
    width: 100%;
    height: 100%;
    min-height: 580px;
}

.store-map-marker {
    position: relative;
    background: linear-gradient(145deg, var(--theme-color1), var(--theme-color2));
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50% 50% 50% 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 30px !important;
    height: 30px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    box-shadow: 0 6px 16px rgba(var(--theme-color2-rgb), 0.35);
    -webkit-animation: storeMarkerPulse 2.4s ease-in-out infinite;
    animation: storeMarkerPulse 2.4s ease-in-out infinite;
}

.store-map-marker i {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.store-user-marker {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #1e88e5;
    color: #fff;
    border: 3px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 13px;
    box-shadow: 0 0 0 8px rgba(30, 136, 229, 0.22);
}

@-webkit-keyframes storeMarkerPulse {

    0%,
    100% {
        box-shadow: 0 6px 16px rgba(var(--theme-color2-rgb), 0.35), 0 0 0 0 rgba(var(--theme-color1-rgb), 0.35);
    }

    50% {
        box-shadow: 0 6px 16px rgba(var(--theme-color2-rgb), 0.35), 0 0 0 10px rgba(var(--theme-color1-rgb), 0);
    }
}

@keyframes storeMarkerPulse {

    0%,
    100% {
        box-shadow: 0 6px 16px rgba(var(--theme-color2-rgb), 0.35), 0 0 0 0 rgba(var(--theme-color1-rgb), 0.35);
    }

    50% {
        box-shadow: 0 6px 16px rgba(var(--theme-color2-rgb), 0.35), 0 0 0 10px rgba(var(--theme-color1-rgb), 0);
    }
}

@media (max-width: 991.98px) {
    .store-locator-panel {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: 0;
    }

    .store-locator-list-wrap {
        width: 100%;
        min-width: 0;
        border-right: 0;
        border-bottom: 1px solid #eee;
    }

    .store-locator-list {
        max-height: 360px;
    }

    .store-locator-map-wrap,
    #bayiMap {
        min-height: 380px;
    }

    .store-distance-group {
        width: 100%;
    }
}

@media print {

    .main-header,
    .page-banner,
    .store-locator-intro,
    .store-locator-filters,
    .store-locator-map-wrap,
    .footer-section,
    .preloader,
    .back-to-top,
    .mouseCursor,
    .mobile-app-bar,
    .store-print-btn {
        display: none !important;
    }

    body.has-mobile-app-bar {
        padding-bottom: 0 !important;
    }

    .store-locator-panel {
        border: 0 !important;
        box-shadow: none !important;
    }

    .store-locator-list-wrap {
        width: 100% !important;
    }

    .store-locator-list {
        max-height: none !important;
        overflow: visible !important;
    }
}

/*** 

====================================================================
    Career Page
====================================================================

***/
.career-intro {
    background: linear-gradient(180deg, #fff 0%, #f6f8f7 100%);
}

.career-lead {
    margin: 18px 0 0;
    color: #5c6b64;
    font-size: 16px;
    line-height: 1.8;
}

.career-intro-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
    margin-top: 28px;
}

.career-link-btn {
    color: var(--theme-color2);
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color 0.25s ease, gap 0.25s ease;
}

.career-link-btn:hover {
    color: var(--theme-color1);
    gap: 12px;
}

.career-intro-visual {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(var(--theme-color2-rgb), 0.12);
}

.career-intro-visual img {
    width: 100%;
    display: block;
    min-height: 360px;
    object-fit: cover;
}

.career-intro-stat {
    position: absolute;
    left: 24px;
    bottom: 24px;
    padding: 18px 22px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 12px 30px rgba(var(--theme-color2-rgb), 0.15);
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.career-intro-stat strong {
    font-size: 32px;
    line-height: 1;
    color: var(--theme-color2);
    font-weight: bold;
}

.career-intro-stat span {
    font-size: 13px;
    color: #66736d;
    font-weight: 600;
}

.career-benefits {
    position: relative;
    z-index: 1;
}

.career-benefit-card {
    height: 100%;
    padding: 28px 24px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.07);
    box-shadow: 0 12px 36px rgba(var(--theme-color2-rgb), 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.career-benefit-card:hover {
    transform: translateY(-6px);
    border-color: rgba(var(--theme-color1-rgb), 0.25);
    box-shadow: 0 18px 44px rgba(var(--theme-color2-rgb), 0.1);
}

.career-benefit-icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    background: linear-gradient(135deg, rgba(var(--theme-color1-rgb), 0.14), rgba(var(--theme-color2-rgb), 0.08));
    color: var(--theme-color1);
    font-size: 20px;
}

.career-benefit-card h4 {
    margin: 0 0 10px;
    font-size: 18px;
    color: var(--theme-color2);
    font-weight: 700;
}

.career-benefit-card p {
    margin: 0;
    color: #66736d;
    font-size: 14px;
    line-height: 1.7;
}

.career-jobs {
    background:
        radial-gradient(ellipse 50% 40% at 100% 0%, rgba(var(--theme-color1-rgb), 0.08), transparent 55%),
        #f5f7f6;
}

.career-job-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.career-job-filters button {
    height: 40px;
    padding: 0 16px;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.12);
    border-radius: 999px;
    background: #fff;
    color: #4a5851;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.25s ease;
}

.career-job-filters button:hover,
.career-job-filters button.is-active {
    background: var(--theme-color1);
    border-color: var(--theme-color1);
    color: #fff;
}

.career-job-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.career-job-card {
    background: #fff;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.07);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(var(--theme-color2-rgb), 0.04);
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.career-job-card.is-open,
.career-job-card:hover {
    border-color: rgba(var(--theme-color1-rgb), 0.28);
    box-shadow: 0 14px 36px rgba(var(--theme-color2-rgb), 0.08);
}

.career-job-card.is-hidden {
    display: none;
}

.career-job-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 22px 24px;
    border: 0;
    background: transparent;
    text-align: left;
    cursor: pointer;
}

.career-job-main h3 {
    margin: 0 0 10px;
    font-size: 20px;
    color: var(--theme-color2);
    font-weight: 700;
}

.career-job-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
}

.career-job-tags span {
    color: #66736d;
    font-size: 13px;
    font-weight: 600;
}

.career-job-tags i {
    color: var(--theme-color1);
    margin-right: 5px;
}

.career-job-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f1f4f2;
    color: var(--theme-color2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.career-job-card.is-open .career-job-arrow {
    transform: rotate(180deg);
    background: var(--theme-color1);
    color: #fff;
}

.career-job-body {
    display: none;
    padding: 0 24px 24px;
    border-top: 1px solid #eef1ef;
}

.career-job-card.is-open .career-job-body {
    display: block;
    padding-top: 18px;
}

.career-job-body p {
    margin: 0 0 12px;
    color: #5c6b64;
    font-size: 15px;
    line-height: 1.7;
}

.career-job-body ul {
    margin: 0 0 18px;
    padding: 0 0 0 18px;
    color: #5c6b64;
}

.career-job-body li {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 1.6;
}

.career-apply-btn {
    display: inline-flex;
    align-items: center;
    height: 42px;
    padding: 0 18px;
    border-radius: 8px;
    background: var(--theme-color1);
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.25s ease, transform 0.25s ease;
}

.career-apply-btn:hover {
    background: var(--theme-color2);
    color: #fff !important;
    transform: translateY(-2px);
}

.career-apply-notes {
    list-style: none;
    margin: 24px 0 0;
    padding: 0;
    flex-shrink: 0;
}

.career-apply-notes li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    color: #5c6b64;
    font-size: 14px;
    line-height: 1.6;
}

.career-apply-notes i {
    color: var(--theme-color1);
    margin-top: 3px;
}

.career-form {
    padding: 28px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.07);
    box-shadow: 0 16px 40px rgba(var(--theme-color2-rgb), 0.06);
}

.career-form label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 700;
    color: var(--theme-color2);
}

.career-form input,
.career-form select,
.career-form textarea {
    width: 100%;
    border: 1px solid #dbe3df;
    border-radius: 10px;
    background: #fff;
    color: #333;
    outline: none;
    font-size: 14px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.career-form input,
.career-form select {
    height: 50px;
    padding: 0 14px;
}

.career-form textarea {
    padding: 14px;
    resize: vertical;
    min-height: 120px;
}

.career-form input:focus,
.career-form select:focus,
.career-form textarea:focus {
    border-color: var(--theme-color1);
    box-shadow: 0 0 0 3px rgba(var(--theme-color1-rgb), 0.15);
}

.career-form .auth-input-wrap-phone {
    position: relative;
}

.career-form .auth-input-wrap-phone .iti {
    display: block;
    width: 100%;
}

.career-form .auth-input-wrap-phone .iti input.iti__tel-input,
.career-form .auth-input-wrap-phone input {
    height: 50px;
    border: 1px solid #dbe3df;
    border-radius: 10px;
}

.career-form .auth-input-wrap-phone .iti__selected-country {
    border-radius: 10px 0 0 10px;
}

.career-form .auth-input-wrap-phone .iti__selected-country-primary {
    padding-left: 12px;
}

.career-form .auth-input-wrap-phone .iti__selected-dial-code {
    color: #333;
    font-size: 14px;
    font-weight: 600;
}

.career-file-label {
    display: flex !important;
    align-items: center;
    gap: 12px;
    min-height: 56px;
    padding: 12px 16px;
    border: 1px dashed rgba(var(--theme-color1-rgb), 0.4);
    border-radius: 12px;
    background: rgba(var(--theme-color1-rgb), 0.04);
    color: #4a5851 !important;
    cursor: pointer;
    transition: border-color 0.25s ease, background 0.25s ease;
}

.career-file-label:hover {
    border-color: var(--theme-color1);
    background: rgba(var(--theme-color1-rgb), 0.08);
}

.career-file-label i {
    color: var(--theme-color1);
    font-size: 18px;
}

.career-file-label input {
    display: none;
}

.career-submit {
    margin-top: 6px;
}

@media (max-width: 991.98px) {
    .career-job-filters {
        justify-content: flex-start;
    }

    .career-intro-visual img {
        min-height: 280px;
    }
}

@media (max-width: 575.98px) {
    .career-job-toggle {
        padding: 18px;
    }

    .career-form {
        padding: 20px;
    }

    .career-job-main h3 {
        font-size: 17px;
    }
}

.career-apply {
    background: #fff;
}

.career-apply-panel {
    display: grid;
    grid-template-columns: minmax(280px, 0.95fr) minmax(320px, 1.15fr);
    gap: 24px;
    align-items: stretch;
}

.career-apply-jobs {
    display: flex;
    flex-direction: column;
    height: 0;
    min-height: 100%;
    overflow: hidden;
    padding: 26px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.07);
    box-shadow: 0 16px 40px rgba(var(--theme-color2-rgb), 0.06);
}

.career-apply-jobs-head {
    margin-bottom: 18px;
    flex-shrink: 0;
}

.career-apply-jobs-head h3 {
    margin: 0 0 4px;
    font-size: 20px;
    color: var(--theme-color2);
    font-weight: 700;
}

.career-apply-jobs-head span {
    font-size: 13px;
    color: #66736d;
    font-weight: 600;
}

.career-position-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    margin-bottom: 20px;
    padding-right: 6px;
}

.career-position-list::-webkit-scrollbar {
    width: 6px;
}

.career-position-list::-webkit-scrollbar-thumb {
    background: rgba(var(--theme-color2-rgb), 0.22);
    border-radius: 10px;
}

.career-position-item {
    margin: 0;
    cursor: pointer;
}

.career-position-item input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.career-position-card {
    display: block;
    padding: 14px 16px;
    border-radius: 12px;
    border: 1px solid #e4ebe7;
    background: #fbfcfc;
    transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.career-position-card strong {
    display: block;
    margin-bottom: 4px;
    font-size: 15px;
    color: #1d2a25;
    font-weight: 700;
}

.career-position-card small {
    display: block;
    font-size: 12px;
    color: #66736d;
    font-weight: 600;
}

.career-position-card small i {
    color: var(--theme-color1);
    margin-right: 4px;
}

.career-position-item:hover .career-position-card {
    border-color: rgba(var(--theme-color1-rgb), 0.35);
    background: #fff;
}

.career-position-item input:checked+.career-position-card {
    border-color: var(--theme-color1);
    background: rgba(var(--theme-color1-rgb), 0.08);
    box-shadow: 0 0 0 3px rgba(var(--theme-color1-rgb), 0.12);
}

.career-apply .career-form {
    margin: 0;
}

.career-apply #careerPosition {
    background: #f3f6f4;
    font-weight: 700;
    color: var(--theme-color2);
}

@media (max-width: 991.98px) {
    .career-apply-panel {
        grid-template-columns: 1fr;
    }

    .career-apply-jobs {
        height: auto;
        min-height: 0;
        overflow: visible;
    }

    .career-position-list {
        max-height: 320px;
    }
}

/*** 

====================================================================
    Services Page + Service Detail
====================================================================

***/
.services-page {
    background: #fff;
}

.services-page-lead {
    margin: 16px 0 0;
    color: #5c6b64;
    font-size: 16px;
    line-height: 1.8;
    max-width: 640px;
}

.service-page-card {
    height: 100%;
    background: #fff;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.08);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 36px rgba(var(--theme-color2-rgb), 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.service-page-card:hover {
    transform: translateY(-6px);
    border-color: rgba(var(--theme-color1-rgb), 0.28);
    box-shadow: 0 18px 48px rgba(var(--theme-color2-rgb), 0.1);
}

.service-page-card-img {
    position: relative;
    overflow: hidden;
    height: 220px;
}

.service-page-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.service-page-card:hover .service-page-card-img img {
    transform: scale(1.06);
}

.service-page-num {
    position: absolute;
    left: 16px;
    bottom: 16px;
    min-width: 44px;
    height: 44px;
    padding: 0 10px;
    border-radius: 12px;
    background: rgba(var(--theme-color2-rgb), 0.88);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
}

.service-page-card-body {
    padding: 24px 22px 26px;
}

.service-page-card-body h3 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 700;
}

.service-page-card-body h3 a {
    color: var(--theme-color2);
    text-decoration: none;
}

.service-page-card-body h3 a:hover {
    color: var(--theme-color1);
}

.service-page-card-body p {
    margin: 0 0 16px;
    color: #66736d;
    font-size: 14px;
    line-height: 1.7;
}

.service-page-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--theme-color1);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: gap 0.25s ease, color 0.25s ease;
}

.service-page-link:hover {
    color: var(--theme-color2);
    gap: 12px;
}

.service-detail-page {
    background: #fff;
}

.service-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 40px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.service-detail-main,
.service-detail-sidebar {
    margin-top: 0 !important;
    padding-top: 0 !important;
    -ms-flex-item-align: start;
    align-self: start;
    -webkit-transform: none !important;
    transform: none !important;
    top: auto !important;
}

.service-detail-main {
    min-width: 0;
}

.service-detail-image {
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 28px;
    background-color: #f4f6f5;
}

.service-detail-image img {
    width: 100%;
    display: block;
    max-height: 520px;
    object-fit: contain;
}

.service-detail-label {
    display: inline-block;
    margin-bottom: 12px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(var(--theme-color1-rgb), 0.12);
    color: var(--theme-color2);
    font-size: 12px;
    font-weight: 700;
}

.service-detail-content h2 {
    margin: 0 0 16px;
    font-size: 34px;
    line-height: 1.25;
    color: var(--theme-color2);
    font-weight: 700;
}

.service-detail-content h3 {
    margin: 28px 0 14px;
    font-size: 22px;
    color: var(--theme-color2);
    font-weight: 700;
}

.service-detail-content p {
    margin: 0 0 14px;
    color: #5c6b64;
    font-size: 16px;
    line-height: 1.8;
}

.service-detail-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.service-detail-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    color: #4a5851;
    font-size: 15px;
    line-height: 1.6;
}

.service-detail-list i {
    margin-top: 4px;
    color: var(--theme-color1);
}

.service-detail-steps {
    margin-top: 10px;
}

.service-step-card {
    height: 100%;
    padding: 20px;
    border-radius: 14px;
    background: #f6f8f7;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.06);
}

.service-step-card span {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--theme-color1);
    font-size: 13px;
    font-weight: bold;
}

.service-step-card strong {
    display: block;
    margin-bottom: 6px;
    color: var(--theme-color2);
    font-size: 17px;
}

.service-step-card p {
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
}

.service-detail-sidebar {
    position: relative;
    width: 100%;
}

.service-side-box,
.service-side-cta,
.service-side-info {
    border-radius: 16px;
    margin-bottom: 18px;
}

.service-side-box {
    padding: 24px;
    background: #fff;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.08);
    box-shadow: 0 12px 32px rgba(var(--theme-color2-rgb), 0.05);
}

.service-side-box h4,
.service-side-cta h4 {
    margin: 0 0 16px;
    font-size: 18px;
    color: var(--theme-color2);
    font-weight: 700;
}

.service-side-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.service-side-links li {
    border-bottom: 1px solid #eef1ef;
}

.service-side-links li:last-child {
    border-bottom: 0;
}

.service-side-links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    color: #4a5851;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: color 0.2s ease;
}

.service-side-links a::after {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 11px;
    opacity: 0.45;
}

.service-side-links a:hover,
.service-side-links li.is-active a {
    color: var(--theme-color1);
}

.service-side-cta {
    padding: 26px 24px;
    background: linear-gradient(145deg, var(--theme-color1), var(--theme-color2));
    color: #fff;
}

.service-side-cta h4 {
    color: #fff;
}

.service-side-cta p {
    margin: 0 0 18px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 14px;
    line-height: 1.7;
}

.service-side-cta .theme-btn-two {
    background: #fff;
}

.service-side-info {
    padding: 20px 22px;
    background: #f6f8f7;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.06);
}

.service-side-info div {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #4a5851;
}

.service-side-info div:last-child {
    margin-bottom: 0;
}

.service-side-info i {
    color: var(--theme-color1);
}

.service-side-info a {
    color: #4a5851;
    text-decoration: none;
    font-weight: 600;
}

.service-side-info a:hover {
    color: var(--theme-color1);
}

@media (max-width: 991.98px) {
    .service-detail-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .service-detail-sidebar {
        position: static;
    }

    .service-detail-content h2 {
        font-size: 28px;
    }

    .service-detail-image img {
        min-height: 260px;
    }
}

/*** 

====================================================================
    Products Pages
====================================================================

***/
.products-page,
.projects-page {
    background: #fff;
}

.project-category-card {
    position: relative;
    display: block;
    height: 320px;
    border-radius: 18px;
    overflow: hidden;
    text-decoration: none;
    -webkit-box-shadow: 0 12px 28px rgba(var(--theme-color2-rgb), 0.1);
    box-shadow: 0 12px 28px rgba(var(--theme-color2-rgb), 0.1);
}

.project-category-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    -webkit-transition: transform 0.45s ease;
    transition: transform 0.45s ease;
}

.project-category-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(var(--theme-color2-rgb), 0.08) 20%, rgba(var(--theme-color2-rgb), 0.78) 100%);
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.project-category-num {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 2;
    min-width: 46px;
    height: 46px;
    padding: 0 10px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    backdrop-filter: blur(8px);
}

.project-category-body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    gap: 16px;
    padding: 24px;
}

.project-category-text {
    min-width: 0;
}

.project-category-body em {
    display: block;
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
}

.project-category-body strong {
    display: block;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.25;
}

.project-category-arrow {
    margin-left: auto;
    width: 46px;
    height: 46px;
    flex-shrink: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: var(--theme-color2);
    font-size: 14px;
    -webkit-transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
    transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.project-category-card:hover img {
    transform: scale(1.06);
}

.project-category-card:hover::after {
    background: linear-gradient(180deg, rgba(var(--theme-color2-rgb), 0.18) 10%, rgba(var(--theme-color2-rgb), 0.86) 100%);
}

.project-category-card:hover .project-category-arrow {
    background: var(--theme-color1);
    color: #fff;
    transform: translateX(4px);
}

@media (max-width: 767.98px) {
    .project-category-card {
        height: 260px;
    }

    .project-category-body strong {
        font-size: 22px;
    }
}

.products-page-lead {
    margin: 16px 0 0;
    max-width: 620px;
    color: #5c6b64;
    font-size: 16px;
    line-height: 1.8;
}

.products-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 30px;
    padding-bottom: 18px;
    border-bottom: 1px solid #eef1ef;
}

.products-cats-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.products-cats-nav a {
    display: inline-flex;
    align-items: center;
    height: 40px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.12);
    background: #fff;
    color: #4a5851;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s ease;
}

.products-cats-nav a:hover,
.products-cats-nav a.is-active {
    background: var(--theme-color1);
    border-color: var(--theme-color1);
    color: #fff;
}

.products-count {
    color: #66736d;
    font-size: 13px;
    font-weight: 600;
}

.product-card {
    height: 100%;
    background: #fff;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.08);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(var(--theme-color2-rgb), 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.product-card:hover {
    transform: translateY(-5px);
    border-color: rgba(var(--theme-color1-rgb), 0.25);
    box-shadow: 0 16px 40px rgba(var(--theme-color2-rgb), 0.1);
}

.product-card-img {
    position: relative;
    display: block;
    height: 210px;
    overflow: hidden;
}

.product-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.product-card:hover .product-card-img img {
    transform: scale(1.05);
}

.product-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    padding: 5px 10px;
    border-radius: 999px;
    background: var(--theme-color1);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
}

.product-badge.new {
    background: var(--theme-color2);
}

.product-card-body {
    padding: 18px 18px 20px;
}

.product-cat {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--theme-color1);
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.02em;
}

.product-card-body h3 {
    margin: 0 0 10px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
}

.product-card-body h3 a {
    color: var(--theme-color2);
    text-decoration: none;
}

.product-card-body h3 a:hover {
    color: var(--theme-color1);
}

.product-price {
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.product-price del {
    color: #9aa59f;
    font-size: 13px;
}

.product-price span {
    color: var(--theme-color2);
    font-size: 18px;
    font-weight: bold;
}

.product-card-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--theme-color1);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: gap 0.25s ease, color 0.25s ease;
}

.product-card-btn:hover {
    color: var(--theme-color2);
    gap: 12px;
}

.product-category-layout {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 32px;
    align-items: start;
}

.product-category-sidebar,
.product-category-main {
    margin-top: 0;
    transform: none !important;
    top: auto !important;
    align-self: start;
}

.product-side-box {
    padding: 22px;
    margin-bottom: 16px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.08);
    box-shadow: 0 10px 28px rgba(var(--theme-color2-rgb), 0.04);
}

.product-side-box h4 {
    margin: 0 0 14px;
    font-size: 17px;
    color: var(--theme-color2);
    font-weight: 700;
}

.product-side-box-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.product-side-box-head h4 {
    margin: 0;
}

.product-filter-clear {
    border: 0;
    background: transparent;
    color: var(--theme-color1);
    font-size: 12px;
    font-weight: 700;
    padding: 0;
    cursor: pointer;
}

.product-filter-clear:hover {
    color: var(--theme-color2);
}

.product-filter-group {
    margin-bottom: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eef1ef;
}

.product-filter-group:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.product-filter-label {
    display: block;
    margin-bottom: 10px;
    color: var(--theme-color2);
    font-size: 13px;
    font-weight: 700;
}

.product-filter-check {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 8px;
    color: #4a5851;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.product-filter-check:last-child {
    margin-bottom: 0;
}

.product-filter-check input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.product-filter-box {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    border: 1.5px solid rgba(var(--theme-color2-rgb), 0.18);
    border-radius: 5px;
    background: #fff;
    position: relative;
}

a.product-filter-check {
    text-decoration: none;
    color: #4a5851;
}

.product-filter-check:hover .product-filter-box,
.product-filter-check.is-current .product-filter-box,
.product-filter-check:has(input:checked) .product-filter-box {
    border-color: var(--theme-color1);
}

.product-filter-check.is-current .product-filter-box,
.product-filter-check:has(input:checked) .product-filter-box {
    background: var(--theme-color2);
}

.product-filter-check.is-current .product-filter-box::after,
.product-filter-check:has(input:checked) .product-filter-box::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg);
}

.product-filter-swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.product-filter-swatch {
    position: relative;
    width: 34px;
    height: 34px;
    margin: 0;
    cursor: pointer;
}

.product-filter-swatch input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.product-filter-swatch-fill {
    display: block;
    width: 24px;
    height: 24px;
    margin: 5px;
    border-radius: 50%;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.16);
    box-sizing: border-box;
}

.product-filter-swatch-fill.is-light {
    border-color: rgba(var(--theme-color2-rgb), 0.22);
}

.product-filter-swatch.is-active::before,
.product-filter-swatch:has(input:checked)::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid var(--theme-color1);
    box-shadow: 0 0 0 2px #fff;
}

.product-filter-swatch.is-active::after,
.product-filter-swatch:has(input:checked)::after {
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--theme-color1);
    border: 2px solid #fff;
}

.product-side-cats {
    list-style: none;
    margin: 0;
    padding: 0;
}

.product-side-cats li {
    border-bottom: 1px solid #eef1ef;
}

.product-side-cats li:last-child {
    border-bottom: 0;
}

.product-side-cats a {
    display: block;
    padding: 11px 0;
    color: #4a5851;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease;
}

.product-side-cats a:hover,
.product-side-cats li.is-active a {
    color: var(--theme-color1);
}

.product-side-text {
    margin: 0 0 14px;
    color: #66736d;
    font-size: 14px;
    line-height: 1.7;
}

.product-side-btn {
    display: inline-flex;
    align-items: center;
    height: 42px;
    padding: 0 16px;
    border-radius: 8px;
    background: var(--theme-color1);
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.product-side-btn:hover {
    background: var(--theme-color2);
    color: #fff !important;
}

.products-toolbar-inner {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 24px;
    align-items: flex-end;
}

.products-toolbar-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}

.products-toolbar-actions .nice-select {
    min-width: 250px;
    height: 44px;
    line-height: 42px;
    border-radius: 10px;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.12);
    font-size: 13px;
    font-weight: 600;
    color: var(--theme-color2);
}

.products-toolbar-actions .nice-select:hover,
.products-toolbar-actions .nice-select:focus,
.products-toolbar-actions .nice-select.open {
    border-color: var(--theme-color1);
}

.products-toolbar-actions .nice-select .list {
    width: 100%;
    border-radius: 10px;
}

.products-toolbar-actions .nice-select .option {
    font-size: 13px;
    font-weight: 600;
}

.product-cat-title {
    margin: 0 0 6px;
    font-size: 28px;
    color: var(--theme-color2);
    font-weight: 700;
}

.product-cat-desc {
    margin: 0;
    color: #66736d;
    font-size: 15px;
}

.product-detail-page {
    background: #fff;
}

.product-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 40px;
    align-items: start;
    margin-bottom: 50px;
}

.product-detail-gallery,
.product-detail-info {
    margin-top: 0 !important;
    transform: none !important;
    top: auto !important;
    align-self: start;
}

.product-detail-image {
    position: relative;
    border-radius: 18px;
    margin-bottom: 14px;
    padding: 8px;
    background: #f4f6f5;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.12);
}

.product-detail-image .product-badges {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    max-width: calc(100% - 36px);
    pointer-events: none;
}

.product-detail-image .product-badge {
    position: static;
    display: inline-block;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #fff;
    background: var(--theme-color1);
}

.product-detail-image .product-badge.new {
    background: var(--theme-color1);
}

.product-detail-image .product-badge.sale {
    background: #e11d48;
}

.product-detail-image a {
    display: block;
    cursor: zoom-in;
    overflow: hidden;
    border-radius: 12px;
    height: 480px;
}

.product-detail-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.product-detail-thumbs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.product-detail-thumbs button {
    border: 2px solid transparent;
    border-radius: 12px;
    overflow: hidden;
    padding: 0;
    background: #fff;
    cursor: pointer;
    height: 78px;
    transition: border-color 0.2s ease;
}

.product-detail-thumbs button img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.product-detail-thumbs button.is-active,
.product-detail-thumbs button:hover {
    border-color: var(--theme-color1);
}

.product-detail-info .product-cat {
    margin-bottom: 10px;
}

.product-detail-info h2 {
    margin: 0 0 14px;
    font-size: 34px;
    line-height: 1.25;
    color: var(--theme-color2);
    font-weight: 700;
}

.product-detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-bottom: 16px;
    color: #66736d;
    font-size: 13px;
    font-weight: 600;
}

.product-detail-meta i {
    color: var(--theme-color1);
    margin-right: 5px;
}

.product-detail-price {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.product-detail-price del {
    color: #9aa59f;
    font-size: 16px;
}

.product-detail-price strong {
    color: var(--theme-color2);
    font-size: 30px;
    font-weight: bold;
}

.product-detail-info>p {
    margin: 0 0 18px;
    color: #5c6b64;
    font-size: 16px;
    line-height: 1.8;
}

.product-detail-features {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
}

.product-detail-features li {
    display: flex;
    gap: 10px;
    margin-bottom: 8px;
    color: #4a5851;
    font-size: 14px;
}

.product-detail-features i {
    color: var(--theme-color1);
    margin-top: 3px;
}

.product-detail-variation-summary {
    margin: -8px 0 18px;
    color: #6b7a72;
    font-size: 13px;
    font-weight: 600;
}

.product-detail-variations {
    display: grid;
    gap: 18px;
    margin-bottom: 24px;
    padding: 20px;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.1);
    border-radius: 16px;
    background: #f7f9f8;
}

.product-variation-group {
    display: grid;
    gap: 10px;
}

.product-variation-label {
    display: block;
    color: var(--theme-color2);
    font-size: 13px;
    font-weight: 700;
}

.product-variation-select {
    max-width: 280px;
    height: 44px;
    border-radius: 10px;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.12);
}

.product-variation-options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.product-variation-option.is-unavailable,
.product-color-swatch.is-unavailable {
    opacity: .35;
    cursor: not-allowed;
}

.product-variation-option {
    border: 1px solid rgba(var(--theme-color2-rgb), 0.12);
    border-radius: 10px;
    background: #fff;
    color: var(--theme-color2);
    font-size: 13px;
    font-weight: 600;
    padding: 10px 16px;
    cursor: pointer;
    transition: 0.2s ease;
}

.product-variation-option:hover,
.product-variation-option.is-active {
    border-color: var(--theme-color1);
    background: #fff;
    box-shadow: 0 8px 20px rgba(var(--theme-color2-rgb), 0.06);
}

.product-variation-option.is-active {
    background: var(--theme-color2);
    color: #fff;
}

.product-variation-swatches {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

.product-color-swatch {
    position: relative;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    border-radius: 50%;
    flex-shrink: 0;
}

.product-color-swatch-fill {
    display: block;
    width: 30px;
    height: 30px;
    margin: 5px;
    border-radius: 50%;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.14);
    box-sizing: border-box;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-color-swatch-fill.is-light {
    border-color: rgba(var(--theme-color2-rgb), 0.2);
}

.product-color-swatch.is-active::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid var(--theme-color1);
    box-shadow: 0 0 0 2px #fff;
}

.product-color-swatch.is-active .product-color-swatch-fill {
    border-color: transparent;
}

.product-color-swatch.is-active::after {
    content: "";
    position: absolute;
    top: 4px;
    right: 4px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--theme-color1);
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px rgba(var(--theme-color2-rgb), 0.08);
}

.product-color-swatch:hover:not(.is-active) .product-color-swatch-fill {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(var(--theme-color2-rgb), 0.12);
}

.product-detail-purchase {
    margin-top: 4px;
}

.product-detail-purchase-row {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: end;
    gap: 10px;
    width: 100%;
}

.product-detail-buy-actions {
    display: flex;
    align-items: stretch;
    gap: 8px;
    min-width: 0;
    width: 100%;
}

.product-detail-buy-actions .product-add-cart-btn,
.product-detail-buy-actions .product-order-btn {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    height: 48px;
    padding: 0 10px;
    font-size: 13px;
    gap: 6px;
}

.product-detail-buy-actions .product-add-cart-btn {
    flex: 1.4 1 0;
}

.product-detail-buy-actions .product-add-cart-btn span,
.product-detail-buy-actions .product-order-btn span {
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-order-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-radius: 12px;
    font-weight: 700;
    white-space: nowrap;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.product-order-btn i {
    font-size: 15px;
    flex-shrink: 0;
}

.product-order-btn--wa {
    background: #25D366;
    color: #fff;
    box-shadow: 0 8px 18px rgba(37, 211, 102, 0.18);
}

.product-order-btn--wa:hover {
    background: #1ebe57;
    color: #fff;
    transform: translateY(-1px);
}

.product-order-btn--tel {
    background: #fff;
    color: var(--theme-color2);
    border: 1.5px solid rgba(var(--theme-color2-rgb), 0.22);
    box-shadow: 0 6px 16px rgba(var(--theme-color2-rgb), 0.05);
}

.product-order-btn--tel:hover {
    background: var(--theme-color1);
    border-color: var(--theme-color1);
    color: #fff;
    transform: translateY(-1px);
}

@media (max-width: 767.98px) {
    .product-detail-purchase-row {
        grid-template-columns: 1fr;
    }

    .product-detail-buy-actions {
        flex-wrap: wrap;
    }

    .product-detail-buy-actions .product-add-cart-btn {
        flex: 1 1 100%;
    }

    .product-detail-buy-actions .product-order-btn {
        flex: 1 1 calc(50% - 4px);
    }
}

@media (max-width: 420px) {
    .product-detail-buy-actions .product-order-btn span {
        display: none;
    }
}

.product-detail-qty-block {
    display: grid;
    gap: 8px;
}

.product-detail-quantity.quantity-box {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.12);
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    height: 52px;
}

.product-detail-quantity.quantity-box input {
    width: 48px;
    height: 52px;
    border: 0;
    text-align: center;
    color: var(--theme-color2);
    font-size: 16px;
    font-weight: 700;
    background: transparent;
    -moz-appearance: textfield;
}

.product-detail-quantity.quantity-box input::-webkit-outer-spin-button,
.product-detail-quantity.quantity-box input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-detail-quantity.quantity-box button {
    width: 44px;
    height: 52px;
    border: 0;
    background: transparent;
    color: var(--theme-color2);
    cursor: pointer;
}

.product-detail-quantity.quantity-box button:hover {
    color: var(--theme-color1);
    background: rgba(var(--theme-color1-rgb), 0.08);
}

.product-add-cart-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 52px;
    padding: 0 28px;
    border: 0;
    border-radius: 12px;
    background: var(--theme-color2);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 10px 24px rgba(var(--theme-color2-rgb), 0.14);
}

.product-add-cart-btn i {
    font-size: 15px;
}

.product-add-cart-btn:hover {
    background: var(--theme-color1);
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(var(--theme-color2-rgb), 0.18);
}

.product-add-cart-btn.is-out-of-stock,
.product-add-cart-btn[aria-disabled="true"] {
    opacity: 0.55;
    cursor: not-allowed;
    box-shadow: none;
    transform: none;
}

.product-add-cart-btn.is-out-of-stock:hover,
.product-add-cart-btn[aria-disabled="true"]:hover {
    background: var(--theme-color2);
    transform: none;
    box-shadow: none;
}

.product-detail-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--theme-color2);
    font-weight: 700;
    text-decoration: none;
}

.product-detail-secondary:hover {
    color: var(--theme-color1);
}

.product-detail-tabs {
    margin-bottom: 60px;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.08);
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 12px 32px rgba(var(--theme-color2-rgb), 0.04);
}

.product-tabs-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    border-bottom: 1px solid #eef1ef;
    background: #f7f9f8;
}

.product-tabs-nav button {
    height: 52px;
    padding: 0 22px;
    border: 0;
    background: transparent;
    color: #4a5851;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    border-bottom: 2px solid transparent;
}

.product-tabs-nav button.is-active {
    color: var(--theme-color1);
    border-bottom-color: var(--theme-color1);
    background: #fff;
}

.product-tabs-body {
    padding: 28px;
}

.product-tab-panel {
    display: none;
}

.product-tab-panel.is-active {
    display: block;
}

.product-tab-panel h3 {
    margin: 0 0 12px;
    font-size: 22px;
    color: var(--theme-color2);
}

.product-tab-panel p {
    margin: 0 0 12px;
    color: #5c6b64;
    font-size: 15px;
    line-height: 1.8;
}

.product-spec-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.product-spec-list li {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 0;
    border-bottom: 1px solid #eef1ef;
    color: #4a5851;
    font-size: 14px;
}

.product-spec-list li span {
    color: #66736d;
}

.product-order-form {
    margin-top: 8px;
    max-width: 760px;
}

.product-order-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 16px;
}

.product-order-form .auth-field {
    margin-bottom: 16px;
}

.product-order-form .auth-field label {
    display: block;
    margin-bottom: 8px;
    color: var(--theme-color2);
    font-size: 14px;
    font-weight: 600;
}

.product-order-form .form-control {
    width: 100%;
    min-height: 50px;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.12);
    border-radius: 12px;
    background: #fff;
    color: var(--theme-color2);
    padding: 12px 16px;
    box-shadow: none;
}

.product-order-form textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

.product-order-form .form-control:focus {
    border-color: var(--theme-color1);
    outline: none;
    box-shadow: none;
}

.product-order-form .auth-input-wrap-phone .iti {
    width: 100%;
}

.product-order-form .auth-input-wrap-phone .iti input.iti__tel-input,
.product-order-form .auth-input-wrap-phone .iti input.form-control {
    min-height: 50px;
    height: 50px;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.12);
    border-radius: 12px;
    background: #fff;
    color: var(--theme-color2);
    padding-right: 16px;
}

.product-order-form .auth-input-wrap-phone .iti input.iti__tel-input:focus,
.product-order-form .auth-input-wrap-phone .iti input.form-control:focus {
    border-color: var(--theme-color1);
    box-shadow: none;
}

.product-order-form .auth-input-wrap-phone .iti__selected-country {
    border-radius: 12px 0 0 12px;
}

.product-order-submit {
    margin-top: 4px;
}

@media (max-width: 767.98px) {
    .product-order-grid {
        grid-template-columns: 1fr;
    }
}

.product-related .sec-title .title {
    margin-bottom: 0;
}

@media (max-width: 991.98px) {

    .product-category-layout,
    .product-detail-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .product-detail-info h2 {
        font-size: 28px;
    }

    .product-detail-image a {
        height: 280px;
    }
}

/*** 

====================================================================
    Projects Pages (Theme Style)
====================================================================

***/
.projects-page-section {
    background: #fff;
}

.projects-page-section .sec-title .title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
}

.projects-page-section .sec-title .sec-sub-title .sub-title {
    font-weight: 600;
}

.projects-page-card {
    height: 100%;
}

.projects-page-section.projects-carousel-section .project-carousel-link {
    height: 460px;
}

.projects-page-filter-tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.projects-page-filters-end {
    display: flex;
    justify-content: flex-end;
}

.projects-page-filters-end .projects-page-filter-tabs {
    justify-content: flex-end;
}

.projects-page-filter-tabs a {
    display: inline-flex;
    align-items: center;
    height: 44px;
    padding: 0 20px;
    border-radius: 30px;
    background: var(--bg-color, #f3f5f4);
    color: var(--theme-color2);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.projects-page-filter-tabs a:hover,
.projects-page-filter-tabs a.active {
    background: var(--theme-color1);
    color: #fff;
}

@media (max-width: 991.98px) {
    .projects-page-section .project-carousel-link {
        height: 400px;
    }

    .projects-page-filters-end .projects-page-filter-tabs {
        justify-content: flex-end;
    }
}

@media (max-width: 575.98px) {
    .projects-page-section .project-carousel-link {
        height: 340px;
    }
}

.project-details {
    background: #fff;
}

.project-details .row {
    align-items: flex-start;
}

.project-details__content-left {
    margin-top: 10px;
}

.project-details__content-right {
    margin-top: 0;
}

.project-details__details-box {
    background-color: #f5f7f6;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.06);
}

.project-details__name {
    color: var(--theme-color2);
    font-weight: 700;
    margin: 4px 0 0;
}

.project-details__pagination-box {
    margin-top: 70px;
}

.project-details .list-style-two {
    list-style: none;
    margin: 0;
    padding: 0;
}

.project-details .list-style-two li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    color: #4a5851;
    font-size: 15px;
    line-height: 1.6;
}

.project-details .list-style-two li i {
    color: var(--theme-color1);
    margin-top: 4px;
}

.project-details__content-left p {
    color: #5c6b64;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 14px;
}

.project-details__content-left h3 {
    color: var(--theme-color2);
    font-size: 24px;
    font-weight: 700;
}

/*** 

====================================================================
    Contact Page (theme: page-contact)
====================================================================

***/
/* Theme styles: .page-title, .contact-details__info, .map / .map-section */
.map-section {
    background: #fff;
}

.map-section-wrap {
    border-radius: 30px;
    margin: 0 40px;
    overflow: hidden;
    position: relative;
}

.map-section-wrap .map {
    display: block;
    border: 0;
}

@media (max-width: 1699.98px) {
    .map-section-wrap {
        margin: 0 35px;
    }
}

@media (max-width: 1399.98px) {
    .map-section-wrap {
        margin: 0 28px;
    }
}

@media (max-width: 1199.98px) {
    .map-section-wrap {
        margin: 0 20px;
    }
}

@media (max-width: 469.98px) {
    .map-section-wrap {
        margin: 0 16px;
    }

    .map-section-wrap .map {
        height: 320px;
    }
}

/*** 

====================================================================
    Cart Page
====================================================================

***/
.cart-page {
    background: #fff;
}

.cart-page-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 40px;
    align-items: start;
}

.cart-page-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 28px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(var(--theme-color2-rgb), 0.08);
}

.cart-page-head h3 {
    margin: 0;
    color: var(--theme-color2);
    font-size: 28px;
    font-weight: 700;
}

.cart-page-head h3 span {
    color: #6b7a72;
    font-size: 16px;
    font-weight: 500;
}

.cart-continue {
    color: var(--theme-color1);
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.cart-continue i {
    margin-left: 6px;
    font-size: 13px;
    transition: transform 0.25s ease;
}

.cart-continue:hover i {
    transform: translateX(4px);
}

.cart-item {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 20px;
    padding: 22px 0;
    border-bottom: 1px solid rgba(var(--theme-color2-rgb), 0.08);
}

.cart-item-thumb {
    display: block;
    overflow: hidden;
    background: #f4f7f5;
}

.cart-item-thumb img {
    width: 100%;
    height: 110px;
    object-fit: cover;
    display: block;
}

.cart-item-body {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) 100px 130px 100px 36px;
    gap: 12px;
    align-items: center;
}

.cart-item-cat {
    display: inline-block;
    margin-bottom: 6px;
    color: var(--theme-color1);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.cart-item-info h4 {
    margin: 0 0 6px;
    font-size: 18px;
    line-height: 1.35;
}

.cart-item-info h4 a {
    color: var(--theme-color2);
    text-decoration: none;
}

.cart-item-info h4 a:hover {
    color: var(--theme-color1);
}

.cart-item-info p {
    margin: 0;
    color: #6b7a72;
    font-size: 14px;
}

.cart-item-price,
.cart-item-total {
    color: var(--theme-color2);
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.cart-item-total {
    color: var(--theme-color1);
}

.cart-item-qty .quantity-box {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.12);
    background: #fff;
}

.cart-item-qty .quantity-box input {
    width: 48px;
    height: 42px;
    border: 0;
    text-align: center;
    color: var(--theme-color2);
    font-weight: 600;
    background: transparent;
    -moz-appearance: textfield;
}

.cart-item-qty .quantity-box input::-webkit-outer-spin-button,
.cart-item-qty .quantity-box input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cart-item-qty .quantity-box button {
    width: 36px;
    height: 42px;
    border: 0;
    background: transparent;
    color: var(--theme-color2);
    cursor: pointer;
}

.cart-item-qty .quantity-box button:hover {
    color: var(--theme-color1);
}

.cart-item-remove {
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: rgba(var(--theme-color2-rgb), 0.06);
    color: #6b7a72;
    cursor: pointer;
    transition: 0.25s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.cart-item-remove:hover {
    background: var(--theme-color1);
    color: #fff;
}

.cart-page-summary {
    background: var(--theme-color2);
    color: #fff;
    padding: 32px 28px;
}

.cart-page-summary h3 {
    margin: 0 0 22px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.cart-coupon {
    display: flex;
    gap: 8px;
    margin-bottom: 24px;
}

.cart-coupon input {
    flex: 1;
    min-width: 0;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    padding: 0 14px;
    outline: none;
}

.cart-coupon input::placeholder {
    color: rgba(255, 255, 255, 0.55);
}

.cart-coupon button {
    height: 48px;
    border: 0;
    padding: 0 18px;
    background: var(--theme-color1);
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.cart-coupon button:hover {
    background: var(--theme-color3);
    color: var(--theme-color2);
}

.cart-summary-rows {
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
}

.cart-summary-rows li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.75);
    font-size: 15px;
}

.cart-summary-rows li strong {
    color: #fff;
    font-weight: 600;
}

.cart-summary-rows li.is-total {
    border-bottom: 0;
    padding-top: 18px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.cart-summary-rows li.is-total strong {
    color: var(--theme-color3);
    font-size: 22px;
}

.cart-checkout-btn {
    width: 100%;
    justify-content: center;
}

.cart-summary-note {
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.55);
    font-size: 13px;
    line-height: 1.6;
}

.cart-empty {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
    padding: 56px 40px 48px;
    background: linear-gradient(180deg, #f7fbf8 0%, #fff 58%);
    border: 1px solid rgba(var(--theme-color2-rgb), 0.08);
    box-shadow: 0 18px 48px rgba(var(--theme-color2-rgb), 0.06);
}

.cart-empty-visual {
    width: 168px;
    height: 168px;
    margin: 0 auto 22px;
    color: var(--theme-color1);
}

.cart-empty-visual svg {
    display: block;
    width: 100%;
    height: 100%;
}

.cart-empty-ring {
    transform-origin: 120px 120px;
    animation: cartEmptySpin 18s linear infinite;
}

.cart-empty-bag {
    transform-origin: 120px 130px;
    animation: cartEmptyFloat 3.2s ease-in-out infinite;
}

.cart-empty-spark {
    transform-origin: center;
    animation: cartEmptySpark 2.4s ease-in-out infinite;
}

.cart-empty-kicker {
    display: inline-block;
    margin: 0 0 10px;
    color: var(--theme-color1);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.cart-empty h3 {
    margin: 0 0 12px;
    color: var(--theme-color2);
    font-size: 34px;
    line-height: 1.2;
}

.cart-empty p {
    max-width: 460px;
    margin: 0 auto 28px;
    color: #6b7a72;
    font-size: 16px;
    line-height: 1.7;
}

.cart-empty .theme-btn-two {
    margin: 0 auto;
}

@keyframes cartEmptySpin {
    to { transform: rotate(360deg); }
}

@keyframes cartEmptyFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-7px); }
}

@keyframes cartEmptySpark {
    0%, 100% { opacity: 0.45; transform: scale(0.92); }
    50% { opacity: 1; transform: scale(1.08); }
}

@media (max-width: 767.98px) {
    .cart-empty {
        padding: 40px 22px 36px;
    }

    .cart-empty-visual {
        width: 140px;
        height: 140px;
    }

    .cart-empty h3 {
        font-size: 26px;
    }
}

.cart-coupon-msg {
    margin: 10px 0 0;
    color: #b8e0c4;
    font-size: 13px;
}

.cart-coupon-msg.is-error {
    color: #f3c4c4;
}

.cart-coupon-applied {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
}

.cart-coupon-applied a {
    color: var(--theme-color3);
    margin-left: 8px;
}

@media (max-width: 1199.98px) {
    .cart-item-body {
        grid-template-columns: minmax(0, 1fr) 90px 120px 90px 36px;
    }
}

@media (max-width: 991.98px) {
    .cart-page-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .cart-page-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .cart-item {
        grid-template-columns: 88px minmax(0, 1fr);
    }

    .cart-item-thumb img {
        height: 88px;
    }

    .cart-item-body {
        grid-template-columns: minmax(0, 1fr) 36px;
        grid-template-areas:
            "info remove"
            "price price"
            "qty total";
    }

    .cart-item-info {
        grid-area: info;
    }

    .cart-item-remove {
        grid-area: remove;
        justify-self: end;
    }

    .cart-item-price {
        grid-area: price;
        text-align: left;
    }

    .cart-item-qty {
        grid-area: qty;
    }

    .cart-item-total {
        grid-area: total;
        text-align: right;
    }
}

/*** 

====================================================================
    Auth + Checkout Pages
====================================================================

***/
.auth-page {
    background: #fff;
}

.auth-page-login {
    background: #fff;
}

.auth-page-register {
    background: #fff;
}

.auth-page-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 0;
    min-height: 640px;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.08);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(var(--theme-color2-rgb), 0.08);
}

.auth-page-visual {
    position: relative;
    min-height: 100%;
    background: var(--theme-color2);
    color: #fff;
}

.auth-page-visual-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.22;
}

.auth-page-visual-inner {
    position: relative;
    z-index: 1;
    height: 100%;
    padding: 48px 42px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.auth-page-visual .auth-label {
    color: rgba(255, 255, 255, 0.72);
}

.auth-page-visual h2 {
    margin: 0 0 14px;
    color: #fff;
    font-size: clamp(28px, 3vw, 38px);
    line-height: 1.25;
    font-weight: 700;
}

.auth-page-visual p {
    margin: 0 0 24px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
    line-height: 1.75;
    max-width: 420px;
}

.auth-page-features {
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
}

.auth-page-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
}

.auth-page-features i {
    color: var(--theme-color3);
}

.auth-page-stats {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.auth-page-stats div {
    min-width: 120px;
    padding: 14px 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.auth-page-stats strong {
    display: block;
    color: #fff;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 4px;
}

.auth-page-stats span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
}

.auth-page-form-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 42px 36px;
    background: #fff;
}

.auth-page-card {
    max-width: 560px;
    margin: 0 auto;
    background: #fff;
    padding: 48px 40px;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.08);
    border-radius: 18px;
}

.auth-page-login .auth-page-card {
    width: 100%;
    max-width: 100%;
    background: transparent;
    padding: 0;
    border: 0;
    border-radius: 0;
}

.auth-page-register .auth-page-card {
    width: 100%;
    max-width: 100%;
    background: transparent;
    padding: 0;
    border: 0;
    border-radius: 0;
}

.auth-page-intro {
    margin-bottom: 28px;
}

.auth-input-wrap {
    position: relative;
}

.auth-input-wrap>i {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #8a9690;
    font-size: 14px;
    pointer-events: none;
    z-index: 1;
}

.auth-input-wrap .form-control {
    padding-left: 44px;
    padding-right: 44px;
    border-radius: 12px;
}

.auth-password-toggle {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #8a9690;
    cursor: pointer;
}

.auth-password-toggle:hover {
    color: var(--theme-color2);
    background: rgba(var(--theme-color1-rgb), 0.08);
}

.auth-field-label {
    display: block;
    margin-bottom: 8px;
    color: var(--theme-color2);
    font-size: 14px;
    font-weight: 600;
}

.auth-membership-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.auth-membership-tab {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.12);
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    transition: 0.2s ease;
    margin-bottom: 0;
}

.auth-membership-tab input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.auth-membership-tab:hover,
.auth-membership-tab.is-active {
    border-color: var(--theme-color1);
    box-shadow: 0 10px 24px rgba(var(--theme-color2-rgb), 0.06);
}

.auth-membership-tab.is-active {
    background: linear-gradient(180deg, #fbfcfb 0%, #fff 100%);
}

.auth-membership-tab-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--theme-color1-rgb), 0.12);
    color: var(--theme-color1);
    flex-shrink: 0;
    font-size: 15px;
}

.auth-membership-tab.is-active .auth-membership-tab-icon {
    background: var(--theme-color2);
    color: #fff;
}

.auth-membership-tab-body strong {
    display: block;
    color: var(--theme-color2);
    font-size: 14px;
    margin-bottom: 2px;
}

.auth-membership-tab-body em {
    display: block;
    font-style: normal;
    color: #6b7a72;
    font-size: 12px;
}

.auth-corporate-fields {
    display: none;
    margin-bottom: 4px;
}

.auth-corporate-fields.is-open {
    display: block;
}

.auth-individual-fields {
    display: none;
    margin-bottom: 4px;
}

.auth-individual-fields.is-open {
    display: block;
}

.auth-input-wrap-phone {
    position: relative;
}

.auth-input-wrap-phone .iti {
    display: block;
    width: 100%;
}

.auth-input-wrap-phone .iti input.iti__tel-input,
.auth-input-wrap-phone .iti input.form-control {
    width: 100%;
    height: 54px;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.12);
    border-radius: 12px;
    background: #fff;
    color: var(--theme-color2);
    padding-right: 16px;
}

.auth-input-wrap-phone .iti input.iti__tel-input:focus,
.auth-input-wrap-phone .iti input.form-control:focus {
    border-color: var(--theme-color1);
    box-shadow: none;
    outline: none;
}

.auth-input-wrap-phone .iti__country-container {
    padding: 0;
}

.auth-input-wrap-phone .iti__selected-country {
    border-radius: 12px 0 0 12px;
}

.auth-input-wrap-phone .iti__selected-country-primary {
    padding-left: 14px;
}

.auth-input-wrap-phone .iti__selected-dial-code {
    color: var(--theme-color2);
    font-size: 14px;
    font-weight: 600;
}

.auth-input-wrap-phone .iti__arrow {
    border-top-color: #6b7a72;
}

.auth-input-wrap-phone .iti__dropdown-content {
    border-radius: 12px;
    border-color: rgba(var(--theme-color2-rgb), 0.12);
    box-shadow: 0 12px 28px rgba(var(--theme-color2-rgb), 0.1);
    overflow: hidden;
}

.auth-input-wrap-phone .iti__search-input {
    border-radius: 8px;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.12);
}

.auth-input-wrap-phone .iti__country.iti__highlight {
    background: rgba(var(--theme-color1-rgb), 0.1);
}

.contact-details .auth-input-wrap-phone .iti {
    width: 100%;
}

.contact-details .auth-input-wrap-phone .iti input.iti__tel-input,
.contact-details .auth-input-wrap-phone .iti input.form-control {
    height: calc(2.25rem + 27px);
    border: 1px solid #f4f5f8;
    border-radius: 0.375rem;
    background-color: #f4f5f8;
    color: #686a6f;
    font-size: 0.9rem;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-right: 30px;
}

.contact-details .auth-input-wrap-phone .iti input.iti__tel-input:focus,
.contact-details .auth-input-wrap-phone .iti input.form-control:focus {
    border-color: #f4f5f8;
    background-color: #f4f5f8;
    box-shadow: none;
}

.contact-details .auth-input-wrap-phone .iti__selected-country {
    border-radius: 0.375rem 0 0 0.375rem;
    background: transparent;
}

.contact-details .auth-input-wrap-phone .iti__selected-country-primary {
    padding-left: 18px;
}

.contact-details .auth-input-wrap-phone .iti__selected-dial-code {
    color: #686a6f;
    font-size: 0.9rem;
    font-weight: 400;
}

.auth-divider {
    position: relative;
    margin: 22px 0 18px;
    text-align: center;
}

.auth-divider::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: rgba(var(--theme-color2-rgb), 0.1);
}

.auth-divider span {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0 12px;
    background: #fff;
    color: #8a9690;
    font-size: 13px;
}

.auth-social {
    display: grid;
    gap: 10px;
    margin-bottom: 6px;
}

.auth-social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.12);
    border-radius: 12px;
    background: #fff;
    color: var(--theme-color2);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.2s ease;
}

.auth-social-btn:hover {
    border-color: var(--theme-color1);
    color: var(--theme-color1);
    background: #f7f9f8;
}

.auth-social-btn.is-dark {
    background: #f7f9f8;
}

.auth-page-login .auth-field .form-control {
    border-radius: 12px;
}

.auth-page-register .auth-field .form-control {
    border-radius: 12px;
}

.auth-page-login .auth-check {
    position: relative;
}

.auth-page-register .auth-check {
    position: relative;
}

.auth-page-login .auth-check input {
    position: absolute;
    opacity: 0;
}

.auth-page-register .auth-check input {
    position: absolute;
    opacity: 0;
}

.auth-page-login .auth-check {
    padding-left: 28px;
}

.auth-page-register .auth-check {
    padding-left: 28px;
}

.auth-page-login .auth-check::before,
.auth-page-register .auth-check::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.18);
    border-radius: 5px;
    background: #fff;
}

.auth-page-login .auth-check-block::before,
.auth-page-register .auth-check-block::before {
    top: 3px;
}

.auth-page-login .auth-check:has(input:checked)::before,
.auth-page-register .auth-check:has(input:checked)::before {
    background: var(--theme-color2);
    border-color: var(--theme-color2);
}

.auth-page-login .auth-check:has(input:checked)::after,
.auth-page-register .auth-check:has(input:checked)::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 5px;
    width: 6px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
}

.auth-page-register .auth-check-block:has(input:checked)::after {
    top: 6px;
}

.auth-page-intro {
    margin-bottom: 28px;
}

.auth-label {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--theme-color1);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.auth-page-intro h2 {
    margin: 0 0 10px;
    color: var(--theme-color2);
    font-size: 30px;
    line-height: 1.3;
}

.auth-page-intro p {
    margin: 0;
    color: #6b7a72;
    font-size: 15px;
    line-height: 1.7;
}

.auth-field {
    margin-bottom: 16px;
}

.auth-field label:not(.auth-membership-tab),
.checkout-block label:not(.checkout-payment-tab):not(.checkout-address-card):not(.checkout-same-address):not(.auth-membership-tab) {
    display: block;
    margin-bottom: 8px;
    color: var(--theme-color2);
    font-size: 14px;
    font-weight: 600;
}

.auth-field .auth-membership-tab {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
}

.auth-field .auth-membership-tab-body {
    min-width: 0;
}

.checkout-block .auth-membership-tab {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
}

.checkout-block .auth-membership-tab-body {
    min-width: 0;
}

.checkout-block .checkout-payment-tab {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
}

.checkout-block .checkout-payment-tab-body {
    min-width: 0;
}

.checkout-block .checkout-address-card {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 0;
}

.checkout-block label span,
.checkout-block h3 span {
    color: #8a9690;
    font-weight: 400;
}

.auth-field .form-control,
.checkout-block .form-control {
    height: 54px;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.12);
    border-radius: 0;
    background: #fff;
    color: var(--theme-color2);
    padding: 0 16px;
}

.auth-field .auth-input-wrap .form-control {
    padding-left: 44px;
    padding-right: 16px;
}

.auth-field .auth-input-wrap:has(.auth-password-toggle) .form-control {
    padding-right: 44px;
}

.checkout-block select.form-control {
    width: 100%;
    appearance: auto;
    -webkit-appearance: menulist;
    padding-right: 16px;
    cursor: pointer;
}

.checkout-block .iti {
    width: 100%;
}

.checkout-block textarea.form-control {
    height: auto;
    min-height: 120px;
    padding: 14px 16px;
}

.auth-field .form-control:focus,
.checkout-block .form-control:focus {
    border-color: var(--theme-color1);
    box-shadow: none;
}

.auth-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 16px;
}

.auth-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 8px 0 22px;
}

.auth-row a,
.auth-switch a,
.auth-check a {
    color: var(--theme-color1);
    font-weight: 600;
    text-decoration: none;
}

.auth-row a:hover,
.auth-switch a:hover,
.auth-check a:hover {
    color: var(--theme-color2);
}

.auth-check {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #6b7a72;
    font-size: 14px;
    cursor: pointer;
}

.auth-check-block {
    align-items: flex-start;
    margin: 4px 0 22px;
}

.auth-check input {
    margin-top: 2px;
}

.auth-submit {
    width: 100%;
    justify-content: center;
}

.auth-switch {
    margin: 22px 0 0;
    text-align: center;
    color: #6b7a72;
    font-size: 15px;
}

.auth-message {
    margin: 0 0 18px;
    padding: 14px 16px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.5;
}

.auth-message-error {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #b91c1c;
}

.auth-message-error i {
    margin-right: 6px;
}

.checkout-page {
    background: #fff;
    overflow: visible;
}

.checkout-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 36px;
    align-items: start;
}

.checkout-block {
    margin-bottom: 32px;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(var(--theme-color2-rgb), 0.08);
}

.checkout-block:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.checkout-diff-address-block {
    margin-bottom: 18px;
    padding-bottom: 16px;
}

.checkout-block h3 {
    margin: 0 0 20px;
    color: var(--theme-color2);
    font-size: 24px;
    font-weight: 700;
}

.checkout-block-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}

.checkout-block-head h3 {
    margin: 0 0 6px;
}

.checkout-block-lead {
    margin: 0;
    color: #6b7a72;
    font-size: 14px;
    line-height: 1.6;
}

.checkout-manage-link {
    color: var(--theme-color1);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.checkout-manage-link:hover {
    color: var(--theme-color2);
}

.checkout-address-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 18px;
}

.checkout-address-grid-compact {
    margin-bottom: 0;
}

.checkout-address-card {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.1);
    border-radius: 14px;
    background: #fff;
    cursor: pointer;
    transition: 0.2s ease;
}

.checkout-address-card input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.checkout-address-card:hover,
.checkout-address-card.is-active {
    border-color: var(--theme-color1);
    box-shadow: 0 12px 28px rgba(var(--theme-color2-rgb), 0.06);
}

.checkout-address-card.is-active {
    background: linear-gradient(180deg, #fbfcfb 0%, #fff 100%);
}

.checkout-address-check {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: transparent;
    font-size: 11px;
    background: #fff;
}

.checkout-address-card.is-active .checkout-address-check {
    background: var(--theme-color2);
    border-color: var(--theme-color2);
    color: #fff;
}

.checkout-address-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--theme-color1-rgb), 0.12);
    color: var(--theme-color1);
    flex-shrink: 0;
}

.checkout-address-icon.is-office,
.checkout-address-icon.is-billing {
    background: rgba(var(--theme-color2-rgb), 0.08);
    color: var(--theme-color2);
}

.checkout-address-icon.is-new {
    background: rgba(var(--theme-color1-rgb), 0.08);
    color: var(--theme-color1);
}

.checkout-address-body {
    min-width: 0;
    padding-right: 24px;
}

.checkout-address-top {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.checkout-address-body strong {
    display: block;
    color: var(--theme-color2);
    font-size: 15px;
}

.checkout-address-top em,
.checkout-address-body em {
    font-style: normal;
    font-size: 11px;
    font-weight: 700;
    color: var(--theme-color1);
    background: rgba(var(--theme-color1-rgb), 0.12);
    border-radius: 999px;
    padding: 3px 8px;
}

.checkout-address-body p {
    margin: 0 0 8px;
    color: #5c6b64;
    font-size: 13px;
    line-height: 1.7;
}

.checkout-address-phone {
    display: block;
    color: #6b7a72;
    font-size: 12px;
}

.checkout-address-card-new {
    min-height: 100%;
}

.checkout-address-form {
    display: none;
    margin-bottom: 18px;
    padding: 18px;
    border: 1px dashed rgba(var(--theme-color2-rgb), 0.14);
    border-radius: 14px;
    background: #f7f9f8;
}

.checkout-address-form.is-open {
    display: block;
}

.checkout-address-form .auth-field {
    margin-bottom: 0;
}

.checkout-address-form .auth-membership-tab {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
}

.checkout-address-form .auth-membership-tab-body {
    min-width: 0;
}

.checkout-address-form .auth-corporate-fields {
    margin-bottom: 0;
}

.checkout-same-address {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 8px 0 18px;
    cursor: pointer;
    color: var(--theme-color2);
    font-size: 14px;
    font-weight: 600;
}

.checkout-same-address input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.checkout-same-address-box {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.18);
    background: #fff;
    position: relative;
    flex-shrink: 0;
}

.checkout-same-address input:checked+.checkout-same-address-box {
    background: var(--theme-color2);
    border-color: var(--theme-color2);
}

.checkout-same-address input:checked+.checkout-same-address-box::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
}

.checkout-billing-wrap {
    display: none;
    padding-top: 8px;
}

.checkout-billing-wrap.is-open {
    display: block;
}

.checkout-billing-wrap h4 {
    margin: 0 0 14px;
    color: var(--theme-color2);
    font-size: 18px;
    font-weight: 700;
}

.checkout-payment-secure {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(var(--theme-color1-rgb), 0.1);
    color: var(--theme-color2);
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.checkout-payment-tabs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}

.checkout-payment-tab {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.1);
    border-radius: 14px;
    background: #fff;
    cursor: pointer;
    transition: 0.2s ease;
}

.checkout-payment-tab input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.checkout-payment-tab:hover,
.checkout-payment-tab.is-active {
    border-color: var(--theme-color1);
    box-shadow: 0 12px 28px rgba(var(--theme-color2-rgb), 0.06);
}

.checkout-payment-tab.is-active {
    background: linear-gradient(180deg, #fbfcfb 0%, #fff 100%);
}

.checkout-payment-tab-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--theme-color1-rgb), 0.12);
    color: var(--theme-color1);
    flex-shrink: 0;
    font-size: 16px;
}

.checkout-payment-tab.is-active .checkout-payment-tab-icon {
    background: var(--theme-color2);
    color: #fff;
}

.checkout-payment-tab-body strong {
    display: block;
    color: var(--theme-color2);
    font-size: 14px;
    margin-bottom: 3px;
}

.checkout-payment-tab-body em {
    display: block;
    font-style: normal;
    color: #6b7a72;
    font-size: 12px;
}

.checkout-payment-panels {
    border: 1px solid rgba(var(--theme-color2-rgb), 0.08);
    border-radius: 16px;
    background: #f7f9f8;
    padding: 20px;
}

.checkout-payment-panel {
    display: none;
}

.checkout-payment-panel.is-active {
    display: block;
}

.checkout-card-brands {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.checkout-card-brands span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 54px;
    height: 34px;
    padding: 0 10px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.08);
    color: #4a5851;
    font-size: 22px;
}

.checkout-card-brands .is-troy {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.04em;
    color: var(--theme-color2);
}

.checkout-payment-note {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 16px 0 0;
    color: #6b7a72;
    font-size: 13px;
}

.checkout-payment-note i {
    color: var(--theme-color1);
}

.checkout-bank-box {
    position: relative;
    border: 2px solid rgba(var(--theme-color2-rgb), 0.10);
    border-radius: 12px;
    background: #fff;
    padding: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.checkout-bank-box:hover {
    border-color: rgba(var(--theme-color2-rgb), 0.25);
}

.checkout-bank-box.is-active {
    border-color: var(--theme-color2);
    box-shadow: 0 0 0 3px rgba(var(--theme-color2-rgb), 0.08);
}

.checkout-bank-box input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.checkout-bank-box-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(var(--theme-color2-rgb), 0.08);
}

.checkout-bank-logo {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f4f6f5;
    font-size: 18px;
    color: var(--theme-color2);
    flex-shrink: 0;
}

.checkout-bank-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
}

.checkout-bank-box-head strong {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: var(--theme-color2);
    margin-bottom: 2px;
}

.checkout-bank-box-head > div > span {
    color: #8a9690;
    font-size: 12.5px;
}

.checkout-bank-details {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.checkout-bank-details li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 14px;
    background: #f8faf9;
    border-radius: 8px;
    font-size: 13.5px;
}

.checkout-bank-details li span {
    color: #7a8a82;
    font-size: 13px;
    white-space: nowrap;
}

.checkout-bank-details li strong {
    color: #1a2e26;
    text-align: right;
    word-break: break-all;
    font-weight: 600;
    font-size: 13.5px;
    letter-spacing: 0.2px;
}

.checkout-payment-info {
    margin: 0 0 10px;
    color: #5c6b64;
    font-size: 14px;
    line-height: 1.7;
}

.checkout-payment-info-box {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.08);
    margin-bottom: 14px;
}

.checkout-payment-info-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--theme-color1-rgb), 0.12);
    color: var(--theme-color1);
    flex-shrink: 0;
}

.checkout-payment-info-box strong {
    display: block;
    color: var(--theme-color2);
    font-size: 15px;
    margin-bottom: 6px;
}

.checkout-payment-info-box p {
    margin: 0;
    color: #5c6b64;
    font-size: 14px;
    line-height: 1.7;
}

.checkout-payment-features {
    list-style: none;
    margin: 0;
    padding: 0;
}

.checkout-payment-features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    color: #4a5851;
    font-size: 14px;
    line-height: 1.6;
}

.checkout-payment-features li i {
    color: var(--theme-color1);
    margin-top: 3px;
}

/* =============================================
   ORDER RESULT PAGE
   ============================================= */

.order-result-page {
    background: #f7f9f8;
    overflow: visible;
}

/* Hero */
.order-result-hero {
    text-align: center;
    margin-bottom: 52px;
}

.order-result-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #fff;
    margin-bottom: 20px;
    box-shadow: 0 12px 32px rgba(34, 197, 94, 0.30);
}

.order-result-hero h2 {
    font-size: 32px;
    font-weight: 700;
    color: var(--theme-color2);
    margin: 0 0 10px;
}

.order-result-hero p {
    color: #6b7a72;
    font-size: 15px;
    margin: 0 0 24px;
}

.order-result-no {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.10);
    border-radius: 12px;
    padding: 12px 24px;
}

.order-result-no span {
    font-size: 13px;
    color: #7a8a82;
}

.order-result-no strong {
    font-size: 18px;
    font-weight: 700;
    color: var(--theme-color2);
    letter-spacing: 1px;
}

/* Layout */
.order-result-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 32px;
    align-items: start;
}

/* Block */
.order-result-block {
    background: #fff;
    border-radius: 16px;
    padding: 28px;
    margin-bottom: 20px;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.07);
}

.order-result-block:last-child {
    margin-bottom: 0;
}

.order-result-block-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(var(--theme-color2-rgb), 0.08);
}

.order-result-block-head i {
    font-size: 18px;
    color: var(--theme-color1);
}

.order-result-block-head h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--theme-color2);
}

/* Status Track */
.order-status-track {
    display: flex;
    align-items: center;
    gap: 0;
    overflow-x: auto;
    padding-bottom: 4px;
}

.order-status-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.order-status-step-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f3f1;
    color: #aab8b2;
    font-size: 16px;
    border: 2px solid #e4eae7;
    transition: 0.2s;
}

.order-status-step.is-done .order-status-step-icon {
    background: var(--theme-color2);
    color: #fff;
    border-color: var(--theme-color2);
}

.order-status-step.is-active .order-status-step-icon {
    background: var(--theme-color1);
    color: #fff;
    border-color: var(--theme-color1);
    box-shadow: 0 0 0 4px rgba(var(--theme-color1-rgb, 34,197,94), 0.15);
}

.order-status-step-label {
    font-size: 11px;
    font-weight: 600;
    color: #aab8b2;
    white-space: nowrap;
}

.order-status-step.is-done .order-status-step-label,
.order-status-step.is-active .order-status-step-label {
    color: var(--theme-color2);
}

.order-status-line {
    flex: 1;
    height: 2px;
    background: #e4eae7;
    margin-bottom: 22px;
    min-width: 20px;
    transition: 0.2s;
}

.order-status-line.is-done {
    background: var(--theme-color2);
}

.order-status-cancel-note {
    margin: 16px 0 0;
    padding: 12px 14px;
    border-radius: 10px;
    background: rgba(239, 68, 68, 0.08);
    color: #b91c1c;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

.order-status-track.is-cancelled .order-status-step-icon {
    opacity: 0.45;
}

/* Products */
.order-result-products {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.order-result-product {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px;
    border-radius: 12px;
    background: #f7f9f8;
}

.order-result-product-img {
    width: 56px;
    height: 56px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
    background: #edf0ee;
}

.order-result-product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.order-result-product-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.order-result-product-info strong {
    font-size: 14px;
    font-weight: 600;
    color: var(--theme-color2);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.order-result-product-info em {
    font-style: normal;
    font-size: 12px;
    color: #7a8a82;
}

.order-result-product-info span {
    font-size: 12px;
    color: #aab8b2;
}

.order-result-product-price {
    font-size: 15px;
    font-weight: 700;
    color: var(--theme-color2);
    white-space: nowrap;
}

/* Totals */
.order-result-totals {
    border-top: 1px solid rgba(var(--theme-color2-rgb), 0.08);
    padding-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.order-result-total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #6b7a72;
}

.order-result-total-row strong {
    color: var(--theme-color2);
    font-weight: 600;
}

.order-result-total-row.is-discount strong {
    color: #ef4444;
}

.order-result-total-row.is-grand {
    border-top: 1px solid rgba(var(--theme-color2-rgb), 0.10);
    padding-top: 12px;
    margin-top: 4px;
    font-size: 16px;
    font-weight: 700;
    color: var(--theme-color2);
}

.order-result-total-row.is-grand strong {
    font-size: 20px;
}

/* Info Grid */
.order-result-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.order-result-info-item {
    background: #f7f9f8;
    border-radius: 10px;
    padding: 12px 16px;
}

.order-result-info-item.is-full {
    grid-column: 1 / -1;
}

.order-result-info-item span {
    display: block;
    font-size: 11.5px;
    color: #8a9690;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.order-result-info-item strong {
    font-size: 14px;
    color: var(--theme-color2);
    font-weight: 600;
}

/* Address sheet (fatura + teslimat) */
.order-result-address-sheet {
    margin-bottom: 20px;
}

.order-result-address-sheet-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.08);
    border-radius: 14px;
    overflow: hidden;
    background: linear-gradient(180deg, #fbfcfb 0%, #fff 100%);
}

.order-result-address-pane {
    padding: 22px 24px 20px;
    min-width: 0;
}

.order-result-address-pane + .order-result-address-pane {
    border-left: 1px solid rgba(var(--theme-color2-rgb), 0.08);
    background: rgba(var(--theme-color2-rgb), 0.015);
}

.order-result-address-pane-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 14px;
}

.order-result-address-pane-label {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #8a9690;
}

.order-result-address-pane-name {
    display: block;
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 700;
    color: var(--theme-color2);
    line-height: 1.35;
}

.order-result-address-pane-company {
    margin: 0 0 12px;
    color: #5c6b64;
    font-size: 13.5px;
    line-height: 1.55;
}

.order-result-address-pane-text {
    margin: 0 0 16px;
    color: #4a5851;
    font-size: 14.5px;
    line-height: 1.7;
}

.order-result-address-pane-muted {
    margin: 0;
    color: #8a9690;
    font-size: 14px;
    line-height: 1.6;
}

.order-result-address-pane-contacts {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
}

.order-result-address-pane-contacts a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--theme-color2);
    text-decoration: none;
    font-size: 13.5px;
    font-weight: 600;
}

.order-result-address-pane-contacts a i {
    color: var(--theme-color1);
    font-size: 12px;
}

.order-result-address-pane-contacts a:hover {
    color: var(--theme-color1);
}

.order-result-same-note,
.order-print-same-note {
    margin: 0 0 12px;
    color: #6b7a72;
    font-size: 13px;
}

.order-result-same-chip {
    display: inline-flex;
    align-items: center;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
    background: rgba(var(--theme-color2-rgb), 0.06);
    color: #6b7a72;
}

.order-result-badge,
.account-modal-badge {
    display: inline-flex;
    align-items: center;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
}

.order-result-badge.is-kurumsal,
.account-modal-badge.is-kurumsal {
    background: rgba(var(--theme-color2-rgb), 0.1);
    color: var(--theme-color2);
}

.order-result-badge.is-bireysel,
.account-modal-badge.is-bireysel {
    background: rgba(108, 117, 125, 0.12);
    color: #5c6b64;
}

.order-result-tracking-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--theme-color2);
    text-decoration: none;
    border-bottom: 1px dashed rgba(var(--theme-color2-rgb), 0.28);
}

.order-result-tracking-link i {
    font-size: 11px;
    color: var(--theme-color1);
}

.order-result-tracking-link:hover {
    color: var(--theme-color1);
    border-bottom-color: var(--theme-color1);
}

/* Bank */
.order-result-block-havale {
    border-color: rgba(var(--theme-color2-rgb), 0.14);
    background: #f7fbf9;
}

.order-result-havale-note {
    font-size: 14px;
    color: #6b7a72;
    margin-bottom: 18px;
    line-height: 1.65;
}

.order-result-bank {
    border: 1px solid rgba(var(--theme-color2-rgb), 0.10);
    border-radius: 12px;
    overflow: hidden;
}

.order-result-bank-head {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 20px;
    background: var(--theme-color2);
    color: #fff;
}

.order-result-bank-logo {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: rgba(255,255,255,0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 18px;
}

.order-result-bank-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
}

.order-result-bank-head strong {
    display: block;
    font-size: 15px;
    font-weight: 600;
}

.order-result-bank-head > div span {
    font-size: 12px;
    color: rgba(255,255,255,0.70);
}

.order-result-bank-details {
    list-style: none;
    margin: 0;
    padding: 0;
}

.order-result-bank-details li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    border-top: 1px solid rgba(var(--theme-color2-rgb), 0.06);
    font-size: 14px;
    background: #fff;
}

.order-result-bank-details li span {
    color: #7a8a82;
    white-space: nowrap;
}

.order-result-bank-details li strong {
    color: var(--theme-color2);
    font-weight: 600;
    text-align: right;
    word-break: break-all;
}

.order-result-iban {
    letter-spacing: 1px;
    font-family: monospace;
    font-size: 13px !important;
}

.order-result-note-text {
    font-size: 14px;
    color: #5a6b62;
    line-height: 1.7;
    background: #f7f9f8;
    border-radius: 10px;
    padding: 14px 18px;
    margin: 0;
}

/* Sidebar */
.order-result-sidebar {
    position: sticky;
    top: 120px;
}

.order-result-sidebar-card {
    background: var(--theme-color2);
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 16px;
}

.order-result-sidebar-head {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px 24px;
    border-bottom: 1px solid rgba(255,255,255,0.10);
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

.order-result-sidebar-head i {
    font-size: 18px;
    color: rgba(255,255,255,0.75);
}

.order-result-sidebar-rows {
    list-style: none;
    margin: 0;
    padding: 0;
}

.order-result-sidebar-rows li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 13px 24px;
    border-bottom: 1px solid rgba(255,255,255,0.07);
    font-size: 14px;
    color: rgba(255,255,255,0.72);
}

.order-result-sidebar-rows li strong {
    color: #fff;
    font-weight: 600;
    text-align: right;
}

.order-paid { color: #4ade80 !important; }
.order-pending { color: #fbbf24 !important; }

.order-result-sidebar-total {
    font-size: 15px !important;
    font-weight: 700;
    color: #fff !important;
}

.order-result-sidebar-total strong {
    font-size: 18px !important;
}

.order-result-sidebar-status {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 24px;
    background: rgba(255,255,255,0.07);
    font-weight: 600;
    font-size: 14px;
    color: #fff;
}

.order-result-sidebar-status i {
    color: var(--status-color, #fff);
    font-size: 18px;
}

.order-result-sidebar-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.order-result-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 20px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.2s;
}

.order-result-btn-primary {
    background: var(--theme-color2);
    color: #fff;
}

.order-result-btn-primary:hover {
    background: var(--theme-color1);
    color: #fff;
}

.order-result-btn-secondary {
    background: #fff;
    color: var(--theme-color2);
    border: 1px solid rgba(var(--theme-color2-rgb), 0.12);
}

.order-result-btn-secondary:hover {
    background: #f0f3f1;
    color: var(--theme-color2);
}

/* Responsive */
@media (max-width: 991.98px) {
    .order-result-layout {
        grid-template-columns: 1fr;
    }
    .order-result-sidebar {
        position: static;
    }
    .order-result-info-grid {
        grid-template-columns: 1fr;
    }
    .order-result-address-sheet-body {
        grid-template-columns: 1fr;
    }
    .order-result-address-pane + .order-result-address-pane {
        border-left: 0;
        border-top: 1px solid rgba(var(--theme-color2-rgb), 0.08);
    }
    .order-result-hero h2 {
        font-size: 24px;
    }
}

@media (max-width: 575.98px) {
    .order-status-track {
        gap: 0;
    }
    .order-status-step-label {
        font-size: 9.5px;
    }
    .order-result-address-pane {
        padding: 18px 16px 16px;
    }
    .order-result-address-pane-name {
        font-size: 16px;
    }
}

/* Order Print Sheet */
.order-print-sheet {
    display: none;
}

button.order-result-btn {
    border: none;
    cursor: pointer;
    width: 100%;
    font-family: inherit;
}

.order-print-page {
    color: #1a2e24;
    font-size: 13px;
    line-height: 1.5;
}

.order-print-header {
    padding-bottom: 16px;
    margin-bottom: 22px;
    border-bottom: 2px solid #042f23;
}

.order-print-header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
    margin-bottom: 14px;
}

.order-print-brand {
    flex-shrink: 0;
}

.order-print-brand img {
    display: block;
    max-height: 52px;
    max-width: 220px;
    object-fit: contain;
}

.order-print-firma {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #042f23;
    line-height: 1.25;
}

.order-print-doc-title {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: #042f23;
    letter-spacing: 0.2px;
}

.order-print-meta {
    flex-shrink: 0;
    text-align: right;
}

.order-print-meta div {
    margin-bottom: 6px;
}

.order-print-meta span {
    display: block;
    font-size: 11px;
    color: #7a8a82;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.order-print-meta strong {
    display: block;
    font-size: 15px;
    color: #042f23;
}

.order-print-section {
    margin-bottom: 22px;
}

.order-print-section h3 {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 700;
    color: #042f23;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.order-print-table {
    width: 100%;
    border-collapse: collapse;
}

.order-print-table-info td {
    padding: 7px 10px;
    border: 1px solid #dde4e0;
    vertical-align: top;
}

.order-print-table-info td:first-child {
    width: 34%;
    background: #f4f7f5;
    color: #5c6b64;
    font-weight: 600;
}

.order-print-table-products th,
.order-print-table-products td {
    padding: 9px 10px;
    border: 1px solid #dde4e0;
    text-align: left;
}

.order-print-table-products th {
    background: #042f23;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.order-print-table-products tbody tr:nth-child(even) {
    background: #f7f9f8;
}

.order-print-product-variant {
    display: block;
    margin-top: 3px;
    font-size: 11px;
    color: #5c6b64;
}

.order-print-table-totals {
    width: 280px;
    margin-left: auto;
    margin-top: 12px;
}

.order-print-table-totals td {
    padding: 7px 10px;
    border: 1px solid #dde4e0;
}

.order-print-table-totals td:last-child {
    text-align: right;
    font-weight: 600;
}

.order-print-table-totals tr.is-grand td {
    background: #042f23;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.order-print-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.order-print-note {
    margin: 0;
    padding: 12px 14px;
    background: #f7f9f8;
    border: 1px solid #dde4e0;
    border-radius: 6px;
}

.order-print-footer {
    margin-top: 28px;
    padding-top: 14px;
    border-top: 1px solid #dde4e0;
    font-size: 11px;
    color: #7a8a82;
    text-align: center;
}

@media print {
    @page {
        size: A4;
        margin: 14mm 12mm;
    }

    body {
        background: #fff !important;
    }

    .main-header,
    .page-banner,
    .footer-section,
    .preloader,
    .back-to-top,
    .mouseCursor,
    .mobile-app-bar,
    .order-result-hero,
    .order-result-layout,
    .order-result-sidebar-actions {
        display: none !important;
    }

    body.has-mobile-app-bar {
        padding-bottom: 0 !important;
    }

    .order-result-page {
        background: #fff !important;
        padding: 0 !important;
    }

    .order-result-page .container {
        max-width: none !important;
        width: 100% !important;
        padding: 0 !important;
    }

    .order-print-sheet {
        display: block !important;
    }

    .order-print-page {
        page-break-inside: avoid;
    }

    .order-print-section {
        page-break-inside: avoid;
    }
}

/* Sipariş Sorgulama */
.order-query-page {
    background: #f7f9f8;
    overflow: visible;
}

.order-query-shell {
    max-width: 560px;
    margin: 0 auto;
}

.order-query-card {
    background: #fff;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.08);
    border-radius: 18px;
    padding: 34px 32px;
    box-shadow: 0 18px 40px rgba(var(--theme-color2-rgb), 0.06);
}

.order-query-head {
    margin-bottom: 24px;
}

.order-query-kicker {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--theme-color1);
    margin-bottom: 10px;
}

.order-query-head h2 {
    margin: 0 0 10px;
    font-size: 28px;
    color: var(--theme-color2);
}

.order-query-head p {
    margin: 0;
    color: #6b7a72;
    font-size: 15px;
    line-height: 1.6;
}

.order-query-alert {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 16px;
    margin-bottom: 20px;
    border-radius: 12px;
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #b91c1c;
    font-size: 14px;
}

.order-query-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.order-query-field label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    color: var(--theme-color2);
}

.order-query-input {
    position: relative;
}

.order-query-input i {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #8a9790;
}

.order-query-input input {
    width: 100%;
    min-height: 52px;
    padding: 0 16px 0 44px;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.12);
    border-radius: 12px;
    background: #fff;
}

.order-query-submit {
    width: 100%;
    margin-top: 6px;
}

.order-query-links {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid rgba(var(--theme-color2-rgb), 0.08);
}

.order-query-links a {
    color: var(--theme-color1);
    font-weight: 700;
    text-decoration: none;
}

.order-query-result-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 28px;
}

.order-query-result-head h2 {
    margin: 0 0 8px;
    font-size: 30px;
    color: var(--theme-color2);
}

.order-query-result-head p {
    margin: 0;
    color: #6b7a72;
}

.order-query-back-btn {
    border: 1px solid rgba(var(--theme-color2-rgb), 0.12);
    background: #fff;
    color: var(--theme-color2);
    border-radius: 999px;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 700;
}

.order-query-status-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.order-query-status-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: #eef2f0;
    color: var(--theme-color2);
    font-size: 13px;
    font-weight: 700;
}

.order-query-status-badge.is-done {
    background: #dcfce7;
    color: #166534;
}

.order-query-status-badge.is-pending,
.order-query-status-badge.is-waiting {
    background: #fef3c7;
    color: #92400e;
}

.order-query-status-badge.is-cancel {
    background: #fee2e2;
    color: #991b1b;
}

.order-result-sidebar-status .is-done,
.order-result-sidebar-rows strong.is-done {
    color: #166534;
}

.order-result-sidebar-rows strong.is-pending,
.order-result-sidebar-rows strong.is-waiting {
    color: #92400e;
}

.order-result-sidebar-rows strong.is-cancel {
    color: #991b1b;
}

@media (max-width: 767.98px) {
    .order-query-card {
        padding: 24px 20px;
    }
    .order-query-result-head {
        flex-direction: column;
    }
}

.checkout-summary {
    background: var(--theme-color2);
    color: #fff;
    padding: 32px 28px;
    position: sticky;
    top: 120px;
}

.checkout-summary h3 {
    margin: 0 0 22px;
    color: #fff;
    font-size: 24px;
}

.checkout-order-list {
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
}

.checkout-order-list li {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.checkout-order-thumb img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    display: block;
}

.checkout-order-list strong {
    display: block;
    color: #fff;
    font-size: 14px;
    margin-bottom: 4px;
}

.checkout-order-list span {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
}

.checkout-order-list em {
    color: var(--theme-color3);
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
}

.checkout-summary .cart-summary-rows {
    margin-bottom: 24px;
}

.checkout-back {
    display: block;
    margin-top: 16px;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.checkout-back:hover {
    color: #fff;
}

.checkout-page .payment-method .accordion-box .block .acc-btn {
    background: #fff;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.08);
}

@media (max-width: 991.98px) {
    .checkout-layout {
        grid-template-columns: 1fr;
    }

    .checkout-address-grid {
        grid-template-columns: 1fr;
    }

    .checkout-block-head {
        flex-direction: column;
    }

    .checkout-payment-tabs {
        grid-template-columns: 1fr;
    }

    .auth-page-shell {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .auth-page-visual-inner {
        padding: 32px 24px;
    }

    .auth-page-form-wrap {
        padding: 32px 24px;
    }

    .auth-page-card {
        padding: 36px 24px;
    }

    .auth-page-login .auth-page-card {
        padding: 0;
    }

    .auth-page-register .auth-page-card {
        padding: 0;
    }
}

@media (max-width: 575.98px) {
    .auth-grid {
        grid-template-columns: 1fr;
    }

    .auth-row {
        flex-direction: column;
        align-items: flex-start;
    }
}

/*** 

====================================================================
    Account Page
====================================================================

***/
.account-page {
    background: #fff;
}

.account-profile-bar {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    padding: 16px;
    border-radius: 14px;
    background: linear-gradient(145deg, var(--theme-color2) 0%, #0f4636 100%);
    color: #fff;
    flex-wrap: wrap;
}

.account-sidebar .account-profile-bar {
    margin: 0 0 18px;
    border: 0;
    box-shadow: none;
}

.account-profile-bar .account-user-avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
    font-size: 14px;
}

.account-profile-bar .account-user-meta {
    flex: 1;
    min-width: 0;
}

.account-profile-bar .account-user-meta strong {
    display: block;
    color: #fff;
    font-size: 15px;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.account-profile-bar .account-user-meta span {
    display: block;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.account-profile-bar .account-user-badge {
    width: 100%;
    margin-left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    padding: 4px 9px;
    line-height: 1;
}

.account-layout {
    display: grid;
    grid-template-columns: 290px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

.account-sidebar {
    border: 1px solid rgba(var(--theme-color2-rgb), 0.08);
    border-radius: 18px;
    padding: 22px 18px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(var(--theme-color2-rgb), 0.06);
}

.account-user {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
    padding: 16px;
    border-radius: 14px;
    background: linear-gradient(145deg, var(--theme-color2) 0%, #0f4636 100%);
    color: #fff;
}

.account-user-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
}

.account-user-meta strong {
    display: block;
    color: #fff;
    font-size: 16px;
    margin-bottom: 2px;
}

.account-user-meta span {
    display: block;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    margin-bottom: 8px;
}

.account-user-badge {
    display: inline-flex;
    align-items: center;
    font-style: normal;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    padding: 4px 9px;
    line-height: 1;
}

.account-nav {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.account-nav button,
.account-logout {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    border: 0;
    background: transparent;
    color: #5c6b64;
    text-align: left;
    padding: 12px 14px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    border-radius: 10px;
    transition: 0.2s ease;
}

.account-nav button i,
.account-logout i {
    width: 18px;
    text-align: center;
    color: var(--theme-color1);
}

.account-nav button:hover {
    background: rgba(var(--theme-color1-rgb), 0.08);
    color: var(--theme-color2);
}

.account-nav button.is-active {
    background: var(--theme-color2);
    color: #fff;
}

.account-nav button.is-active i {
    color: #fff;
}

.account-nav-badge {
    margin-left: auto;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    border-radius: 999px;
    background: #25d366;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    font-style: normal;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.account-nav-badge[hidden] {
    display: none !important;
}

.account-nav button.is-active .account-nav-badge {
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
}

.account-logout {
    margin-top: 8px;
    border-top: 1px solid rgba(var(--theme-color2-rgb), 0.08);
    padding-top: 16px;
    border-radius: 0 0 10px 10px;
    color: #b42318;
}

.account-logout i {
    color: #b42318;
}

.account-logout:hover {
    background: rgba(180, 35, 24, 0.06);
    color: #912018;
}

.account-content {
    border: 1px solid rgba(var(--theme-color2-rgb), 0.08);
    border-radius: 18px;
    padding: 34px 32px;
    background: #fff;
    min-height: 520px;
    box-shadow: 0 16px 40px rgba(var(--theme-color2-rgb), 0.05);
}

.account-panel {
    display: none;
}

.account-panel.is-active {
    display: block;
}

.account-panel-head {
    margin-bottom: 28px;
}

.account-panel-head-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.account-add-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 0;
    border-radius: 10px;
    padding: 12px 18px;
    background: var(--theme-color2);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: 0.2s ease;
}

.account-add-btn:hover {
    background: var(--theme-color1);
}

.account-kicker {
    margin: 0 0 8px;
    color: var(--theme-color1);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    line-height: 1;
}

.account-panel h3 {
    margin: 0 0 10px;
    color: var(--theme-color2);
    font-size: clamp(24px, 2.4vw, 30px);
    font-weight: 700;
    line-height: 1.2;
}

.account-lead {
    margin: 0;
    color: #6b7a72;
    font-size: 15px;
    line-height: 1.7;
    max-width: 520px;
}

.account-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 24px;
}

.account-stat {
    display: flex;
    align-items: center;
    gap: 16px;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.08);
    border-radius: 14px;
    padding: 20px 18px;
    background: linear-gradient(180deg, #fbfcfb 0%, #fff 100%);
}

.account-stat-body {
    min-width: 0;
}

.account-stat-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--theme-color1-rgb), 0.12);
    color: var(--theme-color1);
    flex-shrink: 0;
    font-size: 20px;
    line-height: 1;
}

.account-stat-icon i {
    display: block;
    line-height: 1;
}

.account-stat-icon.is-warn {
    background: rgba(180, 120, 40, 0.12);
    color: #a06a1c;
}

.account-stat-icon.is-ok {
    background: rgba(var(--theme-color2-rgb), 0.1);
    color: var(--theme-color2);
}

.account-stat-label {
    display: block;
    color: #6b7a72;
    font-size: 13px;
    margin-bottom: 6px;
    line-height: 1.2;
}

.account-stat strong {
    color: var(--theme-color2);
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
}

.account-dash-layout {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.account-dash-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.account-dash-block {
    border: 1px solid rgba(var(--theme-color2-rgb), 0.08);
    border-radius: 16px;
    padding: 20px;
    background: linear-gradient(180deg, #fbfcfb 0%, #fff 100%);
    min-height: 220px;
}

.account-dash-block-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

.account-dash-block-head h4 {
    margin: 0;
    color: var(--theme-color2);
    font-size: 16px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.account-dash-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    border-radius: 999px;
    background: #b42318;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
}

.account-dash-empty {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px;
    border: 1px dashed rgba(var(--theme-color2-rgb), 0.12);
    border-radius: 14px;
    background: rgba(var(--theme-color1-rgb), 0.04);
    min-height: 140px;
}

.account-dash-empty-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--theme-color1-rgb), 0.12);
    color: var(--theme-color1);
    font-size: 20px;
    flex-shrink: 0;
}

.account-dash-empty.is-messages .account-dash-empty-icon {
    background: rgba(var(--theme-color2-rgb), 0.08);
    color: var(--theme-color2);
}

.account-dash-empty-body {
    min-width: 0;
}

.account-dash-empty-body strong {
    display: block;
    margin: 0 0 6px;
    color: var(--theme-color2);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
}

.account-dash-empty-body p {
    margin: 0 0 12px;
    color: #6b7a72;
    font-size: 14px;
    line-height: 1.6;
}

.account-dash-empty-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 0;
    background: transparent;
    padding: 0;
    color: var(--theme-color1);
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
}

.account-dash-empty-link i {
    font-size: 11px;
    transition: transform 0.2s ease;
}

.account-dash-empty-link:hover {
    color: var(--theme-color2);
}

.account-dash-empty-link:hover i {
    transform: translateX(3px);
}

.account-dash-messages {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.account-dash-msg {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.08);
    border-radius: 12px;
    padding: 12px 14px;
    background: #fff;
    text-align: left;
    cursor: pointer;
    font: inherit;
    color: inherit;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.account-dash-msg:hover {
    border-color: rgba(var(--theme-color1-rgb), 0.24);
    box-shadow: 0 8px 20px rgba(var(--theme-color2-rgb), 0.06);
    transform: translateY(-1px);
}

.account-dash-msg.is-unread {
    background: linear-gradient(180deg, #f7fbf8 0%, #fff 100%);
    border-color: rgba(var(--theme-color1-rgb), 0.18);
}

.account-dash-msg-avatar {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--theme-color1-rgb), 0.12);
    color: var(--theme-color1);
    font-size: 14px;
    font-weight: 700;
    flex-shrink: 0;
}

.account-dash-msg-body {
    min-width: 0;
    flex: 1;
}

.account-dash-msg-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 4px;
}

.account-dash-msg-top strong {
    color: var(--theme-color2);
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.account-dash-msg-top em {
    color: #8a9790;
    font-style: normal;
    font-size: 11px;
    flex-shrink: 0;
}

.account-dash-msg-preview {
    display: block;
    color: #6b7a72;
    font-size: 13px;
    line-height: 1.45;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.account-dash-msg-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #b42318;
    flex-shrink: 0;
}

.account-dash-actions {
    border: 1px solid rgba(var(--theme-color2-rgb), 0.08);
    border-radius: 16px;
    padding: 20px;
    background: #fff;
}

.account-dash-actions-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.account-dash-action {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 78px;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.08);
    border-radius: 14px;
    padding: 14px 16px;
    background: linear-gradient(180deg, #fbfcfb 0%, #fff 100%);
    color: var(--theme-color2);
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    font: inherit;
    width: 100%;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.account-dash-action:hover {
    border-color: rgba(var(--theme-color1-rgb), 0.24);
    box-shadow: 0 10px 24px rgba(var(--theme-color2-rgb), 0.06);
    transform: translateY(-1px);
    color: var(--theme-color2);
}

.account-dash-action-icon {
    position: relative;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--theme-color1-rgb), 0.12);
    color: var(--theme-color1);
    font-size: 18px;
    flex-shrink: 0;
}

.account-dash-action-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: #b42318;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
}

.account-dash-action-copy {
    min-width: 0;
}

.account-dash-action-copy strong {
    display: block;
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
}

.account-dash-action-copy em {
    display: block;
    color: #6b7a72;
    font-style: normal;
    font-size: 12px;
    line-height: 1.4;
}

@media (max-width: 1199.98px) {
    .account-dash-actions-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .account-dash-block {
        min-height: 0;
        padding: 16px;
    }

    .account-dash-empty {
        flex-direction: column;
        align-items: flex-start;
        min-height: 0;
    }

    .account-dash-action {
        min-height: 0;
    }
}

.account-text-btn {
    border: 0;
    background: transparent;
    color: var(--theme-color1);
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    padding: 0;
}

.account-quick {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.account-quick a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 14px;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.1);
    border-radius: 10px;
    color: var(--theme-color2);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    background: #f7f9f8;
    transition: 0.2s ease;
}

.account-quick a i {
    width: 18px;
    text-align: center;
    color: var(--theme-color1);
}

.account-quick a:hover {
    border-color: var(--theme-color1);
    background: #fff;
    color: var(--theme-color1);
    transform: translateY(-1px);
}

.account-orders {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.account-empty {
    display: grid;
    grid-template-columns: minmax(0, 140px) minmax(0, 1fr);
    align-items: center;
    gap: 28px;
    padding: 32px 34px;
    border: 1px dashed rgba(var(--theme-color2-rgb), 0.14);
    border-radius: 16px;
    background:
        radial-gradient(circle at top left, rgba(var(--theme-color1-rgb), 0.08), transparent 52%),
        linear-gradient(180deg, #fbfcfb 0%, #fff 100%);
}

.account-empty-visual {
    width: 140px;
    height: 140px;
    margin: 0 auto;
    color: var(--theme-color1);
}

.account-empty-visual svg {
    display: block;
    width: 100%;
    height: 100%;
}

.account-empty-ring {
    transform-origin: 120px 120px;
    animation: accountEmptySpin 20s linear infinite;
}

.account-empty-box {
    transform-origin: 120px 132px;
    animation: accountEmptyFloat 3.4s ease-in-out infinite;
}

.account-empty-pin {
    transform-origin: 120px 122px;
    animation: accountEmptyFloat 3.4s ease-in-out infinite;
}

.account-empty-spark {
    transform-origin: center;
    animation: accountEmptySpark 2.6s ease-in-out infinite;
}

.account-empty-body {
    min-width: 0;
}

.account-empty-kicker {
    display: inline-block;
    margin: 0 0 8px;
    color: var(--theme-color1);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.account-empty h4 {
    margin: 0 0 8px;
    color: var(--theme-color2);
    font-size: clamp(20px, 2vw, 24px);
    font-weight: 700;
    line-height: 1.25;
}

.account-empty p {
    margin: 0 0 18px;
    color: #6b7a72;
    font-size: 15px;
    line-height: 1.65;
    max-width: 420px;
}

.account-empty-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    border: 0;
    border-radius: 999px;
    background: var(--theme-color2);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.account-empty-btn i {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.14);
    font-size: 12px;
    transition: transform 0.2s ease;
}

.account-empty-btn:hover {
    background: var(--theme-color1);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(var(--theme-color2-rgb), 0.12);
}

.account-empty-btn:hover i {
    transform: translateX(2px);
}

@keyframes accountEmptySpin {
    to { transform: rotate(360deg); }
}

@keyframes accountEmptyFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}

@keyframes accountEmptySpark {
    0%, 100% { opacity: 0.45; transform: scale(0.92); }
    50% { opacity: 1; transform: scale(1.06); }
}

@media (max-width: 767.98px) {
    .account-empty {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 28px 22px;
        text-align: center;
    }

    .account-empty-visual {
        width: 120px;
        height: 120px;
    }

    .account-empty p {
        margin-left: auto;
        margin-right: auto;
    }
}

.account-order {
    border: 1px solid rgba(var(--theme-color2-rgb), 0.08);
    border-radius: 14px;
    padding: 18px 20px;
    background: #fff;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.account-order:hover {
    box-shadow: 0 12px 28px rgba(var(--theme-color2-rgb), 0.07);
}

.account-order.is-compact {
    border: 0;
    padding: 0;
    box-shadow: none;
}

.account-order.is-compact:hover {
    box-shadow: none;
}

.account-order-top {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 14px;
}

.account-order-top strong {
    display: block;
    color: var(--theme-color2);
    margin-bottom: 4px;
    font-size: 16px;
}

.account-order-top span {
    color: #6b7a72;
    font-size: 13px;
}

.account-order-top em {
    font-style: normal;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(var(--theme-color1-rgb), 0.12);
    color: var(--theme-color1);
    line-height: 1;
    white-space: nowrap;
}

.account-order-top em.is-shipping {
    background: rgba(180, 120, 40, 0.14);
    color: #a06a1c;
}

.account-order-top em.is-done {
    background: rgba(var(--theme-color2-rgb), 0.1);
    color: var(--theme-color2);
}

.account-order ul {
    list-style: none;
    margin: 0 0 14px;
    padding: 0;
    color: #5c6b64;
    font-size: 14px;
}

.account-order ul li+li {
    margin-top: 6px;
}

.account-order ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.account-order ul li img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 6px;
    flex-shrink: 0;
}

.account-order ul li div {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.account-order ul li div span {
    display: block !important;
    font-size: 13px;
    color: var(--theme-color2);
    font-weight: 600;
}

.account-order ul li div small {
    display: block !important;
    font-size: 12px;
    color: #6b7a72;
}

.account-order-items {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 14px;
}

.account-order-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px;
    border-radius: 10px;
    background: #f7f9f8;
}

.account-order-item img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
}

.account-order-item strong {
    display: block;
    color: var(--theme-color2);
    font-size: 14px;
    margin-bottom: 2px;
}

.account-order-item span {
    color: #6b7a72;
    font-size: 12px;
}

.account-order-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding-top: 14px;
    border-top: 1px solid rgba(var(--theme-color2-rgb), 0.08);
    font-size: 14px;
    color: #6b7a72;
}

.account-order-bottom strong {
    color: var(--theme-color2);
}

.account-order-bottom-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.account-order-bottom a,
.account-order-detail-btn,
.account-order-request-open-btn {
    color: var(--theme-color1);
    font-weight: 700;
    text-decoration: none;
}

.account-order-detail-btn,
.account-order-request-open-btn {
    border: 1px solid rgba(var(--theme-color1-rgb), 0.25);
    background: #fff;
    border-radius: 8px;
    padding: 8px 14px;
    font-size: 13px;
    cursor: pointer;
    transition: 0.2s ease;
}

.account-order-detail-btn:hover {
    background: var(--theme-color2);
    border-color: var(--theme-color2);
    color: #fff;
}

.account-order-request-open-btn {
    border-color: rgba(154, 52, 18, 0.28);
    color: #9a3412;
    background: rgba(154, 52, 18, 0.06);
}

.account-order-request-open-btn:hover {
    background: #9a3412;
    border-color: #9a3412;
    color: #fff;
}

.account-modal-order-actions.is-standalone {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.account-order[data-order-open] {
    cursor: pointer;
}

.account-address-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.account-address {
    border: 1px solid rgba(var(--theme-color2-rgb), 0.08);
    border-radius: 14px;
    padding: 22px;
    background: linear-gradient(180deg, #fbfcfb 0%, #fff 100%);
}

.account-address-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.account-address-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--theme-color1-rgb), 0.12);
    color: var(--theme-color1);
}

.account-address h4 {
    margin: 0;
    color: var(--theme-color2);
    font-size: 17px;
}

.account-address p,
.account-address-text {
    margin: 0 0 18px;
    color: #5c6b64;
    font-size: 14px;
    line-height: 1.75;
}

.account-link-btn {
    border: 1px solid rgba(var(--theme-color2-rgb), 0.12);
    background: #fff;
    color: var(--theme-color2);
    font-weight: 600;
    font-size: 13px;
    padding: 9px 14px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.2s ease;
}

.account-link-btn:hover {
    border-color: var(--theme-color1);
    color: var(--theme-color1);
}

.account-address-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.account-messages-list-head .account-add-btn {
    padding: 6px 10px;
    min-width: 0;
}

.account-content.is-messages-view {
    padding: 0;
    overflow: hidden;
}

.account-panel-messages {
    min-height: 620px;
    height: 100%;
}

.account-messages {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    min-height: 620px;
    height: 620px;
    background: #efeae2;
}

.account-messages.is-empty {
    background: #fff;
}

.account-messages-list-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 220px;
    padding: 28px 20px;
    text-align: center;
    color: #8a9790;
}

.account-messages-list-empty-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--theme-color1-rgb), 0.1);
    color: var(--theme-color1);
    font-size: 20px;
    margin-bottom: 4px;
}

.account-messages-list-empty strong {
    color: var(--theme-color2);
    font-size: 14px;
    font-weight: 700;
}

.account-messages-list-empty span {
    font-size: 13px;
    line-height: 1.5;
}

.account-messages-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 42px 36px;
    min-width: 0;
    background:
        radial-gradient(circle at top right, rgba(var(--theme-color1-rgb), 0.08), transparent 42%),
        linear-gradient(180deg, #f7fbf8 0%, #fff 100%);
}

.account-messages-empty-visual {
    width: 150px;
    height: 150px;
    margin: 0 auto 18px;
    color: var(--theme-color1);
}

.account-messages-empty-visual svg {
    display: block;
    width: 100%;
    height: 100%;
}

.account-messages-empty h4 {
    margin: 0 0 10px;
    color: var(--theme-color2);
    font-size: clamp(22px, 2.2vw, 28px);
    font-weight: 700;
    line-height: 1.25;
}

.account-messages-empty p {
    max-width: 420px;
    margin: 0 auto 18px;
    color: #6b7a72;
    font-size: 15px;
    line-height: 1.7;
}

.account-messages-empty-features {
    list-style: none;
    margin: 0 0 22px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 16px;
}

.account-messages-empty-features li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--theme-color2);
    font-size: 13px;
    font-weight: 600;
}

.account-messages-empty-features i {
    color: var(--theme-color1);
    font-size: 12px;
}

.account-messages-search input:disabled {
    background: #f3f5f4;
    color: #9aa59f;
    cursor: not-allowed;
}

.account-messages-list {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-right: 1px solid rgba(var(--theme-color2-rgb), 0.08);
}

.account-messages-list-head {
    padding: 20px 18px 14px;
    border-bottom: 1px solid rgba(var(--theme-color2-rgb), 0.08);
    background: #f7f9f8;
}

.account-messages-list-head h4 {
    margin: 0 0 12px;
    color: var(--theme-color2);
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.account-messages-search {
    position: relative;
}

.account-messages-search i {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #8a968f;
    font-size: 13px;
}

.account-messages-search input {
    width: 100%;
    min-height: 42px;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.1);
    border-radius: 10px;
    background: #fff;
    padding: 10px 14px 10px 38px;
    font-size: 14px;
    color: var(--theme-color2);
}

.account-messages-search input:focus {
    outline: none;
    border-color: var(--theme-color1);
}

.account-messages-items {
    flex: 1;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(var(--theme-color1-rgb), 0.35) transparent;
}

.account-messages-items::-webkit-scrollbar {
    width: 5px;
}

.account-messages-items::-webkit-scrollbar-thumb {
    background: rgba(var(--theme-color1-rgb), 0.35);
    border-radius: 999px;
}

.account-chat-item {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    border: 0;
    border-bottom: 1px solid rgba(var(--theme-color2-rgb), 0.06);
    background: #fff;
    padding: 14px 16px;
    text-align: left;
    cursor: pointer;
    transition: background 0.2s ease;
}

.account-chat-item:hover,
.account-chat-item.is-active {
    background: #f0f4f2;
}

.account-chat-avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--theme-color2);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    flex-shrink: 0;
}

.account-chat-avatar.is-sales {
    background: #536b5e;
}

.account-chat-avatar.is-tech {
    background: #0f5c47;
}

.account-chat-item-body {
    flex: 1;
    min-width: 0;
}

.account-chat-item-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 4px;
}

.account-chat-item-top strong {
    color: var(--theme-color2);
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.account-chat-item-top em {
    font-style: normal;
    color: #8a968f;
    font-size: 11px;
    flex-shrink: 0;
}

.account-chat-item-preview {
    display: block;
    color: #6b7a72;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.account-chat-unread {
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    border-radius: 999px;
    background: #25d366;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.account-chat {
    display: flex;
    flex-direction: column;
    min-width: 0;
    background:
        radial-gradient(circle at 20% 20%, rgba(var(--theme-color1-rgb), 0.04), transparent 35%),
        radial-gradient(circle at 80% 0%, rgba(var(--theme-color2-rgb), 0.05), transparent 30%),
        #efeae2;
}

.account-chat-head {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    background: #f7f9f8;
    border-bottom: 1px solid rgba(var(--theme-color2-rgb), 0.08);
}

.account-chat-back {
    display: none;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: var(--theme-color2);
    cursor: pointer;
}

.account-chat-head-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--theme-color2);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    flex-shrink: 0;
}

.account-chat-head-meta {
    flex: 1;
    min-width: 0;
}

.account-chat-head-meta strong {
    display: block;
    color: var(--theme-color2);
    font-size: 15px;
    margin-bottom: 2px;
}

.account-chat-head-meta span {
    color: #25d366;
    font-size: 12px;
}

.account-chat-head-action {
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #6b7a72;
    cursor: pointer;
}

.account-chat-body {
    flex: 1;
    overflow-y: auto;
    padding: 22px 18px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    scrollbar-width: thin;
    scrollbar-color: rgba(var(--theme-color1-rgb), 0.35) transparent;
}

.account-chat-body::-webkit-scrollbar {
    width: 5px;
}

.account-chat-body::-webkit-scrollbar-thumb {
    background: rgba(var(--theme-color1-rgb), 0.35);
    border-radius: 999px;
}

.account-chat-day {
    align-self: center;
    margin: 8px 0 12px;
    padding: 5px 12px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.85);
    color: #6b7a72;
    font-size: 12px;
    font-weight: 600;
    box-shadow: 0 1px 2px rgba(var(--theme-color2-rgb), 0.06);
}

.account-chat-bubble {
    max-width: 72%;
    padding: 10px 12px 6px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.55;
    position: relative;
    word-break: break-word;
    box-shadow: 0 1px 1px rgba(var(--theme-color2-rgb), 0.06);
}

.account-chat-bubble p {
    margin: 0 0 4px;
    color: #1f2b26;
}

.account-chat-bubble time {
    display: block;
    text-align: right;
    color: #8a968f;
    font-size: 11px;
}

.account-chat-bubble.is-in {
    align-self: flex-start;
    background: #fff;
    border-top-left-radius: 0;
}

.account-chat-bubble.is-out {
    align-self: flex-end;
    background: #d9fdd3;
    border-top-right-radius: 0;
}

.account-chat-compose {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px 16px;
    background: #f7f9f8;
    border-top: 1px solid rgba(var(--theme-color2-rgb), 0.08);
}

.account-chat-compose input {
    flex: 1;
    min-height: 44px;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.1);
    border-radius: 24px;
    background: #fff;
    padding: 10px 16px;
    font-size: 14px;
    color: var(--theme-color2);
}

.account-chat-compose input:focus {
    outline: none;
    border-color: var(--theme-color1);
}

.account-chat-compose-btn,
.account-chat-send {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
}

.account-chat-compose-btn {
    background: #fff;
    color: #6b7a72;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.1);
}

.account-chat-send {
    background: var(--theme-color2);
    color: #fff;
}

.account-chat-send:hover {
    background: var(--theme-color1);
}

.account-form {
    margin-top: 8px;
    max-width: 640px;
}

.account-form .auth-membership-tab {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
}

.account-form .auth-membership-tab-body {
    min-width: 0;
}

.account-form .auth-field label {
    font-weight: 600;
    color: var(--theme-color2);
}

.account-form .auth-input-wrap-phone .iti input.iti__tel-input,
.account-form .auth-input-wrap-phone .iti input.form-control {
    border-radius: 10px;
    min-height: 48px;
    height: 48px;
}

.account-modal-form .auth-input-wrap-phone .iti input.iti__tel-input,
.account-modal-form .auth-input-wrap-phone .iti input.form-control {
    border-radius: 12px;
    min-height: 50px;
    height: 50px;
    pointer-events: auto !important;
}

.account-modal-form .auth-input-wrap-phone .iti__dropdown-content {
    z-index: 40;
}

.account-modal-form .auth-input-wrap-phone .iti__selected-country,
.account-modal-form .auth-input-wrap-phone .iti__selected-country-primary,
.account-modal-form .auth-input-wrap-phone .iti__arrow {
    pointer-events: auto !important;
}

.account-form .form-control {
    border-radius: 10px;
    border-color: rgba(var(--theme-color2-rgb), 0.12);
    min-height: 48px;
}

.account-form .form-control:focus {
    border-color: var(--theme-color1);
    box-shadow: 0 0 0 3px rgba(var(--theme-color1-rgb), 0.12);
}

/* Account modals */
.account-modal {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.account-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.account-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(var(--theme-color2-rgb), 0.55);
    backdrop-filter: blur(4px);
}

.account-modal-dialog {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 560px;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    padding: 36px 32px 32px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(var(--theme-color2-rgb), 0.2);
    transform: translateY(16px);
    transition: transform 0.25s ease;
}

.account-modal-dialog-lg {
    max-width: 720px;
}

.account-modal.is-open .account-modal-dialog {
    transform: translateY(0);
}

.account-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: var(--bg-color);
    color: var(--theme-color2);
    cursor: pointer;
    transition: all 0.25s ease;
}

.account-modal-close:hover {
    background: var(--theme-color1);
    color: #fff;
}

.account-modal-head {
    margin-bottom: 24px;
    padding-right: 36px;
}

.account-modal-head-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: rgba(var(--theme-color1-rgb), 0.12);
    color: var(--theme-color1);
    font-size: 22px;
    margin-bottom: 14px;
}

.account-modal-form .form-control[rows] {
    height: auto;
    resize: vertical;
    min-height: 120px;
    line-height: 1.6;
    padding-top: 14px;
    padding-bottom: 14px;
}

.auth-cancel-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.14);
    border-radius: 999px;
    background: #fff;
    color: var(--theme-color2);
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.auth-cancel-btn:hover {
    background: #f5f7f6;
    border-color: rgba(var(--theme-color2-rgb), 0.24);
}

.account-modal-head h3 {
    margin: 0 0 8px;
    font-size: 28px;
    color: var(--theme-color2);
}

.account-modal-meta {
    margin: 0;
    color: #5a6b63;
    font-size: 14px;
    line-height: 1.6;
}

.account-modal-order-status {
    margin-bottom: 20px;
}

.account-modal-status-card {
    background: #fff;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.08);
    border-radius: 14px;
    padding: 18px 16px 16px;
}

.account-modal-status-card-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(var(--theme-color2-rgb), 0.08);
    color: var(--theme-color2);
}

.account-modal-status-card-head i {
    color: var(--theme-color1);
    font-size: 16px;
}

.account-modal-status-card-head strong {
    font-size: 15px;
    font-weight: 700;
}

.account-modal-status-card .order-status-track {
    padding-bottom: 0;
}

.account-modal-order-status em {
    font-style: normal;
    font-size: 12px;
    font-weight: 700;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(var(--theme-color1-rgb), 0.12);
    color: var(--theme-color1);
    line-height: 1;
    display: inline-flex;
}

.account-modal-order-status em.is-shipping {
    background: rgba(180, 120, 40, 0.14);
    color: #a06a1c;
}

.account-modal-order-status em.is-done {
    background: rgba(var(--theme-color2-rgb), 0.1);
    color: var(--theme-color2);
}

@media (max-width: 575.98px) {
    .account-modal-status-card .order-status-step-label {
        font-size: 10px;
    }
    .account-modal-status-card .order-status-step-icon {
        width: 36px;
        height: 36px;
        font-size: 13px;
    }
}

.account-modal-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 20px;
}

.account-modal-info-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px;
    border-radius: 12px;
    background: #f7f9f8;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.06);
}

.account-modal-info-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--theme-color1-rgb), 0.12);
    color: var(--theme-color1);
    flex-shrink: 0;
    font-size: 15px;
}

.account-modal-info-label {
    display: block;
    color: #6b7a72;
    font-size: 12px;
    margin-bottom: 4px;
}

.account-modal-info-value {
    display: block;
    color: var(--theme-color2);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    word-break: break-word;
}

.account-modal-order-addresses {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 22px;
}

.account-modal-address-card {
    border: 1px solid rgba(var(--theme-color2-rgb), 0.08);
    border-radius: 14px;
    padding: 16px;
    background: linear-gradient(180deg, #fbfcfb 0%, #fff 100%);
}

.account-modal-address-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.account-modal-address-icon {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--theme-color1-rgb), 0.12);
    color: var(--theme-color1);
    font-size: 14px;
}

.account-modal-address-head strong {
    color: var(--theme-color2);
    font-size: 15px;
}

.account-modal-address-card p {
    margin: 0;
    color: #5c6b64;
    font-size: 14px;
    line-height: 1.75;
}

.account-modal-address-note {
    margin: 0 0 8px !important;
    color: #8a9690 !important;
    font-size: 12.5px !important;
}

.account-modal-address-name {
    margin: 0 0 10px !important;
    color: var(--theme-color2) !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
}

.account-modal-address-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
}

.account-modal-address-list li {
    display: grid;
    gap: 2px;
}

.account-modal-address-list li span {
    display: block;
    font-size: 11.5px;
    color: #8a9690;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.account-modal-address-list li strong {
    color: var(--theme-color2);
    font-size: 14px;
    font-weight: 600;
}

.account-modal-section-title {
    margin: 0 0 14px;
    color: var(--theme-color2);
    font-size: 16px;
    font-weight: 700;
}

.account-modal-order-items {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}

.account-modal-order-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px;
    border-radius: 12px;
    background: #f7f9f8;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.06);
}

.account-modal-order-item img {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 10px;
    flex-shrink: 0;
}

.account-modal-order-item-info {
    flex: 1;
    min-width: 0;
}

.account-modal-order-item-info strong {
    display: block;
    color: var(--theme-color2);
    font-size: 15px;
    margin-bottom: 4px;
}

.account-modal-order-item-info span {
    color: #6b7a72;
    font-size: 13px;
}

.account-modal-order-item-price {
    color: var(--theme-color2);
    font-weight: 700;
    font-size: 15px;
    white-space: nowrap;
}

.account-modal-order-pricing {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 14px;
    padding-top: 4px;
}

.account-modal-pricing-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: #6b7a72;
}

.account-modal-pricing-row strong {
    color: var(--theme-color2);
    font-weight: 600;
}

.account-modal-order-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding-top: 18px;
    border-top: 1px solid rgba(var(--theme-color2-rgb), 0.08);
    font-size: 16px;
    color: #6b7a72;
}

.account-modal-order-total strong {
    color: var(--theme-color2);
    font-size: 22px;
}

.account-order-talep {
    display: inline-block;
    margin-top: 6px;
    padding: 3px 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.02em;
}

.account-order-talep.is-cancel {
    background: rgba(180, 83, 9, 0.12);
    color: #9a3412;
}

.account-order-talep.is-return {
    background: rgba(14, 116, 144, 0.12);
    color: #0e7490;
}

.account-modal-order-actions {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid rgba(var(--theme-color2-rgb), 0.08);
}

.account-order-request {
    background: #f7faf8;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.08);
    border-radius: 14px;
    padding: 16px 18px;
}

.account-order-request-head {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    color: var(--theme-color2);
    font-size: 15px;
}

.account-order-request-head i {
    color: var(--theme-color1);
}

.account-order-request-banner {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 10px;
    font-size: 13px;
    line-height: 1.45;
    margin-bottom: 10px;
}

.account-order-request-banner.is-pending {
    background: rgba(180, 83, 9, 0.1);
    color: #9a3412;
}

.account-order-request-banner.is-done {
    background: rgba(22, 101, 52, 0.1);
    color: #166534;
}

.account-order-request-block + .account-order-request-block,
.account-order-request-banner + .account-order-request-block {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px dashed rgba(var(--theme-color2-rgb), 0.1);
}

.account-order-request-info,
.account-order-request-note {
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.5;
    color: #5a6b63;
}

.account-order-request-deadline {
    margin: 0 0 12px;
    font-size: 13px;
    color: var(--theme-color2);
}

.account-order-request-deadline i {
    margin-right: 4px;
    color: var(--theme-color1);
}

.account-order-request-form label {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 600;
    color: var(--theme-color2);
}

.account-order-request-form label em {
    font-weight: 400;
    color: #7a8a82;
    font-style: normal;
}

.account-order-request-form textarea {
    width: 100%;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.14);
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 14px;
    resize: vertical;
    min-height: 64px;
    background: #fff;
    color: var(--theme-color2);
}

.account-order-request-form textarea:focus {
    outline: none;
    border-color: var(--theme-color1);
    box-shadow: 0 0 0 3px rgba(var(--theme-color1-rgb), 0.12);
}

.account-order-request-legal {
    margin: 8px 0 12px;
    font-size: 12px;
    line-height: 1.45;
    color: #7a8a82;
}

.account-order-request-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 10px;
    padding: 11px 16px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity .15s ease, transform .15s ease;
}

.account-order-request-btn:hover {
    opacity: 0.92;
}

.account-order-request-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.account-order-request-btn.is-cancel {
    background: #9a3412;
    color: #fff;
}

.account-order-request-btn.is-return {
    background: #0e7490;
    color: #fff;
}

.account-modal-form .auth-field label:not(.auth-membership-tab) {
    display: block;
    margin-bottom: 8px;
    color: var(--theme-color2);
    font-size: 14px;
    font-weight: 600;
}

.account-modal-form .auth-membership-tab {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
}

.account-modal-form .auth-membership-tab-body {
    min-width: 0;
}

.account-modal-form .auth-select-wrap {
    position: relative;
}

.account-modal-form .auth-select-wrap select {
    display: none;
}

.account-modal-form .auth-select-wrap .nice-select {
    float: none;
    display: block;
    width: 100%;
    min-height: 50px;
    height: 50px;
    line-height: 48px;
    border-radius: 12px;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.12);
    background: var(--bg-color);
    color: var(--theme-color2);
    font-size: 14px;
    font-weight: 500;
    padding: 0 40px 0 16px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.account-modal-form .auth-select-wrap .nice-select:hover,
.account-modal-form .auth-select-wrap .nice-select.open,
.account-modal-form .auth-select-wrap .nice-select:focus {
    border-color: var(--theme-color1);
    background: #fff;
    box-shadow: none;
}

.account-modal-form .auth-select-wrap .nice-select:after {
    right: 16px;
    width: 7px;
    height: 7px;
    border-bottom: 2px solid #6b7a72;
    border-right: 2px solid #6b7a72;
}

.account-modal-form .auth-select-wrap .nice-select .list {
    width: 100%;
    border-radius: 12px;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.12);
    box-shadow: 0 12px 28px rgba(var(--theme-color2-rgb), 0.12);
    margin-top: 8px;
    max-height: 220px;
    overflow-y: auto;
    z-index: 30;
}

.account-modal-form .auth-select-wrap .nice-select .option {
    line-height: 44px;
    min-height: 44px;
    padding: 0 16px;
    color: var(--theme-color2);
}

.account-modal-form .auth-select-wrap .nice-select .option:hover,
.account-modal-form .auth-select-wrap .nice-select .option.focus,
.account-modal-form .auth-select-wrap .nice-select .option.selected.focus {
    background: rgba(var(--theme-color1-rgb), 0.1);
}

.account-modal-form .auth-select-wrap .nice-select .option.selected {
    font-weight: 600;
    color: var(--theme-color1);
}

.account-modal-dialog:has(.nice-select.open) {
    overflow: visible;
}

.account-modal-form .form-control {
    min-height: 50px;
    border-radius: 12px;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.12);
    background: var(--bg-color);
    color: var(--theme-color2);
    padding: 12px 16px;
    box-shadow: none;
}

.account-modal-form textarea.form-control {
    min-height: 110px;
    resize: vertical;
}

.account-modal-form .form-control:focus {
    border-color: var(--theme-color1);
    background: #fff;
    box-shadow: none;
}

body.account-modal-open {
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .account-layout {
        grid-template-columns: 1fr;
    }

    .account-content {
        padding: 26px 20px;
    }

    .account-stats,
    .account-dash-grid,
    .account-dash-actions-grid,
    .account-address-grid {
        grid-template-columns: 1fr;
    }

    .account-nav {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .account-logout {
        grid-column: 1 / -1;
    }

    .account-panel-head-row {
        flex-direction: column;
        align-items: stretch;
    }

    .account-add-btn {
        width: 100%;
        justify-content: center;
    }

    .account-messages {
        grid-template-columns: 1fr;
        height: auto;
        min-height: 520px;
    }

    .account-messages-list {
        min-height: 280px;
        max-height: 320px;
    }

    .account-messages.is-empty .account-messages-list {
        min-height: 180px;
        max-height: none;
    }

    .account-messages-empty {
        padding: 28px 20px;
    }

    .account-messages-empty-visual {
        width: 120px;
        height: 120px;
    }

    .account-chat {
        display: none;
        min-height: 420px;
    }

    .account-messages.is-chat-open .account-messages-list {
        display: none;
    }

    .account-messages.is-chat-open .account-chat {
        display: flex;
    }

    .account-chat-back {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .account-modal-dialog {
        padding: 28px 18px 22px;
    }

    .account-modal-head h3 {
        font-size: 24px;
    }

    .account-modal-info-grid,
    .account-modal-order-addresses {
        grid-template-columns: 1fr;
    }
}


/*** 

====================================================================
    Media Page (Instagram-style)
====================================================================

***/
.media-page {
    background: #fff;
}

.media-page-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px 40px;
    margin-bottom: 40px;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(var(--theme-color2-rgb), 0.1);
    flex-wrap: wrap;
}

.media-page-intro {
    max-width: 520px;
}

.media-page-kicker {
    margin: 0 0 10px;
    color: var(--theme-color1);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    line-height: 1;
}

.media-page-title {
    margin: 0 0 12px;
    color: var(--theme-color2);
    font-size: clamp(28px, 3.2vw, 42px);
    font-weight: 700;
    line-height: 1.15;
}

.media-page-text {
    margin: 0;
    color: #5d6b64;
    font-size: 15px;
    line-height: 1.7;
    max-width: 420px;
}

.media-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 5px;
    background: rgba(var(--theme-color1-rgb), 0.08);
}

.media-filters button {
    border: 0;
    background: transparent;
    color: var(--theme-color2);
    padding: 11px 18px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s ease;
    line-height: 1;
}

.media-filters button:hover {
    color: var(--theme-color1);
}

.media-filters button.is-active {
    background: var(--theme-color2);
    color: #fff;
}

.media-grid {
    display: grid;
    grid-template-columns: repeat(var(--media-cols, 3), minmax(0, 1fr));
    gap: 4px;
}

.media-item {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: #000;
    cursor: pointer;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.media-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease, opacity 0.35s ease;
}

.media-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(var(--theme-color2-rgb), 0);
    transition: background 0.25s ease;
}

.media-item:hover img {
    transform: scale(1.05);
}

.media-item:hover::after {
    background: rgba(var(--theme-color2-rgb), 0.18);
}

.media-item-type {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    z-index: 2;
}

.media-item.is-hidden {
    display: none;
}

body.media-lightbox-open {
    overflow: hidden;
}

.media-lightbox {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.media-lightbox.is-open {
    display: flex;
}

.media-lightbox-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
}

.media-lightbox-dialog {
    position: relative;
    z-index: 2;
    width: min(1180px, calc(100vw - 32px));
    height: min(700px, calc(100vh - 64px));
    max-height: calc(100vh - 64px);
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
}

.media-lightbox-close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 5;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: var(--theme-color2);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.media-lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 6;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.88);
    color: var(--theme-color2);
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.28);
    transition: background 0.2s ease, transform 0.2s ease;
}

.media-lightbox-nav:hover {
    background: #fff;
    transform: translateY(-50%) scale(1.05);
}

.media-lightbox.has-gallery .media-lightbox-nav {
    display: inline-flex;
}

.media-lightbox-prev {
    left: 16px;
}

.media-lightbox-next {
    right: 16px;
}

.media-lightbox-body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    height: 100%;
    max-height: inherit;
}

.media-lightbox-stage {
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 0;
    overflow: hidden;
}

.media-lightbox-counter {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 4;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
    pointer-events: none;
    display: none;
}

.media-lightbox.has-gallery .media-lightbox-counter {
    display: block;
}

.media-lightbox-stage img,
.media-lightbox-stage video,
.media-lightbox-stage iframe {
    display: none;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
}

.media-lightbox-stage img.is-active,
.media-lightbox-stage video.is-active,
.media-lightbox-stage iframe.is-active {
    display: block;
}

.media-lightbox-sidebar {
    display: flex;
    flex-direction: column;
    padding: 20px 18px;
    border-left: 1px solid rgba(var(--theme-color2-rgb), 0.08);
    overflow-y: auto;
    height: 100%;
    min-height: 0;
}

.media-lightbox-user {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(var(--theme-color2-rgb), 0.08);
}

.media-lightbox-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--theme-color2);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.media-lightbox-user strong {
    display: block;
    color: var(--theme-color2);
    font-size: 15px;
}

.media-lightbox-user span {
    color: #8a9690;
    font-size: 12px;
}

.media-lightbox-caption {
    margin: 0 0 auto;
    color: #3f4d46;
    font-size: 14px;
    line-height: 1.7;
}

.media-lightbox-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    padding-top: 18px;
    margin-top: 18px;
    border-top: 1px solid rgba(var(--theme-color2-rgb), 0.08);
    color: var(--theme-color2);
    font-size: 14px;
    font-weight: 600;
}

.media-lightbox-actions a {
    color: var(--theme-color2);
    text-decoration: none;
}

.media-lightbox-actions i {
    margin-right: 6px;
    color: var(--theme-color1);
}

.media-lightbox-actions button {
    appearance: none;
    border: 0;
    background: transparent;
    cursor: pointer;
    color: var(--theme-color2);
    font-size: inherit;
    font-weight: inherit;
    padding: 0;
}

.media-action.is-active i {
    color: var(--theme-color2);
}

@media (max-width: 991.98px) {
    .media-grid {
        grid-template-columns: repeat(min(2, var(--media-cols, 3)), minmax(0, 1fr));
    }

    .media-page-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 22px;
    }

    .media-lightbox-dialog {
        width: min(980px, calc(100vw - 24px));
        height: auto;
        max-height: calc(100vh - 16px);
    }

    .media-lightbox-body {
        grid-template-columns: 1fr;
        height: auto;
        max-height: calc(100vh - 16px);
    }

    .media-lightbox-stage {
        height: min(68vh, 620px);
    }

    .media-lightbox-stage img,
    .media-lightbox-stage video {
        max-width: 100%;
        max-height: 100%;
    }

    .media-lightbox-sidebar {
        border-left: 0;
        border-top: 1px solid rgba(var(--theme-color2-rgb), 0.08);
        height: auto;
        max-height: 32vh;
    }

    .media-lightbox-prev {
        left: 10px;
    }

    .media-lightbox-next {
        right: 10px;
    }

    .media-lightbox-nav {
        width: 38px;
        height: 38px;
    }
}

@media (max-width: 575.98px) {
    .media-grid {
        grid-template-columns: repeat(min(2, var(--media-cols, 3)), minmax(0, 1fr));
        gap: 3px;
    }

    .media-lightbox {
        padding: 0;
    }

    .media-lightbox-dialog {
        width: 100%;
        height: 100%;
        max-height: 100vh;
        border-radius: 0;
    }
}

/*** 

====================================================================
    Mobile App Bar + Responsive Layer
====================================================================

***/
.mobile-app-bar {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: calc(10px + env(safe-area-inset-bottom, 0px));
    z-index: 10000;
    display: none;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 68px;
    padding: 6px 6px 8px;
    background: rgba(255, 255, 255, 0.96);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    border: 1px solid rgba(var(--theme-color2-rgb), 0.08);
    border-radius: 22px;
    -webkit-box-shadow: 0 14px 40px rgba(var(--theme-color2-rgb), 0.16);
    box-shadow: 0 14px 40px rgba(var(--theme-color2-rgb), 0.16);
}

.mobile-app-bar-item {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 4px;
    min-width: 0;
    height: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    color: #7a8b84;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}

.mobile-app-bar-icon {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    font-size: 18px;
    line-height: 1;
}

.mobile-app-bar-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1;
    white-space: nowrap;
}

.mobile-app-bar-item.is-active,
.mobile-app-bar-item:hover {
    color: var(--theme-color1);
}

.mobile-app-bar-cart {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 2px;
}

.mobile-app-bar-cart .mobile-app-bar-icon {
    width: 52px;
    height: 52px;
    margin-top: -22px;
    border-radius: 50%;
    background: var(--theme-color1);
    color: #fff;
    font-size: 18px;
    -webkit-box-shadow: 0 10px 22px rgba(var(--theme-color1-rgb), 0.38);
    box-shadow: 0 10px 22px rgba(var(--theme-color1-rgb), 0.38);
}

.mobile-app-bar-cart.is-active .mobile-app-bar-icon,
.mobile-app-bar-cart:hover .mobile-app-bar-icon {
    background: var(--theme-color2);
    color: #fff;
}

.mobile-app-bar-badge {
    position: absolute;
    top: -2px;
    right: -2px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: var(--theme-color2);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    border: 2px solid #fff;
}

.mobile-app-bar-cart .mobile-app-bar-badge {
    top: 2px;
    right: 2px;
}

.product-filter-toggle {
    display: none;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 16px;
    padding: 14px 16px;
    border: 1px solid rgba(var(--theme-color2-rgb), 0.1);
    border-radius: 14px;
    background: #fff;
    color: var(--theme-color2);
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 8px 24px rgba(var(--theme-color2-rgb), 0.05);
}

.product-filter-toggle i {
    color: var(--theme-color1);
}

@media (max-width: 1024px) {

    html,
    body {
        overflow-x: hidden;
    }

    body.has-mobile-app-bar {
        padding-bottom: calc(96px + env(safe-area-inset-bottom, 0px));
    }

    .mobile-app-bar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .header-style-one {
        top: 12px;
    }

    .header-style-one .header-lower {
        padding-left: 12px;
        padding-right: 12px;
    }

    .header-style-one .header-lower .inner-container {
        padding: 8px 14px;
        border-radius: 16px;
    }

    .header-style-one .header-lower .inner-container .main-box {
        -ms-grid-columns: 1fr auto;
        grid-template-columns: 1fr auto;
        min-height: 56px;
    }

    .header-style-one .header-lower .inner-container .main-box .logo-box img {
        max-width: 148px;
    }

    .header-style-one .header-lower .inner-container .main-box .right-box {
        gap: 8px;
    }

    .header-style-one .header-lower .inner-container .main-box .right-box .header-action-list li:has(.cart-btn),
    .header-style-one .header-lower .inner-container .main-box .right-box .header-action-list li:has(.account-btn),
    .header-style-one .header-lower .inner-container .main-box .right-box .mobile-nav-toggler {
        display: none !important;
    }

    .header-style-one.fixed-header .header-lower .inner-container {
        border-radius: 0;
        padding: 8px 16px;
    }

    .page-banner {
        position: relative;
        padding: 11px 10px 0;
    }

    .page-title {
        min-height: 280px;
    }

    .page-title .title-outer {
        margin-top: 96px;
    }

    .page-title .title {
        font-size: 42px;
    }

    .back-to-top,
    .scroll-to-top {
        right: 16px;
        bottom: calc(98px + env(safe-area-inset-bottom, 0px));
        width: 44px;
        height: 44px;
        line-height: 44px;
        font-size: 16px;
    }

    .footer-section {
        padding-bottom: 8px;
    }

    img,
    video,
    iframe {
        max-width: 100%;
    }

    .container,
    .container-fluid {
        max-width: 100%;
    }
}

@media (max-width: 991.98px) {
    .product-filter-toggle {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

    .product-category-sidebar {
        display: none;
    }

    .product-category-layout.is-filters-open .product-category-sidebar {
        display: block;
    }

    .auth-page-visual {
        min-height: 220px;
    }

    .checkout-summary,
    .cart-summary {
        position: static;
    }
}

@media (max-width: 767.98px) {
    .header-style-one {
        top: 10px;
    }

    .header-style-one .header-lower {
        padding-left: 10px;
        padding-right: 10px;
    }

    .header-style-one .header-lower .inner-container {
        padding: 8px 12px;
    }

    .header-style-one .header-lower .inner-container .main-box {
        min-height: 52px;
    }

    .header-style-one .header-lower .inner-container .main-box .logo-box img {
        max-width: 132px;
    }

    .banner-section {
        padding: 10px 10px 0;
    }

    .banner-section .banner-slider-wrap {
        border-radius: 18px;
        background: var(--theme-color2);
        overflow: hidden;
    }

    .banner-section .banner-slider,
    .banner-section .banner-slider .swiper-wrapper {
        height: auto;
    }

    .banner-section .banner-slider .swiper-slide,
    .banner-section .outer-box {
        height: auto !important;
        min-height: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
        border-radius: 0;
    }

    .banner-section .outer-box:before {
        display: none;
    }

    .banner-section .outer-box .bg-image,
    .banner-section .outer-box .bg-video {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: 340px;
        min-height: 340px;
        border-radius: 0;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .banner-section .outer-box .bg-image:before,
    .banner-section .outer-box .bg-video:before {
        display: none;
    }

    .banner-section .outer-box .bg-image img,
    .banner-section .outer-box .bg-video video {
        border-radius: 0;
    }

    .banner-section .outer-box .bg-image img {
        -webkit-animation: none;
        animation: none;
    }

    .banner-section .outer-box .banner-content {
        position: relative;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        max-width: none;
        margin: 0;
        padding: 28px 20px 12px;
        background: var(--theme-color2);
        text-align: center;
    }

    .banner-section .outer-box .banner-content .inner-content {
        max-width: none;
        text-align: center;
    }

    .banner-section .outer-box .banner-content .inner-content .sub-title {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 8px;
    }

    .banner-section .outer-box .banner-content .inner-content .banner-title {
        font-size: 24px;
        font-weight: 700;
        line-height: 1.25;
        margin-bottom: 12px;
    }

    .banner-section .outer-box .banner-content .inner-content .text {
        font-size: 14px;
        line-height: 1.7;
        opacity: 0.88;
    }

    .banner-section .banner-btn-group {
        margin-top: 20px;
    }

    .banner-section .banner-controls {
        position: relative;
        right: auto;
        bottom: auto;
        -webkit-transform: none;
        transform: none;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        margin: 0;
        padding: 8px 18px 20px;
        background: var(--theme-color2);
        gap: 12px;
    }

    .banner-section .banner-pagination {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .banner-section .banner-controls .array-button {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        gap: 8px;
    }

    .banner-section .banner-controls .array-button .array-prev,
    .banner-section .banner-controls .array-button .array-next {
        width: 40px;
        height: 40px;
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.16);
    }

    .banner-section .banner-slider-wrap>.feature-box {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        background: rgba(0, 0, 0, 0.18);
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }

    .banner-section .banner-slider-wrap>.feature-box .feature .inner {
        padding: 14px 12px;
    }

    .page-title {
        min-height: 210px;
    }

    .page-title .title-outer {
        margin-top: 78px;
    }

    .page-title .title {
        font-size: 28px;
        margin-bottom: 8px;
    }

    .sec-title .title,
    .sec-title h2 {
        font-size: 28px !important;
    }

    .footer-area {
        margin: 0 12px 12px;
        border-radius: 20px;
    }

    .footer-area .footer-widget-wrapper {
        padding-top: 40px;
    }

    .footer-area .footer-middle-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }

    .footer-bottom-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .theme-btn-two,
    .theme-btn {
        max-width: 100%;
    }

    .auth-page-shell,
    .account-content,
    .checkout-block,
    .cart-item {
        border-radius: 16px;
    }

    .mobile-app-bar {
        left: 8px;
        right: 8px;
        height: 64px;
        border-radius: 20px;
    }

    .mobile-app-bar-cart .mobile-app-bar-icon {
        width: 48px;
        height: 48px;
        margin-top: -18px;
    }

    .product-detail-actions,
    .product-details__buttons,
    .product-qty-cart {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .product-detail-actions .theme-btn-two,
    .product-qty-cart .theme-btn-two,
    .pd-add-cart,
    #productAddCart {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .header-style-one .header-lower .inner-container .main-box .right-box .header-action-btn {
        width: 38px;
        height: 38px;
        font-size: 13px;
    }

    .header-style-one .header-lower .inner-container .main-box .logo-box img {
        max-width: 118px;
    }

    .header-style-one .header-switcher-btn .header-switcher-value,
    .header-style-one .header-switcher-caret {
        display: none;
    }

    .header-style-one .header-lower .inner-container .main-box .right-box .header-locale-group .header-switcher-btn {
        padding: 0 9px;
    }

    .banner-section .outer-box .bg-image,
    .banner-section .outer-box .bg-video {
        height: 260px;
        min-height: 260px;
    }

    .banner-section .outer-box .banner-content {
        padding: 22px 16px 10px;
    }

    .banner-section .outer-box .banner-content .inner-content .banner-title {
        font-size: 22px;
        font-weight: 700;
    }

    .banner-section .banner-controls {
        padding: 6px 16px 18px;
    }

    .page-title .title {
        font-size: 24px;
    }

    .mobile-app-bar-label {
        font-size: 9px;
    }
}
::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: rgba(85, 85, 85, 0.14)
}

::-webkit-scrollbar {
    width: 4px;
    background-color: #f5f5f5;
    border-radius: 50px
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(85, 85, 85, 0.5)
}

/* Site popup (anasayfa) */
.site-popup {
    position: fixed;
    inset: 0;
    z-index: 100300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.28s ease, visibility 0.28s ease;
    transition: opacity 0.28s ease, visibility 0.28s ease;
}

.site-popup.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.site-popup-backdrop {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: rgba(15, 23, 42, 0.62);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    cursor: pointer;
}

.site-popup-dialog {
    position: relative;
    z-index: 2;
    width: min(100%, 720px);
    max-height: calc(100vh - 40px);
    overflow: hidden;
    background: #fff;
    border-radius: 18px;
    -webkit-box-shadow: 0 28px 80px rgba(15, 23, 42, 0.35);
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.35);
    -webkit-transform: translateY(18px) scale(0.98);
    transform: translateY(18px) scale(0.98);
    -webkit-transition: transform 0.32s ease;
    transition: transform 0.32s ease;
    pointer-events: auto;
}

.site-popup.is-open .site-popup-dialog {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
}

.site-popup-close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 5;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: rgba(15, 23, 42, 0.72);
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: auto;
    -webkit-transition: background 0.2s ease, -webkit-transform 0.2s ease;
    transition: background 0.2s ease, transform 0.2s ease;
}

.site-popup-close:hover {
    background: var(--theme-color1, #e11d48);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.site-popup-media {
    position: relative;
    z-index: 1;
    display: block;
    line-height: 0;
    background: #0f172a;
    pointer-events: auto;
}

.site-popup-media a,
.site-popup-link {
    display: block;
    cursor: pointer;
    pointer-events: auto;
}

.site-popup-media img {
    display: block;
    width: 100%;
    height: auto;
    max-height: min(72vh, 620px);
    object-fit: contain;
    background: #fff;
    pointer-events: none;
}

.site-popup-foot {
    position: relative;
    z-index: 1;
    padding: 14px 18px 16px;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    background: #f8fafc;
    pointer-events: auto;
}

.site-popup-skip {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin: 0;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #334155;
    user-select: none;
    pointer-events: auto;
}

.site-popup-skip-input {
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: var(--theme-color1, #e11d48);
    cursor: pointer;
    pointer-events: auto;
}

body.site-popup-open {
    overflow: hidden;
}

body.site-popup-open .mobile-menu,
body.site-popup-open .mobile-menu .menu-backdrop {
    pointer-events: none !important;
}

@media (max-width: 575px) {
    .site-popup {
        padding: 12px;
    }

    .site-popup-dialog {
        border-radius: 14px;
        width: 100%;
    }

    .site-popup-media img {
        max-height: 62vh;
    }

    .site-popup-close {
        top: 8px;
        right: 8px;
        width: 36px;
        height: 36px;
    }
}
#cookie-alert-popup *,
#cookie-alert-popup *:after,
#cookie-alert-popup *:before {
    box-sizing: inherit !important;
}

#cookie-alert-popup {
    position: fixed !important;
    bottom: 30px;
    left: 30px;
    z-index: 9999 !important;
    opacity: .8;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

#cookie-alert-popup:hover {
    opacity: 1
}

@media (max-width: 1024px) {
    body.has-mobile-app-bar #cookie-alert-popup {
        bottom: calc(96px + env(safe-area-inset-bottom, 0px));
        left: 12px;
        right: 12px;
        z-index: 10001 !important;
    }

    body.has-mobile-app-bar #cookie-alert-popup .alert-popup__card {
        width: 100% !important;
        max-width: 100% !important;
        border-radius: 16px;
        overflow: hidden;
    }
}

@media (max-width: 575px) {
    body.has-mobile-app-bar #cookie-alert-popup {
        bottom: calc(90px + env(safe-area-inset-bottom, 0px));
        left: 8px;
        right: 8px;
    }

    #cookie-alert-popup {
        left: 12px;
        right: 12px;
        bottom: 16px;
    }

    #cookie-alert-popup .alert-popup__card {
        width: 100% !important;
    }

    #cookie-alert-popup .alert-popup__content {
        padding: 22px 14px !important;
    }
}

#cookie-alert-popup .alert-popup__card {
    background: var(--theme-color1);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.2) !important;
    display: flex !important;
    flex-wrap: wrap !important;
    max-width: 100% !important;
    position: relative !important;
    width: 400px !important;
    line-height: 1.5 !important
}

#cookie-alert-popup .cookie-alert-popup--closed {
    -webkit-animation: cookie-alert-popup--close 0.4s ease-in-out forwards !important;
    animation: cookie-alert-popup--close 0.4s ease-in-out forwards !important
}

#cookie-alert-popup .cookie-alert-popup--opened {
    -webkit-animation: cookie-alert-popup--open 0.4s ease-in-out forwards !important;
    animation: cookie-alert-popup--open 0.4s ease-in-out forwards !important
}

#cookie-alert-popup .alert-popup__content {
    padding: 30px 15px !important;
    text-align: center !important
}

#cookie-alert-popup .alert-popup__content--text-bold {
    font-weight: 600 !important
}

#cookie-alert-popup h3 {
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    margin: 0 0 0.5em !important
}

#cookie-alert-popup p {
    font-size: 14px !important;
    color: #fff !important;
    margin: 20px 0 !important;
    line-height: normal;
}

#cookie-alert-popup a {
    font-size: 14px !important;
    color: #fff !important;
    text-decoration: underline !important
}

#cookie-alert-popup button {
    background: var(--theme-color2);
    border: none !important;
    color: #fff !important;
    cursor: pointer !important;
    font-size: 14px !important;
    height: 3em !important;
    line-height: 3em !important;
    padding: 0 3em !important;
    transition: box-shadow 0.3s ease !important;
    outline: none !important;
    width: auto;
}

#cookie-alert-popup button:hover {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3) !important
}

#cookie-alert-popup .cookie-alert-popup--close:after {
    color: #fff !important;
    content: "X" !important;
    cursor: pointer !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    position: absolute !important;
    right: 0.8em !important;
    top: 0.5em !important;
    -webkit-transform: scaleX(1.25) !important;
    transform: scaleX(1.25) !important;
    transition: color 0.3s ease !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

#cookie-alert-popup .cookie-alert-popup--close:hover:after {
    color: #212121 !important
}

@-webkit-keyframes cookie-alert-popup--close {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    20% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1)
    }

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

@keyframes cookie-alert-popup--close {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    20% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1)
    }

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

@-webkit-keyframes cookie-alert-popup--open {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    80% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes mio-cookie-popup__open {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    80% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}