@import url("https://fonts.googleapis.com/css2?family=Cal+Sans&amp;family=Figtree:ital,wght@0,300..900;1,300..900&amp;display=swap");
body {
    overflow-x: hidden;
    font-family: var(--ztc-family-font1);
    background: #f4f7f5 !important;
}

html {
    overflow-y: scroll;
}

body.modal-open {
    padding-right: 0 !important;
}
a,
a:hover {
    text-decoration: none;
}

ul {
    padding: 0;
    margin: 0;
}
ul li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

input,
textarea {
    background: none;
    border: none;
    outline: none;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.space6 {
    height: 6px;
}

.space8 {
    height: 8px;
}

.space10 {
    height: 10px;
}

.space12 {
    height: 12px;
}

.space14 {
    height: 14px;
}

.space16 {
    height: 16px;
}

.space18 {
    height: 18px;
}

.space20 {
    height: 20px;
}

.space22 {
    height: 22px;
}

.space24 {
    height: 10px;
}

.space26 {
    height: 26px;
}

.space28 {
    height: 28px;
}

.space30 {
    height: 30px;
}

.space32 {
    height: 32px;
}

.space34 {
    height: 34px;
}

.space36 {
    height: 36px;
}

.space38 {
    height: 38px;
}

.space40 {
    height: 40px;
}

.space42 {
    height: 42px;
}

.space44 {
    height: 44px;
}

.space46 {
    height: 46px;
}

.space48 {
    height: 48px;
}

.space50 {
    height: 50px;
}

.space52 {
    height: 52px;
}

.space54 {
    height: 54px;
}

.space56 {
    height: 56px;
}

.space58 {
    height: 58px;
}

.space60 {
    height: 60px;
}

.space62 {
    height: 62px;
}

.space64 {
    height: 64px;
}

.space66 {
    height: 66px;
}

.space68 {
    height: 68px;
}

.space70 {
    height: 70px;
}

.space72 {
    height: 72px;
}

.space74 {
    height: 74px;
}

.space76 {
    height: 76px;
}

.space78 {
    height: 78px;
}

.space80 {
    height: 80px;
}

.space82 {
    height: 82px;
}

.space84 {
    height: 84px;
}

.space86 {
    height: 86px;
}

.space {
    height: 88px;
}

.space90 {
    height: 90px;
}

.space92 {
    height: 92px;
}

.space94 {
    height: 94px;
}

.space96 {
    height: 96px;
}

.space98 {
    height: 98px;
}

.space100 {
    height: 100px;
}

@keyframes animation-5 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}
.aniamtion-key-5 {
    position: relative;
    animation-name: animation-5;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transition: all 0.4s ease-in-out;
}

@keyframes animation-7 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(1000deg);
    }
}
.keyframe5 {
    position: relative;
    animation-name: animation-7;
    animation-duration: 90s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
}

@keyframes animation-1 {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(30px);
    }
}
.aniamtion-key-1 {
    position: relative;
    animation-name: animation-1;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes animation-2 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(50px);
    }
}
.aniamtion-key-2 {
    position: relative;
    animation-name: animation-2;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes animation-3 {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(60px);
    }
}
.aniamtion-key-3 {
    position: relative;
    animation-name: animation-3;
    animation-duration: 1.3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes animation-4 {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(40px);
    }
}
.aniamtion-key-4 {
    position: relative;
    animation-name: animation-4;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes animation-6 {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(50px);
    }
}
.aniamtion-key-6 {
    position: relative;
    animation-name: animation-6;
    animation-duration: 1.9s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes animation-8 {
    0% {
        padding-left: 0px;
    }
    100% {
        padding-left: 50px;
    }
}
.aniamtion-key-7 {
    position: relative;
    animation-name: animation-8;
    animation-duration: 1.3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
@keyframes fade-in-down {
    0% {
        transform: translate3d(0, -50px, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
@keyframes pulse-border {
    0% {
        transform: translateX(0) translateY(0) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(0) translateY(0) translateZ(0) scale(1.5);
        opacity: 1;
    }
}
.pulse-border {
    position: relative;
    animation-name: pulse-border;
    animation-duration: 1500ms;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translatex(-100%);
    }
}
@keyframes marquee-2 {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translatex(0);
    }
}
:root {
    --ztc-text-text-1: #fff;
    --ztc-text-text-2: #1c293f;
    --ztc-text-text-3: #021a13;
    --ztc-text-text-4: #fef8e0;
    --ztc-text-text-5: #132c12;
    --ztc-text-text-6: #1f684e;
    --ztc-text-text-7: #ffd322;
    --ztc-text-text-8: #334133;
    --ztc-text-text-9: #484c51;
    --ztc-text-text-10: #023118;
    --ztc-text-text-11: #2b7237;
    --ztc-text-text-12: #253d30;
    --ztc-text-text-13: #325844;
    --ztc-text-text-14: #ffc726;
    --ztc-text-text-15: #433014;
    --ztc-text-text-16: #1b311f;
    --ztc-text-text-17: #5c6356;
    --ztc-text-text-18: #c08838;
    --ztc-text-text-19: #1b311f;
    --ztc-text-text-20: #5fb071;
    --ztc-text-text-21: #3d2309;
    --ztc-text-text-22: #5c4937;
    --ztc-text-text-23: #1a5632;
    --ztc-text-text-24: #f4ed01;
    --ztc-text-text-25: #031a0b;
    --ztc-text-text-26: #031a0b;
    --ztc-text-text-27: #415d4b;
    --ztc-text-text-28: #88d945;
    --ztc-text-text-29: #141e3e;
    --ztc-text-text-30: #42454d;
    --ztc-text-text-31: #1e3226;
    --ztc-text-text-32: #121c27;
    --ztc-text-text-33: #141b34;
    --ztc-text-text-34: #030703;
    --ztc-text-text-35: #464646;
    --ztc-text-text-36: #55fc50;
    --ztc-text-text-37: #ffc015;
    --ztc-text-text-38: #101828;
    --ztc-text-text-39: #4f78f8;
    --ztc-bg-bg-1: #fff;
    --ztc-bg-bg-2: #1c293f;
    --ztc-bg-bg-3: #fef8e0;
    --ztc-bg-bg-4: #1f684e;
    --ztc-bg-bg-5: #ffd322;
    --ztc-bg-bg-6: #4cae47;
    --ztc-bg-bg-7: #f2f6f4;
    --ztc-bg-bg-8: #fffdf5;
    --ztc-bg-bg-9: #ffc726;
    --ztc-bg-bg-10: #956a42;
    --ztc-bg-bg-11: #e1e9e2;
    --ztc-bg-bg-12: #c08838;
    --ztc-bg-bg-13: #f5ecdf;
    --ztc-bg-bg-14: #433014;
    --ztc-bg-bg-15: #5fb071;
    --ztc-bg-bg-16: #e7f6ea;
    --ztc-bg-bg-17: #f8fcf9;
    --ztc-bg-bg-18: #fff5e3;
    --ztc-bg-bg-19: #3d2309;
    --ztc-bg-bg-20: #1a5632;
    --ztc-bg-bg-21: #d8e45a;
    --ztc-bg-bg-22: #f4f7f5;
    --ztc-bg-bg-23: #dae4de;
    --ztc-bg-bg-24: #f9fdf6;
    --ztc-bg-bg-25: #956a42;
    --ztc-bg-bg-26: #ecf9e1;
    --ztc-bg-bg-27: #031a0b;
    --ztc-bg-bg-28: #e3e9fe;
    --ztc-bg-bg-29: #4f78f8;
    --ztc-bg-bg-30: #f6f8ff;
    --ztc-bg-bg-31: #eef5ec;
    --ztc-bg-bg-32: #55fc50;
    --ztc-bg-bg-33: #f7f7fb;
    --ztc-bg-bg-34: #030703;
    --ztc-border-border-1: #e5e7eb;
    --ztc-border-border-2: #dfdcdc;
    --ztc-font-size-font-s10: 10px;
    --ztc-font-size-font-s12: 12px;
    --ztc-font-size-font-s14: 14px;
    --ztc-font-size-font-s16: 16px;
    --ztc-font-size-font-s18: 18px;
    --ztc-font-size-font-s20: 20px;
    --ztc-font-size-font-s22: 22px;
    --ztc-font-size-font-s24: 24px;
    --ztc-font-size-font-s26: 26px;
    --ztc-font-size-font-s28: 28px;
    --ztc-font-size-font-s30: 30px;
    --ztc-font-size-font-s32: 32px;
    --ztc-font-size-font-s34: 34px;
    --ztc-font-size-font-s36: 36px;
    --ztc-font-size-font-s38: 38px;
    --ztc-font-size-font-s40: 40px;
    --ztc-font-size-font-s42: 42px;
    --ztc-font-size-font-s44: 44px;
    --ztc-font-size-font-s46: 46px;
    --ztc-font-size-font-s48: 48px;
    --ztc-font-size-font-s50: 50px;
    --ztc-font-size-font-s52: 52px;
    --ztc-font-size-font-s54: 54px;
    --ztc-font-size-font-s56: 56px;
    --ztc-font-size-font-s58: 58px;
    --ztc-font-size-font-s60: 60px;
    --ztc-font-size-font-s62: 62px;
    --ztc-font-size-font-s64: 64px;
    --ztc-font-size-font-s66: 66px;
    --ztc-font-size-font-s68: 68px;
    --ztc-font-size-font-s70: 70px;
    --ztc-font-size-font-s10: 10px;
    --ztc-font-size-font-s12: 12px;
    --ztc-font-size-font-s14: 14px;
    --ztc-font-size-font-s16: 16px;
    --ztc-font-size-font-s18: 18px;
    --ztc-font-size-font-s20: 20px;
    --ztc-font-size-font-s22: 22px;
    --ztc-font-size-font-s24: 24px;
    --ztc-font-size-font-s26: 26px;
    --ztc-font-size-font-s28: 28px;
    --ztc-font-size-font-s30: 30px;
    --ztc-font-size-font-s32: 32px;
    --ztc-font-size-font-s34: 34px;
    --ztc-font-size-font-s36: 36px;
    --ztc-font-size-font-s38: 38px;
    --ztc-font-size-font-s40: 40px;
    --ztc-font-size-font-s42: 42px;
    --ztc-font-size-font-s44: 44px;
    --ztc-font-size-font-s46: 46px;
    --ztc-font-size-font-s48: 48px;
    --ztc-font-size-font-s50: 50px;
    --ztc-font-size-font-s52: 52px;
    --ztc-font-size-font-s54: 54px;
    --ztc-font-size-font-s56: 56px;
    --ztc-font-size-font-s58: 58px;
    --ztc-font-size-font-s60: 60px;
    --ztc-font-size-font-s62: 62px;
    --ztc-font-size-font-s64: 64px;
    --ztc-font-size-font-s66: 66px;
    --ztc-font-size-font-s68: 68px;
    --ztc-font-size-font-s70: 70px;
    --ztc-specing-height6: 6px;
    --ztc-specing-height8: 8px;
    --ztc-specing-height10: 10px;
    --ztc-specing-height12: 12px;
    --ztc-specing-height14: 114px;
    --ztc-specing-height16: 16px;
    --ztc-specing-height18: 18px;
    --ztc-specing-height20: 20px;
    --ztc-specing-height22: 22px;
    --ztc-specing-height24: 24px;
    --ztc-specing-height26: 26px;
    --ztc-specing-height28: 28px;
    --ztc-specing-height30: 30px;
    --ztc-specing-height32: 32px;
    --ztc-specing-height34: 34px;
    --ztc-specing-height36: 36px;
    --ztc-specing-height38: 38px;
    --ztc-specing-height40: 40px;
    --ztc-specing-height42: 42px;
    --ztc-specing-height44: 44px;
    --ztc-specing-height46: 46px;
    --ztc-specing-height48: 48px;
    --ztc-specing-height50: 50px;
    --ztc-specing-height52: 52px;
    --ztc-specing-height54: 54px;
    --ztc-specing-height56: 56px;
    --ztc-specing-height58: 58px;
    --ztc-specing-height60: 60px;
    --ztc-specing-height70: 70px;
    --ztc-specing-height80: 80px;
    --ztc-specing-height90: 90px;
    --ztc-specing-height100: 100px;
    --ztc-specing-height110: 110px;
    --ztc-specing-height120: 120px;
    --ztc-specing-height130: 130px;
    --ztc-weight-regular: 400;
    --ztc-weight-medium: 500;
    --ztc-weight-semibold: 600;
    --ztc-weight-bold: 700;
    --ztc-weight-black: 800;
    --ztc-family-font1: "Figtree", sans-serif;
    --ztc-family-font2: "Cal Sans", sans-serif;
}

/*============= COMMON CSS AREA ===============*/
.z-index99 {
    position: relative;
    z-index: 99;
}

.mr-12 {
    margin-right: 12px !important;
}

.mr-8 {
    margin-right: 8px !important;
}

.mr-14 {
    margin-right: 14px;
}

.mr-16 {
    margin-right: 16px;
}

.mr-26 {
    margin-right: 26px !important;
}

.mr-38 {
    margin-right: 38px !important;
}

.mr-0 {
    margin-right: 0px !important;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-24 {
    margin-bottom: 24px;
}

.mr-34 {
    margin-right: 34px !important;
}

.ml-30 {
    margin-left: 30px;
}

.pt-16 {
    padding-top: 16px;
}

.pb-16 {
    padding-bottom: 16px;
}

.br-55 {
    border-radius: 55px !important;
}

.br-8 {
    border-radius: 8px !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fns-14 {
    font-size: 14px !important;
}

@media (max-width: 575px) {
    .xs-mb20 {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .lg-mb20 {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .md-mb20 {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .lg-mt30 {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .lg-mt20 {
        margin-top: 20px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .md-mt30 {
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
    .xs-mt20 {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 575px) {
    .lg-mb20 {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 575px) {
    .lg-mt20 {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 575px) {
    .mt-20_brk {
        margin-top: 20px;
    }
}

.margin-b30 {
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .mt-20xs_brk {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 575px) {
    .mt-32_brk {
        margin-top: 32px;
    }
}

@media (max-width: 575px) {
    .mb-20_brk {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mb-0 {
        margin-bottom: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ftz-38 {
        font-size: 38px !important;
    }
}
@media (max-width: 575px) {
    .ftz-38 {
        font-size: 34px !important;
        line-height: 42px !important;
    }
}

.bg-none {
    background: inherit !important;
}

.border-none {
    border: none !important;
}

.clr-white {
    color: var(--ztc-text-text-1) !important;
}

.clr-blue {
    color: var(--ztc-text-text-5) !important;
}

.browdeep-clr {
    color: var(--ztc-text-text-15) !important;
}

.broworg-clr {
    color: var(--ztc-text-text-18) !important;
}

.fade-blue {
    color: var(--ztc-text-text-5) !important;
}

.fade-white-bg {
    background: var(--ztc-bg-bg-4) !important;
}

.fade-white-bg-2 {
    background: var(--ztc-bg-bg-7);
}

.white-bg {
    background: var(--ztc-bg-bg-1) !important;
}

.cream-bg {
    background: var(--ztc-bg-bg-3);
}

.green-bg {
    background: var(--ztc-bg-bg-4);
}

.green-hm4-bg {
    background: var(--ztc-bg-bg-15) !important;
}

.yellow-bg {
    background: var(--ztc-bg-bg-5);
}

.fade-green-bg {
    background: var(--ztc-bg-bg-6);
}

.brownish-bg {
    background: var(--ztc-bg-bg-12) !important;
}

.browcream-bg {
    background: var(--ztc-bg-bg-13) !important;
}

.browdeep-bg {
    background: var(--ztc-bg-bg-14) !important;
}

.bg-home2 {
    background: var(--ztc-bg-bg-7);
}

.border1px {
    border: 1px solid #d8d8e1 !important;
}

.hm7-bg {
    /* background: var(--ztc-bg-bg-24) !important; */
}

.hm5-orange-bg {
    background: linear-gradient(90deg, #f58a22 0%, #f8bc1e 100%) !important;
}

.hm5-menu-clr {
    color: var(--ztc-text-text-21) !important;
}

.btn_area1 {
    position: relative;
    display: inline-block;
    transition: all 0.4s;
}
.btn_area1:hover {
    transform: translateY(-10px);
    transition: all 0.4s;
}
.btn_area1:hover .btn_right_arrow {
    transition: all 0.4s;
    background: var(--ztc-bg-bg-6);
}
.btn_area1:hover .btn_right_arrow a svg {
    filter: brightness(0) invert(1);
}
.btn_area1:hover .btn_right_arrow a svg {
    transform: rotate(0deg);
    transition: all 0.4s;
}
.btn_area1 .btn_right_arrow {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: var(--ztc-bg-bg-5);
    border-radius: 100%;
    transition: all 0.4s;
}
.btn_area1 .btn_right_arrow a {
    height: 54px;
    width: 54px;
    display: inline-block;
    line-height: 54px;
    text-align: center;
}
.btn_area1 .btn_right_arrow a svg {
    transform: rotate(-45deg);
    transition: all 0.4s;
}

.vl-btn1 {
    position: relative;
    color: var(--ztc-text-text-1);
    display: inline-block;
    padding: 18px 62px 18px 18px;
    background: var(--ztc-bg-bg-6);
    border-radius: 140px;
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    z-index: 1;
    border: none;
    transition: 0.3s;
}
.vl-btn1:hover {
    transition: all 0.4s;
    color: var(--ztc-text-text-2);
}
.vl-btn1:hover::after {
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    visibility: visible;
    opacity: 1;
}
.vl-btn1:hover span.arrow_btn3 {
    background: var(--ztc-bg-bg-6);
    transition: all 0.4s;
    transform: rotate(0deg);
}
.vl-btn1:hover span.arrow_btn3 svg {
    filter: brightness(0) invert(1);
}
.vl-btn1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    left: 50%;
    transition: all 0.4s;
    top: 0;
    border-radius: 140px;
    background: var(--ztc-bg-bg-5);
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
.vl-btn1 span.arrow_btn3 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: var(--ztc-bg-bg-9);
    border-radius: 100%;
    transition: all 0.4s;
    height: 54px;
    width: 54px;
    display: inline-block;
    line-height: 54px;
    text-align: center;
    transform: rotate(-45deg);
}
.vl-btn1 span.arrow_btn3 svg {
    transition: all 0.4s;
}

.vl-btn2 {
    position: relative;
    color: var(--ztc-text-text-1);
    display: inline-block;
    padding: 18px 62px 18px 18px;
    background: var(--ztc-bg-bg-10);
    border-radius: 140px;
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    z-index: 1;
    transition: 0.3s;
}
.vl-btn2:hover {
    transition: all 0.4s;
    color: var(--ztc-text-text-2);
}
.vl-btn2:hover::after {
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    visibility: visible;
    opacity: 1;
}
.vl-btn2:hover span.arrow_btn3 {
    background: var(--ztc-bg-bg-10);
    transition: all 0.4s;
    transform: rotate(0deg);
}
.vl-btn2:hover span.arrow_btn3 svg {
    filter: brightness(0) invert(1);
}
.vl-btn2::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    left: 50%;
    transition: all 0.4s;
    top: 0;
    border-radius: 140px;
    background: var(--ztc-bg-bg-5);
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
.vl-btn2 span.arrow_btn3 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: var(--ztc-bg-bg-9);
    border-radius: 100%;
    transition: all 0.4s;
    height: 54px;
    width: 54px;
    display: inline-block;
    line-height: 54px;
    text-align: center;
    transform: rotate(-45deg);
}
.vl-btn2 span.arrow_btn3 svg {
    transition: all 0.4s;
}

.vl-btnhm2 {
    position: relative;
    color: var(--ztc-text-text-10);
    display: inline-block;
    padding: 18px 62px 18px 18px;
    background: var(--ztc-bg-bg-9);
    border-radius: 140px;
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    z-index: 1;
    transition: 0.3s;
}
.vl-btnhm2:hover {
    transition: all 0.4s;
    color: var(--ztc-text-text-2);
}
.vl-btnhm2:hover::after {
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    visibility: visible;
    opacity: 1;
}
.vl-btnhm2:hover span.arrow_btn3 {
    background: var(--ztc-bg-bg-9);
    transition: all 0.4s;
    transform: rotate(0deg);
}
.vl-btnhm2:hover span.arrow_btn3 svg {
    filter: brightness(0) invert(1);
}
.vl-btnhm2::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    left: 50%;
    transition: all 0.4s;
    top: 0;
    border-radius: 140px;
    background: var(--ztc-bg-bg-1);
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
.vl-btnhm2 span.arrow_btn3 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: var(--ztc-bg-bg-1);
    border-radius: 100%;
    transition: all 0.4s;
    height: 54px;
    width: 54px;
    display: inline-block;
    line-height: 54px;
    text-align: center;
    transform: rotate(-45deg);
}
.vl-btnhm2 span.arrow_btn3 svg {
    transition: all 0.4s;
}

.vl-btn4 {
    position: relative;
    color: var(--ztc-text-text-10);
    display: inline-block;
    padding: 18px 62px 18px 18px;
    background: none;
    border: 1px solid #023118;
    border-radius: 140px;
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    z-index: 1;
    transition: 0.3s;
}
.vl-btn4:hover {
    border: 1px solid #ffc726;
    transition: all 0.4s;
    color: var(--ztc-text-text-2);
}
.vl-btn4:hover::after {
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    visibility: visible;
    opacity: 1;
}
.vl-btn4:hover span.arrow_btn4 {
    background: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    transform: rotate(0deg);
}
.vl-btn4:hover span.arrow_btn4 svg {
    filter: brightness(0) invert(0);
}
.vl-btn4::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    left: 50%;
    transition: all 0.4s;
    top: 0;
    border-radius: 140px;
    background: var(--ztc-bg-bg-5);
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
.vl-btn4 span.arrow_btn4 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: var(--ztc-bg-bg-10);
    border-radius: 100%;
    transition: all 0.4s;
    height: 54px;
    width: 54px;
    display: inline-block;
    line-height: 54px;
    text-align: center;
    transform: rotate(-45deg);
}
.vl-btn4 span.arrow_btn4 svg {
    filter: brightness(0) invert(1);
    transition: all 0.4s;
}

.vl-btn6 {
    position: relative;
    color: var(--ztc-text-text-1);
    display: inline-block;
    padding: 18px 62px 18px 18px;
    background: none;
    border: 1px solid #fff;
    border-radius: 140px;
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    z-index: 1;
    transition: 0.3s;
}
.vl-btn6:hover {
    border: 1px solid #ffc726;
    transition: all 0.4s;
    color: var(--ztc-text-text-2);
}
.vl-btn6:hover::after {
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    visibility: visible;
    opacity: 1;
}
.vl-btn6:hover span.arrow_btn4 {
    background: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    transform: rotate(0deg);
}
.vl-btn6:hover span.arrow_btn4 svg {
    filter: brightness(0) invert(0);
}
.vl-btn6::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    left: 50%;
    transition: all 0.4s;
    top: 0;
    border-radius: 140px;
    background: var(--ztc-bg-bg-5);
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
.vl-btn6 span.arrow_btn4 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: var(--ztc-bg-bg-9);
    border-radius: 100%;
    transition: all 0.4s;
    height: 54px;
    width: 54px;
    display: inline-block;
    line-height: 54px;
    text-align: center;
    transform: rotate(-45deg);
}
.vl-btn6 span.arrow_btn4 svg {
    filter: brightness(0) invert(0);
    transition: all 0.4s;
}

.vl-btnsub {
    position: relative;
    color: var(--ztc-text-text-10);
    display: inline-block;
    padding: 18px 62px 18px 18px;
    background: var(--ztc-bg-bg-9);
    border-radius: 140px;
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    border: none;
    z-index: 1;
    transition: 0.3s;
}
.vl-btnsub:hover {
    transition: all 0.4s;
    color: var(--ztc-text-text-10);
}
.vl-btnsub:hover::after {
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    visibility: visible;
    opacity: 1;
}
.vl-btnsub:hover span.arrow_btnsub {
    background: var(--ztc-bg-bg-9);
    transition: all 0.4s;
    transform: rotate(0deg);
}
.vl-btnsub:hover span.arrow_btnsub svg {
    filter: brightness(0) invert(1);
}
.vl-btnsub::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    left: 50%;
    transition: all 0.4s;
    top: 0;
    border-radius: 140px;
    background: var(--ztc-bg-bg-1);
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
.vl-btnsub span.arrow_btnsub {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: var(--ztc-bg-bg-1);
    border-radius: 100%;
    transition: all 0.4s;
    height: 54px;
    width: 54px;
    display: inline-block;
    line-height: 54px;
    text-align: center;
    transform: rotate(-45deg);
}
.vl-btnsub span.arrow_btnsub svg {
    transition: all 0.4s;
}

.hm2-lrn-more {
    position: relative;
    color: var(--ztc-text-text-10);
    display: inline-block;
    padding: 18px 62px 18px 18px;
    background: none;
    border: 1px solid #023118;
    border-radius: 140px;
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    z-index: 1;
    transition: 0.3s;
}
.hm2-lrn-more:hover {
    border: 1px solid #023118;
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
}
.hm2-lrn-more:hover::after {
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    visibility: visible;
    opacity: 1;
}
.hm2-lrn-more:hover span.arrow_btn4 {
    background: var(--ztc-bg-bg-9);
    transition: all 0.4s;
    transform: rotate(0deg);
}
.hm2-lrn-more:hover span.arrow_btn4 svg {
    filter: brightness(0) invert(0);
}
.hm2-lrn-more::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    left: 50%;
    transition: all 0.4s;
    top: 0;
    border-radius: 140px;
    background: var(--ztc-bg-bg-10);
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
.hm2-lrn-more span.arrow_btn4 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: var(--ztc-bg-bg-10);
    border-radius: 100%;
    transition: all 0.4s;
    height: 54px;
    width: 54px;
    display: inline-block;
    line-height: 54px;
    text-align: center;
    transform: rotate(-45deg);
}
.hm2-lrn-more span.arrow_btn4 svg {
    filter: brightness(0) invert(1);
    transition: all 0.4s;
}

.btn_area3 {
    position: relative;
    display: inline-block;
    transition: all 0.4s;
}
.btn_area3:hover {
    transform: translateY(-10px);
    transition: all 0.4s;
}
.btn_area3:hover .btn_right_arrow {
    transition: all 0.4s;
    background: var(--ztc-bg-bg-4);
}
.btn_area3:hover .btn_right_arrow a svg {
    filter: brightness(0) invert(1);
}
.btn_area3:hover .btn_right_arrow a svg {
    transform: rotate(0deg);
    transition: all 0.4s;
}
.btn_area3 .btn_right_arrow {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background: var(--ztc-bg-bg-5);
    border-radius: 100%;
    transition: all 0.4s;
}
.btn_area3 .btn_right_arrow a {
    height: 54px;
    width: 54px;
    display: inline-block;
    line-height: 54px;
    text-align: center;
}
.btn_area3 .btn_right_arrow a svg {
    transform: rotate(-45deg);
    transition: all 0.4s;
}

.vl-btn3 {
    position: relative;
    color: var(--ztc-text-text-1);
    display: inline-block;
    padding: 18px 62px 18px 18px;
    background: var(--ztc-bg-bg-4);
    border-radius: 140px;
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    z-index: 1;
    transition: 0.3s;
}
.vl-btn3:hover {
    transition: all 0.4s;
    color: var(--ztc-text-text-2);
}
.vl-btn3:hover::after {
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    visibility: visible;
    opacity: 1;
}
.vl-btn3:hover span.arrow_btn3 {
    background: var(--ztc-bg-bg-4);
    transition: all 0.4s;
    transform: rotate(0deg);
}
.vl-btn3:hover span.arrow_btn3 svg {
    filter: brightness(0) invert(1);
}
.vl-btn3::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    left: 50%;
    transition: all 0.4s;
    top: 0;
    border-radius: 140px;
    background: var(--ztc-bg-bg-5);
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
.vl-btn3 span.arrow_btn3 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: var(--ztc-bg-bg-9);
    border-radius: 100%;
    transition: all 0.4s;
    height: 54px;
    width: 54px;
    display: inline-block;
    line-height: 54px;
    text-align: center;
    transform: rotate(-45deg);
}
.vl-btn3 span.arrow_btn3 svg {
    transition: all 0.4s;
}

.vl-btn7 {
    position: relative;
    color: var(--ztc-text-text-1);
    display: inline-block;
    padding: 6px 18px 6px 6px;
    background: var(--ztc-bg-bg-12);
    border-radius: 55px;
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-semibold);
    line-height: 18px;
    z-index: 1;
    transition: 0.3s;
}
.vl-btn7:hover {
    color: var(--ztc-text-text-1);
}
.vl-btn7:hover span {
    background: var(--ztc-bg-bg-12);
}
.vl-btn7:hover span svg {
    filter: brightness(0) invert(1);
    transform: rotate(360deg);
    transition: all 0.4s;
}
.vl-btn7 span {
    margin-right: 8px;
    background: var(--ztc-bg-bg-1);
    height: 42px;
    width: 42px;
    line-height: 42px;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
}
.vl-btn7 span svg {
    transition: 0.4s;
}
.vl-btn7::after {
    position: absolute;
    content: "";
    background: var(--ztc-bg-bg-14);
    left: 0;
    right: 0;
    border-radius: 55px;
    height: 100%;
    width: 100%;
    top: 0;
    transform: scaleX(0);
    transition: 0.4s;
    z-index: -1;
}

.vl-btn7:hover::after {
    transform: scaleX(1);
}

.vl-btn8 {
    position: relative;
    color: var(--ztc-text-text-1);
    display: inline-block;
    padding: 6px 6px 6px 16px;
    background: var(--ztc-bg-bg-12);
    border-radius: 140px;
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    border: none;
    z-index: 9;
    transition: 0.3s;
}
.vl-btn8::after {
    position: absolute;
    content: "";
    background: var(--ztc-bg-bg-14);
    left: 0;
    right: 0;
    border-radius: 140px;
    height: 100%;
    width: 100%;
    top: 0;
    transform: scaleX(0);
    transition: 0.4s;
    z-index: -1;
}
.vl-btn8 span {
    background: #fff;
    height: 42px;
    width: 42px;
    line-height: 42px;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    transform: rotate(0deg);
    transition: 0.4s;
    margin-left: 8px;
}
.vl-btn8:hover {
    color: var(--ztc-text-text-1);
}
.vl-btn8:hover::after {
    background: var(--ztc-bg-bg-14);
    transform: scaleX(1);
    transition: 0.4s;
}
.vl-btn8:hover span {
    background: var(--ztc-bg-bg-12);
    transform: rotate(45deg);
    transition: 0.4s;
}
.vl-btn8:hover span svg {
    filter: brightness(0) invert(1);
}

.vl-btn9 {
    position: relative;
    color: var(--ztc-text-text-1);
    display: inline-block;
    padding: 6px 18px 6px 6px;
    background: var(--ztc-bg-bg-15);
    border-radius: 55px;
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-semibold);
    line-height: 18px;
    z-index: 1;
    transition: 0.3s;
}
.vl-btn9:hover {
    color: var(--ztc-text-text-1);
}
.vl-btn9:hover span {
    background: var(--ztc-bg-bg-15);
}
.vl-btn9:hover span svg {
    filter: brightness(0) invert(1);
    transform: rotate(360deg);
    transition: all 0.4s;
}
.vl-btn9 span {
    margin-right: 8px;
    background: var(--ztc-bg-bg-1);
    height: 42px;
    width: 42px;
    line-height: 42px;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
}
.vl-btn9 span svg {
    transition: all 0.4s;
}
.vl-btn9::after {
    position: absolute;
    content: "";
    background: var(--ztc-bg-bg-9);
    left: 0;
    right: 0;
    border-radius: 55px;
    height: 100%;
    width: 100%;
    top: 0;
    transform: scaleX(0);
    transition: 0.4s;
    z-index: -1;
}

.vl-btn9:hover::after {
    transform: scaleX(1);
}

.vl-btn10 {
    position: relative;
    color: var(--ztc-text-text-1);
    display: inline-block;
    padding: 6px 6px 6px 16px;
    background: var(--ztc-bg-bg-15);
    border-radius: 140px;
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    border: none;
    z-index: 9;
    transition: 0.3s;
}
.vl-btn10::after {
    position: absolute;
    content: "";
    background: var(--ztc-bg-bg-9);
    left: 0;
    right: 0;
    border-radius: 140px;
    height: 100%;
    width: 100%;
    top: 0;
    transform: scaleX(0);
    transition: 0.4s;
    z-index: -1;
}
.vl-btn10 span {
    background: #fff;
    height: 42px;
    width: 42px;
    line-height: 42px;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    transform: rotate(0deg);
    transition: 0.4s;
    margin-left: 8px;
}
.vl-btn10:hover {
    color: var(--ztc-text-text-1);
}
.vl-btn10:hover::after {
    transform: scaleX(1);
    transition: 0.4s;
}
.vl-btn10:hover span {
    background: var(--ztc-bg-bg-12);
    background: var(--ztc-bg-bg-15);
    transform: rotate(45deg);
    transition: 0.4s;
}
.vl-btn10:hover span svg {
    filter: brightness(0) invert(1);
}

.vl-btn11 {
    position: relative;
    color: var(--ztc-text-text-16);
    display: inline-block;
    padding: 6px 6px 6px 16px;
    background: none;
    border-radius: 140px;
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    border: 1px solid #5fb071;
    z-index: 9;
    transition: 0.3s;
}
.vl-btn11::after {
    position: absolute;
    content: "";
    background: var(--ztc-bg-bg-15);
    left: 0;
    right: 0;
    border-radius: 140px;
    height: 100%;
    width: 100%;
    top: 0;
    transform: scaleX(0);
    transition: 0.4s;
    z-index: -1;
}
.vl-btn11 span {
    background: var(--ztc-bg-bg-15);
    height: 42px;
    width: 42px;
    line-height: 42px;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    transform: rotate(0deg);
    transition: 0.4s;
    margin-left: 8px;
}
.vl-btn11:hover {
    color: var(--ztc-text-text-1);
}
.vl-btn11:hover::after {
    transform: scaleX(1);
    transition: 0.4s;
}
.vl-btn11:hover span {
    background: var(--ztc-bg-bg-1);
    transform: rotate(45deg);
    transition: 0.4s;
}
.vl-btn11:hover span svg {
    filter: brightness(0) invert(0);
}

.btnhm9 {
    display: inline-block;
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    font-weight: 600;
    color: var(--ztc-text-text-1);
    padding: 6px 6px 6px 18px;
    transition: all 0.4s;
    border-radius: 200px;
    position: relative;
    background: linear-gradient(90deg, #adc893 0%, #558f6c 100%);
    border: none;
    z-index: 1;
    overflow: hidden;
}
.btnhm9::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    left: 0;
    top: 0;
    background: var(--ztc-text-text-31);
    transition: all 0.4s;
    z-index: -1;
    border-radius: 200px;
}
.btnhm9:hover {
    color: #fff;
    transition: all 0.4s;
}
.btnhm9:hover::after {
    width: 100%;
    transition: all 0.4s;
}
.btnhm9:hover i {
    transform: rotate(0);
    transition: all 0.4s;
}
.btnhm9 i {
    margin-left: 4px;
    display: inline-block;
    transform: rotate(-45deg);
    transition: all 0.4s;
    height: 42px;
    width: 42px;
    line-height: 42px;
    color: var(--ztc-text-text-31);
    background: var(--ztc-bg-bg-1);
    text-align: center;
    border-radius: 100%;
}

.btnhm9-2 {
    display: inline-block;
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    font-weight: 600;
    color: var(--ztc-text-text-31);
    border: 1px solid #adc893;
    padding: 6px 6px 6px 18px;
    transition: all 0.4s;
    border-radius: 200px;
    position: relative;
    background: none;
    z-index: 1;
    overflow: hidden;
}
.btnhm9-2::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, #adc893 0%, #558f6c 100%);
    transition: all 0.4s;
    z-index: -1;
    border-radius: 200px;
}
.btnhm9-2:hover {
    color: #fff;
    transition: all 0.4s;
}
.btnhm9-2:hover::after {
    width: 100%;
    transition: all 0.4s;
}
.btnhm9-2:hover i {
    color: var(--ztc-text-text-31);
    background: var(--ztc-bg-bg-1);
    transform: rotate(0);
    transition: all 0.4s;
}
.btnhm9-2 i {
    margin-left: 4px;
    display: inline-block;
    transform: rotate(-45deg);
    transition: all 0.4s;
    height: 42px;
    width: 42px;
    line-height: 42px;
    color: var(--ztc-text-text-1);
    background: linear-gradient(90deg, #adc893 0%, #558f6c 100%);
    text-align: center;
    border-radius: 100%;
}

.vl-btn5 {
    position: relative;
    color: var(--ztc-text-text-1);
    display: inline-block;
    padding: 16px 22px;
    background: var(--ztc-bg-bg-3);
    border-radius: 111px;
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    z-index: 1;
    transition: 0.3s;
}
.vl-btn5:hover {
    color: var(--ztc-text-text-1);
}
.vl-btn5::after {
    position: absolute;
    content: "";
    background: var(--ztc-bg-bg-2);
    left: 0;
    right: 0;
    border-radius: 111px;
    height: 100%;
    width: 100%;
    top: 0;
    transform: scaleX(0);
    transition: 0.4s;
    z-index: -1;
}

.vl-btn5:hover::after {
    transform: scaleX(1);
}

.vl-primary-btn-1 {
    background: linear-gradient(90deg, #f58a22 0%, #f8bc1e 100%);
    border-radius: 8px;
    padding: 18px 18px;
    color: var(--ztc-text-text-1);
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    font-weight: 600;
    display: inline-block;
    transition: 0.3s;
    position: relative;
    z-index: 1;
}
.vl-primary-btn-1::after {
    position: absolute;
    content: "";
    left: 8px;
    top: 8px;
    background: rgba(255, 255, 255, 0.2);
    height: 40px;
    width: 40px;
    border-radius: 50px;
    transition: 0.3s;
}
.vl-primary-btn-1 span {
    transform: rotate(-45deg);
    margin-left: 2px;
    transition: 0.3s;
    display: inline-block;
}
.vl-primary-btn-1:hover {
    color: var(--ztc-text-text-16);
    transition: 0.3s;
}
.vl-primary-btn-1:hover:after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.3s;
    border-radius: 0;
    border-radius: 8px;
}
.vl-primary-btn-1:hover span {
    transform: rotate(0);
    transition: 0.3s;
}

.vl-primary-btn-2 {
    background: none;
    border: 1px solid #3d2309;
    border-radius: 8px;
    padding: 18px 18px;
    color: var(--ztc-text-text-21);
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    font-weight: 600;
    display: inline-block;
    transition: 0.3s;
    position: relative;
    z-index: 1;
}
.vl-primary-btn-2::after {
    position: absolute;
    content: "";
    left: 8px;
    top: 8px;
    background: rgba(61, 35, 9, 0.12);
    height: 40px;
    width: 40px;
    border-radius: 50px;
    transition: 0.3s;
}
.vl-primary-btn-2 span {
    transform: rotate(-45deg);
    margin-left: 2px;
    transition: 0.3s;
    display: inline-block;
}
.vl-primary-btn-2:hover {
    color: var(--ztc-text-text-16);
    transition: 0.3s;
}
.vl-primary-btn-2:hover:after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.3s;
    border-radius: 0;
    border-radius: 8px;
}
.vl-primary-btn-2:hover span {
    transform: rotate(0);
    transition: 0.3s;
}

.vl-primary-btn-fxr2 {
    background: none;
    border: 1px solid #3d2309;
    border-radius: 8px;
    padding: 18px 18px;
    color: var(--ztc-text-text-21);
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    font-weight: 600;
    display: inline-block;
    transition: 0.3s;
    position: relative;
    z-index: 1;
}
.vl-primary-btn-fxr2::after {
    position: absolute;
    content: "";
    left: 8px;
    top: 8px;
    background: rgba(61, 35, 9, 0.12);
    height: 40px;
    width: 40px;
    border-radius: 50px;
    transition: 0.3s;
}
.vl-primary-btn-fxr2 span {
    transform: rotate(-45deg);
    margin-left: 2px;
    transition: 0.3s;
    display: inline-block;
}
.vl-primary-btn-fxr2:hover {
    border: none;
    color: var(--ztc-text-text-1);
    background: linear-gradient(90deg, #f58a22 0%, #f8bc1e 100%);
    transition: 0.3s;
}
.vl-primary-btn-fxr2:hover:after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.3s;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
}
.vl-primary-btn-fxr2:hover span {
    transform: rotate(0);
    transition: 0.3s;
}

.btn-home6 {
    position: relative;
    color: var(--ztc-text-text-23);
    display: inline-block;
    padding: 16px 22px;
    background: var(--ztc-bg-bg-21);
    border-radius: 200px;
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    border: 1px solid #1a5632;
    box-shadow: 2px 2px 0 0 #1a5632;
    z-index: 1;
    transition: 0.3s;
}
.btn-home6:hover {
    color: var(--ztc-text-text-1);
    transform: translatey(-5px);
}
.btn-home6::after {
    position: absolute;
    content: "";
    background: #1a5632;
    left: 0;
    right: 0;
    border-radius: 200px;
    height: 100%;
    width: 100%;
    top: 0;
    transform: scaleX(0);
    border: 1px solid #1a5632;
    box-shadow: 2px 2px 0 0 var(--ztc-bg-bg-21);
    transition: 0.4s;
    z-index: -1;
}

.btn-home6:hover::after {
    transform: scaleX(1);
}

.btn2-home6 {
    position: relative;
    color: var(--ztc-text-text-1);
    display: inline-block;
    padding: 16px 22px;
    background: none;
    border-radius: 200px;
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    border: 1px solid #fff;
    z-index: 1;
    transition: 0.3s;
}
.btn2-home6:hover {
    color: var(--ztc-text-text-23);
    transform: translatey(-5px);
}
.btn2-home6::after {
    position: absolute;
    content: "";
    background: var(--ztc-bg-bg-21);
    left: 0;
    right: 0;
    border-radius: 200px;
    height: 100%;
    width: 100%;
    top: 0;
    transform: scaleX(0);
    border: inherit;
    transition: 0.4s;
    z-index: -1;
}

.btn2-home6:hover::after {
    transform: scaleX(1);
}

.btn3-home6 {
    position: relative;
    color: #000000;
    display: inline-block;
    padding: 16px 22px;
    background: none;
    border-radius: 200px;
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    border: 1px solid #2d311a;
    z-index: 1;
    transition: 0.3s;
}
.btn3-home6:hover {
    color: rgb(255, 255, 255);
    transform: translatey(-5px);
}
.btn3-home6::after {
    position: absolute;
    content: "";
    background: #2d311a;
    left: 0;
    right: 0;
    border-radius: 200px;
    height: 100%;
    width: 100%;
    top: 0;
    transform: scaleX(0);
    border: 1px solid #2d311a;
    box-shadow: 2px 2px 0 0 #2d311a;
    transition: 0.4s;
    z-index: -1;
    color: white;
}

.btn3-home6:hover::after {
    transform: scaleX(1);
}

.btn4-home6 {
    position: relative;
    color: var(--ztc-text-text-23);
    display: inline-block;
    padding: 16px 22px;
    background: var(--ztc-bg-bg-21);
    border-radius: 200px;
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    border: 1px solid white;
    box-shadow: 2px 2px 0 0 white;
    z-index: 1;
    transition: 0.3s;
}
.btn4-home6:hover {
    color: var(--ztc-text-text-23);
    transform: translatey(-5px);
}
.btn4-home6::after {
    position: absolute;
    content: "";
    background: white;
    left: 0;
    right: 0;
    border-radius: 200px;
    height: 100%;
    width: 100%;
    top: 0;
    transform: scaleX(0);
    border: 1px solid white;
    box-shadow: 2px 2px 0 0 var(--ztc-bg-bg-21);
    transition: 0.4s;
    z-index: -1;
}

.btn4-home6:hover::after {
    transform: scaleX(1);
}

.btn5-home6 {
    position: relative;
    color: var(--ztc-text-text-23);
    display: inline-block;
    padding: 16px 22px;
    background: var(--ztc-bg-bg-1);
    border-radius: 200px;
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    border: 1px solid #1a5632;
    box-shadow: 2px 2px 0 0 #1a5632;
    z-index: 1;
    transition: 0.3s;
}
.btn5-home6:hover {
    color: var(--ztc-text-text-1);
    transform: translatey(-5px);
}
.btn5-home6::after {
    position: absolute;
    content: "";
    background: var(--ztc-bg-bg-20);
    left: 0;
    right: 0;
    border-radius: 200px;
    height: 100%;
    width: 100%;
    top: 0;
    transform: scaleX(0);
    box-shadow: 2px 2px 0 0 var(--ztc-bg-bg-1);
    transition: 0.4s;
    z-index: -1;
}

.btn5-home6:hover::after {
    transform: scaleX(1);
}

.btn-home7 {
    position: relative;
    color: white;
    display: inline-block;
    padding: 7px 22px;
    background: var(--ztc-bg-bg-25);
    border-radius: 200px;
    font-size: var(--ztc-font-size-font-s14);
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    border: 1px solid #031a0b;
    box-shadow: 2px 2px 0 0 #031a0b;
    z-index: 1;
    transition: 0.3s;
}
.btn-home7:hover {
    color: var(--ztc-text-text-1);
    transform: translatey(-5px);
}
.btn-home7::after {
    position: absolute;
    content: "";
    background: #956a42;
    left: 0;
    right: 0;
    border-radius: 200px;
    height: 100%;
    width: 100%;
    top: 0;
    transform: scaleX(0);
    border: 1px solid var(--ztc-bg-bg-25);
    box-shadow: 2px 2px 0 0 var(--ztc-bg-bg-25);
    transition: 0.4s;
    z-index: -1;
}

.btn-home7:hover::after {
    transform: scaleX(1);
}

.btn-home7-extra {
    position: relative;
    color: var(--ztc-text-text-26);
    display: inline-block;
    padding: 16px 22px;
    background: none;
    border-radius: 200px;
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    border: 1px solid #031a0b;
    z-index: 1;
    transition: 0.3s;
}
.btn-home7-extra:hover {
    color: white;
    transform: translatey(-5px);
}
.btn-home7-extra::after {
    position: absolute;
    content: "";
    background: var(--ztc-bg-bg-25);
    left: 0;
    right: 0;
    border-radius: 200px;
    height: 100%;
    width: 100%;
    top: 0;
    transform: scaleX(0);
    border: 1px solid #031a0b;
    box-shadow: 2px 2px 0 0 #031a0b;
    transition: 0.4s;
    z-index: -1;
}

.btn-home7-extra:hover::after {
    transform: scaleX(1);
}

.btn2-home7 {
    position: relative;
    color: rgb(255, 255, 255);
    display: inline-block;
    padding: 7px 22px;
    background: var(--ztc-bg-bg-25);
    border-radius: 200px;
    font-size: var(--ztc-font-size-font-s14);
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    border: 1px solid #fff;
    box-shadow: 2px 2px 0 0 #fff;
    z-index: 1;
    transition: 0.3s;
}
.btn2-home7:hover {
    color: var(--ztc-text-text-26);
    transform: translatey(-5px);
}
.btn2-home7::after {
    position: absolute;
    content: "";
    background: #fff;
    left: 0;
    right: 0;
    border-radius: 200px;
    height: 100%;
    width: 100%;
    top: 0;
    transform: scaleX(0);
    border: 1px solid var(--ztc-bg-bg-25);
    box-shadow: 2px 2px 0 0 var(--ztc-bg-bg-25);
    transition: 0.4s;
    z-index: -1;
}

.btn2-home7:hover::after {
    transform: scaleX(1);
}

.btn3-home7 {
    position: relative;
    color: var(--ztc-text-text-1);
    display: inline-block;
    padding: 7px 22px;
    background: none;
    border-radius: 200px;
    font-size: var(--ztc-font-size-font-s14);
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    border: 1px solid #fff;
    z-index: 1;
    transition: 0.3s;
}
.btn3-home7:hover {
    color: white;
    transform: translatey(-5px);
}
.btn3-home7::after {
    position: absolute;
    content: "";
    background: var(--ztc-bg-bg-25);
    left: 0;
    right: 0;
    border-radius: 200px;
    height: 100%;
    width: 100%;
    top: 0;
    transform: scaleX(0);
    border: inherit;
    transition: 0.4s;
    z-index: -1;
}

.btn3-home7:hover::after {
    transform: scaleX(1);
}

.btn4-home7 {
    position: relative;
    color: var(--ztc-text-text-25);
    display: inline-block;
    padding: 16px 22px;
    background: none;
    border-radius: 200px;
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    border: 1px solid #031a0b;
    box-shadow: 2px 2px 0 0 #031a0b;
    background: var(--ztc-bg-bg-1);
    z-index: 1;
    transition: 0.3s;
}
.btn4-home7:hover {
    color: var(--ztc-text-text-1);
    transform: translatey(-5px);
}
.btn4-home7::after {
    position: absolute;
    content: "";
    background: #031a0b;
    border: 1px solid white;
    box-shadow: 2px 2px 0 0 #fff;
    left: 0;
    right: 0;
    border-radius: 200px;
    height: 100%;
    width: 100%;
    top: 0;
    transform: scaleX(0);
    border: inherit;
    transition: 0.4s;
    z-index: -1;
}

.btn4-home7:hover::after {
    transform: scaleX(1);
}

.vl-primary-btn-hm8 {
    background: var(--ztc-bg-bg-29);
    border-radius: 8px;
    padding: 18px 18px;
    color: var(--ztc-text-text-1);
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    font-weight: 600;
    display: inline-block;
    border: none;
    transition: 0.3s;
    position: relative;
    z-index: 1;
}
.vl-primary-btn-hm8::after {
    position: absolute;
    content: "";
    left: 8px;
    top: 8px;
    background: rgba(255, 255, 255, 0.2);
    height: 40px;
    width: 40px;
    border-radius: 50px;
    transition: 0.3s;
}
.vl-primary-btn-hm8 span {
    transform: rotate(-45deg);
    margin-left: 2px;
    transition: 0.3s;
    display: inline-block;
}
.vl-primary-btn-hm8:hover {
    color: var(--ztc-text-text-16);
    transition: 0.3s;
}
.vl-primary-btn-hm8:hover:after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.3s;
    border-radius: 0;
    border-radius: 8px;
}
.vl-primary-btn-hm8:hover span {
    transform: rotate(0);
    transition: 0.3s;
}

.vl-primary-hm8-learn {
    background: none;
    border: 1px solid #141e3e;
    border-radius: 8px;
    padding: 18px 18px;
    color: #141e3e;
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    font-weight: 600;
    display: inline-block;
    transition: 0.3s;
    position: relative;
    z-index: 1;
}
.vl-primary-hm8-learn::after {
    position: absolute;
    content: "";
    left: 8px;
    top: 8px;
    background: rgba(79, 120, 248, 0.1);
    height: 40px;
    width: 40px;
    border-radius: 50px;
    transition: 0.6s;
}
.vl-primary-hm8-learn span {
    transform: rotate(-45deg);
    margin-left: 2px;
    transition: 0.3s;
    display: inline-block;
}
.vl-primary-hm8-learn:hover {
    color: var(--ztc-text-text-16);
    transition: 0.3s;
}
.vl-primary-hm8-learn:hover:after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.3s;
    border-radius: 0;
    border-radius: 8px;
}
.vl-primary-hm8-learn:hover span {
    transform: rotate(0);
    transition: 0.3s;
}

.next-arrow button {
    height: 48px;
    width: 48px;
    text-align: center;
    line-height: 24px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid var(--ztc-text-text-1);
    transition: 0.4s;
    position: relative;
    overflow: hidden;
    background: none;
    color: var(--ztc-text-text-1);
}
.next-arrow button:hover {
    transition: 0.4s;
    border-radius: 100px;
    background: var(--ztc-bg-bg-5);
    color: var(--ztc-text-text-5);
    border: 1px solid var(--ztc-text-text-7);
}

.prev-arrow button {
    height: 48px;
    width: 48px;
    text-align: center;
    line-height: 24px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid var(--ztc-text-text-1);
    transition: 0.4s;
    position: relative;
    overflow: hidden;
    background: none;
    color: var(--ztc-text-text-1);
}
.prev-arrow button:hover {
    transition: 0.4s;
    border-radius: 100px;
    background: var(--ztc-bg-bg-5);
    color: var(--ztc-text-text-5);
    border: 1px solid var(--ztc-text-text-7);
}

.star_icon ul li {
    display: inline-block;
    margin-right: 2px;
}
.star_icon ul li i {
    color: var(--ztc-text-text-4);
}
.star_icon_2 ul li i {
    color: var(--ztc-text-text-10);
    transition: 0.4s;
}

.social_link li {
    margin: 0 0 16px 0;
}
.social_link li:last-child {
    margin: 0px;
}
.social_link li a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 42px;
    border-radius: 50%;
    background: var(--ztc-bg-bg-6);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s18);
    transition: all 0.4s;
    color: var(--ztc-text-text-2);
}
.social_link li a:hover {
    background: var(--ztc-bg-bg-5);
}
.social_link li a:hover i {
    color: var(--ztc-text-text-5);
}
.social_link li a i {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.inner-mini-title {
    color: #000000;
    font-size: 22px;
    line-height: 24px;
    font-family: var(--ztc-family-font2);
}

.inner-mini-pera {
    font-size: var(--ztc-font-size-font-s16);
    color: rgba(26, 86, 50, 0.8);
    line-height: 24px;
    font-weight: 400;
}

.inner-pagination {
    margin-top: 38px;
}
.inner-pagination ul li {
    display: inline-block;
    margin-right: 10px;
}
.inner-pagination ul li:last-child {
    margin-right: 0;
}
.inner-pagination ul li a {
    background: var(--ztc-bg-bg-23);
    border: 1px solid #dae4de;
    color: var(--ztc-text-text-23);
    display: block;
    border-radius: 100px;
    height: 56px;
    width: 56px;
    line-height: 56px;
    text-align: center;
    font-size: var(--ztc-font-size-font-s24);
    font-weight: var(--ztc-weight-bold);
    transition: 0.3s;
}
.inner-pagination ul li a:hover {
    background: var(--ztc-bg-bg-21);
    color: var(--ztc-text-text-23);
    border: 1px solid #1a5632;
    box-shadow: 1px 2px 0 0 #1a5632;
    transition: 0.3s;
}
.inner-pagination ul li a i {
    color: var(--ztc-text-text-23);
}

.image-anime {
    position: relative;
    overflow: hidden;
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.service_c_bg {
    border: 1px solid #f0f0fa !important;
}

.service_bg {
    background: #fff !important;
}

/*============= COMMON CSS AREA ENDS===============*/
.cursor-outer {
    margin-inline-start: -12px;
    margin-top: -12px;
    width: 30px;
    height: 30px;
    border: 1px solid #1a5632;
    background-color: transparent;
    box-sizing: border-box;
    z-index: 10000000;
    opacity: 0.34;
    transition: all 0.4s ease-out 0s;
}

.cursor-outer.color-4 {
    border: 1px solid red;
    background-color: green;
}

.cursor-outer.cursor-hover {
    opacity: 0.14;
}

.cursor-outer.cursor-big {
    opacity: 0;
}

.mouseCursor {
    position: fixed;
    top: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    bottom: 0;
    pointer-events: none;
    border-radius: 50%;
    transform: translateZ(0);
    visibility: hidden;
    text-align: center;
}

.mouseCursor.cursor-big {
    width: 20px;
    height: 20px;
    margin-inline-start: -12px;
    margin-top: -12px;
}

.cursor-inner {
    margin-inline-start: -3px;
    margin-top: -3px;
    width: 10px;
    height: 10px;
    z-index: 10000001;
    background-color: #1a5632;
    opacity: 1;
    transition: all 0.24s ease-out 0s;
}

.cursor-inner.color-4 {
    background-color: var(--vkl-text-text-11);
}

.cursor-inner.cursor-big span {
    opacity: 1;
}

.cursor-inner.cursor-hover {
    margin-inline-start: -10px;
    margin-top: -10px;
    width: 30px;
    height: 30px;
    background-color: var(--theme); /* $theme-color */
    border: 1px solid #686363;
    opacity: 0;
}

.tp-footer-bigtext {
    font-size: 180px;
    letter-spacing: -0.02em;
    line-height: 1;
}

.text-scale-anim {
    white-space: pre-wrap;
    transform-origin: top left;
}

.tp-letter-span {
    display: inline-block;
}

.tp-word-span {
    display: inline-block;
}

.case_img_anime {
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 100%;
}
.case_img_anime img {
    background-size: cover;
    transition: 0.5s;
    width: 100%;
    height: 100%;
    display: block;
}
.case_img_anime img:nth-child(1) {
    transform: translatex(50%) scalex(2);
    opacity: 0;
    filter: blur(10px);
}
.case_img_anime img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.vl-blog8-box:hover .case_img_anime img:nth-child(1) {
    transform: translatex(0) scalex(1);
    opacity: 1;
    filter: blur(0);
}
.vl-blog8-box:hover .case_img_anime img:nth-child(2) {
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    filter: blur(10px);
}

.vl-blog1-info:hover .case_img_anime img:nth-child(1) {
    transform: translatex(0) scalex(1);
    opacity: 1;
    filter: blur(0);
}
.vl-blog1-info:hover .case_img_anime img:nth-child(2) {
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    filter: blur(10px);
}

.team1-thumb.case_img_anime:hover img:nth-child(1) {
    transform: translatex(0) scalex(1);
    opacity: 1;
    filter: blur(0);
}
.team1-thumb.case_img_anime:hover img:nth-child(2) {
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    filter: blur(10px);
}

.vl-blog2-info:hover .case_img_anime img:nth-child(1) {
    transform: translatex(0) scalex(1);
    opacity: 1;
    filter: blur(0);
}
.vl-blog2-info:hover .case_img_anime img:nth-child(2) {
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    filter: blur(10px);
}

.vl-team3-box:hover .case_img_anime img:nth-child(1) {
    transform: translatex(0) scalex(1);
    opacity: 1;
    filter: blur(0);
}
.vl-team3-box:hover .case_img_anime img:nth-child(2) {
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    filter: blur(10px);
}

.blog3-area-box:hover .case_img_anime img:nth-child(1) {
    transform: translatex(0) scalex(1);
    opacity: 1;
    filter: blur(0);
}
.blog3-area-box:hover .case_img_anime img:nth-child(2) {
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    filter: blur(10px);
}

.blog5-box-area:hover .case_img_anime img:nth-child(1) {
    transform: translatex(0) scalex(1);
    opacity: 1;
    filter: blur(0);
}
.blog5-box-area:hover .case_img_anime img:nth-child(2) {
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    filter: blur(10px);
}

.product5-box-info:hover .case_img_anime img:nth-child(1) {
    transform: translatex(0) scalex(1);
    opacity: 1;
    filter: blur(0);
}
.product5-box-info:hover .case_img_anime img:nth-child(2) {
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    filter: blur(10px);
}

.team5-box:hover .case_img_anime img:nth-child(1) {
    transform: translatex(0) scalex(1);
    opacity: 1;
    filter: blur(0);
}
.team5-box:hover .case_img_anime img:nth-child(2) {
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    filter: blur(10px);
}

.team6-area-box:hover .case_img_anime img:nth-child(1) {
    transform: translatex(0) scalex(1);
    opacity: 1;
    filter: blur(0);
}
.team6-area-box:hover .case_img_anime img:nth-child(2) {
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    filter: blur(10px);
}

.blog7-info:hover .case_img_anime img:nth-child(1) {
    transform: translatex(0) scalex(1);
    opacity: 1;
    filter: blur(0);
}
.blog7-info:hover .case_img_anime img:nth-child(2) {
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    filter: blur(10px);
}

.blog9-info:hover .case_img_anime img:nth-child(1) {
    transform: translatex(0) scalex(1);
    opacity: 1;
    filter: blur(0);
}
.blog9-info:hover .case_img_anime img:nth-child(2) {
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    filter: blur(10px);
}

.vl-blog10-box:hover .case_img_anime img:nth-child(1) {
    transform: translatex(0) scalex(1);
    opacity: 1;
    filter: blur(0);
}
.vl-blog10-box:hover .case_img_anime img:nth-child(2) {
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    filter: blur(10px);
}

.about-inr-vlog-box:hover .case_img_anime img:nth-child(1) {
    transform: translatex(0) scalex(1);
    opacity: 1;
    filter: blur(0);
}
.about-inr-vlog-box:hover .case_img_anime img:nth-child(2) {
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    filter: blur(10px);
}

.vl-clip-anim {
    width: 100%;
    display: grid;
    align-items: center;
    justify-items: center;
    overflow: hidden;
    position: relative;
}

.vl-clip-anim .vl-anim-img {
    opacity: 0;
    width: 100%;
    height: 100%;
}

.vl-clip-anim .mask {
    background-size: cover;
    background-position: center;
    transform: scale(1.005);
}

.vl-clip-anim > * {
    grid-area: 1/1/2/2;
    width: 100%;
    height: 100%;
    max-height: 100%;
}

.reveal {
    position: relative;
    display: -ms-inline-flexbox;
    visibility: hidden;
    overflow: hidden;
}

.reveal img {
    height: 100%;
    width: 100%;
    display: inline-block;
    -o-object-fit: cover;
    object-fit: cover;
    transform-origin: left;
}

.tp-text-slide-title {
    color: #fff;
    margin-bottom: 10px;
    font-size: 120px;
    line-height: 120px;
    font-family: var(--ztc-family-font2);
    font-weight: 400;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke: 1.5px #c08838;
}
.tp-text-slide-title img {
    width: 100px;
    height: 100px;
    margin-right: 20px;
}

.tp-slide-transtion {
    transition-timing-function: linear;
}

.tpcauses-text-slider-active .swiper-slide {
    width: auto;
    display: inline-block;
}

.hm4-brand-1 .title {
    color: var(--ztc-text-text-38);
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 24px;
    font-family: var(--ztc-family-font2);
    font-weight: 400;
}
.hm4-brand-1 .title img {
    width: 44px;
    height: 44px;
    margin-right: 10px;
}

.tpcauses-text-slider-active-2 .swiper-slide {
    width: auto;
    display: inline-block;
}

.hm4-brand-2 {
    text-align: center;
}
.hm4-brand-2 .title {
    color: #d2d9d0;
    margin: 10px 0px 10px 0px;
    font-size: 30px;
    font-weight: 500;
}
.hm4-brand-2 .title img {
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 34px;
}

.hm4-brand-3 {
    text-align: center;
}
.hm4-brand-3 .title img {
    -o-object-fit: cover;
    object-fit: cover;
}

.testimo-hm4-wrap {
    position: relative;
}

.arrow-btn-next {
    display: inline-block;
    height: 62px;
    width: 62px;
    line-height: 60px;
    background: var(--ztc-bg-bg-16);
    border-radius: 100%;
    text-align: center;
    position: absolute;
    top: 47%;
    right: -5%;
    z-index: 99;
}
.arrow-btn-next a img {
    filter: brightness(0) invert(0);
    transition: 0.4s;
}
.arrow-btn-next:hover {
    background: var(--ztc-bg-bg-15);
    transition: 0.4s;
}
.arrow-btn-next:hover a img {
    filter: brightness(0) invert(1);
    transition: 0.4s;
}

.arrow-btn-prev {
    display: inline-block;
    height: 62px;
    width: 62px;
    line-height: 60px;
    background: var(--ztc-bg-bg-16);
    border-radius: 100%;
    text-align: center;
    position: absolute;
    top: 47%;
    left: -5%;
    z-index: 99;
    transition: 0.4s;
}
.arrow-btn-prev a img {
    filter: brightness(0) invert(0);
    transition: 0.4s;
}
.arrow-btn-prev:hover {
    background: var(--ztc-bg-bg-15);
    transition: 0.4s;
}
.arrow-btn-prev:hover a img {
    filter: brightness(0) invert(1);
    transition: 0.4s;
}

.arrow-btn-next-hm5 {
    display: inline-block;
    height: 54px;
    width: 54px;
    line-height: 54px;
    background: var(--ztc-bg-bg-1);
    border-radius: 8px;
    text-align: center;
    position: absolute;
    top: 47%;
    right: -5%;
    z-index: 99;
}
@media (max-width: 575px) {
    .arrow-btn-next-hm5 {
        top: 92%;
        right: 32%;
    }
}
.arrow-btn-next-hm5 a img {
    filter: brightness(0) invert(0);
    transition: 0.4s;
}
.arrow-btn-next-hm5:hover {
    background: linear-gradient(90deg, #f58a22 0%, #f8bc1e 100%);
    transition: 0.4s;
}
.arrow-btn-next-hm5:hover a img {
    filter: brightness(0) invert(1);
    transition: 0.4s;
}

.arrow-btn-prev-hm5 {
    display: inline-block;
    height: 54px;
    width: 54px;
    line-height: 54px;
    background: var(--ztc-bg-bg-1);
    border-radius: 8px;
    text-align: center;
    position: absolute;
    top: 47%;
    left: -5%;
    z-index: 99;
    transition: 0.4s;
}
@media (max-width: 575px) {
    .arrow-btn-prev-hm5 {
        top: 92%;
        left: 32%;
    }
}
.arrow-btn-prev-hm5 a img {
    filter: brightness(0) invert(0);
    transition: 0.4s;
}
.arrow-btn-prev-hm5:hover {
    background: linear-gradient(90deg, #f58a22 0%, #f8bc1e 100%);
    transition: 0.4s;
}
.arrow-btn-prev-hm5:hover a img {
    filter: brightness(0) invert(1);
    transition: 0.4s;
}

.sp1 {
    padding: 50px 0 50px;
}
@media (max-width: 575px) {
    .sp1 {
        padding: 35px 0 35px;
        overflow: hidden;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sp1 {
        padding: 50px 0 50px;
    }
}

.sp2 {
    padding: 70px 0 70px;
}
@media (max-width: 575px) {
    .sp2 {
        padding: 50px 0 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sp2 {
        padding: 50px 0 20px;
    }
}

.sp3 {
    padding: 100px 0 50px;
}

.sp4 {
    padding: 80px 0 80px;
}
@media (max-width: 575px) {
    .sp4 {
        padding: 40px 0 40px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sp4 {
        padding: 40px 0 40px;
    }
}

.sp5 {
    padding: 60px 0 60px;
}
@media (max-width: 575px) {
    .sp5 {
        padding: 30px 0 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sp5 {
        padding: 30px 0 30px;
    }
}

.sp6 {
    padding: 120px 0 120px;
}
@media (max-width: 575px) {
    .sp6 {
        padding: 60px 0 60px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sp6 {
        padding: 60px 0 60px;
    }
}

.sp7 {
    padding: 120px 0 90px;
}
@media (max-width: 575px) {
    .sp7 {
        padding: 60px 0 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sp7 {
        padding: 60px 0 30px;
    }
}

.sp8 {
    padding: 100px 0 0;
}
@media (max-width: 575px) {
    .sp8 {
        padding: 50px 0 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sp8 {
        padding: 50px 0 0;
    }
}

.sp9 {
    padding: 120px 0 0;
}
@media (max-width: 575px) {
    .sp9 {
        padding: 60px 0 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sp9 {
        padding: 60px 0 0;
    }
}

.sp10 {
    padding: 0 0 100px;
}
@media (max-width: 575px) {
    .sp10 {
        padding: 0 0 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sp10 {
        padding: 0 0 50px;
    }
}

.sp11 {
    padding: 0 0 70px;
}
@media (max-width: 575px) {
    .sp11 {
        padding: 0 0 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sp11 {
        padding: 0 0 20px;
    }
}

.space-margin60 {
    margin-bottom: 60px;
}
@media (max-width: 575px) {
    .space-margin60 {
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .space-margin60 {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sp-brk-1 {
        padding: 50px 0px;
    }
}

.vl-about1-area {
    overflow: hidden;
    background: #fffdf5;
}
.vl-about1-area .about1-thumb1 {
    border-radius: 16px;
}
.vl-about1-area .about1-thumb1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-about1-area .about1-thumb1 img {
        height: 500px;
    }
}
.vl-about1-area .about-area-info {
    padding-left: 22px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 575px) {
    .vl-about1-area .about-area-info {
        padding: 0px;
        margin-top: 30px;
    }
}
.vl-about1-area .about1-heading-area .about-subtitle {
    color: var(--ztc-text-text-5);
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    font-weight: 400;
    text-transform: uppercase;
}
.vl-about1-area .about1-heading-area .about-subtitle img {
    width: 56px;
    height: 24px;
    margin: 0px 4px 2px 0px;
}
.vl-about1-area .about1-heading-area .about-title {
    color: var(--ztc-text-text-5);
    font-size: var(--ztc-font-size-font-s44);
    line-height: 52px;
    font-weight: 400;
    font-family: var(--ztc-family-font2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .vl-about1-area .about1-heading-area .about-title {
        font-size: 38px;
        line-height: 48px;
    }
}
@media (max-width: 575px) {
    .vl-about1-area .about1-heading-area .about-title {
        font-size: 32px;
        line-height: 42px;
    }
}
.vl-about1-area .about1-heading-area p {
    font-size: var(--ztc-font-size-font-s18);
    color: var(--ztc-text-text-8);
    line-height: 26px;
    font-weight: 400;
}
.vl-about1-area .about1-text {
    font-size: var(--ztc-font-size-font-s16);
    color: var(--ztc-text-text-8);
    line-height: 24px;
    font-weight: 400;
    margin-top: 66px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .vl-about1-area .about1-text {
        margin-top: 22px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 575px) {
    .vl-about1-area .about1-text {
        margin: 30px 0px 30px 0px;
    }
}
.vl-about1-area .about1-thumb2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
}

.vl-about2-area {
    overflow: hidden;
}

.vl-about2-header {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 575px) {
    .vl-about2-header {
        display: none;
    }
}
.vl-about2-header .about2-header-left .sub-title {
    color: var(--ztc-text-text-10);
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.vl-about2-header .about2-header-left .title {
    color: var(--ztc-text-text-10);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s44);
    line-height: 52px;
    font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-about2-header .about2-header-left .title {
        font-size: 38px;
        line-height: 48px;
    }
}
.vl-about2-header .about2-header-right .header-right-text {
    color: var(--ztc-text-text-13);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: 400;
    line-height: 24px;
}
.vl-about2-header .about2-header-right .about2-meta {
    display: flex;
}
.vl-about2-header .about2-header-right .about2-meta .about2-meta_user a {
    background: rgba(43, 114, 55, 0.2);
    border-radius: 100px;
    display: inline-block;
    padding: 8px 10px;
}
.vl-about2-header .about2-header-right .about2-meta .about2-meta-line img {
    margin: 0px 16px;
    height: 60px;
    width: 1px;
}
.vl-about2-header .about2-header-right .about2-meta .about2-meta-text h2 {
    color: var(--ztc-text-text-11);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s24);
    line-height: 24px;
    font-weight: 400;
}
.vl-about2-header .about2-header-right .about2-meta .about2-meta-text p {
    color: var(--ztc-text-text-12);
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    font-weight: 400;
}

.about2-thumb {
    position: relative;
    border-radius: 16px;
}
.about2-thumb img {
    border-radius: 16px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.about2-thumb .vdo-popup-area {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: var(--ztc-bg-bg-10);
    display: inline-block;
    border-radius: 57px;
    padding: 8px 16px 8px 8px;
}
.about2-thumb .vdo-popup-area .popup-wrap {
    background: var(--ztc-bg-bg-9);
    height: 52px;
    width: 52px;
    border-radius: 50%;
    display: inline-block;
    line-height: 52px;
    text-align: center;
    margin-right: 8px;
    transition: 0.4s;
}
.about2-thumb .vdo-popup-area .popup-wrap i {
    font-size: 20px;
    color: var(--ztc-text-text-10);
    margin-top: 16px;
}
.about2-thumb .vdo-popup-area .play-vdo {
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
}

.about2-thumb-2 img {
    width: 100%;
    height: 710px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .about2-thumb-2 img {
        height: 676px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about2-thumb-2 img {
        height: 619px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about2-thumb-2 img {
        display: none;
    }
}

.about2-content-box {
    background: var(--ztc-bg-bg-10);
    padding: 30px 40px 30px 30px;
    border-radius: 12px;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}
.about2-content-box:hover .about2-content-icon img {
    transform: rotateY(-180deg);
    transition: 0.4s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about2-content-box {
        padding-right: 22px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about2-content-box {
        padding: 20px 16px;
    }
}
@media (max-width: 575px) {
    .about2-content-box {
        padding: 30px 26px 30px 26px;
    }
}
.about2-content-box .about2-content-icon {
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    background: var(--ztc-bg-bg-1);
    border-radius: 100%;
}
.about2-content-box .about2-content-icon img {
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.4s;
}
.about2-content-box .about2-content-text {
    position: relative;
    z-index: 9;
}
.about2-content-box .about2-content-text h2 a {
    color: var(--ztc-text-text-1);
    font-size: var(--ztc-font-size-font-s24);
    font-weight: 400;
    line-height: 24px;
    font-family: var(--ztc-family-font2);
    transition: 0.4s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about2-content-box .about2-content-text h2 a {
        font-size: 22px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 575px) {
    .about2-content-box .about2-content-text h2 a {
        font-size: 22px;
    }
}
.about2-content-box .about2-content-text h2 a:hover {
    color: var(--ztc-text-text-14);
    transition: 0.4s;
}
.about2-content-box .about2-content-text p {
    color: rgba(255, 255, 255, 0.8);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: 400;
    line-height: 24px;
}
.about2-content-box .about2-box1-shape {
    position: absolute;
    bottom: 0;
    right: 0;
}
.about2-content-box .about2-box1-shape img {
    width: 268px;
    height: 260px;
}

.about2-content-box2 {
    background: var(--ztc-bg-bg-9);
    border-radius: 12px;
    margin-top: 30px;
    padding: 92px 35px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .about2-content-box2 {
        padding: 104px 35px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about2-content-box2 {
        padding: 102px 20px;
    }
}
.about2-content-box2 .about2-content-text2 h2 {
    font-size: var(--ztc-font-size-font-s52);
    line-height: 52px;
    font-weight: 400;
    font-family: var(--ztc-family-font2);
}
.about2-content-box2 .about2-content-text2 p {
    color: rgba(2, 49, 24, 0.8);
    font-size: var(--ztc-font-size-font-s18);
    font-weight: 400;
    line-height: 18px;
}
.about2-content-box2 .about2-box2-shape {
    position: absolute;
    top: 0;
    left: -20px;
}
.about2-content-box2 .about2-box3-shape {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.vl-about3-area {
    overflow: hidden;
}

.about3-thumb {
    border-radius: 16px;
}
.about3-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .about3-thumb img {
        height: 500px;
    }
}

.about3-header .about3-subtitle {
    display: inline-block;
    border: 1px solid rgba(67, 48, 20, 0.3);
    padding: 8px 8px 8px 8px;
    border-radius: 30px;
    color: var(--ztc-text-text-15);
    font-size: var(--ztc-font-size-font-s20);
    line-height: 22px;
    font-weight: 400;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .about3-header .about3-subtitle {
        font-size: 17px;
    }
}
.about3-header .about3-subtitle img {
    margin-right: 10px;
}
.about3-header .about3-title {
    color: var(--ztc-text-text-16);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s44);
    line-height: 52px;
    font-weight: 400;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .about3-header .about3-title {
        font-size: 40px;
    }
}
@media (max-width: 575px) {
    .about3-header .about3-title {
        font-size: 32px;
        line-height: 44px;
    }
}

.about3-meta {
    display: flex;
    align-items: center;
}
.about3-meta a {
    margin-right: 16px;
}
.about3-meta a img {
    height: 48px;
    width: 144px;
    -o-object-fit: cover;
    object-fit: cover;
}
.about3-meta .about3-meta-text h2 {
    color: var(--ztc-text-text-16);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    font-weight: 400;
}
.about3-meta .about3-meta-text p {
    color: var(--ztc-text-text-17);
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    font-weight: 400;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .about3-meta .about3-meta-text p {
        font-size: 16px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about3-thumb2 {
        margin-top: 20px;
    }
}
.about3-thumb2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
}

.about3-peratext {
    color: rgba(67, 48, 20, 0.8);
    font-size: var(--ztc-font-size-font-s16);
    line-height: 24px;
    font-weight: 400;
    margin-top: 32px;
}

.about3-content-wrap {
    display: flex;
    align-items: center;
}
@media (max-width: 575px) {
    .about3-content-wrap {
        display: block;
    }
}
.about3-content-wrap .about3-wrap-line {
    margin: 0px 24px 0px 32px;
}
@media (max-width: 575px) {
    .about3-content-wrap .about3-wrap-line {
        display: none;
    }
}
.about3-content-wrap .about3-wrap-line img {
    height: 72px;
    -o-object-fit: cover;
    object-fit: cover;
}
.about3-content-wrap .about3-wrap-list ul li {
    margin-bottom: 24px;
}
@media (max-width: 575px) {
    .about3-content-wrap .about3-wrap-list ul li {
        margin-bottom: 16px;
    }
}
.about3-content-wrap .about3-wrap-list ul li:last-child {
    margin-bottom: 0px;
}
.about3-content-wrap .about3-wrap-list ul li span {
    color: rgba(67, 48, 20, 0.8);
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    font-weight: 500;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about3-content-wrap .about3-wrap-list ul li span {
        font-size: 14px;
    }
}
@media (max-width: 575px) {
    .about3-content-wrap .about3-wrap-list ul li span {
        font-size: 17px;
    }
}
.about3-content-wrap .about3-wrap-list ul li span img {
    height: 24px;
    width: 24px;
    margin-right: 8px;
}

.vl-about4-area {
    overflow: hidden;
    background: var(--ztc-bg-bg-16);
}

.about4-info .about4-header .about4-subtitle {
    display: inline-block;
    border: 1px solid rgba(95, 176, 113, 0.3);
    padding: 8px 8px 8px 8px;
    border-radius: 30px;
    color: var(--ztc-text-text-19);
    font-size: var(--ztc-font-size-font-s20);
    line-height: 20px;
    font-weight: 400;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about4-info .about4-header .about4-subtitle {
        font-size: 19px;
    }
}
.about4-info .about4-header .about4-subtitle img {
    margin-right: 12px;
}
.about4-info .about4-header .about4-title {
    color: var(--ztc-text-text-19);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s44);
    line-height: 52px;
    font-weight: 400;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .about4-info .about4-header .about4-title {
        font-size: 42px;
    }
}
@media (max-width: 575px) {
    .about4-info .about4-header .about4-title {
        font-size: 32px;
        line-height: 40px;
    }
}

.about4-thumb img {
    border-radius: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 575px) {
    .about4-thumb img {
        height: 500px;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        -o-object-position: top center;
        object-position: top center;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.about4-content p {
    color: rgba(27, 49, 31, 0.8);
    font-size: var(--ztc-font-size-font-s24);
    line-height: 36px;
    font-weight: 400;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about4-content p {
        font-size: 20px;
    }
}
@media (max-width: 575px) {
    .about4-content p {
        font-size: 16px;
        line-height: 24px;
    }
}

.about4-icon-info {
    display: flex;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about4-icon-info {
        display: block;
    }
}
.about4-icon-info:hover .about4-icons {
    background: var(--ztc-bg-bg-15);
    transition: 0.4s;
}
.about4-icon-info:hover .about4-icons img {
    filter: brightness(0) invert(1);
    transition: 0.4s;
}
.about4-icon-info:hover .about4-icon-content h3 a {
    color: var(--ztc-text-text-20);
    transition: 0.4s;
}
.about4-icon-info .about4-icons {
    background: var(--ztc-bg-bg-1);
    display: inline-block;
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 70px;
    border-radius: 100%;
    margin-right: 16px;
    transition: 0.4s;
}
.about4-icon-info .about4-icons img {
    height: 35px;
    width: 35px;
    transition: 0.4s;
}
.about4-icon-info .about4-icon-content h3 a {
    color: var(--ztc-text-text-19);
    font-size: var(--ztc-font-size-font-s24);
    line-height: 40px;
    font-weight: 400;
    font-family: var(--ztc-family-font2);
    transition: 0.4s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about4-icon-info .about4-icon-content h3 a {
        margin-top: 16px;
    }
}
.about4-icon-info .about4-icon-content p {
    color: rgba(27, 49, 31, 0.8);
    font-size: var(--ztc-font-size-font-s16);
    line-height: 24px;
    font-weight: 400;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .about4-icon-info .about4-icon-content p {
        font-size: 15px;
    }
}

.vl-about4-growing_text {
    text-align: center;
    margin: 60px 0px 32px 0px;
}
.vl-about4-growing_text h2 {
    color: var(--ztc-text-text-16);
    font-size: var(--ztc-font-size-font-s24);
    line-height: 24px;
    font-weight: 400;
    font-family: var(--ztc-family-font2);
}
.vl-about4-growing_text h2 span {
    margin-left: 6px;
}

.vl-about5-area {
    overflow: hidden;
    padding: 420px 0 100px;
    margin-top: -320px;
}
@media (max-width: 575px) {
    .vl-about5-area {
        padding: 350px 0 100px;
    }
}

.about5-thumb {
    border-radius: 12px;
    height: 574px;
}
@media (max-width: 575px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .about5-thumb {
        width: 100%;
        margin-bottom: 30px;
        height: 400px;
    }
}
.about5-thumb img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px;
    width: 100%;
    height: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .about5-thumb img {
        height: 590px;
    }
}

.about5-info {
    position: relative;
}

.about5-heading .subtitle {
    color: var(--ztc-text-text-21);
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    font-weight: 400;
    padding: 8px 12px 8px 8px;
    border-radius: 4px;
    display: inline-block;
    text-transform: uppercase;
    background: linear-gradient(
        90deg,
        rgba(245, 138, 34, 0.2) 0%,
        rgba(248, 188, 30, 0.2) 100%
    );
}
.about5-heading .subtitle img {
    width: 35px;
    height: 30px;
    margin-right: 4px;
}
.about5-heading .title {
    color: var(--ztc-text-text-21);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s44);
    line-height: 53px;
    font-weight: 400;
}
@media (max-width: 575px) {
    .about5-heading .title {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}

.about5-thumb2 {
    border-radius: 12px;
}
.about5-thumb2 img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px;
    width: 100%;
    height: 100%;
}

.about5-content-box {
    margin-top: 25px;
    padding: 40px 30px 20px 30px;
    background: var(--ztc-bg-bg-18);
    border-radius: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about5-content-box {
        padding: 20px 20px 20px 20px;
    }
}
.about5-content-box:hover .about5-icons img {
    transform: rotateY(-180deg);
    transition: all 0.4s;
}
.about5-content-box .about5-icons {
    background: linear-gradient(90deg, #f58a22 0%, #f8bc1e 100%);
    height: 54px;
    width: 54px;
    display: inline-block;
    text-align: center;
    line-height: 54px;
    border-radius: 8px;
}
.about5-content-box .about5-icons img {
    transition: all 0.4s;
    -o-object-fit: cover;
    object-fit: cover;
}
.about5-content-box .title a {
    font-family: var(--ztc-family-font2);
    color: var(--ztc-text-text-21);
    font-size: var(--ztc-font-size-font-s24);
    line-height: 24px;
    font-weight: 400;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about5-content-box .title a {
        font-size: 22px;
    }
}
.about5-content-box .pera-text {
    color: var(--ztc-text-text-22);
    font-size: var(--ztc-font-size-font-s16);
    line-height: 24px;
    font-weight: 400;
}

.about5-honey-element {
    position: absolute;
    right: 22%;
    top: 18%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about5-honey-element {
        right: 10%;
        top: 19%;
    }
}
@media (max-width: 575px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .about5-honey-element {
        display: none;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about5-honey-element img {
        height: 150px;
    }
}

.about5-circle {
    position: absolute;
    top: -10%;
    right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about5-circle {
        top: 50%;
        left: -80%;
    }
}
@media (max-width: 575px) {
    .about5-circle {
        top: 24%;
    }
}

.vl-about6-area {
    overflow: hidden;
    background: var(--ztc-bg-bg-22);
}

.about6-thumb .thumb1 {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    -o-object-fit: cover;
    object-fit: cover;
}
.about6-thumb .thumb2 {
    position: relative;
    border-radius: 12px;
    width: 400px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: -268px 0px 0px 130px;
    z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about6-thumb .thumb2 {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        margin: 30px 0 0 0;
    }
}
@media (max-width: 575px) {
    .about6-thumb .thumb2 {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        margin: 30px 0 0 0;
    }
}

.about6-content {
    margin: 48px 0px 0px 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about6-content {
        margin: 30px 0 0 0;
    }
}
@media (max-width: 575px) {
    .about6-content {
        margin: 30px 0 0 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about6-content {
        margin: 30px 0 0 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 575px) {
    .about6-heading {
        margin-top: 30px;
    }
}
.about6-heading .sub-title {
    display: inline-block;
    border: 1px solid rgba(26, 86, 50, 0.3);
    background: rgba(26, 86, 50, 0.1);
    padding: 8px 16px;
    border-radius: 30px;
    color: var(--ztc-text-text-23);
    font-size: var(--ztc-font-size-font-s24);
    line-height: 24px;
    font-weight: 400;
}
.about6-heading .title {
    font-size: var(--ztc-font-size-font-s44);
    line-height: 52px;
    font-weight: 400;
    font-family: var(--ztc-family-font2);
    color: var(--ztc-text-text-23);
}
@media (max-width: 575px) {
    .about6-heading .title {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}

.about6-exp_box {
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 24px 0 rgba(26, 86, 50, 0.08);
    text-align: center;
    padding: 52px 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about6-exp_box {
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about6-exp_box {
        margin-bottom: 30px;
    }
}
@media (max-width: 575px) {
    .about6-exp_box {
        margin-bottom: 30px;
    }
}
.about6-exp_box h2 {
    color: var(--ztc-text-text-23);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s70);
    line-height: 70px;
    font-weight: 400;
}
.about6-exp_box p {
    color: rgba(26, 86, 50, 0.8);
    font-size: var(--ztc-font-size-font-s24);
    line-height: 28px;
    font-weight: 500;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .about6-exp_box p {
        font-size: 23px;
    }
}

.about6-icons-info .about6-icons-box {
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(26, 86, 50, 0.3);
}
.about6-icons-info .about6-icons-box:hover .about6-icons-logo {
    box-shadow: 1px 2px 0 0 #1a5632;
    transition: 0.4s;
}
.about6-icons-info .about6-icons-box:hover .about6-icons-logo::after {
    height: 100%;
    transition: 0.4s;
}
.about6-icons-info .about6-icons-box .about6-icons-content h3 a {
    color: var(--ztc-text-text-23);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s24);
    line-height: 24px;
    font-weight: 400;
    transition: 0.4s;
}
.about6-icons-info .about6-icons-box .about6-icons-content h3 a:hover {
    color: var(--ztc-text-text-24);
    transition: 0.4s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .about6-icons-info .about6-icons-box .about6-icons-content h3 a {
        font-size: 23px;
    }
}
.about6-icons-info .about6-icons-box .about6-icons-content p {
    color: rgba(26, 86, 50, 0.8);
    font-size: var(--ztc-font-size-font-s16);
    line-height: 24px;
    font-weight: 400;
}

.about6-icons-logo {
    background: var(--ztc-bg-bg-23);
    overflow: hidden;
    height: 48px;
    width: 48px;
    display: inline-block;
    text-align: center;
    line-height: 48px;
    border-radius: 100%;
    border: 1px solid #1a5632;
    margin-right: 14px;
    transition: 0.4s;
    position: relative;
}
.about6-icons-logo::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 0%;
    width: 100%;
    border-radius: 100px;
    background: var(--ztc-bg-bg-21);
    transition: 0.4s;
}
.about6-icons-logo img {
    position: relative;
    z-index: 1;
}

.about6-icons-fxr {
    border-bottom: none !important;
    padding: 20px 0px 0px 0px !important;
}

.about6-pera_text {
    margin: 32px 0px 38px 0px;
}
.about6-pera_text p {
    color: rgba(26, 86, 50, 0.8);
    font-size: var(--ztc-font-size-font-s16);
    line-height: 24px;
    font-weight: 400;
}

.about6-wrap {
    display: flex;
    align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about6-wrap {
        display: block;
    }
}
@media (max-width: 575px) {
    .about6-wrap {
        display: block;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about6-wrap ul {
        margin-bottom: 20px;
    }
}
@media (max-width: 575px) {
    .about6-wrap ul {
        margin-bottom: 20px;
    }
}
.about6-wrap ul li {
    color: rgba(26, 86, 50, 0.8);
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 16px;
}
.about6-wrap ul li:last-child {
    margin-bottom: 0px;
}
.about6-wrap ul li img {
    margin-right: 16px;
}

.about6-wrap-line {
    border-left: 1px solid rgba(26, 86, 50, 0.3);
    height: 56px;
    margin: 0 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about6-wrap-line {
        display: none;
    }
}
@media (max-width: 575px) {
    .about6-wrap-line {
        display: none;
    }
}

.vl-about7-pera_text {
    color: var(--ztc-text-text-26);
    font-size: 16px;
    line-height: 26px;
}
@media (max-width: 575px) {
    .vl-about7-pera_text {
        font-size: var(--ztc-font-size-font-s18);
        line-height: 24px;
        margin-top: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-about7-pera_text {
        margin-top: 20px;
    }
}

.vl-about7-thumb {
    border-radius: 16px;
}
.vl-about7-thumb img {
    width: 100%;
    border-radius: 16px;
    -o-object-fit: cover;
    object-fit: cover;
}

.about7-main-content {
    margin-left: 34px;
}
@media (max-width: 575px) {
    .about7-main-content {
        margin-left: 0;
        margin-top: 0px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about7-main-content {
        margin-left: 0;
        margin-top: 30px;
    }
}
.about7-main-content .about7-author-area {
    margin-bottom: 20px;
}
@media (max-width: 575px) {
    .about7-main-content .about7-author-area {
        margin-bottom: 16px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about7-main-content .about7-author-area {
        margin-bottom: 16px;
    }
}
.about7-main-content .about7-author-area h3 a {
    color: #031a0b;
    font-size: var(--ztc-font-size-font-s28);
    font-weight: 600;
    line-height: 28px;
}
.about7-main-content p {
    color: var(--ztc-text-text-27);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: 500;
    line-height: 24px;
    margin-bottom: -15px;
}

.vl-about8-area {
    background: var(--ztc-bg-bg-30);
    overflow: hidden;
    position: relative;
    padding: 200px 0px;
}
@media (max-width: 575px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-about8-area {
        padding: 50px 0;
    }
}

.vl-about8-info {
    position: relative;
    z-index: 3;
}
.vl-about8-info .sub-title {
    color: var(--ztc-text-text-29);
    font-size: var(--ztc-font-size-font-s24);
    line-height: 24px;
    padding: 12px 16px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    border-radius: 8px;
    border: 1px solid rgba(79, 120, 248, 0.3);
    background: rgba(79, 120, 248, 0.1);
    box-shadow: 0 4px 12px 0 rgba(79, 120, 248, 0.2) inset;
    backdrop-filter: blur(2px);
}
@media (max-width: 575px) {
    .vl-about8-info .sub-title {
        font-size: var(--ztc-font-size-font-s16);
        line-height: 16px;
    }
}
.vl-about8-info .sub-title img {
    margin-right: 12px;
}
.vl-about8-info .about8-text {
    color: var(--ztc-text-text-29);
    font-size: var(--ztc-font-size-font-s32);
    line-height: 42px;
    font-weight: 600;
}
@media (max-width: 575px) {
    .vl-about8-info .about8-text {
        font-size: var(--ztc-font-size-font-s24);
        line-height: 32px;
    }
}

@media (max-width: 575px) {
    .about8-banner {
        display: none;
    }
}
.about8-banner .banner-1 {
    position: absolute;
    left: 4%;
    top: 22%;
    height: 250px;
    border-radius: 12px;
    transform: rotate(14deg);
}
.about8-banner .banner-2 {
    position: absolute;
    left: 7%;
    top: 52%;
    height: 200px;
    border-radius: 12px;
    transform: rotate(-17deg);
}
.about8-banner .banner-3 {
    position: absolute;
    right: 4%;
    top: 22%;
    height: 250px;
    border-radius: 12px;
    transform: rotate(-14deg);
    z-index: 1;
}
.about8-banner .banner-4 {
    position: absolute;
    right: 7%;
    top: 52%;
    height: 200px;
    border-radius: 12px;
    transform: rotate(17deg);
}

.vl-about9-area {
    overflow: hidden;
    padding: 340px 0px 60px 0px;
    position: relative;
}
@media (max-width: 575px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-about9-area {
        padding: 50px 0;
    }
}

.about9-heading {
    position: relative;
    z-index: 3;
}
.about9-heading h3 {
    color: var(--ztc-text-text-26);
    font-size: var(--ztc-font-size-font-s24);
    line-height: 24px;
    font-weight: 400;
    padding: 12px 16px;
    display: inline-block;
    border-radius: 30px;
    border: 1px solid rgba(85, 143, 108, 0.3);
    background: rgba(85, 143, 108, 0.1);
    box-shadow: 0 4px 12px 0 rgba(85, 143, 108, 0.2) inset;
    backdrop-filter: blur(2px);
}
@media (max-width: 575px) {
    .about9-heading h3 {
        font-size: var(--ztc-font-size-font-s16);
        line-height: 16px;
    }
}
.about9-heading h3 img {
    margin-right: 12px;
}
.about9-heading h2 {
    color: var(--ztc-text-text-31);
    font-size: var(--ztc-font-size-font-s38);
    line-height: 48px;
    font-weight: 600;
}
@media (max-width: 575px) {
    .about9-heading h2 {
        font-size: var(--ztc-font-size-font-s24);
        line-height: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about9-section-imgs {
        display: none;
    }
}
@media (max-width: 575px) {
    .about9-section-imgs {
        display: none;
    }
}
.about9-section-imgs img {
    border-radius: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about9-section-imgs img {
        height: 150px;
    }
}
.about9-section-imgs .imgs1 {
    position: absolute;
    top: 44%;
    left: 6%;
}
.about9-section-imgs .imgs2 {
    position: absolute;
    top: 24%;
    left: 21%;
}
.about9-section-imgs .imgs3 {
    position: absolute;
    top: 13%;
    left: 36%;
}
.about9-section-imgs .imgs4 {
    position: absolute;
    top: 13%;
    left: 51%;
}
.about9-section-imgs .imgs5 {
    position: absolute;
    top: 24%;
    right: 20.4%;
}
.about9-section-imgs .imgs6 {
    position: absolute;
    top: 44%;
    right: 5.5%;
}

.vl-about-inner-area {
    overflow: hidden;
    background: var(--ztc-bg-bg-22);
}

.vl-about-inner-thumb img {
    border-radius: 16px;
}

.vl-about-inner-heading h3 {
    display: inline-block;
    border: 1px solid rgba(26, 86, 50, 0.3);
    background: rgba(26, 86, 50, 0.1);
    padding: 8px 16px;
    border-radius: 30px;
    color: var(--ztc-text-text-23);
    font-size: var(--ztc-font-size-font-s24);
    line-height: 24px;
    font-weight: 400;
}
@media (max-width: 575px) {
    .vl-about-inner-heading h3 {
        font-size: var(--ztc-font-size-font-s16);
        line-height: 16px;
    }
}
.vl-about-inner-heading h2 {
    font-size: var(--ztc-font-size-font-s44);
    line-height: 52px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: var(--ztc-family-font2);
    color: var(--ztc-text-text-23);
}
@media (max-width: 575px) {
    .vl-about-inner-heading h2 {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}
.vl-about-inner-heading p {
    color: rgba(26, 86, 50, 0.8);
    font-size: var(--ztc-font-size-font-s16);
    line-height: 24px;
    font-weight: 400;
}

.vl-about-inner-author {
    background: var(--ztc-bg-bg-20);
    border-radius: 12px;
    padding: 60px;
    text-align: center;
    margin-bottom: 30px;
}
.vl-about-inner-author h2 {
    font-family: var(--ztc-family-font2);
    color: var(--ztc-text-text-1);
    font-size: var(--ztc-font-size-font-s44);
    font-weight: 400;
    line-height: 44px;
}
.vl-about-inner-author p {
    color: rgba(255, 255, 255, 0.8);
    font-size: var(--ztc-font-size-font-s24);
    line-height: 28px;
    font-weight: 400;
}

.vl-about-inner-items-info {
    border-radius: 16px;
    padding: 30px 26px;
    background: var(--ztc-bg-bg-21);
}
.vl-about-inner-items-info .vl-about-inner-items-content {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.vl-about-inner-items-info .vl-about-inner-items-content:hover .logos {
    border: 1px solid #1a5632;
    background: #fff;
    box-shadow: 1px 2px 0 0 #1a5632;
    transition: 0.4s;
}
.vl-about-inner-items-info .vl-about-inner-items-content:hover .logos::after {
    height: 100%;
    transition: 0.4s;
}
.vl-about-inner-items-info .vl-about-inner-items-content .logos {
    height: 48px;
    width: 48px;
    line-height: 44px;
    text-align: center;
    border-radius: 100px;
    border: 1px solid rgba(26, 86, 50, 0.5);
    background: rgba(255, 255, 255, 0.5);
    margin-right: 16px;
    overflow: hidden;
    position: relative;
    transition: 0.4s;
}
.vl-about-inner-items-info .vl-about-inner-items-content .logos::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 0%;
    width: 100%;
    border-radius: 100px;
    background: var(--ztc-bg-bg-1);
    transition: 0.4s;
}
.vl-about-inner-items-info .vl-about-inner-items-content .logos img {
    position: relative;
    z-index: 1;
}
.vl-about-inner-items-info .vl-about-inner-items-content .text_content h2 a {
    color: var(--ztc-text-text-23);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s24);
    line-height: 24px;
    font-weight: 400;
    transition: 0.4s;
}
.vl-about-inner-items-info .vl-about-inner-items-content .text_content p {
    color: rgba(26, 86, 50, 0.8);
    font-size: var(--ztc-font-size-font-s16);
    line-height: 24px;
    font-weight: 400;
}

.vl-about-inner-items-list {
    border-top: 1px solid rgba(26, 86, 50, 0.2);
    padding-top: 30px;
}
.vl-about-inner-items-list ul li {
    color: var(--ztc-text-text-23);
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 16px;
}
.vl-about-inner-items-list ul li:last-child {
    margin-bottom: 0px;
}
.vl-about-inner-items-list ul li img {
    margin-right: 12px;
}

.vl-mission-area {
    overflow: hidden;
    position: relative;
}
@media (max-width: 575px) {
    .vl-mission-area {
        padding: 50px 0 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-mission-area {
        padding: 50px 0 50px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .vl-mission-area {
        padding: 100px 0 100px;
    }
}
.vl-mission-area .vl-mission-thumb-bg {
    position: absolute;
    top: 0;
    left: 0;
}
.vl-mission-area .vl-mission-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    z-index: 1;
}
.vl-mission-area .vl-mission-info {
    padding: 100px 0px 80px 0px;
}
@media (max-width: 575px) {
    .vl-mission-area .vl-mission-info {
        padding: 0;
        margin-top: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-mission-area .vl-mission-info {
        padding: 0;
        margin-top: 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .vl-mission-area .vl-mission-info {
        padding: 0;
        margin-top: 30px;
    }
}
.vl-mission-area .vl-mission-info h3 {
    display: inline-block;
    border: 1px solid rgba(26, 86, 50, 0.3);
    background: rgba(26, 86, 50, 0.1);
    padding: 8px 16px;
    border-radius: 30px;
    color: var(--ztc-text-text-23);
    font-size: var(--ztc-font-size-font-s24);
    line-height: 24px;
    font-weight: 400;
}
@media (max-width: 575px) {
    .vl-mission-area .vl-mission-info h3 {
        font-size: var(--ztc-font-size-font-s16);
        line-height: 16px;
    }
}
.vl-mission-area .vl-mission-info h2 {
    font-size: var(--ztc-font-size-font-s44);
    line-height: 52px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: var(--ztc-family-font2);
    color: var(--ztc-text-text-23);
}
@media (max-width: 575px) {
    .vl-mission-area .vl-mission-info h2 {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}
.vl-mission-area .vl-mission-info p {
    color: rgba(26, 86, 50, 0.8);
    font-size: var(--ztc-font-size-font-s16);
    line-height: 24px;
    font-weight: 400;
}

.vl-vision-area {
    overflow: hidden;
}

.vl-vision-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px;
}

.vl-vision-info h3 {
    display: inline-block;
    border: 1px solid rgba(26, 86, 50, 0.3);
    background: rgba(26, 86, 50, 0.1);
    padding: 8px 16px;
    border-radius: 30px;
    color: var(--ztc-text-text-23);
    font-size: var(--ztc-font-size-font-s24);
    line-height: 24px;
    font-weight: 400;
}
@media (max-width: 575px) {
    .vl-vision-info h3 {
        font-size: var(--ztc-font-size-font-s16);
        line-height: 16px;
    }
}
.vl-vision-info h2 {
    font-size: var(--ztc-font-size-font-s44);
    line-height: 52px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: var(--ztc-family-font2);
    color: var(--ztc-text-text-23);
}
@media (max-width: 575px) {
    .vl-vision-info h2 {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}
.vl-vision-info p {
    color: rgba(26, 86, 50, 0.8);
    font-size: var(--ztc-font-size-font-s16);
    line-height: 24px;
    font-weight: 400;
}

.vl-vision-item {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
@media (max-width: 575px) {
    .vl-vision-item {
        display: block;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-vision-item {
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .vl-vision-item {
        margin-bottom: 30px;
    }
}
.vl-vision-item .vl-vision-item-list ul li {
    color: var(--ztc-text-text-23);
    font-size: var(--ztc-font-size-font-s14);
    line-height: 10px;
    font-weight: 500;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
}
.vl-vision-item .vl-vision-item-list ul li div{
  line-height:20px;
}
.vl-vision-item .vl-vision-item-list ul li:last-child {
    margin-bottom: 0px;
}
.vl-vision-item .vl-vision-item-list ul li img {
    /*margin: 0px 12px 2px 0px;*/
}

.vl-team6-area.inner-about-team {
    background: var(--ztc-bg-bg-22);
}

.vl-history-inr-area {
    background: var(--ztc-bg-bg-23);
}

.vl-history-inr-gwrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    border-top: 1px solid #1a5632;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-history-inr-gwrap {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 575px) {
    .vl-history-inr-gwrap {
        grid-template-columns: repeat(1, 1fr);
    }
}
.vl-history-inr-gwrap-box {
    padding-top: 40px;
    position: relative;
    text-align: center;
}
.vl-history-inr-gwrap-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 50px;
    width: 1px;
    background: #1a5632;
}
.vl-history-inr-gwrap-box::before {
    content: "";
    position: absolute;
    top: -4%;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 16px;
    width: 16px;
    border-radius: 100%;
    background: #d8e45a;
    border: 1px solid #1a5632;
    padding: 12px;
    z-index: 1;
}
.vl-history-inr-gwrap-box:nth-child(1) {
    padding-top: 160px;
}
.vl-history-inr-gwrap-box:nth-child(1)::after {
    height: 150px;
}
.vl-history-inr-gwrap-box:nth-child(2) {
    padding-top: 90px;
}
.vl-history-inr-gwrap-box:nth-child(2)::after {
    height: 70px;
}
.vl-history-inr-gwrap-box:nth-child(3) {
    padding-top: 160px;
}
.vl-history-inr-gwrap-box:nth-child(3)::after {
    height: 150px;
}
.vl-history-inr-gwrap-box:nth-child(4) {
    padding-top: 52px;
}
.vl-history-inr-gwrap-box:nth-child(4)::after {
    height: 32px;
}
.vl-history-inr-gwrap-box h2 {
    color: var(--ztc-text-text-23);
    font-size: var(--ztc-font-size-font-s44);
    font-weight: 400;
    line-height: 44px;
    font-family: var(--ztc-family-font2);
}
.vl-history-inr-gwrap-box h3 {
    color: var(--ztc-text-text-23);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s24);
    line-height: 24px;
    font-weight: 400;
}
.vl-history-inr-gwrap-box p {
    color: rgba(26, 86, 50, 0.8);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: 400;
    line-height: 26px;
}

/*============= SERVICE CSS AREA ===============*/
.vl-service-area {
    overflow: hidden;
    background: var(--ztc-bg-bg-3);
}

.service-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 575px) {
    .service-header {
        display: inline-block;
    }
}
.service-header .service-topleft h3 {
    color: var(--ztc-text-text-5);
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    font-weight: 400;
    text-transform: uppercase;
}
.service-header .service-topleft h3 img {
    width: 48px;
    height: 24px;
    margin: 0px 6px 4px 0px;
}
.service-header .service-topleft h2 {
    color: var(--ztc-text-text-5);
    font-size: var(--ztc-font-size-font-s44);
    line-height: 52px;
    font-weight: 400;
    font-family: var(--ztc-family-font2);
}
@media (max-width: 575px) {
    .service-header .service-topleft h2 {
        font-size: 32px;
        line-height: 44px;
    }
}
.service-header .service-topright p {
    font-size: var(--ztc-font-size-font-s16);
    color: var(--ztc-text-text-8);
    line-height: 24px;
    font-weight: 400;
}
@media (max-width: 575px) {
    .service-header .service-topright p br {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 575px) {
    .service-header .service-topright {
        margin-top: 12px;
    }
}

.vl-services2-area {
    background: var(--ztc-bg-bg-11);
    border-radius: 16px;
    margin: 0px 30px;
    overflow: hidden;
}
@media (max-width: 575px) {
    .vl-services2-area {
        margin: 0px 10px;
    }
}

.vl-services2-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 575px) {
    .vl-services2-header {
        display: block;
    }
}
.vl-services2-header .vl-services2-topleft h3 {
    color: var(--ztc-text-text-10);
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.vl-services2-header .vl-services2-topleft h2 {
    color: var(--ztc-text-text-10);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s44);
    line-height: 52px;
    font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-services2-header .vl-services2-topleft h2 {
        font-size: 38px;
        line-height: 48px;
    }
}
@media (max-width: 575px) {
    .vl-services2-header .vl-services2-topleft h2 {
        font-size: 32px;
        line-height: 44px;
    }
}
.vl-services2-header .vl-services2-topright p {
    color: rgba(2, 49, 24, 0.8);
    font-size: var(--ztc-font-size-font-s16);
    line-height: 24px;
    font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 575px) {
    .vl-services2-header .vl-services2-topright p {
        font-size: 15px;
        line-height: 23px;
    }
}

.vl-services2-box {
    background: var(--ztc-bg-bg-1);
    padding: 30px;
    border-radius: 16px;
    transition: 0.4s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .vl-services2-box {
        margin-bottom: 20px;
    }
}
.vl-services2-box:hover {
    background: var(--ztc-bg-bg-10);
    transition: 0.4s;
}
.vl-services2-box:hover .services2-box-btn .vl-btn4::after {
    width: 100%;
    left: 0;
    visibility: visible;
    opacity: 1;
}
.vl-services2-box:hover .services2-box-btn .vl-btn4 span.arrow_btn4 {
    background: var(--ztc-bg-bg-1);
    transform: rotate(0deg);
}
.vl-services2-box:hover .services2-box-btn .vl-btn4 span.arrow_btn4 svg {
    filter: brightness(0) invert(0);
    transition: all 0.4s;
}
.vl-services2-box:hover .services2-box-icon {
    background: var(--ztc-bg-bg-1);
    transition: 0.4s;
}
.vl-services2-box:hover .services2-box-content {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.vl-services2-box:hover .services2-box-content h2 a {
    color: var(--ztc-text-text-1);
    transition: 0.4s;
}
.vl-services2-box:hover .services2-box-content p {
    color: rgba(255, 255, 255, 0.8);
    transition: 0.4s;
}
.vl-services2-box .services2-box-icon {
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    background: var(--ztc-bg-bg-10);
    border-radius: 100%;
    transition: 0.4s;
}
.vl-services2-box .services2-box-content {
    border-bottom: 1px solid rgba(2, 49, 24, 0.3);
    padding-bottom: 38px;
    transition: 0.4s;
}
.vl-services2-box .services2-box-content h2 a {
    color: var(--ztc-text-text-10);
    font-size: var(--ztc-font-size-font-s24);
    font-weight: 400;
    line-height: 24px;
    font-family: var(--ztc-family-font2);
    transition: 0.4s;
}
.vl-services2-box .services2-box-content p {
    color: rgba(2, 49, 24, 0.8);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: 400;
    line-height: 24px;
    transition: 0.4s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .vl-services2-box .services2-box-content p {
        font-size: 15px;
    }
}
.vl-services2-box .services2-box-btn {
    margin-top: 38px;
}

.vl-services2-thumb {
    border-radius: 16px;
}
.vl-services2-thumb img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 426px;
    border-radius: 16px;
}

.vl-service3-area {
    overflow: hidden;
}

.service3-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 575px) {
    .service3-header {
        display: block;
    }
}
.service3-header .service3-header-left .service3-subtitle {
    display: inline-block;
    border: 1px solid rgba(67, 48, 20, 0.3);
    padding: 8px 8px 8px 8px;
    border-radius: 30px;
    color: var(--ztc-text-text-15);
    font-size: var(--ztc-font-size-font-s20);
    line-height: 22px;
    font-weight: 400;
}
.service3-header .service3-header-left .service3-subtitle img {
    margin-right: 10px;
}
.service3-header .service3-header-left .service3-title {
    color: var(--ztc-text-text-16);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s44);
    line-height: 52px;
    font-weight: 400;
}
@media (max-width: 575px) {
    .service3-header .service3-header-left .service3-title {
        font-size: 32px;
        line-height: 44px;
    }
}
@media (max-width: 575px) {
    .service3-header .service3-header-left .service3-title br {
        display: none;
    }
}
.service3-header .service3-header-right .service3-header-text {
    color: rgba(67, 48, 20, 0.8);
    font-size: var(--ztc-font-size-font-s16);
    line-height: 24px;
    font-weight: 400;
}
@media (max-width: 575px) {
    .service3-header .service3-header-right .service3-header-text br {
        display: none;
    }
}

.service3-content-box {
    background: var(--ztc-bg-bg-1);
    padding: 30px;
    border-radius: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service3-content-box {
        padding: 16px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service3-content-box {
        margin-top: 0px;
        padding: 22px;
    }
}
.service3-content-box:hover .service3-content-icon {
    background: var(--ztc-bg-bg-12);
    transition: 0.4s;
}
.service3-content-box:hover .service3-content-icon img {
    filter: brightness(0) invert(1);
    transform: rotateY(180deg);
    transition: 0.4s;
}
.service3-content-box:hover .learn_more a img {
    transform: rotate(45deg);
    transition: 0.4s;
}
.service3-content-box .service3-content-icon {
    background: var(--ztc-bg-bg-13);
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    transition: 0.4s;
}
.service3-content-box .service3-content-icon img {
    height: 36px;
    width: 36px;
    transition: 0.4s;
}
.service3-content-box .service3-content-title a {
    color: var(--ztc-text-text-15);
    font-size: var(--ztc-font-size-font-s24);
    line-height: 24px;
    font-weight: 400;
    font-family: var(--ztc-family-font2);
    transition: 0.4s;
}
.service3-content-box .service3-content-title a:hover {
    color: var(--ztc-bg-bg-12);
    transition: 0.4s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .service3-content-box .service3-content-title a {
        font-size: 22px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service3-content-box .service3-content-title a {
        font-size: 20px;
    }
}
.service3-content-box .service3-content-text {
    color: rgba(67, 48, 20, 0.8);
    font-size: var(--ztc-font-size-font-s16);
    line-height: 24px;
    font-weight: 400;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .service3-content-box .service3-content-text {
        font-size: 15px;
    }
}

.service3-thumb {
    margin-top: -50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .service3-thumb {
        margin-top: 10px;
    }
}
@media (max-width: 575px) {
    .service3-thumb {
        margin-top: 0px;
    }
}
.service3-thumb img {
    height: 730px;
    width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .service3-thumb img {
        height: 500px;
        -o-object-fit: contain;
        object-fit: contain;
    }
}

.vl-service5-area {
    overflow: hidden;
    position: relative;
}

.service5-shape {
    position: absolute;
    top: 0;
    right: 0;
}
@media (max-width: 575px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .service5-shape {
        display: none;
    }
}

.service5-heading .subtitle {
    color: var(--ztc-text-text-21);
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    font-weight: 400;
    padding: 8px 12px 8px 8px;
    border-radius: 4px;
    display: inline-block;
    text-transform: uppercase;
    background: linear-gradient(
        90deg,
        rgba(245, 138, 34, 0.2) 0%,
        rgba(248, 188, 30, 0.2) 100%
    );
}
.service5-heading .title {
    color: var(--ztc-text-text-21);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s44);
    line-height: 53px;
    font-weight: 400;
}
@media (max-width: 575px) {
    .service5-heading .title {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}

.service5-box-area {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}
.service5-box-area:hover .service5-box-bg::after {
    height: 100%;
    transition: 0.4s;
}
.service5-box-area:hover .service5-box-bg img {
    height: 100%;
    transition: 0.4s;
}
.service5-box-area:hover .service5-box-wrap-content {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    transition: 0.4s;
}
.service5-box-area:hover .service5-box-wrap-content .logo-area .logo img {
    transform: rotate(360deg);
    transition: all 1s;
}
.service5-box-area .service5-thumb {
    position: relative;
}
.service5-box-area .service5-thumb .imgs-thumb {
    border-radius: 12px;
    height: 400px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.service5-box-area .service5-box-content {
    display: flex;
    padding-top: 30px;
    align-items: center;
}
.service5-box-area .service5-box-content .service5-logo {
    height: 62px;
    width: 62px;
    background: linear-gradient(90deg, #f58a22 0%, #f8bc1e 100%);
    display: inline-block;
    text-align: center;
    line-height: 62px;
    border-radius: 8px;
    margin-right: 24px;
}
.service5-box-area .service5-box-content .service5-logo img {
    -o-object-fit: cover;
    object-fit: cover;
}
.service5-box-area .service5-box-content h3 a {
    font-family: var(--ztc-family-font2);
    color: var(--ztc-text-text-21);
    font-size: var(--ztc-font-size-font-s24);
    line-height: 30px;
    font-weight: 400;
}
.service5-box-area .service5-box-bg::after {
    position: absolute;
    content: "";
    height: 0%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(61, 35, 9, 0.7);
    border-radius: 12px;
    transition: 0.4s;
}
.service5-box-area .service5-box-bg img {
    position: absolute;
    top: 0;
    left: 0;
    height: 0%;
    width: 100%;
    transition: 0.4s;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
}
.service5-box-area .service5-box-wrap-content {
    position: absolute;
    left: 30px;
    bottom: 30px;
    transform: translateY(-441px);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}
.service5-box-area .service5-box-wrap-content .logo-area {
    display: flex;
    align-items: center;
}
.service5-box-area .service5-box-wrap-content .logo-area .logo {
    height: 62px;
    width: 62px;
    background: linear-gradient(90deg, #f58a22 0%, #f8bc1e 100%);
    display: inline-block;
    text-align: center;
    line-height: 62px;
    border-radius: 8px;
    margin-right: 18px;
}
.service5-box-area .service5-box-wrap-content .logo-area .logo img {
    transition: all 1s;
    -o-object-fit: cover;
    object-fit: cover;
}
.service5-box-area .service5-box-wrap-content .logo-area .text a {
    font-family: var(--ztc-family-font2);
    background: linear-gradient(90deg, #f58a22 0%, #f8bc1e 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: var(--ztc-font-size-font-s24);
    line-height: 30px;
    font-weight: 400;
}
.service5-box-area .service5-box-wrap-content .pera-text {
    color: var(--ztc-text-text-1);
}

.vl-service6-area {
    overflow: hidden;
    background: var(--ztc-bg-bg-23);
}

.service6-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 575px) {
    .service6-top {
        display: inline-block;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service6-top {
        display: inline-block;
    }
}
.service6-top .service6-top-left h3 {
    display: inline-block;
    border: 1px solid rgba(26, 86, 50, 0.3);
    background: rgba(26, 86, 50, 0.1);
    padding: 8px 16px;
    border-radius: 30px;
    color: var(--ztc-text-text-23);
    font-size: var(--ztc-font-size-font-s24);
    line-height: 24px;
    font-weight: 400;
}
@media (max-width: 575px) {
    .service6-top .service6-top-left h3 {
        font-size: var(--ztc-font-size-font-s16);
        line-height: 16px;
    }
}
.service6-top .service6-top-left h2 {
    font-size: var(--ztc-font-size-font-s44);
    line-height: 52px;
    font-weight: 400;
    font-family: var(--ztc-family-font2);
    color: var(--ztc-text-text-23);
}
@media (max-width: 575px) {
    .service6-top .service6-top-left h2 {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}
.service6-top .service6-top-right p {
    color: rgba(26, 86, 50, 0.8);
    font-size: var(--ztc-font-size-font-s16);
    line-height: 24px;
    font-weight: 400;
}
@media (max-width: 575px) {
    .service6-top .service6-top-right p {
        padding-top: 16px;
    }
}

.service6-box {
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(26, 86, 50, 0.2);
    border-radius: 12px;
    padding: 30px;
    transition: 0.4s;
    overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .service6-box {
        padding: 24px;
    }
}
.service6-box:hover {
    background: var(--ztc-bg-bg-1);
    border: 1px solid #fff;
    transition: 0.4s;
}
.service6-box:hover .service6-logos .inons {
    box-shadow: 1px 2px 0 0 #1a5632;
    transition: 0.4s;
}
.service6-box:hover .service6-logos .inons::after {
    height: 100%;
    transition: 0.4s;
}
.service6-box:hover .step-number {
    color: var(--ztc-text-text-23);
    transform: rotate(-90deg) translateX(-14px);
    transition: 0.4s;
}
.service6-box:hover .step-number::before {
    background-color: var(--ztc-bg-bg-20);
    transition: 0.4s;
}
.service6-box .service6-logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.service6-box .service6-logos .title a {
    color: var(--ztc-text-text-23);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s24);
    line-height: 24px;
    font-weight: 400;
    transition: 0.4s;
}
.service6-box .service6-logos .title a:hover {
    color: var(--ztc-text-text-24);
    transition: 0.4s;
}
.service6-box .service6-logos .inons {
    background: var(--ztc-bg-bg-1);
    overflow: hidden;
    height: 70px;
    width: 70px;
    display: inline-block;
    text-align: center;
    line-height: 70px;
    border-radius: 100%;
    border: 1px solid #1a5632;
    margin-right: 14px;
    transition: 0.4s;
    position: relative;
}
.service6-box .service6-logos .inons::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 0%;
    width: 100%;
    border-radius: 100px;
    background: var(--ztc-bg-bg-21);
    transition: 0.4s;
}
.service6-box .service6-logos .inons img {
    position: relative;
    z-index: 1;
}
.service6-box .pera-text {
    color: rgba(26, 86, 50, 0.8);
    font-size: var(--ztc-font-size-font-s16);
    line-height: 24px;
    font-weight: 400;
}

.service6-box-bottom {
    display: flex;
    justify-content: space-between;
}

.service6-arrow {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}
.service6-arrow .prev-arrow {
    display: inline-block;
    height: 48px;
    width: 48px;
    line-height: 44px;
    text-align: center;
    background: none;
    border: 1px solid #1a5632;
    border-radius: 100%;
    margin-right: 16px;
    position: relative;
    overflow: hidden;
    transition: 0.4s;
}
.service6-arrow .prev-arrow:hover {
    box-shadow: 1px 2px 0 0 #1a5632;
    transition: 0.4s;
}
.service6-arrow .prev-arrow:hover::after {
    height: 100%;
    transition: 0.4s;
}
.service6-arrow .prev-arrow::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 0%;
    width: 100%;
    border-radius: 100px;
    background: var(--ztc-bg-bg-21);
    transition: 0.4s;
}
.service6-arrow .prev-arrow img {
    position: relative;
    z-index: 1;
}
.service6-arrow .next-arrow {
    display: inline-block;
    height: 48px;
    width: 48px;
    line-height: 44px;
    text-align: center;
    background: none;
    border: 1px solid #1a5632;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    transition: 0.4s;
}
.service6-arrow .next-arrow:hover {
    box-shadow: 1px 2px 0 0 #1a5632;
    transition: 0.4s;
}
.service6-arrow .next-arrow:hover::after {
    height: 100%;
    transition: 0.4s;
}
.service6-arrow .next-arrow::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 0%;
    width: 100%;
    border-radius: 100px;
    background: var(--ztc-bg-bg-21);
    transition: 0.4s;
}
.service6-arrow .next-arrow img {
    position: relative;
    z-index: 1;
}

.step-number {
    display: flex;
    align-items: center;
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s32);
    line-height: 32px;
    font-weight: 400;
    color: rgba(26, 86, 50, 0.3);
    transform: rotate(-90deg) translateX(-26px);
    transition: 0.4s;
}
.step-number::before {
    content: "";
    width: 34px;
    height: 1px;
    background-color: rgba(26, 86, 50, 0.2);
    margin-right: 8px;
    transition: 0.4s;
}

.vl-service7 {
    padding: 0px 30px;
    overflow: hidden;
    /* background: var(--ztc-bg-bg-24); */
}
@media (max-width: 575px) {
    .vl-service7 {
        padding: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-service7 {
        padding: 0;
    }
}

.vl-service7-area {
    background: #2d311a17;
    border-radius: 24px;
}

.service7-header h3 {
    font-size: var(--ztc-font-size-font-s14);
    color: var(--ztc-text-text-26);
    line-height: 24px;
    font-weight: 400;
    padding: 3px 16px;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 30px;
    border: 1px solid rgba(136, 217, 69, 0.3);
    background: rgba(136, 217, 69, 0.1);
    box-shadow: 0 4px 12px 0 rgba(136, 217, 69, 0.2) inset;
    backdrop-filter: blur(2px);
    text-align: center;
}
@media (max-width: 575px) {
    .service7-header h3 {
        font-size: var(--ztc-font-size-font-s16);
        line-height: 16px;
    }
}
.service7-header h3 img {
    margin-right: 8px;
    width: 10px;
    padding-bottom: 2px;
}
.service7-header h2 {
    font-family: var(--ztc-family-font2);
    color: var(--ztc-text-text-26);
    font-size: var(--ztc-font-size-font-s24);
    line-height: 28px;
    text-transform: uppercase;
    word-spacing: 3px;
}
@media (max-width: 575px) {
    .service7-header h2 {
        font-size: var(--ztc-font-size-font-s18);
        line-height: 22px;
    }
}

.service7-box {
    position: relative;
    padding: 24px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(3, 26, 11, 0.1);
    background: rgba(255, 255, 255, 0.7);
    height: 412px;
    transition: 0.4s;
}
.service7-box::after {
    position: absolute;
    content: "";
    height: 0%;
    width: 100%;
    left: 0;
    top: 0;
    background: #2d311aeb;
    border-radius: 16px;
    transition: 0.4s;
}
.service7-box:hover {
    height: 436px;
    transition: 0.4s;
}
.service7-box:hover::after {
    height: 100%;
    transition: 0.4s;
}
.service7-box:hover .service7-thumbs h3 {
    filter: brightness(4) invert(0);
    transition: 0.4s;
}
.service7-box:hover .service7-box-bg img {
    height: 100%;
    transition: 0.4s;
}
.service7-box:hover .service7-logos img {
    filter: brightness(4) invert(0);
    transition: 0.4s;
}
.service7-box:hover .service7-box-content {
    transform: translateY(-60px);
    transition: 0.4s;
}
.service7-box:hover .service7-learn-btn {
    margin-top: 28px;
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
    transition: 0.4s;
}

.service7-thumbs {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
.service7-thumbs h3 {
    color: rgba(3, 26, 11, 0.3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s44);
    line-height: 44px;
    font-weight: 400;
    transition: 0.4s;
}
.service7-thumbs .service7-thumbs-img img {
    width: 170px;
    height: 170px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.service7-box-content {
    position: relative;
    transform: translateY(0px);
    transition: 0.4s;
    z-index: 1;
}

.service7-logos img {
    transition: 0.4s;
    -o-object-fit: cover;
    object-fit: cover;
}

.service7-content-text h3 a {
    font-family: var(--ztc-family-font2);
    color: var(--ztc-text-text-26);
    font-size: var(--ztc-font-size-font-s24);
    line-height: 24px;
    font-weight: 400;
}
.service7-content-text p {
    color: var(--ztc-text-text-27);
    font-size: var(--ztc-font-size-font-s16);
    line-height: 24px;
    font-weight: 500;
}
.service7-box:hover .service7-content-text h3 a {
    color: var(--ztc-text-text-1);
}
.service7-box:hover .service7-content-text p {
    color: var(--ztc-text-text-1);
}
.service7-box:hover .service7-thumbs h3 {
    color: var(--ztc-text-text-1);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .service7-content-text p {
        font-size: 15px;
    }
}

.service7-box-bg img {
    position: absolute;
    top: 0;
    left: 0;
    height: 0%;
    width: 100%;
    transition: 0.4s;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
}

.service7-learn-btn {
    margin-top: 28px;
    transform: translateX(332px);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

.vl-service7-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
}
.vl-service7-arrow .prev-arrow {
    display: inline-block;
    height: 48px;
    width: 48px;
    line-height: 44px;
    text-align: center;
    background: none;
    border: 1px solid #1a5632;
    border-radius: 100%;
    margin-right: 16px;
    position: relative;
    overflow: hidden;
    transition: 0.4s;
}
.vl-service7-arrow .prev-arrow:hover {
    box-shadow: 1px 2px 0 0 #031a0b;
    transition: 0.4s;
}
.vl-service7-arrow .prev-arrow:hover::after {
    height: 100%;
    transition: 0.4s;
}
.vl-service7-arrow .prev-arrow::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 0%;
    width: 100%;
    border-radius: 100px;
    background: var(--ztc-bg-bg-25);
    transition: 0.4s;
}
.vl-service7-arrow .prev-arrow img {
    position: relative;
    z-index: 1;
}
.vl-service7-arrow .next-arrow {
    display: inline-block;
    height: 48px;
    width: 48px;
    line-height: 44px;
    text-align: center;
    background: none;
    border: 1px solid #1a5632;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    transition: 0.4s;
}
.vl-service7-arrow .next-arrow:hover {
    box-shadow: 1px 2px 0 0 #031a0b;
    transition: 0.4s;
}
.vl-service7-arrow .next-arrow:hover::after {
    height: 100%;
    transition: 0.4s;
}
.vl-service7-arrow .next-arrow::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 0%;
    width: 100%;
    border-radius: 100px;
    background: var(--ztc-bg-bg-25);
    transition: 0.4s;
}
.vl-service7-arrow .next-arrow img {
    position: relative;
    z-index: 1;
}

.vl-service8-area {
    overflow: hidden;
}

.service8-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service8-top {
        display: block;
    }
}
@media (max-width: 575px) {
    .service8-top {
        display: block;
    }
}
.service8-top .service8-heading h3 {
    color: var(--ztc-text-text-29);
    font-size: var(--ztc-font-size-font-s24);
    line-height: 24px;
    padding: 12px 16px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    border-radius: 8px;
    border: 1px solid rgba(79, 120, 248, 0.3);
    background: rgba(79, 120, 248, 0.1);
    box-shadow: 0 4px 12px 0 rgba(79, 120, 248, 0.2) inset;
    backdrop-filter: blur(2px);
}
@media (max-width: 575px) {
    .service8-top .service8-heading h3 {
        font-size: var(--ztc-font-size-font-s16);
        line-height: 16px;
    }
}
.service8-top .service8-heading h3 img {
    margin-right: 12px;
}
.service8-top .service8-heading h2 {
    color: var(--ztc-text-text-29);
    font-size: var(--ztc-font-size-font-s44);
    font-family: var(--ztc-family-font2);
    line-height: 54px;
    font-weight: 400;
}
@media (max-width: 575px) {
    .service8-top .service8-heading h2 {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}
.service8-top .service8-right .pera-text {
    color: var(--ztc-text-text-30);
    font-size: var(--ztc-font-size-font-s18);
    font-weight: 400;
    line-height: 24px;
}

.tab {
    background: none;
    padding: 20px;
    border-radius: none;
    margin-bottom: 20px;
    cursor: pointer;
    border-bottom: 1px solid rgba(20, 30, 62, 0.3);
    transition: all 0.3s ease;
}

.tab .tab8-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 575px) {
    .tab .tab8-content {
        display: block;
    }
}
.tab .tab8-content .logos {
    display: flex;
    align-items: center;
}
.tab .tab8-content .logos .icon {
    background: var(--ztc-bg-bg-1);
    display: inline-block;
    line-height: 70px;
    height: 70px;
    width: 70px;
    text-align: center;
    border-radius: 8px;
    margin-right: 16px;
}
.tab .tab8-content .logos .content h3 {
    font-family: var(--ztc-family-font2);
    color: var(--ztc-text-text-26);
    font-size: var(--ztc-font-size-font-s24);
    line-height: 34px;
    font-weight: 400;
}
.tab .tab8-content .text p {
    color: var(--ztc-text-text-30);
}
@media (max-width: 575px) {
    .tab .tab8-content .text p {
        margin-top: 16px;
    }
}

.tab.active {
    background: #fff;
    border-bottom: #fff;
    border-radius: 14px;
}
.tab.active .tab8-content .logos .icon {
    background: var(--ztc-bg-bg-29);
}
.tab.active .tab8-content .logos .icon img {
    filter: brightness(0) invert(1);
}

.tab-img {
    display: none;
    width: 100%;
    height: 500px;
    border-radius: 12px;
    -o-object-fit: cover;
    object-fit: cover;
}

.tab-img.active {
    display: block;
}

.vl-service9-area {
    overflow: hidden;
    background: var(--ztc-bg-bg-31);
    padding: 100px 0px 280px 0px;
    margin: 0px 30px;
    border-radius: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .vl-service9-area {
        border-radius: 0;
        margin: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-service9-area {
        border-radius: 0;
        margin: 0;
        padding: 50px 0;
    }
}
@media (max-width: 575px) {
    .vl-service9-area {
        border-radius: 0;
        margin: 0;
        padding: 50px 0;
    }
}

.service9-heading h3 {
    color: var(--ztc-text-text-26);
    font-size: var(--ztc-font-size-font-s24);
    line-height: 24px;
    font-weight: 400;
    padding: 12px 16px;
    display: inline-block;
    border-radius: 30px;
    border: 1px solid rgba(85, 143, 108, 0.3);
    background: rgba(85, 143, 108, 0.1);
    box-shadow: 0 4px 12px 0 rgba(85, 143, 108, 0.2) inset;
    backdrop-filter: blur(2px);
}
.service9-heading h3 img {
    margin-right: 12px;
}
.service9-heading h2 {
    color: var(--ztc-text-text-31);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s44);
    line-height: 44px;
    font-weight: 400;
}
@media (max-width: 575px) {
    .service9-heading h2 {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}

.process-section {
    padding: 60px 0px 60px 0px;
    position: relative;
}

.line9-shape {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -248px;
    margin-left: -290px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 575px) {
    .line9-shape {
        display: none;
    }
}

.process-grid {
    max-width: 1100px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 300px 1fr;
    grid-template-rows: auto auto;
    gap: 40px 60px;
    align-items: center;
    position: relative;
}

/* Cards */
.card {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    border: 1px solid #adc893;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 1;
    display: block;
}
.card:hover .icon {
    transform: rotateY(-360deg);
    transition: 0.4s;
}
.card:hover .card-flex h4 a {
    color: #adc893;
    transition: 0.4s;
}

.card-flex {
    display: flex;
    align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .card-flex {
        display: block;
    }
}
.card-flex .icon {
    display: inline-block;
    height: 60px;
    width: 60px;
    border-radius: 100%;
    line-height: 60px;
    text-align: center;
    border: 1px solid rgba(85, 143, 108, 0.3);
    background: #eef5ec;
    transition: 0.4s;
}
.card-flex h3 a {
    margin-left: 8px;
    font-size: var(--ztc-font-size-font-s24);
    line-height: 24px;
    font-weight: 400;
    font-family: var(--ztc-family-font2);
    color: var(--ztc-text-text-26);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .card-flex h3 a {
        font-size: 22px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .card-flex h3 a {
        font-size: 20px;
    }
}

.card p {
    font-size: var(--ztc-font-size-font-s18);
    line-height: 26px;
    color: var(--ztc-text-text-26);
    font-weight: 400;
    margin-bottom: 24px;
}

/* Center circle */
.center-circle {
    grid-column: 2;
    grid-row: 1 / span 2;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin: auto;
    position: relative;
    z-index: 1;
}
.center-circle .center-circle-logo {
    position: relative;
}
@media (max-width: 575px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .center-circle .center-circle-logo {
        display: none;
    }
}
.center-circle .center-circle-logo .logos {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-52%, -38%);
}

/* Positioning */
.top-left {
    grid-column: 1;
    grid-row: 1;
}

.top-right {
    grid-column: 3;
    grid-row: 1;
}

.bottom-left {
    grid-column: 1;
    grid-row: 2;
}

.bottom-right {
    grid-column: 3;
    grid-row: 2;
}

/* 🔥 Responsive */
@media (max-width: 900px) {
    .process-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
    .center-circle {
        grid-column: 1;
        grid-row: auto;
        margin: 40px auto;
    }
    .top-left,
    .top-right,
    .bottom-left,
    .bottom-right {
        grid-column: 1;
    }
}
.service-inr-box-area {
    background: #f4f7f5;
}

.service-details-inner-content .service-details-thumb img {
    border-radius: 12px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.service-details-inner-content .service-details-content .title {
    color: var(--ztc-text-text-23);
    font-family: var(--ztc-family-font2);
    font-weight: 400;
    font-size: var(--ztc-font-size-font-s44);
    line-height: 44px;
    text-transform: capitalize;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .service-details-inner-content .service-details-content .title {
        font-size: 42px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service-details-inner-content .service-details-content .title {
        font-size: 38px;
        line-height: 44px;
    }
}

.inner-pera-text {
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.service-details-logo-wrap
    .service-details-logo-box:hover
    .service-details-logo-wrap
    .service-details-icon::after {
    height: 100%;
}
.service-details-logo-wrap
    .service-details-logo-box
    .service-details-logo-wrap {
    display: flex;
}
.service-details-logo-wrap
    .service-details-logo-box
    .service-details-logo-wrap
    .service-details-icon {
    height: 70px;
    width: 70px;
    line-height: 70px;
    display: inline-block;
    text-align: center;
    background: var(--ztc-bg-bg-1);
    border: 1px solid #1a5632;
    border-radius: 100%;
    margin-right: 24px;
    position: relative;
    overflow: hidden;
}
.service-details-logo-wrap
    .service-details-logo-box
    .service-details-logo-wrap
    .service-details-icon::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 0%;
    width: 100%;
    border-radius: 100px;
    background: var(--ztc-bg-bg-21);
    transition: 0.4s;
}
.service-details-logo-wrap
    .service-details-logo-box
    .service-details-logo-wrap
    .service-details-icon
    img {
    position: relative;
    z-index: 1;
}
.service-details-logo-wrap
    .service-details-logo-box
    .service-details-logo-wrap
    h3 {
    color: var(--ztc-text-text-23);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s24);
    font-weight: 400;
    line-height: 32px;
}
.service-details-logo-wrap .service-details-logo-box p {
    font-size: var(--ztc-font-size-font-s16);
    line-height: 24px;
    font-weight: 400;
    color: rgba(26, 86, 50, 0.8);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service-inr-details-thumb-2 {
        margin-bottom: 30px;
        display: inline-block;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-inr-details-thumb-2 {
        margin-bottom: 30px;
    }
}
@media (max-width: 575px) {
    .service-inr-details-thumb-2 {
        margin-bottom: 30px;
    }
}
.service-inr-details-thumb-2 img {
    border-radius: 12px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.inner-list-item ul li {
    color: #000000;
    font-size: 16px;
    line-height: 12px;
    font-weight: 400;
    margin-bottom: 4px;
}
.inner-list-item ul li:last-child {
    margin-bottom: 0px;
}
.inner-list-item ul li img {
    margin-right: 8px;
}

.service-inr-more {
    background: #f4f7f5;
    padding: 0px 0px 70px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-inr-more {
        padding: 0 0 20px 0;
    }
}
@media (max-width: 575px) {
    .service-inr-more {
        padding: 0 0 20px 0;
    }
}

.title-inr-more h2 {
    font-size: var(--ztc-font-size-font-s44);
    line-height: 52px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: var(--ztc-family-font2);
    color: var(--ztc-text-text-23);
}

/*============= HERO CSS AREA ===============*/
.vl-hero1-area {
    position: relative;
    padding: 130px 0px 0px 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .vl-hero1-area {
        padding: 122px 0px 0px 0px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 575px) {
    .vl-hero1-area {
        padding-top: 80px;
    }
}

.hero1-bg-slide {
    padding: 200px 0 300px;
    position: relative;
    z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero1-bg-slide {
        padding: 110px 0px 150px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero1-bg-slide {
        padding: 80px 0px 150px;
    }
}
@media (max-width: 575px) {
    .hero1-bg-slide {
        padding: 60px 0px 150px;
    }
}
.hero1-bg-slide::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(10, 49, 35, 0.3);
    z-index: 1;
}
.hero1-bg-slide .vl-hero-info {
    position: relative;
    text-align: center;
    z-index: 2;
}
.hero1-bg-slide .hero-header-area h3 {
    font-size: var(--ztc-font-size-font-s32);
    font-weight: var(--ztc-weight-medium);
    line-height: 32px;
    color: var(--ztc-text-text-1);
    text-transform: uppercase;
}
@media (max-width: 575px) {
    .hero1-bg-slide .hero-header-area h3 {
        font-size: 24px;
    }
}
.hero1-bg-slide .hero-header-area h3 img {
    width: 56px;
    height: 24px;
    margin: 0px 4px 6px 0px;
}
.hero1-bg-slide .hero-header-area h2 {
    font-size: 100px;
    line-height: 100px;
    font-weight: 400px;
    font-family: var(--ztc-family-font2);
    color: var(--ztc-bg-bg-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero1-bg-slide .hero-header-area h2 {
        font-size: 80px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero1-bg-slide .hero-header-area h2 {
        font-size: 70px;
        line-height: 80px;
    }
}
@media (max-width: 575px) {
    .hero1-bg-slide .hero-header-area h2 {
        font-size: 52px;
        line-height: 62px;
    }
}
.hero1-bg-slide .hero1-arrow .next-arrow {
    position: absolute;
    top: 50%;
    margin-top: 28px;
    right: -220px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 575px) {
    .hero1-bg-slide .hero1-arrow .next-arrow {
        right: 0px;
    }
}
.hero1-bg-slide .hero1-arrow .prev-arrow {
    position: absolute;
    top: 50%;
    margin-top: 28px;
    left: -220px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 575px) {
    .hero1-bg-slide .hero1-arrow .prev-arrow {
        left: 0px;
    }
}

.hero1-bottom-wrap {
    position: absolute;
    bottom: -98px;
    left: 50%;
    margin-left: -96px;
    z-index: 2;
}

.hero1-bottom-circle {
    padding: 8px;
    background: var(--ztc-bg-bg-1);
    border-radius: 50%;
}
.hero1-bottom-circle a {
    background: var(--ztc-bg-bg-4);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    height: 180px;
    width: 180px;
    line-height: 180px;
    text-align: center;
}
.hero1-bottom-circle a .arrow {
    position: absolute;
    left: 40%;
    right: 50%;
    top: 40%;
    bottom: 50%;
}

.vl-hero2-area {
    padding: 300px 0px 100px 0px;
    margin: 24px 30px;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background-position: top center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .vl-hero2-area {
        margin: 0;
        border-radius: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-hero2-area {
        margin: 0;
        border-radius: 0;
        padding: 150px 0 50px;
    }
}
@media (max-width: 575px) {
    .vl-hero2-area {
        margin: 0;
        border-radius: 0;
        padding: 150px 0 50px;
        background-image: none !important;
        background: #034321;
    }
}

.vl-hero3-shape {
    position: absolute;
    top: 10%;
    left: 0%;
}

.hero2-heading-area .title {
    font-family: var(--ztc-family-font2);
    color: var(--ztc-text-text-1);
    font-size: var(--ztc-font-size-font-s70);
    font-weight: 400;
    line-height: 80px;
    text-transform: uppercase;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero2-heading-area .title {
        font-size: 64px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero2-heading-area .title {
        font-size: 60px;
        line-height: 70px;
    }
}
@media (max-width: 575px) {
    .hero2-heading-area .title {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
        margin-bottom: 20px;
    }
}
.hero2-heading-area .hero2-info-wrap {
    display: flex;
    align-items: center;
}
.hero2-heading-area .hero2-info-wrap .hero2-line {
    margin: 0px 24px 0px 24px;
}
.hero2-heading-area .hero2-info-wrap .text {
    color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 575px) {
    .hero2-heading-area .hero2-info-wrap {
        display: block;
    }
}

.hero2-shape {
    position: absolute;
    top: 12%;
    right: 10%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero2-shape {
        top: 15%;
        right: -4%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 575px) {
    .hero2-shape {
        display: none;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero2-shape {
        display: none;
    }
}

.social_link_hm2 {
    border-radius: 100px;
    background: var(--ztc-bg-bg-1);
    padding: 8px;
    display: inline-block;
}
.social_link_hm2 .social_link li a {
    background: var(--ztc-bg-bg-10);
}
.social_link_hm2 .social_link li a:hover {
    background: var(--ztc-bg-bg-9);
}

.hero2-follow-area {
    position: relative;
    text-align: center;
}
.hero2-follow-area .hero2-follow-shape {
    text-align: center;
    margin-top: 12px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero2-follow-area .hero2-follow-shape {
        margin-top: 12px;
    }
}
.hero2-follow-area .hero2-follow-shape img {
    height: 260px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero2-follow-area .hero2-follow-shape img {
        height: 190px;
    }
}

.hero2-slide-arrow {
    text-align: center;
}
@media (max-width: 575px) {
    .hero2-slide-arrow {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 30px;
    }
}
.hero2-slide-arrow .prev_arrow {
    display: inline-block;
    height: 48px;
    width: 48px;
    line-height: 45px;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 100%;
    transform: rotate(90deg);
    transition: 0.4s;
}
.hero2-slide-arrow .prev_arrow img {
    filter: brightness(0) invert(1);
    transition: 0.4s;
}
.hero2-slide-arrow .prev_arrow:hover {
    background: var(--ztc-bg-bg-1);
    border: 1px solid #fff;
    transition: 0.4s;
}
.hero2-slide-arrow .prev_arrow:hover img {
    filter: brightness(0) invert(0);
    transition: 0.4s;
}
.hero2-slide-arrow .next_arrow {
    display: inline-block;
    height: 46px;
    width: 46px;
    line-height: 43px;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 100%;
    transform: rotate(90deg);
    transition: 0.4s;
}
.hero2-slide-arrow .next_arrow img {
    filter: brightness(0) invert(1);
    transition: 0.4s;
}
.hero2-slide-arrow .next_arrow:hover {
    border: 1px solid #fff;
    background: var(--ztc-bg-bg-1);
    transition: 0.4s;
}
.hero2-slide-arrow .next_arrow:hover img {
    filter: brightness(0) invert(0);
    transition: 0.4s;
}
.hero2-slide-arrow .vl-hero2-shape2 {
    margin: 20px 0px 20px 0px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero2-slide-arrow .vl-hero2-shape2 {
        margin: 8px 0px 8px 0px;
    }
}
@media (max-width: 575px) {
    .hero2-slide-arrow .vl-hero2-shape2 {
        display: none;
    }
}

.hero2-slide-thumb {
    border-radius: 12px;
}
.hero2-slide-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero2-slide-thumb img {
        height: 500px;
    }
}
@media (max-width: 575px) {
    .hero2-slide-thumb img {
        height: 500px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.hm2-hero-btn-fix {
    margin-right: 24px;
}

.vl-hero3-area {
    padding: 310px 0px 100px 0px;
    position: relative;
    overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-hero3-area {
        padding: 130px 0px 100px 0px;
    }
}
@media (max-width: 575px) {
    .vl-hero3-area {
        padding: 120px 0px 100px 0px;
    }
}

.vl-hero3-info .hero3-meta-info {
    border: 1px solid rgba(67, 48, 20, 0.3);
    padding: 8px 18px 8px 8px;
    display: inline-block;
    border-radius: 30px;
}
.vl-hero3-info .hero3-meta-info .hero3-meta {
    display: flex;
    align-items: center;
}
.vl-hero3-info .hero3-meta-info .hero3-meta .hero3-meta-user a {
    margin-right: 12px;
}
.vl-hero3-info .hero3-meta-info .hero3-meta .hero3-meta-text {
    margin-right: 4px;
}
.vl-hero3-info .hero3-meta-info .hero3-meta .hero3-meta-text h2 {
    color: var(--ztc-text-text-15);
    font-size: var(--ztc-font-size-font-s24);
    line-height: 24px;
    font-weight: 500;
}
@media (max-width: 575px) {
    .vl-hero3-info .hero3-meta-info .hero3-meta .hero3-meta-text h2 {
        font-size: 20px;
    }
}
.vl-hero3-info .hero3-meta-info .hero3-meta .pera_text {
    color: var(--ztc-text-text-15);
    font-size: var(--ztc-font-size-font-s24);
    line-height: 24px;
    font-weight: 500;
}
@media (max-width: 575px) {
    .vl-hero3-info .hero3-meta-info .hero3-meta .pera_text {
        font-size: 20px;
    }
}
.vl-hero3-info .hero3-title {
    color: var(--ztc-text-text-15);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s70);
    font-weight: 400;
    line-height: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .vl-hero3-info .hero3-title {
        font-size: 56px;
        line-height: 66px;
    }
}
@media (max-width: 575px) {
    .vl-hero3-info .hero3-title {
        font-size: 60px;
        line-height: 70px;
    }
}
.vl-hero3-info .title-text {
    color: rgba(67, 48, 20, 0.8);
    font-size: var(--ztc-font-size-font-s18);
    font-weight: 400;
    line-height: 26px;
}
@media (max-width: 575px) {
    .vl-hero3-info .title-text {
        font-size: 17px;
    }
}

.vl-hero3-btn {
    position: relative;
    z-index: 1;
}

.hero3-social {
    position: relative;
    z-index: 9;
}
.hero3-social ul li {
    display: inline-block;
    margin-right: 38px;
}
@media (max-width: 575px) {
    .hero3-social ul li {
        display: block;
        margin-bottom: 16px;
    }
}
.hero3-social ul li:last-child {
    margin-right: 0px;
}
@media (max-width: 575px) {
    .hero3-social ul li:last-child {
        margin-bottom: 0px;
    }
}
.hero3-social ul li:hover a span {
    background: #c08838;
    transition: 0.4s;
}
.hero3-social ul li:hover a span i {
    color: #fff;
    transition: 0.4s;
}
.hero3-social ul li a {
    color: var(--ztc-text-text-15);
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    font-weight: var(--ztc-weight-bold);
}
.hero3-social ul li a span {
    display: inline-block;
    border-radius: 88px;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    background: var(--ztc-bg-bg-1);
    margin-right: 8px;
    transition: 0.4s;
}
.hero3-social ul li a span i {
    color: var(--ztc-text-text-15);
    transition: 0.4s;
}

.hero3-circle-area {
    position: absolute;
    z-index: 1;
    bottom: 14%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero3-circle-area {
        bottom: 18%;
        right: 42%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero3-circle-area {
        bottom: 18%;
        right: 24%;
    }
}
@media (max-width: 575px) {
    .hero3-circle-area {
        bottom: 35%;
        right: 12px;
    }
}

.hero3-circle {
    position: relative;
    display: inline-block;
}
.hero3-circle a .arrow {
    position: absolute;
    left: 15%;
    right: 50%;
    top: 15%;
    bottom: 50%;
}

.vl-hero3-lrg-shape .hero3-shp-5 {
    position: absolute;
    right: 0%;
    bottom: 0%;
    z-index: 1;
}
@media (max-width: 575px) {
    .vl-hero3-lrg-shape .hero3-shp-5 {
        height: 220px;
    }
}

.vl-hero3-layer {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
@media (max-width: 575px) {
    .vl-hero3-layer {
        display: none;
    }
}

.hero3-shape-egg {
    position: absolute;
    left: 0;
    top: 22%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero3-shape-egg {
        top: 8%;
        left: 80%;
    }
}
@media (max-width: 575px) {
    .hero3-shape-egg {
        display: none;
    }
}

.mororg_img {
    position: relative;
    z-index: 9;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mororg_img {
        margin-top: 32px;
    }
}
@media (max-width: 575px) {
    .mororg_img {
        margin: 20px 0px 0px 10px;
    }
}

.vl-hero4-area {
    overflow: hidden;
    position: relative;
    background: #f8fcf9;
    padding: 0 0 100px 0;
}
@media (max-width: 575px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-hero4-area {
        padding: 0 0 50px 0;
    }
}
.vl-hero4-area .swiper-pagination-bullet {
    width: 13px;
    height: 10px;
    display: inline-block;
    background: #5fb071;
    opacity: 1;
    margin: 0 5px;
    border-radius: 20px;
    transition:
        opacity 0.5s,
        background-color 0.5s,
        width 0.5s;
    transition-delay: 0.5s, 0.5s, 0s;
}
.vl-hero4-area .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.vl-hero4-area .slider__pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #5fb071;
    width: 100px;
    transition-delay: 0s;
}

.hm4-header_fix {
    border-bottom: 1px solid #cae5d0;
}

.hero4-info {
    padding: 250px 0px 100px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero4-info {
        padding: 180px 0px 100px 0px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero4-info {
        padding: 150px 0px 100px 0px;
    }
}
@media (max-width: 575px) {
    .hero4-info {
        padding: 100px 0px 100px 0px;
    }
}

.hero4-meta-info {
    border: 1px solid rgba(95, 176, 113, 0.3);
    padding: 8px 18px 8px 8px;
    display: inline-block;
    border-radius: 30px;
}
.hero4-meta-info .hero4-meta {
    display: flex;
    align-items: center;
}
.hero4-meta-info .hero4-meta .hero4-meta-user a {
    margin-right: 12px;
}
.hero4-meta-info .hero4-meta .hero3-meta-text {
    margin-right: 4px;
}
.hero4-meta-info .hero4-meta .hero3-meta-text h2 {
    color: var(--ztc-text-text-19);
    font-size: var(--ztc-font-size-font-s24);
    line-height: 24px;
    font-weight: 500;
}
.hero4-meta-info .hero4-meta .pera_text {
    color: var(--ztc-text-text-19);
    font-size: var(--ztc-font-size-font-s24);
    line-height: 24px;
    font-weight: 500;
}
@media (max-width: 575px) {
    .hero4-meta-info .hero4-meta .pera_text {
        font-size: 18px;
    }
}

.hero4-content .title {
    color: var(--ztc-text-text-19);
    font-family: var(--ztc-family-font2);
    font-size: 120px;
    line-height: 120px;
    font-weight: 400;
    text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero4-content .title {
        font-size: var(--ztc-font-size-font-s70);
        line-height: 70px;
    }
}
@media (max-width: 575px) {
    .hero4-content .title {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}
.hero4-content .sub-title {
    color: rgba(27, 49, 31, 0.8);
    font-size: var(--ztc-font-size-font-s18);
    line-height: 26px;
    font-weight: 400;
}

.hero4-btn-fix {
    margin-right: 16px;
}

.hero4-thumb-area {
    margin-top: -50px;
}

.hero4-thumb-img img {
    width: 100%;
    height: 100%;
}

.hero4-area-shape1 {
    position: absolute;
    top: 16%;
    left: 5%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero4-area-shape1 {
        top: 10%;
        left: 5%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero4-area-shape1 {
        left: 2%;
    }
}
@media (max-width: 575px) {
    .hero4-area-shape1 {
        display: none;
    }
}

.hero4-area-shape2 {
    position: absolute;
    top: 16%;
    right: 4%;
}
@media (max-width: 575px) {
    .hero4-area-shape2 {
        display: none;
    }
}

.hero4-area-shape3 {
    position: absolute;
    top: 36%;
    left: 10%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero4-area-shape3 {
        left: 6%;
    }
}
@media (max-width: 575px) {
    .hero4-area-shape3 {
        display: none;
    }
}

.hero4-area-shape4 {
    position: absolute;
    top: 48%;
    right: 20%;
}
@media (max-width: 575px) {
    .hero4-area-shape4 {
        display: none;
    }
}

.vl-hero5-area {
    padding: 230px 0px 360px 0px;
    overflow: hidden;
    position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-hero5-area {
        padding: 160px 0px 360px 0px;
    }
}
@media (max-width: 575px) {
    .vl-hero5-area {
        padding: 150px 0 360px 0;
    }
}

.hero5-btn {
    margin-right: 22px;
}
@media (max-width: 575px) {
    .hero5-btn {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.hero5-heading .subtitle {
    color: var(--ztc-text-text-21);
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    font-weight: 400;
    padding: 8px 12px 8px 8px;
    border-radius: 4px;
    display: inline-block;
    text-transform: uppercase;
    background: linear-gradient(
        90deg,
        rgba(245, 138, 34, 0.2) 0%,
        rgba(248, 188, 30, 0.2) 100%
    );
}
.hero5-heading .subtitle img {
    width: 35px;
    height: 30px;
    margin-right: 4px;
}
@media (max-width: 575px) {
    .hero5-heading .subtitle {
        font-size: var(--ztc-font-size-font-s16);
        line-height: 16px;
    }
}
.hero5-heading .title {
    color: var(--ztc-text-text-21);
    font-family: var(--ztc-family-font2);
    font-size: 80px;
    line-height: 90px;
    font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero5-heading .title {
        font-size: var(--ztc-font-size-font-s60);
        line-height: 70px;
    }
}
@media (max-width: 575px) {
    .hero5-heading .title {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}
.hero5-heading .pera-text {
    color: var(--ztc-text-text-22);
    font-size: var(--ztc-font-size-font-s18);
    line-height: 26px;
    font-weight: 400;
}

.hero5-element .elements-1 {
    position: absolute;
    left: 1%;
    top: 14%;
    height: 360px;
    width: 360px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero5-element .elements-1 {
        height: 300px;
        width: 290px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero5-element .elements-1 {
        display: none;
    }
}
@media (max-width: 575px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .hero5-element .elements-1 {
        display: none;
    }
}
.hero5-element .elements-2 {
    position: absolute;
    left: 1%;
    top: 8%;
    z-index: 1;
}
@media (max-width: 575px) {
    .hero5-element .elements-2 {
        display: none;
    }
}
.hero5-element .elements-3 {
    position: absolute;
    right: 0%;
    top: 14%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero5-element .elements-3 {
        height: 300px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero5-element .elements-3 {
        right: 4%;
        top: 10%;
        height: 170px;
    }
}
@media (max-width: 575px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .hero5-element .elements-3 {
        display: none;
    }
}
.hero5-element .elements-4 {
    position: absolute;
    right: -8%;
    top: 45%;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 575px) {
    .hero5-element .elements-4 {
        display: none;
    }
}

.vl-hero6-area {
    overflow: hidden;
    position: relative;
}

.hero6-bg1 {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 300px 0px 0 0px;
}
@media (max-width: 575px) {
    .hero6-bg1 {
        padding: 150px 0 0 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero6-bg1 {
        padding: 150px 0 0 0;
    }
}
.hero6-bg1::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(26, 86, 50, 0.3);
}
.hero6-bg1 .bg-shape-imgs-1 {
    position: absolute;
    top: 20%;
    left: 20%;
}

.vl-hero6-info {
    position: relative;
    z-index: 2;
    padding-bottom: 135px;
}
@media (max-width: 575px) {
    .vl-hero6-info {
        padding-bottom: 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-hero6-info {
        padding-bottom: 50px;
    }
}

.hero6-heading .sub-title {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.1);
    padding: 8px 16px;
    border-radius: 30px;
    color: var(--ztc-text-text-1);
    font-size: var(--ztc-font-size-font-s24);
    line-height: 24px;
    font-weight: 400;
}
@media (max-width: 575px) {
    .hero6-heading .sub-title {
        font-size: var(--ztc-font-size-font-s16);
        line-height: 16px;
    }
}
.hero6-heading .title {
    font-size: var(--ztc-font-size-font-s70);
    line-height: 80px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: var(--ztc-family-font2);
    color: var(--ztc-text-text-1);
}
@media (max-width: 575px) {
    .hero6-heading .title {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}
.hero6-heading .pera-text {
    color: rgba(255, 255, 255, 0.8);
    font-size: var(--ztc-font-size-font-s18);
    line-height: 26px;
    font-weight: 400;
}

.hero6-btn-fxr {
    margin-right: 16px;
}

.hero6-bottom-text {
    position: relative;
}
.hero6-bottom-text h2 {
    font-family: var(--ztc-family-font2);
    font-size: 230px;
    line-height: 230px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.3) 0%,
        rgba(255, 255, 255, 0) 87.17%
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 0.1px;
}
@media (max-width: 575px) {
    .hero6-bottom-text h2 {
        font-size: var(--ztc-font-size-font-s50);
        line-height: 50px;
    }
}

.vl-hero7 {
    overflow: hidden;
    position: relative;
    padding: 0px 30px;
    background: var(--ztc-bg-bg-24);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 575px) {
    .vl-hero7 {
        padding: 0;
    }
}

.hero7-area {
    margin-top: 102px;
    border-radius: 24px;
    padding: 100px 0px;
    -o-object-fit: cover;
    object-fit: cover;
    background-size: cover;
}
@media (max-width: 575px) {
    .hero7-area {
        height: 592px;
    }
    .about7-main-content .about7-author-area h3 a {
        font-size: var(--ztc-font-size-font-s20);
    }
    .about7-main-content p {
        font-size: var(--ztc-font-size-font-s14);
        line-height: 22px;
    }
    .btn-home7 {
        padding: 8px 22px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero7-area {
        height: 600px;
    }
}

.hero7-header h3 {
    color: var(--ztc-text-text-1);
    font-size: var(--ztc-font-size-font-s24);
    line-height: 24px;
    padding: 12px 16px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 12px 0 rgba(255, 255, 255, 0.2) inset;
    backdrop-filter: blur(2px);
}
.hero7-header h3 img {
    margin-right: 12px;
}
@media (max-width: 575px) {
    .hero7-header h3 {
        font-size: var(--ztc-font-size-font-s12);
        line-height: 16px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero7-header h3 {
        font-size: 20px;
    }
}
.hero7-header h2 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s40);
    line-height: 45px;
    font-weight: 400;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero7-header h2 {
        font-size: 64px;
        line-height: 76px;
    }
}
@media (max-width: 575px) {
    .hero7-header h2 {
        font-size: 25px;
        line-height: 30px;
    }
}
.hero7-header p {
    color: rgba(255, 255, 255, 0.9);
    font-size: var(--ztc-font-size-font-s20);
    line-height: 28px;
    font-weight: 500;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero7-header p {
        font-size: 18px;
    }
}

.hero7-btn-fxr {
    margin-right: 24px;
}

.hero7-bottom-wrap {
    margin-top: 60px;
}
@media (max-width: 575px) {
    .hero7-bottom-wrap {
        margin: 0;
    }
    .hero7-header p {
        font-size: var(--ztc-font-size-font-s14);
        line-height: 22px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero7-bottom-wrap {
        margin-top: -86;
    }
}
.hero7-bottom-wrap .hero7-customer-box {
    background: var(--ztc-bg-bg-1);
    width: 300px;
    padding: 20px;
    display: inline-block;
    border-radius: 16px;
}
.hero7-bottom-wrap .hero7-customer-box .hero7-customer-user {
    display: inline-block;
}
.hero7-bottom-wrap .hero7-customer-box .hero7-customer-user h4 {
    color: var(--ztc-text-text-27);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: 400;
    line-height: 16px;
}
.hero7-bottom-wrap .hero7-customer-box .hero7-customer-imgs {
    display: inline-block;
    position: relative;
    margin-top: -64px;
}
.hero7-bottom-wrap .hero7-customer-box .hero7-customer-imgs img {
    height: 260px;
    width: 260px;
    -o-object-fit: cover;
    object-fit: cover;
}
.hero7-bottom-wrap .hero7-customer-box .pera-text {
    text-align: right;
    margin-top: -47px;
}
.hero7-bottom-wrap .hero7-customer-box .pera-text .pera-text1 {
    color: var(--ztc-text-text-27);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 12px;
    margin-right: 5px;
}
.hero7-bottom-wrap .hero7-customer-box .pera-text .pera-text2 {
    color: var(--ztc-text-text-27);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: 400;
    line-height: 16px;
    margin-right: 38px;
}

.hero7-card1 {
    position: absolute;
    top: 14%;
    left: 50%;
}
@media (max-width: 575px) {
    .hero7-card1 {
        display: none;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero7-card1 {
        top: 14%;
        left: 70%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero7-card1 {
        left: 71%;
    }
}
.hero7-card1 h3 {
    display: inline-block;
    border-radius: 99px;
    border: 2px solid #fff;
    padding: 14px 44px 14px 14px;
    text-align: center;
    color: var(--ztc-text-text-26);
    font-size: var(--ztc-font-size-font-s32);
    font-weight: 600;
    background: var(--ztc-bg-bg-25);
    transform: rotate(12deg);
}
.hero7-card1 h3 img {
    height: 32px;
    width: 32px;
    margin: 0px 12px 4px 0px;
}

.hero7-tags {
    margin-left: 150px;
    position: relative;
    transform: translateY(540px);
}
@media (max-width: 575px) {
    .hero7-tags {
        margin-left: 0;
        transform: translateY(0);
        margin-top: 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero7-tags {
        margin-left: 0;
        transform: translateY(460px);
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero7-tags {
        margin-left: 0;
    }
}
.hero7-tags h3 {
    color: var(--ztc-text-text-1);
    padding: 12px;
    font-size: var(--ztc-font-size-font-s18);
    font-weight: 500;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(2px);
    box-shadow: 0 4px 4px 0 rgba(255, 255, 255, 0.16) inset;
    display: inline-block;
    border-radius: 50px;
    margin-right: 16px;
    margin-bottom: 24px;
}
.hero7-tags h3:last-child {
    margin-right: 0px;
    margin-bottom: 0px;
}

.hero7-card2 {
    position: absolute;
    bottom: 42%;
    right: 20%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero7-card2 {
        bottom: 43%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero7-card2 {
        bottom: 58%;
        right: 3%;
    }
}
.hero7-card2 h2 {
    background: var(--ztc-bg-bg-25);
    display: inline-block;
    border-radius: 99px;
    padding: 12px;
    border: 2px solid #fff;
    transform: rotate(-8deg);
}
@media (max-width: 575px) {
    .hero7-card2 h2 {
        display: none;
    }
}
.hero7-card2 h2 span {
    color: var(--ztc-text-text-26);
    font-size: var(--ztc-font-size-font-s32);
    font-weight: 600;
    line-height: 36px;
}
.hero7-card2 h2 img {
    margin-right: 16px;
}

.hero7-center-wrap {
    text-align: center;
    background: var(--ztc-bg-bg-1);
    display: inline-block;
    border-radius: 16px;
    padding: 20px;
    position: absolute;
    left: 50%;
    margin-left: -116px;
    bottom: 20%;
    z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero7-center-wrap {
        bottom: 10%;
    }
}
@media (max-width: 575px) {
    .hero7-center-wrap {
        bottom: 10%;
    }
}
.hero7-center-wrap .img1 {
    margin-bottom: 8px;
}
.hero7-center-wrap h3 {
    color: var(--ztc-text-text-27);
    font-size: var(--ztc-font-size-font-s16);
    line-height: 24px;
    font-weight: 400;
    position: relative;
}
.hero7-center-wrap h3 .img2 {
    position: absolute;
    left: 50%;
    bottom: -40px;
    margin-left: -10px;
    z-index: 1;
}

.hero7-center-dot {
    position: absolute;
    left: 50%;
    bottom: 14.7%;
    margin-left: -24px;
}
.hero7-center-dot .dot-bg {
    position: relative;
    display: inline-block;
}
.hero7-center-dot .dot-bg .imgs2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.scroll-down {
    text-align: center;
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -60px;
    display: flex;
    align-items: center;
}
.scroll-down .scroll {
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
    margin-left: 10px;
}

.vl-hero8-area {
    margin: 130px 0px 0px 0px;
    padding: 140px 0px 94px 0px;
    position: relative;
    overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .vl-hero8-area {
        margin: 154px 0px 0px 0px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .vl-hero8-area {
        margin: 130px 0px 0px 0px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 575px) {
    .vl-hero8-area {
        margin: 0;
        height: 1500px;
    }
}
@media (max-width: 575px) {
    .vl-hero8-area {
        margin: 0;
        height: 1340px;
    }
}

.vl-hero8-info {
    position: relative;
    z-index: 1;
}

.vl-hero8-heading h3 {
    color: var(--ztc-text-text-29);
    font-size: var(--ztc-font-size-font-s24);
    line-height: 24px;
    padding: 12px 16px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    border-radius: 8px;
    border: 1px solid rgba(79, 120, 248, 0.3);
    background: rgba(79, 120, 248, 0.1);
    box-shadow: 0 4px 12px 0 rgba(79, 120, 248, 0.2) inset;
    backdrop-filter: blur(2px);
}
.vl-hero8-heading h3 img {
    margin-right: 12px;
}
.vl-hero8-heading h2 {
    color: var(--ztc-text-text-29);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s70);
    line-height: 88px;
    font-weight: 400;
}
.vl-hero8-heading p {
    color: var(--ztc-text-text-30);
    font-size: var(--ztc-font-size-font-s20);
    line-height: 30px;
    font-weight: 400;
}

.hero8_heading-counter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero8_heading-counter .hero4_heading-counter-content {
        margin-right: 46px;
    }
}
.hero8_heading-counter .hero4_heading-counter-content h2 {
    font-size: var(--ztc-font-size-font-s44);
    line-height: 44px;
    font-weight: 400;
    font-family: var(--ztc-family-font2);
    opacity: 0.7;
    background: linear-gradient(
        180deg,
        #4f78f8 57.6%,
        rgba(79, 120, 248, 0) 100%
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hero8_heading-counter .hero4_heading-counter-content p {
    color: var(--ztc-text-text-30);
    font-size: var(--ztc-font-size-font-s20);
    font-weight: 400;
}

.vl-hero8-shape-bg {
    position: absolute;
    top: 0;
    right: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .vl-hero8-shape-bg {
        right: -230px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .vl-hero8-shape-bg {
        right: -340px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 575px) {
    .vl-hero8-shape-bg {
        bottom: 0;
        top: inherit;
    }
}

.vl-hero8-thumb {
    position: absolute;
    top: 0;
    right: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .vl-hero8-thumb {
        right: -230px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .vl-hero8-thumb {
        right: -330px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 575px) {
    .vl-hero8-thumb {
        bottom: 0;
        top: inherit;
    }
}

.vl-hero8-fish-shape .fish-shape-1 {
    position: absolute;
    top: 4%;
    right: 36%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .vl-hero8-fish-shape .fish-shape-1 {
        right: 28%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-hero8-fish-shape .fish-shape-1 {
        right: 0%;
    }
}
@media (max-width: 575px) {
    .vl-hero8-fish-shape .fish-shape-1 {
        display: none;
    }
}
.vl-hero8-fish-shape .fish-shape-2 {
    position: absolute;
    top: 56%;
    right: 48%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .vl-hero8-fish-shape .fish-shape-2 {
        right: 38%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 575px) {
    .vl-hero8-fish-shape .fish-shape-2 {
        display: none;
    }
}
.vl-hero8-fish-shape .fish-shape-3 {
    position: absolute;
    bottom: -6%;
    left: 0%;
}

.vl-hero9-area {
    overflow: hidden;
    position: relative;
    padding: 60px 0px 400px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-hero9-area {
        padding: 60px 0px 246px 0px;
    }
}
.vl-hero9-area .vl-hero9-info .hero9-author h3 {
    color: var(--ztc-text-text-32);
    font-size: var(--ztc-font-size-font-s24);
    line-height: 24px;
    font-weight: 400;
    border-radius: 30px;
    padding: 8px 18px 8px 8px;
    display: inline-block;
    border: 1px solid #adc893;
    background: linear-gradient(
        90deg,
        rgba(173, 200, 147, 0.3) 0%,
        rgba(85, 143, 108, 0.3) 100%
    );
}
.vl-hero9-area .vl-hero9-info .hero9-author h3 img {
    margin-right: 12px;
}
@media (max-width: 575px) {
    .vl-hero9-area .vl-hero9-info .hero9-author h3 {
        font-size: var(--ztc-font-size-font-s12);
        line-height: 12px;
    }
}
.vl-hero9-area .vl-hero9-info .hero9-title {
    color: var(--ztc-text-text-31);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s64);
    line-height: 74px;
    font-weight: 400;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .vl-hero9-area .vl-hero9-info .hero9-title {
        font-size: var(--ztc-font-size-font-s50);
        line-height: 60px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-hero9-area .vl-hero9-info .hero9-title {
        font-size: var(--ztc-font-size-font-s42);
        line-height: 52px;
    }
}
@media (max-width: 575px) {
    .vl-hero9-area .vl-hero9-info .hero9-title {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}

.hero9-bg img {
    position: absolute;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero9-bg img {
        position: absolute;
        bottom: 0;
    }
}
@media (max-width: 575px) {
    .hero9-bg img {
        position: absolute;
        bottom: 0;
    }
}

.hero9-bottom-wrap {
    position: absolute;
    right: 12%;
    z-index: 1;
    bottom: 0%;
    display: flex;
    align-items: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero9-bottom-wrap {
        right: 6%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero9-bottom-wrap {
        right: 0;
        bottom: 13%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero9-bottom-wrap {
        right: 0;
        bottom: -1%;
    }
}
@media (max-width: 575px) {
    .hero9-bottom-wrap {
        right: inherit;
        left: 0;
        bottom: 31%;
    }
}

.hero9-circle {
    position: relative;
    display: inline-block;
}
.hero9-circle a .arrow {
    position: absolute;
    left: 15%;
    right: 50%;
    top: 15%;
    bottom: 50%;
}

.hero9-bottom-text p {
    color: var(--ztc-text-text-25);
    font-size: var(--ztc-font-size-font-s18);
    line-height: 26px;
    font-weight: 400;
    margin-left: 32px;
}

.vl-hero9-btm-area {
    margin-top: 60px;
}
.vl-hero9-btm-area .vl-hero9-btm_text {
    text-align: center;
    margin-bottom: 48px;
}
.vl-hero9-btm-area .vl-hero9-btm_text h2 {
    color: var(--ztc-text-text-31);
    font-size: var(--ztc-font-size-font-s28);
    line-height: 28px;
    font-weight: 600;
}

.vl-hero10-area {
    padding: 140px 0px 380px 0px;
    overflow: hidden;
    background-size: cover;
    position: relative;
}
@media (max-width: 575px) {
    .vl-hero10-area {
        padding: 140px 0 100px 0px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-hero10-area {
        padding: 140px 0 100px 0px;
    }
}

.hero10-heading h2 {
    color: white;
    font-size: 100px;
    font-family: var(--ztc-family-font2);
    line-height: 110px;
    font-weight: 400;
    text-transform: uppercase;
}
@media (max-width: 575px) {
    .hero10-heading h2 {
        font-size: var(--ztc-font-size-font-s40);
        line-height: 50px;
    }
}

.hero10-cart-info .cart-content .title {
    color: var(--ztc-text-text-1);
    font-size: var(--ztc-font-size-font-s48);
    line-height: 48px;
    font-weight: 400;
    font-family: var(--ztc-family-font2);
    text-transform: uppercase;
}
.hero10-cart-info .cart-content .cart-price-wrap {
    display: flex;
    align-items: center;
}
.hero10-cart-info .cart-content .cart-price-wrap h2 {
    color: var(--ztc-text-text-1);
    font-size: var(--ztc-font-size-font-s48);
    line-height: 48px;
    font-weight: 400;
    font-family: var(--ztc-family-font2);
}
.hero10-cart-info .cart-content .cart-price-wrap h3 {
    color: rgba(255, 255, 255, 0.4);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s32);
    line-height: 32px;
    font-weight: 400;
    text-decoration-line: line-through;
    text-transform: uppercase;
}

.hero10-tractor-shape {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -476px;
    margin-top: -476px;
}
.hero10-tractor-shape img {
    height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero10-tractor-shape {
        position: relative;
        left: 0;
        top: 0;
        margin: 0;
    }
}
@media (max-width: 575px) {
    .hero10-tractor-shape {
        position: relative;
        left: 0;
        top: 0;
        margin: 0;
    }
}

.theme-btn10 {
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none !important;
    background-color: var(--ztc-bg-bg-32);
    color: var(--ztc-text-text-34);
    letter-spacing: 0px;
    transition: 500ms;
    overflow: hidden;
    border-radius: 100px;
    padding: 18px 22px;
    z-index: 2;
    position: relative;
    transition-delay: calc((var(--n) - 1) * 0.1s);
    -webkit-transition-delay: calc((var(--n) - 1) * 0.1s);
    -moz-transition-delay: calc((var(--n) - 1) * 0.1s);
    transition: all ease 0.3s;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.theme-btn10:hover {
    color: #fff;
}

.theme-btn10__text {
    position: relative;
    z-index: 2;
}

.theme-btn10__shape {
    display: inline-block;
    position: absolute;
    width: 25%;
    height: 100%;
    background: #55626d;
    transform: translateY(150%);
    border-radius: 50%;
    left: calc((var(--b) - 1) * 25%);
    transition: 0.5s;
    transition-delay: calc((var(--b) - 1) * 0.1s);
    z-index: 1;
    color: var(--vtc-text-white);
}

.theme-btn10__shape:nth-child(1) {
    --b: 1;
}

.theme-btn10__shape:nth-child(2) {
    --b: 2;
}

.theme-btn10__shape:nth-child(3) {
    --b: 3;
}

.theme-btn10__shape:nth-child(4) {
    --b: 4;
}

.theme-btn10:hover .theme-btn10__shape {
    transform: translateY(0) scale(2);
    -moz-transform: translateY(0) scale(2);
    -moz-transform: translateY(0) scale(2);
    color: #fff;
}

.theme-btn10-2 {
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none !important;
    background-color: var(--ztc-bg-bg-32);
    color: var(--ztc-text-text-34);
    letter-spacing: 0px;
    transition: 500ms;
    overflow: hidden;
    border-radius: 100px;
    padding: 16px 22px;
    z-index: 2;
    position: relative;
    transition-delay: calc((var(--n) - 1) * 0.1s);
    -webkit-transition-delay: calc((var(--n) - 1) * 0.1s);
    -moz-transition-delay: calc((var(--n) - 1) * 0.1s);
    transition: all ease 0.3s;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.theme-btn10-2 img {
    margin: 0px 6px 2px 0px;
}
.theme-btn10-2:hover {
    color: #fff;
}
.theme-btn10-2:hover img {
    filter: brightness(0) invert(1);
}

.theme-btn10-2__text {
    position: relative;
    z-index: 2;
}

.theme-btn10-2__shape {
    display: inline-block;
    position: absolute;
    width: 25%;
    height: 100%;
    background: #55626d;
    transform: translateY(150%);
    border-radius: 50%;
    left: calc((var(--b) - 1) * 25%);
    transition: 0.5s;
    transition-delay: calc((var(--b) - 1) * 0.1s);
    z-index: 1;
    color: var(--vtc-text-white);
}

.theme-btn10-2__shape:nth-child(1) {
    --b: 1;
}

.theme-btn10-2__shape:nth-child(2) {
    --b: 2;
}

.theme-btn10-2__shape:nth-child(3) {
    --b: 3;
}

.theme-btn10-2__shape:nth-child(4) {
    --b: 4;
}

.theme-btn10-2:hover .theme-btn10-2__shape {
    transform: translateY(0) scale(2);
    -moz-transform: translateY(0) scale(2);
    -moz-transform: translateY(0) scale(2);
    color: #fff;
}

.vl-hero-inner-area {
    margin: 0px 0px 0px 0px;
    padding: 250px 0px 150px 0px;
    position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .vl-hero-inner-area {
        margin-top: 122px;
    }
}
@media (max-width: 575px) {
    .vl-hero-inner-area {
        margin-top: 30px;
        padding: 120px 0 100px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-hero-inner-area {
        margin-top: 80px;
        padding: 100px 0 100px;
    }
}
.vl-hero-inner-area::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(26, 86, 50, 0.3);
}

.inner-hero-info {
    position: relative;
    z-index: 1;
}
@media (max-width: 575px) {
    .inner-hero-info {
        text-align: center;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .inner-hero-info {
        text-align: center;
    }
}
.inner-hero-info h2 {
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s70);
    font-weight: 400;
    line-height: 70px;
    color: var(--ztc-text-text-1);
}
@media (max-width: 575px) {
    .inner-hero-info h2 {
        font-size: 25px;
        /*text-transform: uppercase;*/
        line-height: 26px;
        font-weight: 600;
    }
    .vl-hero7 {
        background: unset;
    }
}
.inner-hero-info ul li {
    display: inline-block;
}
.inner-hero-info ul li a {
    font-size: var(--ztc-font-size-font-s16);
    line-height: 16px;
    font-weight: 500;
    color: var(--ztc-text-text-1);
}
.inner-hero-info ul li img {
    margin: 0px 6px 1px 6px;
}

/*============= MOBILE MENU CSS AREA ===============*/
.vl-header-action-item {
    float: right;
    border: 1px solid var(--ztc-text-text-2);
    padding: 6px;
    border-radius: 4px;
    color: var(--ztc-text-text-2);
}
.vl-header-action-item button {
    border: none;
    outline: none;
    background: none;
    transition: all 0.4s;
    color: var(--ztc-text-text-2);
    font-size: var(--ztc-font-size-font-s20);
}

.vl-offcanvas {
    position: fixed;
    background: var(--ztc-bg-bg-2);
    width: 450px;
    z-index: 9999999;
    right: 0;
    top: 0;
    padding: 50px 40px;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: 0.3s;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
}
@media only screen and (max-width: 450px) {
    .vl-offcanvas {
        width: 100%;
    }
}
.vl-offcanvas-open {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
.vl-offcanvas-close-toggle {
    font-size: var(--ztc-font-size-font-s30);
    color: var(--vl-heading-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 575px) {
    .vl-offcanvas-header {
        margin-bottom: 24px;
    }
}
.vl-offcanvas-title {
    font-size: 35px;
    color: var(--ztc-text-text-1);
}
.vl-offcanvas-info span a {
    display: block;
    color: var(--ztc-text-text-1);
    margin-bottom: 10px;
}
.vl-offcanvas-info span a i {
    margin: 0 4px 0 0;
}
.vl-offcanvas-sm-title {
    font-size: var(--ztc-font-size-font-s24);
    color: var(--ztc-text-text-1);
}
.vl-offcanvas-social a {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    color: var(--ztc-text-text-1);
    border: 1px solid var(--ztc-text-text-1);
    font-size: 14px;
}
.vl-offcanvas-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.45 easc-in-out;
    background: rgba(24, 24, 24, 0.4);
}
.vl-offcanvas-overlay-open {
    opacity: 0.7;
    visibility: visible;
}
.vl-offcanvas .vl-offcanvas-logo {
    height: 50px;
    width: 164px;
    -o-object-fit: contain;
    object-fit: contain;
}
.vl-offcanvas .vl-offcanvas-close button {
    border: none;
    background: none;
    outline: none;
    color: var(--ztc-text-text-1);
}

.vl-offcanvas-menu ul {
    list-style: none;
}
.vl-offcanvas-menu ul li {
    position: relative;
    border-bottom: 1px solid #ffffff2e;
}
.vl-offcanvas-menu ul li a {
    padding: 8px 0;
    display: block;
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-medium);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}
.vl-offcanvas-menu ul li a span {
    display: block;
}
.vl-offcanvas-menu ul li > a {
    border-bottom: none;
}
.vl-offcanvas-menu ul li.active > a {
    color: var(--ztc-text-text-1);
}
.vl-offcanvas-menu ul li.active > .vl-menu-close i {
    transform: rotate(90deg);
}
.vl-offcanvas-menu ul li .sub-menu {
    display: none;
    padding-left: 20px;
}

.vl-menu-close {
    position: absolute;
    right: 0px;
    top: 7px;
    border: 1px solid var(--ztc-text-text-1);
    height: 17px;
    width: 17px;
    text-align: center;
    font-size: 8px;
    line-height: 0px;
    background: transparent;
    color: var(--ztc-text-text-1);
    border-radius: 4px;
}
.vl-menu-close i {
    transition: 0.3s;
}

.homepage2-body .vl-header-action-item {
    float: left;
    border: 1px solid var(--ztc-text-text-1);
    padding: 6px;
    border-radius: 4px;
    color: var(--ztc-text-text-1);
}
.homepage2-body .vl-header-action-item button {
    border: none;
    outline: none;
    background: none;
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
    font-size: var(--ztc-font-size-font-s20);
}
.homepage2-body .vl-offcanvas {
    position: fixed;
    background: var(--ztc-bg-bg-2);
    width: 450px;
    z-index: 999999;
    right: 0;
    top: 0;
    padding: 50px 40px;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: 0.3s;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
}
@media only screen and (max-width: 450px) {
    .homepage2-body .vl-offcanvas {
        width: 100%;
    }
}
.homepage2-body .vl-offcanvas-open {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
.homepage2-body .vl-offcanvas-close-toggle {
    font-size: var(--ztc-font-size-font-s30);
    color: var(--vl-heading-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 575px) {
    .homepage2-body .vl-offcanvas-header {
        margin-bottom: 40px;
    }
}
.homepage2-body .vl-offcanvas-title {
    font-size: 35px;
    color: var(--ztc-text-text-1);
}
.homepage2-body .vl-offcanvas-info span a {
    display: block;
    color: var(--ztc-text-text-1);
    margin-bottom: 10px;
}
.homepage2-body .vl-offcanvas-info span a i {
    margin: 0 4px 0 0;
}
.homepage2-body .vl-offcanvas-sm-title {
    font-size: var(--ztc-font-size-font-s24);
    color: var(--ztc-text-text-1);
}
.homepage2-body .vl-offcanvas-social a {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    color: var(--ztc-text-text-1);
    border: 1px solid var(--ztc-text-text-1);
    font-size: 14px;
}
.homepage2-body .vl-offcanvas-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.45 easc-in-out;
    background: rgba(24, 24, 24, 0.4);
}
.homepage2-body .vl-offcanvas-overlay-open {
    opacity: 0.7;
    visibility: visible;
}
.homepage2-body .vl-offcanvas .vl-offcanvas-logo {
    height: 50px;
    width: 164px;
    -o-object-fit: contain;
    object-fit: contain;
}
.homepage2-body .vl-offcanvas .vl-offcanvas-close button {
    border: none;
    background: none;
    outline: none;
    color: var(--ztc-text-text-1);
}
.homepage2-body .vl-offcanvas-menu ul {
    list-style: none;
}
.homepage2-body .vl-offcanvas-menu ul li {
    position: relative;
}
.homepage2-body .vl-offcanvas-menu ul li a {
    padding: 8px 0;
    display: block;
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-medium);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}
.homepage2-body .vl-offcanvas-menu ul li a span {
    display: block;
}
.homepage2-body .vl-offcanvas-menu ul li > a {
    border-bottom: none;
}
.homepage2-body .vl-offcanvas-menu ul li.active > a {
    color: var(--ztc-text-text-1);
}
.homepage2-body .vl-offcanvas-menu ul li.active > .vl-menu-close i {
    transform: rotate(90deg);
}
.homepage2-body .vl-offcanvas-menu ul li .sub-menu {
    display: none;
    padding-left: 20px;
}
.homepage2-body .vl-menu-close {
    position: absolute;
    right: 0;
    top: 7px;
    border: 1px solid var(--ztc-text-text-1);
    height: 30px;
    width: 30px;
    text-align: center;
    font-size: 12px;
    line-height: 25px;
    background: transparent;
    color: var(--ztc-text-text-1);
    border-radius: 4px;
}
.homepage2-body .vl-menu-close i {
    transition: 0.3s;
}

.homepage10-body .vl-header-action-item {
    border: 1px solid #fff;
}
.homepage10-body .vl-header-action-item button {
    color: #fff;
}

/*============= MOBILE MENU CSS AREA ===============*/
/*============= BLOG CSS AREA ===============*/
.vl-blog1-area {
    overflow: hidden;
    background: var(--ztc-bg-bg-8);
}

.vl-blog1-info {
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.4s;
}
.vl-blog1-info:hover {
    margin-top: -8px;
    transition: all 0.4s;
}
.vl-blog1-info:hover .vl-blog1-content {
    box-shadow: 0 4px 40px 0 rgba(31, 104, 78, 0.1);
    transition: all 0.4s;
}
.vl-blog1-info:hover .learn_more img {
    transform: rotate(45deg);
    transition: all 0.4s;
}
.vl-blog1-info .imgs1 {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .vl-blog1-info .imgs1 {
        height: 350px;
    }
}
.vl-blog1-info .vl-blog1-content {
    padding: 24px;
    background: var(--ztc-bg-bg-1);
    border-radius: 0px 0px 12px 12px;
    border: 1px solid rgba(31, 104, 78, 0.3);
    transition: all 0.4s;
}

.blog1_title {
    font-size: var(--ztc-font-size-font-s24);
    line-height: 32px;
    font-weight: 400;
    font-family: var(--ztc-family-font2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .blog1_title {
        font-size: 23px;
    }
}
.blog1_title a {
    color: var(--ztc-text-text-5);
    transform: 0.4s;
}
.blog1_title a:hover {
    color: var(--ztc-text-text-6);
    transition: 0.4s;
}

.blog1_text {
    color: var(--ztc-text-text-8);
    font-size: var(--ztc-font-size-font-s16);
    line-height: 24px;
    font-weight: 400;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .blog1_text {
        font-size: 15px;
    }
}

.vl-blog1-meta ul li {
    display: inline-block;
}
.vl-blog1-meta ul li a {
    color: var(--ztc-text-text-9);
    font-size: var(--ztc-font-size-font-s16);
    line-height: 16px;
    font-weight: 400;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .vl-blog1-meta ul li a {
        font-size: 14px;
    }
}
.vl-blog1-meta ul li span img {
    margin: 0px 8px 2px 8px;
}

.imgs1-fixer {
    border-radius: 12px 0px 0px 12px !important;
}
@media (max-width: 575px) {
    .imgs1-fixer {
        border-radius: 12px 12px 0px 0px !important;
    }
}

.blog1-fixer {
    border-radius: 0px 12px 12px 0px !important;
}
@media (max-width: 575px) {
    .blog1-fixer {
        border-radius: 0px 0px 12px 12px !important;
    }
}

.learn_more a {
    color: var(--ztc-text-text-5);
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    font-weight: 600;
}
.learn_more img {
    height: 18px;
    width: 18px;
    margin-left: 6px;
    transition: 0.4s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .vl-blog1-info.vl-blog1-info-fxr {
        margin-bottom: 30px;
    }
}

.vl-blog1-info-flex {
    display: flex;
}
@media (max-width: 575px) {
    .vl-blog1-info-flex {
        display: inline-block;
    }
}

.thumb_size_img img {
    height: 410px !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .thumb_size_img img {
        height: 382px !important;
    }
}
@media (max-width: 575px) {
    .thumb_size_img img {
        height: 100% !important;
    }
}

.vl-blog2-area {
    overflow: hidden;
}

.vl-blog2-info {
    overflow: hidden;
    box-shadow: 0 4px 32px 0 rgba(2, 49, 24, 0.08);
    border-radius: 16px;
    background: var(--ztc-bg-bg-1);
}
.vl-blog2-info .blog2-info-thumb img {
    border-radius: 16px 16px 0px 0px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.vl-blog2-info .blog2-info-thumb_2 img {
    height: 270px !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .vl-blog2-info .blog2-info-thumb_2 img {
        height: 228px !important;
    }
}
.vl-blog2-info .blog2-info-content {
    background: var(--ztc-bg-bg-1);
    padding: 24px;
    border-radius: 0px 0px 16px 16px;
}

.blog2-thumbfix img {
    height: 100% !important;
    border-radius: 16px 0px 0px 16px !important;
}
@media (max-width: 575px) {
    .blog2-thumbfix img {
        border-radius: 16px 0px 0px 0px !important;
    }
}

.blog2-contentfix {
    border-radius: 0px 16px 16px 0px !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog2-info-wrap .blog2-info-thumb img {
        height: 292px;
        border-radius: 16px 16px 0px 0px !important;
    }
}

.vl-blog3-area {
    overflow: hidden;
}

.blog3-area-box {
    display: flex;
    overflow: hidden;
    border-radius: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 575px) {
    .blog3-area-box {
        display: block;
        border-radius: 16px 16px 0px 0px;
    }
}
.blog3-area-box:hover .blog3-content {
    background: var(--ztc-bg-bg-1);
    border-left: none;
    transition: 0.4s;
}
.blog3-area-box:hover .learn_more a {
    color: var(--ztc-text-text-18) !important;
    transition: 0.4s;
}
.blog3-area-box:hover .learn_more a i {
    transform: rotate(0deg);
    transition: 0.4s;
}
.blog3-area-box:hover .blog3-thumb img {
    transform: scale(1.1) rotate(-4deg);
    transition: 0.4s;
}
.blog3-area-box .blog3-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px 0px 0px 16px;
    transition: 0.4s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog3-area-box .blog3-thumb img {
        height: 420px;
        border-radius: 16px 16px 0px 0px;
        -o-object-fit: inherit;
        object-fit: inherit;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 575px) {
    .blog3-area-box .blog3-thumb img {
        border-radius: 16px 16px 0px 0px;
    }
}
.blog3-area-box .blog3-content {
    padding: 20px;
    background: var(--ztc-bg-bg-13);
    border-radius: 0px 16px 16px 0px;
    transition: 0.4s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 575px) {
    .blog3-area-box .blog3-content {
        border-radius: 0px 0px 16px 16px;
    }
}
.blog3-area-box .blog3-content .blog3-meta ul li {
    display: inline-block;
}
.blog3-area-box .blog3-content .blog3-meta ul li a {
    color: rgba(67, 48, 20, 0.8);
    font-size: var(--ztc-font-size-font-s16);
    line-height: 16px;
    font-weight: 400;
}
.blog3-area-box .blog3-content .blog3-content-text h3 a {
    color: var(--ztc-text-text-15);
    font-size: var(--ztc-font-size-font-s24);
    line-height: 40px;
    font-weight: 400;
    font-family: var(--ztc-family-font2);
    transition: 0.4s;
}
.blog3-area-box .blog3-content .blog3-content-text h3 a:hover {
    color: var(--ztc-text-text-18);
    transition: 0.4s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .blog3-area-box .blog3-content .blog3-content-text h3 a {
        font-size: 22px;
    }
}
.blog3-area-box .blog3-content .blog3-content-text p {
    color: rgba(67, 48, 20, 0.8);
    font-size: var(--ztc-font-size-font-s16);
    line-height: 24px;
    font-weight: 400;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .blog3-area-box .blog3-content .blog3-content-text p {
        font-size: 15px;
    }
}

.blog3-fixxer-clr {
    color: var(--ztc-text-text-15) !important;
    transition: 0.4s;
}
.blog3-fixxer-clr i {
    transform: rotate(-45deg);
    margin-left: 6px;
    font-size: 16px;
    transition: 0.4s;
}

.vl-blog5-area {
    overflow: hidden;
}

.blog5-box-area {
    transition: 0.4s;
}
.blog5-box-area:hover {
    box-shadow: 0 4px 24px 0 rgba(61, 35, 9, 0.08);
    transform: translateY(-8px);
    transition: 0.4s;
}
.blog5-box-area:hover .blog5-thumb .blog5-box-text {
    background: linear-gradient(90deg, #f58a22 0%, #f8bc1e 100%);
    transition: 0.4s;
}
.blog5-box-area:hover .blog5-thumb .blog5-box-text h3 {
    color: var(--ztc-bg-bg-1);
    transition: 0.4s;
}
.blog5-box-area:hover .blog5-thumb .blog5-box-text span {
    color: var(--ztc-bg-bg-1);
    transition: 0.4s;
}
.blog5-box-area:hover .blog5-content h3 a {
    background: linear-gradient(90deg, #f58a22 0%, #f8bc1e 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    transition: 0.4s;
}
.blog5-box-area .blog5-thumb {
    position: relative;
}
.blog5-box-area .blog5-thumb .blog5-thumb-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px 16px 0px 0px;
}
.blog5-box-area .blog5-thumb .blog5-box-text {
    position: absolute;
    top: 24px;
    left: 24px;
    background: var(--ztc-bg-bg-1);
    padding: 6px 14px;
    display: inline-block;
    border-radius: 8px;
    text-align: center;
    transition: 0.4s;
    z-index: 9;
}
.blog5-box-area .blog5-thumb .blog5-box-text h4 {
    color: var(--ztc-text-text-21);
    font-size: var(--ztc-font-size-font-s24);
    font-weight: 700;
    line-height: 24px;
    transition: 0.4s;
}
.blog5-box-area .blog5-thumb .blog5-box-text span {
    color: var(--ztc-text-text-22);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: 400;
    line-height: 16px;
    transition: 0.4s;
}
.blog5-box-area .blog5-content {
    background: var(--ztc-bg-bg-1);
    border-radius: 0px 0px 12px 12px;
    padding: 24px;
}
.blog5-box-area .blog5-content .blog5-meta ul li {
    display: inline-block;
    margin-right: 16px;
}
.blog5-box-area .blog5-content .blog5-meta ul li:last-child {
    margin-right: 0px;
}
.blog5-box-area .blog5-content .blog5-meta ul li a {
    color: var(--ztc-text-text-22);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: 400;
    line-height: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog5-box-area .blog5-content .blog5-meta ul li a {
        font-size: 15px;
    }
}
.blog5-box-area .blog5-content .blog5-meta ul li a img {
    margin: 0px 6px 4px 0px;
}
.blog5-box-area .blog5-content h3 a {
    color: var(--ztc-text-text-21);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s24);
    line-height: 30px;
    font-weight: 400;
    transition: 0.4s;
}
.blog5-box-area .blog5-content .text-pera {
    border-top: 1px solid rgba(61, 35, 9, 0.3);
    padding-top: 24px;
}
.blog5-box-area .blog5-content .text-pera p {
    color: var(--ztc-text-text-8);
    font-size: var(--ztc-font-size-font-s16);
    line-height: 24px;
    font-weight: 400;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .blog5-box-area .blog5-content .text-pera p {
        font-size: 15px;
    }
}

.vl-blog7-area {
    overflow: hidden;
}

.blog7-info .blog7-thumb {
    border-radius: 16px;
}
.blog7-info .blog7-thumb img {
    width: 100%;
    border-radius: 16px;
    -o-object-fit: cover;
    object-fit: cover;
}
.blog7-info .blog7-content {
    margin-top: 16px;
}
.blog7-info .blog7-content .blog7-meta ul li {
    display: inline-block;
    margin-right: 12px;
}
.blog7-info .blog7-content .blog7-meta ul li:last-child {
    margin-right: 0px;
}
.blog7-info .blog7-content .blog7-meta ul li a {
    color: var(--ztc-text-text-27);
    font-size: var(--ztc-font-size-font-s16);
    line-height: 16px;
    font-weight: 400;
}
.blog7-info .blog7-content .blog7-meta ul li a img {
    margin: 0px 6px 3px 0px;
}
.blog7-info .blog7-content .blog7-text a {
    color: var(--ztc-text-text-25);
    font-size: var(--ztc-font-size-font-s20);
    line-height: 20px !important;
    font-weight: 400;
    font-family: var(--ztc-family-font2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .blog7-info .blog7-content .blog7-text a {
        font-size: 23px;
    }
}

.vl-blog8-area {
    overflow: hidden;
    background: var(--ztc-bg-bg-30);
}

.vl-blog8-box {
    background: var(--ztc-bg-bg-1);
    border-radius: 16px;
    transition: 0.4s;
    overflow: hidden;
}
.vl-blog8-box .vl-blog8-thumb img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px 16px 0px 0px;
}

.vl-blog8-content {
    padding: 24px;
    border-radius: 0px 0px 16px 16px;
}
.vl-blog8-content .title a {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s24);
    font-weight: 400;
    line-height: 32px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .vl-blog8-content .title a {
        font-size: 20px;
        line-height: 30px;
    }
}

.blog8-meta ul li {
    display: inline-block;
    margin-right: 12px;
}
.blog8-meta ul li:last-child {
    margin-right: 0px;
}
.blog8-meta ul li a {
    color: var(--ztc-text-text-27);
    font-size: var(--ztc-font-size-font-s16);
    line-height: 16px;
    font-weight: 400;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .blog8-meta ul li a {
        font-size: 14px;
    }
}
.blog8-meta ul li a img {
    margin: 0px 6px 3px 0px;
}

.vl-blog8-box:hover {
    box-shadow: 0 4px 32px 0 rgba(2, 49, 24, 0.08);
    transform: translateY(-6px);
}
.vl-blog8-box:hover .vl-primary-hm8-learn {
    background: var(--ztc-bg-bg-29);
    color: var(--ztc-text-text-1);
    border: none;
    outline: none;
    transition: all 0.4s;
}
.vl-blog8-box:hover .vl-primary-hm8-learn span {
    transform: rotate(0);
    transition: 0.4s;
}
.vl-blog8-box:hover .vl-primary-hm8-learn::after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 0.6s;
    border-radius: 0;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
}

.vl-blog8-box.vl-blog8-box-wrap {
    display: flex;
}
@media (max-width: 575px) {
    .vl-blog8-box.vl-blog8-box-wrap {
        display: block;
    }
}

.vl-blog8-thumb.vl-blog8-thumb-wrap img {
    border-radius: 16px 0px 0px 16px;
}

.vl-blog9-area {
    overflow: hidden;
}

.blog9-info .blog9-thumb img {
    border-radius: 16px;
    overflow: hidden;
}

.blog9-content .blog9-meta ul li {
    display: inline-block;
    margin-right: 12px;
}
.blog9-content .blog9-meta ul li:last-child {
    margin-right: 0px;
}
.blog9-content .blog9-meta ul li a {
    color: var(--ztc-text-text-27);
    font-size: var(--ztc-font-size-font-s16);
    line-height: 16px;
    font-weight: 400;
}
.blog9-content .blog9-meta ul li a img {
    margin: 0px 6px 3px 0px;
}
.blog9-content h3 a {
    color: var(--ztc-text-text-25);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s24);
    line-height: 34px;
    font-weight: 400;
    transition: 0.4s;
}
.blog9-content h3 a:hover {
    background: linear-gradient(180deg, #adc893 -36%, #558f6c 100%);
    -webkit-background-clip: text;
    color: transparent;
}

.vl-blog10-area {
    overflow: hidden;
}

.vl-blog10-box {
    padding: 16px 16px 30px 16px;
    background: var(--ztc-bg-bg-33);
    border-radius: 16px;
}
.vl-blog10-box:hover .blog10-content .learn-more10 {
    text-decoration-line: underline;
    transition: 0.4s;
}
.vl-blog10-box:hover .blog10-content .learn-more10 i {
    transform: rotate(0deg);
    transition: 0.4s;
}
.vl-blog10-box .blog10-thumb {
    border-radius: 12px;
}
.vl-blog10-box .blog10-thumb img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px;
}
.vl-blog10-box .blog10-content h3 a {
    color: var(--ztc-text-text-25);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s24);
    line-height: 34px;
    font-weight: 400;
    text-transform: uppercase;
    transition: 0.4s;
}
.vl-blog10-box .blog10-content .blog10-meta ul li {
    display: inline-block;
    margin-right: 12px;
}
.vl-blog10-box .blog10-content .blog10-meta ul li:last-child {
    margin-right: 0px;
}
.vl-blog10-box .blog10-content .blog10-meta ul li a {
    color: var(--ztc-text-text-35);
    font-size: var(--ztc-font-size-font-s16);
    line-height: 16px;
    font-weight: 400;
}
.vl-blog10-box .blog10-content .blog10-meta ul li a img {
    margin: 0px 6px 3px 0px;
}
.vl-blog10-box .blog10-content .learn-more10 {
    color: var(--ztc-text-text-25);
    font-size: var(--ztc-font-size-font-s16);
    line-height: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration-line: inherit;
    transition: 0.4s;
}
.vl-blog10-box .blog10-content .learn-more10 i {
    margin-left: 8px;
    transform: rotate(-45deg);
    transition: 0.4s;
}

.vl-about-inr-vlog-area {
    overflow: hidden;
    background: #f4f7f5;
}

.about-inr-vlog-box {
    background: #ffffff;
    border-radius: 16px;
    transition: 0.4s;
}
.about-inr-vlog-box:hover {
    box-shadow: 0 4px 24px 0 rgba(26, 86, 50, 0.08);
    transition: 0.4s;
}
.about-inr-vlog-box:hover .about-inr-vlog-thumb .box-text {
    background: rgb(255, 255, 255);
    border: 1px solid #1a5632;
    box-shadow: 1px 1px 0 0 #1a5632;
    transition: 0.4s;
}
.about-inr-vlog-box .about-inr-vlog-thumb {
    position: relative;
    border-radius: 12px 12px 0px 0px;
}
.about-inr-vlog-box .about-inr-vlog-thumb img {
    border-radius: 12px 12px 0px 0px;
}
.about-inr-vlog-box .about-inr-vlog-thumb .box-text {
    position: absolute;
    top: 24px;
    left: 24px;
    background: var(--ztc-bg-bg-1);
    border: 1px solid #fff;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    padding: 4px;
    transition: 0.4s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.about-inr-vlog-box .about-inr-vlog-thumb .box-text h3 {
    color: #000000;
    font-size: 14px;
    font-weight: 700;
}
.about-inr-vlog-box .about-inr-vlog-thumb .box-text span {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
}

.about-inr-vlog-content {
    padding: 24px;
}
.about-inr-vlog-content .about-inr-vlog-meta ul li {
    display: inline-block;
    margin-right: 16px;
}
.about-inr-vlog-content .about-inr-vlog-meta ul li:last-child {
    margin-right: 0px;
}
.about-inr-vlog-content .about-inr-vlog-meta ul li a {
    color: rgba(26, 86, 50, 0.8);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: 400;
    line-height: 16px;
}
.about-inr-vlog-content .about-inr-vlog-meta ul li a img {
    margin: 0px 6px 4px 0px;
}
.about-inr-vlog-content h3 {
    line-height: 24px !important;
}
.about-inr-vlog-content h3 a {
    color: #2d311a;
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s20);
    line-height: 20px !important;
    font-weight: 400;
}
.about-inr-vlog-content .text-pera {
    border-top: 1px solid rgba(26, 86, 50, 0.3);
    padding-top: 8px;
}
.about-inr-vlog-content .text-pera p {
    color: rgb(0 0 0 / 80%);
    font-size: var(--ztc-font-size-font-s16);
    line-height: 24px;
    font-weight: 400;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .about-inr-vlog-content .text-pera p {
        font-size: 15px;
    }
}

.vl-vlog-inr-area {
    background: #f4f7f5;
}

.vl-blogleft-thumb img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px;
}

.vl-blogleft-comment {
    margin-top: 32px;
    margin-bottom: 24px;
}
@media (max-width: 575px) {
    .vl-blogleft-comment {
        margin-top: 16px;
        margin-bottom: 16px;
    }
}
.vl-blogleft-comment ul li {
    display: inline-block;
    margin-right: 16px;
}
.vl-blogleft-comment ul li:last-child {
    margin-right: 0px;
}
.vl-blogleft-comment ul li a {
    color: rgba(26, 86, 50, 0.8);
    font-size: var(--ztc-font-size-font-s24);
    line-height: 24px;
    font-weight: 400;
}
@media (max-width: 575px) {
    .vl-blogleft-comment ul li a {
        font-size: var(--ztc-font-size-font-s16);
        line-height: 16px;
    }
}
.vl-blogleft-comment ul li a img {
    margin: 0px 8px 4px 0px;
}

.blog-inr-title {
    color: #2d311a;
    font-size: 25px;
    text-transform: uppercase;
    line-height: 25px;
    font-weight: 400;
    font-family: var(--ztc-family-font22);
}

@media (max-width: 575px) {
    .blog-inr-title {
        font-size: var(--ztc-font-size-font-s18);
        line-height: 0px;
        font-weight: 600;
    }
}

.border-blog-left {
    border: 1px solid rgba(26, 86, 50, 0.3);
    margin: 30px 0px 30px 0px;
}

.blog-inr-thumb-2 img {
    width: 100%;
    border-radius: 12px;
    -o-object-fit: cover;
    object-fit: cover;
}

.vl-blog-inr-box-content {
    margin: 30px 0px;
    background: var(--ztc-bg-bg-23);
    padding: 24px;
    border-radius: 12px;
    border: 1px solid #d8e45a;
    box-shadow: 2px 2px 0 0 #d8e45a;
}
.vl-blog-inr-box-content h2 {
    font-family: var(--ztc-family-font2);
    color: var(--ztc-text-text-23);
    font-size: var(--ztc-font-size-font-s24);
    line-height: 24px;
    font-weight: 400;
}

.left-thumb-blog img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px;
}

.blogleft-meta-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blogleft-meta-wrap {
        display: block;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blogleft-meta-wrap {
        display: block;
    }
}
@media (max-width: 575px) {
    .blogleft-meta-wrap {
        display: block;
    }
}
.blogleft-meta-wrap .blogleft-tags {
    display: flex;
    align-items: center;
}
@media (max-width: 575px) {
    .blogleft-meta-wrap .blogleft-tags {
        display: block;
    }
}
.blogleft-meta-wrap .blogleft-tags h3 {
    color: var(--ztc-text-text-23);
    font-size: var(--ztc-font-size-font-s24);
    line-height: 24px;
    font-weight: 400;
    font-family: var(--ztc-family-font2);
    text-transform: capitalize;
    margin-right: 8px;
}
@media (max-width: 575px) {
    .blogleft-meta-wrap .blogleft-tags h3 {
        margin: 0 0 16px 0;
    }
}
@media (max-width: 575px) {
    .blogleft-meta-wrap .blogleft-tags ul {
        margin: 16px 0 16px 0;
    }
}
.blogleft-meta-wrap .blogleft-tags ul li {
    display: inline-block;
    margin-right: 12px;
}
.blogleft-meta-wrap .blogleft-tags ul li:last-child {
    margin-right: 0px;
}
.blogleft-meta-wrap .blogleft-tags ul li a {
    border-radius: 100px;
    border: 1px solid #dae4de;
    padding: 12px 14px;
    background: var(--ztc-bg-bg-23);
    color: var(--ztc-text-text-23);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: 400;
    line-height: 16px;
    transition: 0.4s;
}
.blogleft-meta-wrap .blogleft-tags ul li a:hover {
    border: 1px solid #1a5632;
    box-shadow: 2px 2px 0 0 #1a5632;
    background: var(--ztc-bg-bg-21);
    transition: 0.4s;
}
.blogleft-meta-wrap .blogleft-share {
    display: flex;
    align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blogleft-meta-wrap .blogleft-share {
        margin-top: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blogleft-meta-wrap .blogleft-share {
        margin-top: 20px;
    }
}
@media (max-width: 575px) {
    .blogleft-meta-wrap .blogleft-share {
        margin-top: 20px;
    }
}
.blogleft-meta-wrap .blogleft-share h3 {
    color: var(--ztc-text-text-23);
    font-size: var(--ztc-font-size-font-s24);
    line-height: 24px;
    font-weight: 400;
    font-family: var(--ztc-family-font2);
    text-transform: capitalize;
    margin-right: 8px;
}

.team-inr-social.blog-left-meta-fix ul li a {
    background: var(--ztc-bg-bg-23);
    border: 1px solid #dae4de;
}
.team-inr-social.blog-left-meta-fix ul li a i {
    color: #1a5632;
}

.bloginner_comment {
    font-family: var(--ztc-family-font2);
    color: var(--ztc-text-text-23);
    font-size: var(--ztc-font-size-font-s32);
    line-height: 32px;
    font-weight: 400;
}

.comment__box__wrap {
    background: var(--ztc-bg-bg-23);
    border-radius: 8px;
    padding: 24px 32px;
}
@media (max-width: 575px) {
    .comment__box__wrap {
        padding: 24px 14px;
    }
}
.comment__box__wrap .main-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 575px) {
    .comment__box__wrap .main-flex {
        display: block;
    }
}
.comment__box__wrap .main-flex .comment__box__wrap-flex {
    display: flex;
    align-items: center;
}
.comment__box__wrap .main-flex .comment__box__wrap-flex-thumb span img {
    margin-right: 16px;
}
.comment__box__wrap .main-flex .comment__box__wrap-flex-content h3 a {
    font-size: var(--ztc-font-size-font-s24);
    line-height: 24px;
    font-weight: var(--ztc-weight-bold);
    transition: 0.3s;
    color: var(--ztc-text-text-23);
}
.comment__box__wrap .main-flex .comment__box__wrap-flex-content h3 a:hover {
    color: var(--ztc-text-text-24);
    transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .comment__box__wrap .main-flex .comment__box__wrap-flex-content h3 a {
        font-size: var(--ztc-font-size-font-s22);
        line-height: 34px;
    }
}
@media (max-width: 575px) {
    .comment__box__wrap .main-flex .comment__box__wrap-flex-content h3 a {
        font-size: var(--ztc-font-size-font-s20);
        line-height: 30px;
    }
}
.comment__box__wrap .main-flex .comment__box__wrap-flex-content a {
    color: var(--ztc-text-text-6);
    font-size: var(--ztc-font-size-font-s18);
    line-height: 26px;
    font-weight: var(--ztc-weight-medium);
}
@media (max-width: 575px) {
    .comment__box__wrap .main-flex .vl-reply-flex {
        margin-top: 10px;
    }
}
.comment__box__wrap .main-flex .vl-reply-flex a {
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    font-weight: var(--ztc-weight-bold);
    font-family: var(--vkl-family-font1);
    display: inline-block;
    transition: 0.3s;
    margin-right: 8px;
    color: var(--ztc-text-text-23);
}
.comment__box__wrap .main-flex .vl-reply-flex a:hover {
    color: var(--ztc-text-text-24);
    transition: 0.3s;
}
.comment__box__wrap p {
    margin-top: 16px;
    color: rgba(26, 86, 50, 0.8);
    font-size: var(--ztc-font-size-font-s16);
    line-height: 24px;
    font-weight: 400;
}

.comment__form__wrap {
    background: none;
}
.comment__form__wrap .title {
    font-family: var(--ztc-family-font2);
    color: var(--ztc-text-text-23);
    font-size: var(--ztc-font-size-font-s32);
    line-height: 32px;
    font-weight: 400;
}

.blog-comment-form input[type="text"],
.blog-comment-form input[type="email"],
.blog-comment-form input[type="number"],
.blog-comment-form textarea {
    border: inherit;
    border-radius: 100px;
    color: rgba(26, 86, 50, 0.8);
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    font-weight: var(--ztc-weight-medium);
    background: var(--ztc-bg-bg-23);
    padding: 16px 16px;
    width: 100%;
}
.blog-comment-form input[type="text"]::-moz-placeholder,
.blog-comment-form input[type="email"]::-moz-placeholder,
.blog-comment-form input[type="number"]::-moz-placeholder,
.blog-comment-form textarea::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    font-weight: var(--ztc-weight-medium);
}
.blog-comment-form input[type="text"]::placeholder,
.blog-comment-form input[type="email"]::placeholder,
.blog-comment-form input[type="number"]::placeholder,
.blog-comment-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    font-weight: var(--ztc-weight-medium);
}
.blog-comment-form textarea {
    border-radius: 24px;
    width: 100%;
    height: 200px;
    resize: inherit;
}

/*============= FOOTER CSS AREA ===============*/
.vl-footer1-area {
    overflow: hidden;
    background: var(--ztc-bg-bg-4);
    padding: 100px 0px 32px 0px;
}
@media (max-width: 575px) {
    .vl-footer1-area {
        padding-top: 60px;
    }
}

.vl-footer1-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 60px;
}
.vl-footer1-top .footer1-mobile {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 575px) {
    .vl-footer1-top .footer1-mobile {
        border-right: inherit;
    }
}
.vl-footer1-top .footer1-mobile .icons a {
    color: rgba(255, 255, 255, 0.8);
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    font-weight: 400;
}
.vl-footer1-top .footer1-mobile .icons a svg {
    margin: 0px 12px 3px 0px;
}
.vl-footer1-top .footer1-mobile ul li a {
    color: var(--ztc-text-text-1);
    font-size: var(--ztc-font-size-font-s18);
    line-height: 26px;
    font-weight: 400;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .vl-footer1-top .footer1-mobile ul li a {
        font-size: 16px;
    }
}

.footer1-mobile-fixxer {
    border-right: inherit !important;
}

.vl-footer1-info {
    padding-top: 60px;
}

.footer1-logo-area img {
    height: 48px;
    width: 216px;
    -o-object-fit: cover;
    object-fit: cover;
}
.footer1-logo-area p {
    color: rgba(255, 255, 255, 0.8);
    font-size: var(--ztc-font-size-font-s18);
    line-height: 26px;
    font-weight: 400px;
}
.footer1-logo-area .footer1-subscribe form {
    position: relative;
}
.footer1-logo-area .footer1-subscribe form input {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 100px;
    width: 100%;
    height: 78px;
    font-size: var(--ztc-font-size-font-s16);
    font-weight: 400;
    line-height: 16px;
    padding: 12px 24px;
    color: rgba(255, 255, 255, 0.8);
}
.footer1-logo-area .footer1-subscribe form input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8) !important;
}
.footer1-logo-area .footer1-subscribe form input::placeholder {
    color: rgba(255, 255, 255, 0.8) !important  ;
}
.footer1-logo-area .footer1-subscribe form .sub-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    border: none;
    background: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-widget-area {
        margin-top: 20px;
        left: 0;
    }
}
.footer-widget-area h3 {
    color: var(--ztc-text-text-1);
    font-size: var(--ztc-font-size-font-s24);
    font-weight: 400;
    line-height: 24px;
    font-family: var(--ztc-family-font2);
}
.footer-widget-area ul li {
    margin-bottom: 8px;
    text-align: start;
}
.footer-widget-area ul li:last-child {
    margin-bottom: 0px;
}
.footer-widget-area ul li a {
    color: rgba(255, 255, 255, 0.8);
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    transition: all 0.4s;
}
.footer-widget-area ul li a:hover {
    color: var(--ztc-text-text-7);
    margin-left: 6px;
    transition: 0.4s;
}

.footer-widget-hour {
    position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-widget-hour {
        margin-top: 20px;
        left: 0;
    }
}
.footer-widget-hour h3 {
    color: var(--ztc-text-text-1);
    font-size: var(--ztc-font-size-font-s24);
    font-weight: 400;
    line-height: 24px;
    font-family: var(--ztc-family-font2);
}
.footer-widget-hour ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: 1px solid #357760;
    padding-top: 16px;
}
.footer-widget-hour ul li:last-child {
    border-bottom: none;
}
.footer-widget-hour ul li:first-child {
    padding-top: 0px;
}
.footer-widget-hour ul li span .f-date {
    color: var(--ztc-text-text-1);
    font-size: var(--ztc-font-size-font-s18);
    font-family: var(--ztc-family-font2);
    font-weight: 400;
    line-height: 18px;
}
.footer-widget-hour ul li span a {
    color: rgba(255, 255, 255, 0.8);
    font-size: var(--ztc-font-size-font-s18);
    font-weight: 400;
    line-height: 18px;
}

.wid1-fix {
    margin-left: 82px;
}
@media (max-width: 575px) {
    .wid1-fix {
        margin-left: 0px;
    }
}

.footer1-widget-social {
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.1);
    padding: 8px;
    display: inline-block;
}

.social1-footer {
    display: flex;
}
.social1-footer li {
    margin: 0px 16px 0px 0px;
}

.footer1-copyright-area {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 24px;
    position: relative;
    z-index: 1;
}
.footer1-copyright-area .footer1-copyright-wrap {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 575px) {
    .footer1-copyright-area .footer1-copyright-wrap {
        display: block;
    }
}
.footer1-copyright-area .footer1-copyright-wrap li a {
    color: rgba(255, 255, 255, 0.8);
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    font-weight: 600;
}
.footer1-copyright-area .footer1-copyright-wrap li span {
    margin: 0px 6px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer1-mobile.md-none {
        border-right: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer2-mobile.md-none {
        border-right: none !important;
    }
}

.vl-footer2-top {
    background: var(--ztc-bg-bg-1);
    padding: 30px 70px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}
@media (max-width: 575px) {
    .vl-footer2-top {
        padding: 16px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-footer2-top {
        display: inline-block;
        padding: 32px;
    }
}
.vl-footer2-top .footer2-top-header {
    font-family: var(--ztc-family-font2);
    color: var(--ztc-text-text-10);
    font-size: var(--ztc-font-size-font-s26);
    line-height: 30px;
    font-weight: 600;
    position: relative;
    z-index: 9;
    font-size: 18px !important;
}
@media (max-width: 575px) {
    .vl-footer2-top .footer2-top-header {
        font-size: var(--ztc-font-size-font-s22);
        line-height: 30px;
    }
    .vl-footer2-top .footer2-top-header {
        font-size: var(--ztc-font-size-font-s18);
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 575px) {
    .vl-footer2-top .footer2-top-mail {
        margin-top: 0px;
    }
}
.vl-footer2-top .footer2-top-mail form {
    position: relative;
}
.vl-footer2-top .footer2-top-mail form input {
    color: rgba(255, 255, 255, 0.8);
    background: var(--ztc-bg-bg-10);
    padding: 8px 0px 8px 24px;
    border-radius: 100px;
    height: 51px;
    width: 100%;
}
.vl-footer2-top .footer2-top-mail form input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8) !important;
}
.vl-footer2-top .footer2-top-mail form input::placeholder {
    color: rgba(0, 0, 0, 0.8);
}
.vl-footer2-top .footer2-top-mail form button {
    position: absolute;
    top: 8px;
    right: 8px;
}
.vl-footer2-top .footer2-top-shape .shape-1 {
    position: absolute;
    top: -32px;
    left: -4px;
}
.vl-footer2-top .footer2-top-shape .shape-2 {
    position: absolute;
    top: 0;
    right: 0;
}

.footer2-area-main {
    background: var(--ztc-bg-bg-10);
    border-radius: 16px;
    padding: 125px 0px 13px 0px;
    margin: -100px 32px 32px 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .footer2-area-main {
        margin: -100px 0px 0px 0px;
        border-radius: 0;
    }
}
@media (max-width: 575px) {
    .footer2-area-main {
        margin: 0px 0;
        padding-top: 0px;
        border-radius: 0;
    }
    .vl-footer2-top .footer2-top-mail form input {
        height: 53px;
    }
}

.footer4-widget-hour {
    padding: 60px 30px 0px 0px;
}

@media (max-width: 575px) {
    .footer4-widget-hour {
        padding: 15px 30px 0px 0px;
    }
}

.footer2-widget-area {
    border-top: 1px solid #357760;
    border-bottom: 1px solid #357760;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer2-widget-area {
        padding-bottom: 20px;
    }
}
@media (max-width: 575px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .footer2-widget-area {
        padding-bottom: 40px;
    }
}

.footer2-logo-area {
    text-align: center;
    border-right: 1px solid #357760;
    border-left: 1px solid #357760;
    padding: 60px 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .footer2-logo-area {
        border-right: inherit;
        border-left: inherit;
    }
}
.footer2-logo-area .pera_text {
    color: rgba(255, 255, 255, 0.8);
    font-size: var(--ztc-font-size-font-s18);
    line-height: 26px;
    font-weight: 400;
}

.footer2-widget-social {
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.1);
    padding: 8px;
    display: inline-block;
}

.social1-footer2 li a {
    background: var(--ztc-bg-bg-1);
}
.social1-footer2 li a i {
    color: var(--ztc-text-text-5);
}

.footer2-widget-info {
    /* padding: 60px 0px 0px 40px; */
}
/* ****************************************** */
/* ****************************************** */
/* ****************************************** */
.foo-section {
    padding: 60px 0;
}

.foo-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 25px;
    border-radius: 12px;
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.foo-card::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255, 255, 255, 0.08),
        transparent
    );
    top: -100%;
    left: 0;
    transition: 0.5s;
}

.foo-card:hover::before {
    top: 100%;
}

.foo-card:hover {
    transform: translateY(-8px) scale(1.02);
    border-color: #4cc9f0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}

.foo-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.foo-title i {
    color: #4cc9f0;
}

.foo-text {
    font-size: 16px;
    line-height: 1.6;
    color: #cfd8dc;
}

.foo-contact {
    margin-top: 15px;
}

.foo-contact div {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    font-size: 16px;
    color: white;
}

.foo-contact i {
    color: #4cc9f0;
}

.foo-email {
    color: #ffffff;
    text-decoration: none;
}

.foo-email:hover {
    text-decoration: underline;
}

/* Responsive spacing */
@media (max-width: 768px) {
    .foo-section {
        padding: 40px 15px;
    }
}
.logo-width {
    width: 100px;
    /* margin: 0 auto; */
    margin-top: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .footer2-widget-info {
        padding-left: 0px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 575px) {
    .footer2-widget-info {
        padding: 0px 0px 0px 0px;
    }
}

.footer2-widget-fix {
    padding-left: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .footer2-widget-fix {
        padding-left: 20px;
    }
}
@media (max-width: 575px) {
    .footer2-widget-fix {
        padding-left: 0px;
        margin: 20px 0px 20px 0px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer2-widget-fix {
        padding: 0;
    }
}

.footer2-copyright-area {
    border-top: none !important;
    padding-top: 0px !important;
}

.vl-footer3-area {
    background: none;
}

.footer3_icons_fix {
    color: rgba(67, 48, 20, 0.8) !important;
}

.footer3_text_fix {
    color: var(--ztc-text-text-15) !important;
}

.footer2-mobile {
    border-right: 1px solid rgba(67, 48, 20, 0.3) !important;
}

.vl-footer3-top {
    border-bottom: 1px solid rgba(67, 48, 20, 0.3) !important;
}

.footer3-widget_fix h3 {
    color: var(--ztc-text-text-15);
}
.footer3-widget_fix ul li a {
    color: rgba(67, 48, 20, 0.8);
}

.footer3-hour-fix h3 {
    color: var(--ztc-text-text-15);
}
.footer3-hour-fix ul li {
    border-bottom: 1px solid #e3d9cb;
}
.footer3-hour-fix ul li span a {
    color: rgba(67, 48, 20, 0.8);
}

.f-date-2 {
    color: var(--ztc-text-text-15) !important;
}

.footer3-widget-social {
    background: none;
}

.social1-footer3 li:hover a {
    background: #c08838;
    transition: 0.4s;
}
.social1-footer3 li:hover a i {
    color: var(--ztc-text-text-1);
    transition: 0.4s;
}
.social1-footer3 li a {
    background: var(--ztc-bg-bg-1);
    transition: 0.4s;
}
.social1-footer3 li a i {
    color: var(--ztc-text-text-15);
    transition: 0.4s;
}

.footer3-sub-fix::-moz-placeholder {
    color: rgba(67, 48, 20, 0.8) !important;
}

.footer3-sub-fix::placeholder {
    color: rgba(67, 48, 20, 0.8) !important;
}
.footer3-sub-fix {
    background: rgba(67, 48, 20, 0.1) !important;
    color: rgba(67, 48, 20, 0.8) !important;
}

.footer3-copyright-area {
    border-top: 1px solid rgba(67, 48, 20, 0.3);
}

.footer3-copyright-fix {
    color: rgba(67, 48, 20, 0.8) !important;
}

.vl-footer4-area {
    padding: 80px 0px 32px 0px;
    position: relative;
    background: var(--ztc-bg-bg-15);
}

.footer4-top-shape {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
}
.footer4-top-shape img {
    height: 100%;
    width: 100%;
}
@media (max-width: 575px) {
    .footer4-top-shape {
        top: -20px;
    }
}

.footer4-widget-area {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.footer4-logo-area {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .footer4-logo-area {
        border-right: inherit;
        border-left: inherit;
    }
}

.footer4-widget-social {
    border: none;
    background: inherit;
}

.footer4-hour-fix ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.gallery-area-hm4 .gallery-heading {
    text-align: center;
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s24);
    line-height: 24px;
    font-weight: 400;
}

.gallery-thumb4 {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}
.gallery-thumb4:hover .gallery-thumb4-icon::after {
    height: 100%;
    transition: 0.4s;
}
.gallery-thumb4:hover .gallery-thumb4-icon a img {
    top: 50%;
    opacity: 1;
    visibility: visible;
    transition: 0.4s;
}
.gallery-thumb4:hover .gallery-thumb4-img img {
    transform: scale(1.05) rotate(0deg);
}
.gallery-thumb4 .gallery-thumb4-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px;
    transform: scale(1);
    transition: all 1s;
}
.gallery-thumb4 .gallery-thumb4-icon::after {
    position: absolute;
    content: "";
    height: 0%;
    width: 100%;
    left: 0;
    top: 0;
    background: #021a13;
    opacity: 0.7;
    border-radius: 12px;
    transition: 0.4s;
}
.gallery-thumb4 .gallery-thumb4-icon a img {
    position: absolute;
    margin-top: -24px;
    left: 50%;
    top: 0%;
    margin-left: -24px;
    height: 48px;
    width: 48px;
    line-height: 48px;
    text-align: center;
    display: inline-block;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
}

.vl-footer5-area {
    overflow: hidden;
    padding: 100px 0px 32px 0px;
}

.footer5-widget-area {
    border-top: 1px solid rgba(61, 35, 9, 0.3);
    border-bottom: 1px solid rgba(61, 35, 9, 0.3);
}

.footer5-hour-fix h4 {
    color: var(--ztc-text-text-21);
}
.footer5-hour-fix ul li {
    border-bottom: 1px solid rgba(61, 35, 9, 0.3);
}
.footer5-hour-fix ul li span .f-date {
    color: var(--ztc-text-text-21);
}
.footer5-hour-fix ul li span a {
    color: var(--ztc-text-text-22);
}

.footer5-pera {
    color: var(--ztc-text-text-22);
}

.footer5-logo-area {
    border-left: 1px solid rgba(61, 35, 9, 0.3);
    border-right: 1px solid rgba(61, 35, 9, 0.3);
}

.social1-footer5 li a {
    border-radius: 8px;
    background: var(--ztc-bg-bg-19);
    transition: 0.4s;
}
.social1-footer5 li a:hover {
    background: linear-gradient(90deg, #f58a22 0%, #f8bc1e 100%);
    transition: 0.4s;
}
.social1-footer5 li a:hover i {
    color: var(--ztc-text-text-1);
    transition: 0.4s;
}

.footer5-widget h3 {
    color: var(--ztc-text-text-21);
}
.footer5-widget ul li a {
    color: var(--ztc-text-text-22);
}
.footer5-widget ul li a:hover {
    color: #f58a22;
}

.gallery-heading5 {
    color: var(--ztc-text-text-21) !important;
}

.footer5-copyright-wrap {
    border-top: 1px solid rgba(61, 35, 9, 0.3);
}
.footer5-copyright-wrap ul li a {
    color: var(--ztc-text-text-22) !important;
}
.vl-footer6-area {
    background: var(--ztc-bg-bg-20) !important;
}

.footer1-widget-social.footer6-widget-social {
    border: none;
    background: none;
}
.footer1-widget-social.footer6-widget-social ul li a {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
    position: relative;
}
.footer1-widget-social.footer6-widget-social ul li a i {
    position: relative;
    z-index: 1;
}
.footer1-widget-social.footer6-widget-social ul li a:hover {
    border: 1px solid #fff;
    box-shadow: 1.5px 1.5px 0 0 #fff;
}
.footer1-widget-social.footer6-widget-social ul li a:hover::after {
    height: 100%;
    transition: 0.4s;
}
.footer1-widget-social.footer6-widget-social ul li a:hover i {
    color: var(--ztc-text-text-23);
}
.footer1-widget-social.footer6-widget-social ul li a::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 0%;
    width: 100%;
    border-radius: 100px;
    background: var(--ztc-bg-bg-21);
    transition: 0.4s;
}

.vl-footer2-top.vl-footer7-top {
    background: var(--ztc-bg-bg-26);
}

.footer2-area-main.footer7-area-main {
    /* background: #000000; */
    background: #2d311a;
}

.footer2-widget-area.footer7-widget-area {
    border-top: 1px solid rgba(3, 26, 11, 0.2);
    border-bottom: 1px solid rgba(3, 26, 11, 0.2);
}

.footer2-logo-area.footer7-logo-area {
    border-left: 1px solid rgba(3, 26, 11, 0.2);
    border-right: 1px solid rgba(3, 26, 11, 0.2);
}
.footer2-logo-area.footer7-logo-area .pera_text {
    color: var(--ztc-bg-bg-27);
}

.footer-widget-hour.footer-hm7-hour h4 {
    color: var(--ztc-text-text-25);
}

.footer-widget-hour.footer-hm7-hour ul li span .f-date {
    color: var(--ztc-text-text-25);
}

.footer-widget-hour.footer-hm7-hour ul li span a {
    color: var(--ztc-text-text-27);
}

.footer-widget-area.footerhm7-widget-area h3 {
    color: #fff700;
}
.footer-widget-area.footerhm7-widget-area ul li a {
    color: #ffffff;
    font-size: 16px;
    line-height: 25px;
}

.footer1-copyright-wrap.footer7-copyright-wrap li a {
    color: var(--ztc-text-text-27);
}

.social_link.social1-footer.socialhm7_link li a {
    background: var(--ztc-bg-bg-1);
    border: 1px solid #fff;
    transition: 0.4s;
}
.social_link.social1-footer.socialhm7_link li a i {
    color: var(--ztc-text-text-25);
    transition: 0.4s;
}
.social_link.social1-footer.socialhm7_link li a:hover {
    background: var(--ztc-bg-bg-27);
    border: 1px solid #fff;
    box-shadow: 2px 2px 0 0 #fff;
    transition: 0.4s;
}
.social_link.social1-footer.socialhm7_link li a:hover i {
    color: var(--ztc-text-text-1);
    transition: 0.4s;
}

.footer2-top-mail.footer7-top-mail {
    position: relative;
    z-index: 1;
}
.footer2-top-mail.footer7-top-mail form input {
    background: var(--ztc-bg-bg-1);
    color: #415d4b;
    border: 1px solid rgba(136, 217, 69, 0.3);
}
.footer2-top-mail.footer7-top-mail form input::-moz-placeholder {
    color: #415d4b !important;
}
.footer2-top-mail.footer7-top-mail form input::placeholder {
    color: #415d4b !important;
}

.vl-footer2-area {
    overflow: hidden;
}

.vl-footer8-top {
    background: var(--ztc-bg-bg-28);
}
.vl-footer8-top .footer8-top-header {
    font-family: var(--ztc-family-font2);
    color: var(--ztc-text-text-29);
    font-size: var(--ztc-font-size-font-s44);
    line-height: 52px;
    font-weight: 400;
}
.vl-footer8-top .footer8-top-mail form {
    position: relative;
}
.vl-footer8-top .footer8-top-mail form input {
    color: #415d4b;
    border: 1px solid rgba(79, 120, 248, 0.3);
    background: var(--ztc-bg-bg-1);
    padding: 8px 0px 8px 24px;
    border-radius: 8px;
    height: 70px;
    width: 100%;
}
.vl-footer8-top .footer8-top-mail form input::-moz-placeholder {
    color: #415d4b;
}
.vl-footer8-top .footer8-top-mail form input::placeholder {
    color: #415d4b;
}
.vl-footer8-top .footer8-top-mail form button {
    position: absolute;
    top: 8px;
    right: 8px;
}

.vl-footer8-wrap {
    background: var(--ztc-bg-bg-29);
    margin: 0px 32px 32px 32px;
    border-radius: 16px;
    margin-top: -100px;
    padding-top: 160px;
}

.address {
    color: #fff700;
    text-transform: uppercase;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .vl-footer8-wrap {
        margin: -100px 0 0 0;
        border-radius: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-footer8-wrap {
        margin: -100px 0 0 0;
        border-radius: 0;
    }
}
@media (max-width: 575px) {
    .vl-footer8-wrap {
        margin: -100px 0 0 0;
        border-radius: 0;
    }
}

.footer8-widget-area {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.footer8-logo-area {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-widget-hour.footer8-widget-hour ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.social1-footer8 li a {
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.3);
    transition: 0.4s;
}
.social1-footer8 li a:hover {
    background: var(--ztc-bg-bg-1);
    transition: 0.4s;
}
.social1-footer8 li a:hover i {
    color: #4f78f8;
    transition: 0.4s;
}

.vl-footer2-top.vl-footer9-top {
    background: var(--ztc-bg-bg-31);
    position: relative;
    z-index: 1;
}

.footer2-area-main.footer9-area-main {
    position: relative;
    background: linear-gradient(180deg, #adc893 -36%, #558f6c 100%);
    overflow: hidden;
}

.footer2-widget-area.footer9-widget-area {
    position: relative;
    z-index: 1;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer2-logo-area.footer9-logo-area {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-widget-hour.footer9-widget-hour ul li {
    border-bottom: 1px solid #7da985;
}
.footer-widget-hour.footer9-widget-hour ul li:last-child {
    border-bottom: none;
}

.footer2-widget-social.footer9-widget-social {
    background: none;
    border: none;
}
.footer2-widget-social.footer9-widget-social ul li a {
    background: #f9fdf6;
    transition: 0.4s;
}
.footer2-widget-social.footer9-widget-social ul li a:hover {
    background: linear-gradient(180deg, #adc893 -36%, #558f6c 100%);
    transition: 0.4s;
}
.footer2-widget-social.footer9-widget-social ul li a:hover i {
    color: #fff;
    transition: 0.4s;
}

.footer9-area-shape {
    position: absolute;
    bottom: -12%;
    left: 0;
}

.footer2-top-mail.footer9-top-mail {
    position: relative;
    z-index: 1;
}
.footer2-top-mail.footer9-top-mail form input {
    background: var(--ztc-bg-bg-1);
    border: 1px solid rgba(136, 217, 69, 0.3);
    color: #415d4b;
}
.footer2-top-mail.footer9-top-mail form input::-moz-placeholder {
    color: #415d4b;
}
.footer2-top-mail.footer9-top-mail form input::placeholder {
    color: #415d4b;
}

.vl-footer1-area.vl-footer10-area {
    background: var(--ztc-bg-bg-34);
}

.footer1-subscribe.footer10-subscribe form button {
    background: var(--ztc-bg-bg-32);
}

.footer1-widget-social.footer10-widget-social ul li a {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.1);
}
.footer1-widget-social.footer10-widget-social ul li a i {
    color: var(--ztc-text-text-1);
}
.footer1-widget-social.footer10-widget-social ul li a:hover {
    background: var(--ztc-bg-bg-32);
}
.footer1-widget-social.footer10-widget-social ul li a:hover i {
    color: var(--ztc-text-text-5);
}

.footer-widget-hour.footer-widget-hour10 ul li {
    border-bottom: 1px solid #fff;
}

.footer1-subscribe {
    position: relative;
}

/*============= HEADER CSS AREA ===============*/
.vl-header-area {
    padding: 20px 0px;
    position: relative;
    z-index: 99;
}
.vl-header-area .header-top-area {
    position: relative;
    background: var(--ztc-bg-bg-4);
    transition: all 0.4s;
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .vl-header-area .header-top-area {
        display: none;
    }
}
.vl-header-area .header-top-area .header-top-main {
    display: flex;
    justify-content: space-between;
    padding: 8px 0px;
    z-index: 1;
    position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-header-area .header-top-area .header-top-main {
        display: none;
    }
}
.vl-header-area .header-top-area .header-top-main .header-location li a {
    color: var(--ztc-text-text-4);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
}
.vl-header-area .header-top-area .header-top-main .header-location li a span {
    text-decoration: underline;
}
.vl-header-area
    .header-top-area
    .header-top-main
    .header-phn-area
    .header-phn-mail {
    color: var(--ztc-text-text-4);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
}
.vl-header-area
    .header-top-area
    .header-top-main
    .header-phn-area
    .header-phn-mail
    svg {
    margin: -2px 4px 0 0;
}
.vl-header-area
    .header-top-area
    .header-top-main
    .header-phn-area
    .header-top-line {
    color: var(--ztc-text-text-4);
    font-size: var(--ztc-font-size-font-s18);
    opacity: 0.1;
    margin: 0 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-header-area
        .header-top-area
        .header-top-main
        .header-phn-area
        .header-top-line {
        margin: 0 6px;
    }
}
.vl-header-area
    .header-top-area
    .header-top-main
    .header-phn-area
    .header-time {
    color: var(--ztc-text-text-4);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
}
.vl-header-area
    .header-top-area
    .header-top-main
    .header-phn-area
    .header-time
    svg {
    margin: -4px 4px 0 0;
}

.homepage2-body {
    position: absolute;
    top: 0;
    z-index: 99999;
    left: 0;
    right: 0;
}

.hm2_header_fixxer {
    background: var(--ztc-bg-bg-1);
    padding: 8px 0px;
    border-radius: 8px;
}

.vl-header-wrap-fixxer {
    display: flex;
    align-items: center;
    justify-content: end;
}

.hm3_line span {
    color: #e6ebed;
    margin: 0px 8px;
    font-size: 22px;
}

.headerhm4-social ul li {
    display: inline-block;
    margin-right: 16px;
}
.headerhm4-social ul li:last-child {
    margin-right: 0px;
}
.headerhm4-social ul li a i {
    color: var(--ztc-text-text-1);
    width: 20px;
    height: 20px;
    transition: 0.3s;
}
.headerhm4-social ul li a i:hover {
    color: var(--ztc-text-text-14);
    transition: 0.3s;
}

.headerhm4-shape {
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
}
.headerhm4-shape img {
    width: 100%;
    height: 100%;
}

.vl-header-hm5 {
    border-bottom: 1px solid rgba(61, 35, 9, 0.3);
}

.header6-top-bg {
    background: var(--ztc-bg-bg-20) !important;
}

.header6-time {
    color: rgba(255, 255, 255, 0.8) !important;
}

.vl-menu-hm6-fxr ul li a {
    color: var(--ztc-text-text-23) !important;
}

.sidebar-cart6 span {
    line-height: 12px !important;
    border: 1px solid #1a5632;
    box-shadow: 0.4px 0.5px 0 0 #1a5632;
    background: #d8e45a !important;
}

.vl-menu-hm7-fxr ul li a {
    color: var(--ztc-text-text-26) !important;
}

.sidebar-cart7 span {
    line-height: 12px !important;
    border: 1px solid #031a0b;
    box-shadow: 0.4px 0.5px 0 0 #031a0b;
    background: var(--ztc-bg-bg-1) !important;
}

.header-top-area.header8-top-area {
    background: var(--ztc-bg-bg-28) !important;
}

.header-location-hm8 li a {
    color: rgba(33, 33, 33, 0.8) !important;
}

.header8-phn-mail {
    color: rgba(33, 33, 33, 0.8) !important;
}

.header8-top-line {
    color: #a5acc4 !important;
}

.header8-time {
    color: rgba(33, 33, 33, 0.8) !important;
}

.hm10_header_fixxer {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(10px);
    padding: 8px;
    border-radius: 100px;
}

.header10-btn-wrap {
    display: flex;
    justify-content: end;
    align-items: center;
}
.header10-btn-wrap .login {
    margin-right: 16px;
    margin-bottom: 8px;
}
.header10-btn-wrap .login h3 a {
    color: var(--ztc-text-text-1);
    font-size: var(--ztc-font-size-font-s16);
    line-height: 16px;
    font-weight: 400;
}
.header10-btn-wrap .login h3 a img {
    margin-right: 2px;
}

/*============= HEADER CSS AREA ENDS ===============*/
/*============= HEADER CSS AREA ENDS ===============*/
.homepage1-body .home1_padding {
    position: relative;
    z-index: 1;
    left: 70px;
}
.homepage1-body .vl-transparent-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    padding: 0px 0;
}
@media (max-width: 575px) {
    .homepage1-body .vl-transparent-header {
        background: var(--ztc-bg-bg-1);
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage1-body .vl-transparent-header {
        background: var(--ztc-bg-bg-1);
    }
}
.homepage1-body .vl-transparent-header .vl-header-content-area {
    padding: 16px 0px;
}
.homepage1-body .vl-transparent-header .vl-logo img {
    width: 216px;
    height: 48px;
    -o-object-fit: contain;
    object-fit: contain;
}
.homepage1-body .vl-transparent-header .vl-hero-btn .head-btn {
    display: flex;
    align-items: center;
    justify-content: end;
}
.homepage1-body
    .vl-transparent-header
    .vl-hero-btn
    .head-btn
    .search-icon
    a
    img {
    margin: 0 36px 0 0;
}
.homepage1-body .vl-transparent-header .vl-hero-btn .head-btn .search-icon a {
    position: relative;
    z-index: 1;
}
.homepage1-body
    .vl-transparent-header
    .vl-hero-btn
    .head-btn
    .search-icon
    a::after {
    position: absolute;
    content: "";
    height: 28px;
    width: 2px;
    right: 20px;
    background: #dadfe4;
}
.homepage1-body .vl-transparent-header .vl-hero-btn .head-btn .vl-btn-wrap {
    display: flex;
    align-items: center;
}
.homepage1-body
    .vl-transparent-header
    .vl-hero-btn
    .head-btn
    .vl-btn-wrap
    span.icons {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-3);
    border-radius: 50%;
}
.homepage1-body
    .vl-transparent-header
    .vl-hero-btn
    .head-btn
    .vl-btn-wrap
    span.text {
    padding-left: 10px;
}
.homepage1-body
    .vl-transparent-header
    .vl-hero-btn
    .head-btn
    .vl-btn-wrap
    span.text
    span {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px; /* 100% */
    display: block;
    transition: all 0.4s;
    opacity: 80%;
    text-align: start;
    padding-bottom: 8px;
}
.homepage1-body
    .vl-transparent-header
    .vl-hero-btn
    .head-btn
    .vl-btn-wrap
    span.text
    a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 20px;
    display: inline-block;
    transition: all 0.4s;
}
.homepage1-body .vl-main-menu ul {
    text-align: center;
}
.homepage1-body .vl-main-menu ul > li {
    display: inline-block;
    position: relative;
}
.homepage1-body .vl-main-menu ul > li .span-arrow {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}
.homepage1-body .vl-main-menu ul > li a.nav-link.active {
    color: var(--ztc-text-text-7);
    background: none;
    opacity: 70%;
}
.homepage1-body .vl-main-menu ul > li > a {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    display: inline-block;
    position: relative;
    transition: 0.4s;
    padding: 0 16px;
    font-weight: var(--ztc-weight-medium);
}
.homepage1-body .vl-main-menu ul > li:hover a {
    color: var(--ztc-text-text-7);
}
.homepage1-body .vl-main-menu ul > li .sub-menu {
    position: absolute;
    top: 201%;
    width: 220px;
    left: 0;
    background: var(--ztc-bg-bg-1);
    padding: 12px 20px 24px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
    transition: 0.4s;
    border-radius: 4px;
    transform-origin: top;
    transform: scale(1, 0);
}
.homepage1-body .vl-main-menu ul > li .sub-menu::after {
    position: absolute;
    content: "";
    height: 2px;
    left: 0;
    width: 100%;
    background: var(--ztc-bg-bg-5);
    top: 0;
}
.homepage1-body .vl-main-menu ul > li .sub-menu.menu1 {
    top: 20% !important;
}
.homepage1-body .vl-main-menu ul > li .sub-menu li {
    margin-right: 0;
    display: block;
    text-align: start;
}
.homepage1-body .vl-main-menu ul > li .sub-menu li a {
    color: var(--ztc-text-text-5);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s18);
    position: relative;
    z-index: 1;
    padding: 12px 0 0 0;
    font-weight: var(--ztc-weight-medium);
}
.homepage1-body .vl-main-menu ul > li .sub-menu li a::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 0;
    transition: all 0.4s;
    left: 0;
    bottom: 0;
    background: var(--ztc-bg-bg-5);
    z-index: 1;
}
.homepage1-body .vl-main-menu ul > li .sub-menu li a:hover::after {
    width: 50%;
    transition: all 0.4s;
}
.homepage1-body .vl-main-menu ul > li .sub-menu li a:before {
    display: none;
}
.homepage1-body .vl-main-menu ul > li .sub-menu li .sub-menu {
    left: 100%;
    top: 201%;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    transform-origin: top;
    transform: scale(1, 0);
}
.homepage1-body .vl-main-menu ul > li .sub-menu li:hover > a {
    color: var(--ztc-text-text-7);
}
.homepage1-body .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 201%;
    transform: scale(1);
}
.homepage1-body .vl-main-menu ul > li:hover a {
    color: var(--ztc-text-text-7);
}
.homepage1-body .vl-main-menu ul > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 201%;
    transform: scale(1);
    transition: all 0.4s;
}
.homepage1-body .vl-main-menu ul > li:hover .vl-mega-menu {
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
    top: 184%;
    transform: scale(1);
}
.homepage1-body .vl-mega-menu {
    position: absolute;
    left: -275px;
    top: 100px;
    width: 1300px;
    background: var(--ztc-bg-bg-1);
    padding: 25px;
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    top: 201.3%;
    transform: scale(1, 0);
    transform-origin: top;
    border-radius: 4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 575px) {
    .homepage1-body .vl-mega-menu {
        width: auto;
        opacity: 1;
        visibility: visible;
        transition: none;
        position: static;
        display: none;
        transform: scale(1);
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .homepage1-body .vl-mega-menu {
        left: -162px;
        width: 1030px;
    }
}
.homepage1-body .vl-home-thumb {
    position: relative;
    z-index: 1;
}
.homepage1-body .vl-home-thumb img {
    box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage1-body .vl-home-thumb img {
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.homepage1-body .vl-home-thumb .img1 {
    position: relative;
    z-index: 1;
}
.homepage1-body .vl-home-thumb .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    transition: all 0.4s;
    top: 0;
    background: var(--ztc-text-text-5);
    border-radius: 4px;
    transform: scale(0.8);
    visibility: hidden;
    opacity: 0;
}
.homepage1-body .vl-home-thumb .btn-area1 {
    position: absolute;
    top: 20%;
    left: 50%;
    transition: all 0.6s;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    margin-top: -43px;
    margin-left: -70px;
}
@media (max-width: 575px) {
    .homepage1-body .vl-home-thumb .btn-area1 {
        margin-top: -50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage1-body .vl-home-thumb .btn-area1 {
        margin-top: -43px;
    }
}
.homepage1-body .vl-home-thumb .btn-area1 .vl-btn1 {
    position: relative;
    color: var(--ztc-text-text-1);
    display: inline-block;
    padding: 18px 62px 18px 18px;
    background: var(--ztc-bg-bg-6);
    border-radius: 140px;
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    z-index: 1;
    border: none;
    transition: 0.3s;
    width: 160px;
}
.homepage1-body .vl-home-thumb .btn-area1 .vl-btn1:hover {
    transition: all 0.4s;
    color: var(--ztc-text-text-2);
}
.homepage1-body .vl-home-thumb .btn-area1 .vl-btn1:hover::after {
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    visibility: visible;
    opacity: 1;
}
.homepage1-body .vl-home-thumb .btn-area1 .vl-btn1:hover span.arrow_btn3 {
    background: var(--ztc-bg-bg-6);
    transition: all 0.4s;
    transform: rotate(0deg);
}
.homepage1-body .vl-home-thumb .btn-area1 .vl-btn1:hover span.arrow_btn3 svg {
    filter: brightness(0) invert(1);
}
.homepage1-body .vl-home-thumb .btn-area1 .vl-btn1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    left: 50%;
    transition: all 0.4s;
    top: 0;
    border-radius: 140px;
    background: var(--ztc-bg-bg-5);
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
.homepage1-body .vl-home-thumb .btn-area1 span.arrow_btn3 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: var(--ztc-bg-bg-9);
    border-radius: 100%;
    transition: all 0.4s;
    height: 54px;
    width: 54px;
    display: inline-block;
    line-height: 54px;
    text-align: center;
    transform: rotate(-45deg);
}
.homepage1-body .vl-home-thumb .btn-area1 span.arrow_btn3 svg {
    transition: all 0.4s;
}
.homepage1-body .vl-home-thumb a {
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    font-weight: var(--ztc-weight-semibold);
    color: var(--ztc-text-text-5) !important;
    transition: all 0.4s;
    display: block;
    padding-top: 16px;
    text-align: center;
    font-family: var(--ztc-family-font1);
}
.homepage1-body .vl-home-thumb a:hover {
    color: var(--ztc-text-text-7) !important;
    transition: all 0.4s;
}
.homepage1-body .vl-home-thumb:hover .btn-area1 {
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
    top: 50%;
}
.homepage1-body .vl-home-thumb:hover .img1::after {
    transform: scale(1);
    transition: all 0.4s;
    visibility: visible;
    opacity: 0.8;
}
.homepage1-body .header-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
    background: var(--ztc-bg-bg-1);
    border-bottom: 1px solid #dfe1e2;
}
.homepage1-body .header-sticky .header-top-area {
    display: none !important;
    transition: all 0.4s;
}
.homepage1-body .vl-menu-sidebar-area {
    display: flex;
    align-items: center;
    justify-content: end;
}
.homepage1-body .sidebar-cart {
    position: relative;
    display: inline-block;
}
.homepage1-body .sidebar-cart img {
    height: 32px;
    width: 32px;
}
.homepage1-body .sidebar-cart span {
    position: absolute;
    top: 0;
    right: 0;
    height: 16px;
    width: 16px;
    line-height: 14px;
    background: var(--ztc-bg-bg-5);
    display: inline-block;
    text-align: center;
    border-radius: 16px;
}
.homepage1-body .sidebar-cart span a {
    color: #132c12;
    font-size: 12px;
    font-weight: 600;
}
.homepage1-body .menu-line {
    margin: 0px 22px;
}

@keyframes vlfadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.vlfadeInDown {
    animation: vlfadeInDown 1s ease-out forwards;
}

.homepage_4__padding {
    padding: 0 40px;
}

.sidebar-cart8 span {
    background: var(--ztc-bg-bg-29) !important;
}

.sidebar-cart.sidebar-cart9 span {
    background: linear-gradient(180deg, #adc893 -36%, #558f6c 100%);
}

/*============= HEADER CSS AREA ENDS ===============*/
/*============= HEADER CSS AREA ENDS ===============*/
.homepage2-body .vl-transparent-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    padding: 60px 0 0;
}
@media (max-width: 575px) {
    .homepage2-body .vl-transparent-header {
        padding: 16px 0;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .homepage2-body .vl-transparent-header {
        padding: 50px 0 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .homepage2-body .vl-transparent-header {
        padding: 16px 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage2-body .vl-transparent-header {
        padding: 16px 0;
    }
}
.homepage2-body .vl-transparent-header .vl-header-content-area {
    padding: 16px 0px;
}
@media (max-width: 575px) {
    .homepage2-body .vl-transparent-header .vl-header-content-area {
        padding: 0;
    }
}
.homepage2-body .vl-transparent-header .vl-logo img {
    width: 216px;
    height: 48px;
    -o-object-fit: contain;
    object-fit: contain;
}
@media (max-width: 575px) {
    .homepage2-body .vl-transparent-header .vl-logo img {
        filter: brightness(0) invert(1);
    }
}
.homepage2-body .vl-transparent-header .vl-hero-btn .head-btn {
    display: flex;
    align-items: center;
    justify-content: end;
}
.homepage2-body
    .vl-transparent-header
    .vl-hero-btn
    .head-btn
    .search-icon
    a
    img {
    margin: 0 36px 0 0;
}
.homepage2-body .vl-transparent-header .vl-hero-btn .head-btn .search-icon a {
    position: relative;
    z-index: 1;
}
.homepage2-body
    .vl-transparent-header
    .vl-hero-btn
    .head-btn
    .search-icon
    a::after {
    position: absolute;
    content: "";
    height: 28px;
    width: 2px;
    right: 20px;
    background: #dadfe4;
}
.homepage2-body .vl-transparent-header .vl-hero-btn .head-btn .vl-btn-wrap {
    display: flex;
    align-items: center;
}
.homepage2-body
    .vl-transparent-header
    .vl-hero-btn
    .head-btn
    .vl-btn-wrap
    span.icons {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-3);
    border-radius: 50%;
}
.homepage2-body
    .vl-transparent-header
    .vl-hero-btn
    .head-btn
    .vl-btn-wrap
    span.text {
    padding-left: 10px;
}
.homepage2-body
    .vl-transparent-header
    .vl-hero-btn
    .head-btn
    .vl-btn-wrap
    span.text
    span {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px; /* 100% */
    display: block;
    transition: all 0.4s;
    opacity: 80%;
    text-align: start;
    padding-bottom: 8px;
}
.homepage2-body
    .vl-transparent-header
    .vl-hero-btn
    .head-btn
    .vl-btn-wrap
    span.text
    a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 20px;
    display: inline-block;
    transition: all 0.4s;
}
.homepage2-body .vl-main-menu ul {
    text-align: center;
}
.homepage2-body .vl-main-menu ul > li {
    display: inline-block;
    position: relative;
}
.homepage2-body .vl-main-menu ul > li .span-arrow {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}
.homepage2-body .vl-main-menu ul > li a.nav-link.active {
    color: var(--ztc-text-text-7);
    background: none;
    opacity: 70%;
}
.homepage2-body .vl-main-menu ul > li > a {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    display: inline-block;
    position: relative;
    transition: 0.4s;
    padding: 0 16px;
    font-weight: var(--ztc-weight-medium);
}
.homepage2-body .vl-main-menu ul > li:hover a {
    color: var(--ztc-text-text-7);
}
.homepage2-body .vl-main-menu ul > li .sub-menu {
    position: absolute;
    top: 201%;
    width: 220px;
    left: 0;
    background: var(--ztc-bg-bg-1);
    padding: 12px 20px 24px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
    transition: 0.4s;
    border-radius: 4px;
    transform-origin: top;
    transform: scale(1, 0);
}
.homepage2-body .vl-main-menu ul > li .sub-menu::after {
    position: absolute;
    content: "";
    height: 2px;
    left: 0;
    width: 100%;
    background: var(--ztc-bg-bg-5);
    top: 0;
}
.homepage2-body .vl-main-menu ul > li .sub-menu.menu1 {
    top: 20% !important;
}
.homepage2-body .vl-main-menu ul > li .sub-menu li {
    margin-right: 0;
    display: block;
    text-align: start;
}
.homepage2-body .vl-main-menu ul > li .sub-menu li a {
    color: var(--ztc-text-text-5);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s18);
    position: relative;
    z-index: 1;
    padding: 12px 0 0 0;
    font-weight: var(--ztc-weight-medium);
}
.homepage2-body .vl-main-menu ul > li .sub-menu li a::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 0;
    transition: all 0.4s;
    left: 0;
    bottom: 0;
    background: var(--ztc-bg-bg-5);
    z-index: 1;
}
.homepage2-body .vl-main-menu ul > li .sub-menu li a:hover::after {
    width: 50%;
    transition: all 0.4s;
}
.homepage2-body .vl-main-menu ul > li .sub-menu li a:before {
    display: none;
}
.homepage2-body .vl-main-menu ul > li .sub-menu li .sub-menu {
    left: 100%;
    top: 201%;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    transform-origin: top;
    transform: scale(1, 0);
}
.homepage2-body .vl-main-menu ul > li .sub-menu li:hover > a {
    color: var(--ztc-text-text-7);
}
.homepage2-body .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 201%;
    transform: scale(1);
}
.homepage2-body .vl-main-menu ul > li:hover a {
    color: var(--ztc-text-text-7);
}
.homepage2-body .vl-main-menu ul > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 201%;
    transform: scale(1);
    transition: all 0.4s;
}
.homepage2-body .vl-main-menu ul > li:hover .vl-mega-menu {
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
    top: 184%;
    transform: scale(1);
}
.homepage2-body .vl-mega-menu {
    position: absolute;
    left: -275px;
    top: 100px;
    width: 1300px;
    background: var(--ztc-bg-bg-1);
    padding: 25px;
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    top: 201.3%;
    transform: scale(1, 0);
    transform-origin: top;
    border-radius: 4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 575px) {
    .homepage2-body .vl-mega-menu {
        width: auto;
        opacity: 1;
        visibility: visible;
        transition: none;
        position: static;
        display: none;
        transform: scale(1);
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .homepage2-body .vl-mega-menu {
        left: -162px;
        width: 1030px;
    }
}
.homepage2-body .vl-home-thumb {
    position: relative;
    z-index: 1;
}
.homepage2-body .vl-home-thumb img {
    box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage2-body .vl-home-thumb img {
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.homepage2-body .vl-home-thumb .img1 {
    position: relative;
    z-index: 1;
}
.homepage2-body .vl-home-thumb .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    transition: all 0.4s;
    top: 0;
    background: var(--ztc-text-text-5);
    border-radius: 4px;
    transform: scale(0.8);
    visibility: hidden;
    opacity: 0;
}
.homepage2-body .vl-home-thumb .btn-area1 {
    position: absolute;
    top: 20%;
    left: 50%;
    transition: all 0.6s;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    margin-top: -43px;
    margin-left: -70px;
}
@media (max-width: 575px) {
    .homepage2-body .vl-home-thumb .btn-area1 {
        margin-top: -50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage2-body .vl-home-thumb .btn-area1 {
        margin-top: -43px;
    }
}
.homepage2-body .vl-home-thumb .btn-area1 .vl-btn1 {
    position: relative;
    color: var(--ztc-text-text-1);
    display: inline-block;
    padding: 18px 62px 18px 18px;
    background: var(--ztc-bg-bg-6);
    border-radius: 140px;
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    z-index: 1;
    border: none;
    transition: 0.3s;
    width: 160px;
}
.homepage2-body .vl-home-thumb .btn-area1 .vl-btn1:hover {
    transition: all 0.4s;
    color: var(--ztc-text-text-2);
}
.homepage2-body .vl-home-thumb .btn-area1 .vl-btn1:hover::after {
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    visibility: visible;
    opacity: 1;
}
.homepage2-body .vl-home-thumb .btn-area1 .vl-btn1:hover span.arrow_btn3 {
    background: var(--ztc-bg-bg-6);
    transition: all 0.4s;
    transform: rotate(0deg);
}
.homepage2-body .vl-home-thumb .btn-area1 .vl-btn1:hover span.arrow_btn3 svg {
    filter: brightness(0) invert(1);
}
.homepage2-body .vl-home-thumb .btn-area1 .vl-btn1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    left: 50%;
    transition: all 0.4s;
    top: 0;
    border-radius: 140px;
    background: var(--ztc-bg-bg-5);
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
.homepage2-body .vl-home-thumb .btn-area1 span.arrow_btn3 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: var(--ztc-bg-bg-9);
    border-radius: 100%;
    transition: all 0.4s;
    height: 54px;
    width: 54px;
    display: inline-block;
    line-height: 54px;
    text-align: center;
    transform: rotate(-45deg);
}
.homepage2-body .vl-home-thumb .btn-area1 span.arrow_btn3 svg {
    transition: all 0.4s;
}
.homepage2-body .vl-home-thumb a {
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    font-weight: var(--ztc-weight-semibold);
    color: var(--ztc-text-text-5) !important;
    transition: all 0.4s;
    display: block;
    padding-top: 16px;
    text-align: center;
    font-family: var(--ztc-family-font1);
}
.homepage2-body .vl-home-thumb a:hover {
    color: var(--ztc-text-text-7) !important;
    transition: all 0.4s;
}
.homepage2-body .vl-home-thumb:hover .btn-area1 {
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
    top: 50%;
}
.homepage2-body .vl-home-thumb:hover .img1::after {
    transform: scale(1);
    transition: all 0.4s;
    visibility: visible;
    opacity: 0.8;
}
.homepage2-body .header-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
    background: #034321;
    padding: 16px 0;
}
.homepage2-body .header-sticky .vl-logo {
    display: none;
}
.homepage2-body .header-sticky .vl-logo a img {
    filter: brightness(0) invert(1);
    transition: all 0.4s;
}
.homepage2-body .header-sticky .vl-header-content-area {
    padding: 0px;
}
.homepage2-body .vl-menu-sidebar-area {
    display: flex;
    align-items: center;
    justify-content: end;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .homepage2-body .vl-menu-sidebar-area {
        display: block;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage2-body .vl-menu-sidebar-area {
        display: none;
    }
}
@media (max-width: 575px) {
    .homepage2-body .vl-menu-sidebar-area {
        display: none;
    }
}
.homepage2-body .sidebar-cart {
    position: relative;
    display: inline-block;
}
.homepage2-body .sidebar-cart img {
    height: 32px;
    width: 32px;
}
.homepage2-body .sidebar-cart span {
    position: absolute;
    top: 0;
    right: 0;
    height: 16px;
    width: 16px;
    line-height: 14px;
    background: var(--ztc-bg-bg-5);
    display: inline-block;
    text-align: center;
    border-radius: 16px;
}
.homepage2-body .sidebar-cart span a {
    color: #132c12;
    font-size: 12px;
    font-weight: 600;
}
.homepage2-body .menu-line {
    margin: 0px 22px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .homepage2-body .menu-line {
        margin: 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .homepage2-body .menu-line svg {
        display: none;
    }
}
.homepage2-body .vl-offcanvas-header {
    margin-bottom: 40px;
}

@keyframes vlfadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.vlfadeInDown {
    animation: vlfadeInDown 1s ease-out forwards;
}

.homepage3-body .home1_padding {
    position: relative;
    z-index: 1;
    left: 70px;
}
.homepage3-body .vl-transparent-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    padding: 0px 0;
}
@media (max-width: 575px) {
    .homepage3-body .vl-transparent-header {
        background: var(--ztc-bg-bg-1);
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage3-body .vl-transparent-header {
        background: var(--ztc-bg-bg-1);
    }
}
.homepage3-body .vl-transparent-header .vl-header-content-area {
    padding: 16px 0px;
}
.homepage3-body .vl-transparent-header .vl-logo img {
    width: 216px;
    height: 48px;
    -o-object-fit: contain;
    object-fit: contain;
}
.homepage3-body .vl-transparent-header .vl-hero-btn .head-btn {
    display: flex;
    align-items: center;
    justify-content: end;
}
.homepage3-body
    .vl-transparent-header
    .vl-hero-btn
    .head-btn
    .search-icon
    a
    img {
    margin: 0 36px 0 0;
}
.homepage3-body .vl-transparent-header .vl-hero-btn .head-btn .search-icon a {
    position: relative;
    z-index: 1;
}
.homepage3-body
    .vl-transparent-header
    .vl-hero-btn
    .head-btn
    .search-icon
    a::after {
    position: absolute;
    content: "";
    height: 28px;
    width: 2px;
    right: 20px;
    background: #dadfe4;
}
.homepage3-body .vl-transparent-header .vl-hero-btn .head-btn .vl-btn-wrap {
    display: flex;
    align-items: center;
}
.homepage3-body
    .vl-transparent-header
    .vl-hero-btn
    .head-btn
    .vl-btn-wrap
    span.icons {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-3);
    border-radius: 50%;
}
.homepage3-body
    .vl-transparent-header
    .vl-hero-btn
    .head-btn
    .vl-btn-wrap
    span.text {
    padding-left: 10px;
}
.homepage3-body
    .vl-transparent-header
    .vl-hero-btn
    .head-btn
    .vl-btn-wrap
    span.text
    span {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px; /* 100% */
    display: block;
    transition: all 0.4s;
    opacity: 80%;
    text-align: start;
    padding-bottom: 8px;
}
.homepage3-body
    .vl-transparent-header
    .vl-hero-btn
    .head-btn
    .vl-btn-wrap
    span.text
    a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 20px;
    display: inline-block;
    transition: all 0.4s;
}
.homepage3-body .vl-main-menu ul {
    text-align: center;
}
.homepage3-body .vl-main-menu ul > li {
    display: inline-block;
    position: relative;
}
.homepage3-body .vl-main-menu ul > li .span-arrow {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}
.homepage3-body .vl-main-menu ul > li a.nav-link.active {
    color: var(--ztc-text-text-7);
    background: none;
    opacity: 70%;
}
.homepage3-body .vl-main-menu ul > li > a {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    display: inline-block;
    position: relative;
    transition: 0.4s;
    padding: 0 16px;
    font-weight: var(--ztc-weight-medium);
}
.homepage3-body .vl-main-menu ul > li:hover a {
    color: var(--ztc-text-text-7);
}
.homepage3-body .vl-main-menu ul > li .sub-menu {
    position: absolute;
    top: 201%;
    width: 220px;
    left: 0;
    background: var(--ztc-bg-bg-1);
    padding: 12px 20px 24px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
    transition: 0.4s;
    border-radius: 4px;
    transform-origin: top;
    transform: scale(1, 0);
}
.homepage3-body .vl-main-menu ul > li .sub-menu::after {
    position: absolute;
    content: "";
    height: 2px;
    left: 0;
    width: 100%;
    background: #c08838;
    top: 0;
}
.homepage3-body .vl-main-menu ul > li .sub-menu.menu1 {
    top: 20% !important;
}
.homepage3-body .vl-main-menu ul > li .sub-menu li {
    margin-right: 0;
    display: block;
    text-align: start;
}
.homepage3-body .vl-main-menu ul > li .sub-menu li a {
    color: var(--ztc-text-text-5);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s18);
    position: relative;
    z-index: 1;
    padding: 12px 0 0 0;
    font-weight: var(--ztc-weight-medium);
}
.homepage3-body .vl-main-menu ul > li .sub-menu li a::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 0;
    transition: all 0.4s;
    left: 0;
    bottom: 0;
    background: #c08838;
    z-index: 1;
}
.homepage3-body .vl-main-menu ul > li .sub-menu li a:hover::after {
    width: 50%;
    transition: all 0.4s;
}
.homepage3-body .vl-main-menu ul > li .sub-menu li a:before {
    display: none;
}
.homepage3-body .vl-main-menu ul > li .sub-menu li .sub-menu {
    left: 100%;
    top: 201%;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    transform-origin: top;
    transform: scale(1, 0);
}
.homepage3-body .vl-main-menu ul > li .sub-menu li:hover > a {
    color: #c08838;
}
.homepage3-body .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 201%;
    transform: scale(1);
}
.homepage3-body .vl-main-menu ul > li:hover a {
    color: var(--ztc-text-text-7);
}
.homepage3-body .vl-main-menu ul > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 201%;
    transform: scale(1);
    transition: all 0.4s;
}
.homepage3-body .vl-main-menu ul > li:hover .vl-mega-menu {
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
    top: 184%;
    transform: scale(1);
}
.homepage3-body .vl-mega-menu {
    position: absolute;
    left: -275px;
    top: 100px;
    width: 1300px;
    background: var(--ztc-bg-bg-1);
    padding: 25px;
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    top: 201.3%;
    transform: scale(1, 0);
    transform-origin: top;
    border-radius: 4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 575px) {
    .homepage3-body .vl-mega-menu {
        width: auto;
        opacity: 1;
        visibility: visible;
        transition: none;
        position: static;
        display: none;
        transform: scale(1);
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .homepage3-body .vl-mega-menu {
        left: -162px;
        width: 1030px;
    }
}
.homepage3-body .vl-home-thumb {
    position: relative;
    z-index: 1;
}
.homepage3-body .vl-home-thumb img {
    box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage3-body .vl-home-thumb img {
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.homepage3-body .vl-home-thumb .img1 {
    position: relative;
    z-index: 1;
}
.homepage3-body .vl-home-thumb .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    transition: all 0.4s;
    top: 0;
    background: var(--ztc-text-text-5);
    border-radius: 4px;
    transform: scale(0.8);
    visibility: hidden;
    opacity: 0;
}
.homepage3-body .vl-home-thumb .btn-area1 {
    position: absolute;
    top: 20%;
    left: 50%;
    transition: all 0.6s;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    margin-top: -43px;
    margin-left: -70px;
}
@media (max-width: 575px) {
    .homepage3-body .vl-home-thumb .btn-area1 {
        margin-top: -50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage3-body .vl-home-thumb .btn-area1 {
        margin-top: -43px;
    }
}
.homepage3-body .vl-home-thumb .btn-area1 .vl-btn1 {
    position: relative;
    color: var(--ztc-text-text-1);
    display: inline-block;
    padding: 18px 62px 18px 18px;
    background: var(--ztc-bg-bg-6);
    border-radius: 140px;
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    z-index: 1;
    border: none;
    transition: 0.3s;
    width: 160px;
}
.homepage3-body .vl-home-thumb .btn-area1 .vl-btn1:hover {
    transition: all 0.4s;
    color: var(--ztc-text-text-2);
}
.homepage3-body .vl-home-thumb .btn-area1 .vl-btn1:hover::after {
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    visibility: visible;
    opacity: 1;
}
.homepage3-body .vl-home-thumb .btn-area1 .vl-btn1:hover span.arrow_btn3 {
    background: var(--ztc-bg-bg-6);
    transition: all 0.4s;
    transform: rotate(0deg);
}
.homepage3-body .vl-home-thumb .btn-area1 .vl-btn1:hover span.arrow_btn3 svg {
    filter: brightness(0) invert(1);
}
.homepage3-body .vl-home-thumb .btn-area1 .vl-btn1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    left: 50%;
    transition: all 0.4s;
    top: 0;
    border-radius: 140px;
    background: var(--ztc-bg-bg-5);
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
.homepage3-body .vl-home-thumb .btn-area1 span.arrow_btn3 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: var(--ztc-bg-bg-9);
    border-radius: 100%;
    transition: all 0.4s;
    height: 54px;
    width: 54px;
    display: inline-block;
    line-height: 54px;
    text-align: center;
    transform: rotate(-45deg);
}
.homepage3-body .vl-home-thumb .btn-area1 span.arrow_btn3 svg {
    transition: all 0.4s;
}
.homepage3-body .vl-home-thumb a {
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    font-weight: var(--ztc-weight-semibold);
    color: var(--ztc-text-text-5) !important;
    transition: all 0.4s;
    display: block;
    padding-top: 16px;
    text-align: center;
    font-family: var(--ztc-family-font1);
}
.homepage3-body .vl-home-thumb a:hover {
    color: var(--ztc-text-text-7) !important;
    transition: all 0.4s;
}
.homepage3-body .vl-home-thumb:hover .btn-area1 {
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
    top: 50%;
}
.homepage3-body .vl-home-thumb:hover .img1::after {
    transform: scale(1);
    transition: all 0.4s;
    visibility: visible;
    opacity: 0.8;
}
.homepage3-body .header-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
    background: var(--ztc-bg-bg-1);
    border-bottom: 1px solid #dfe1e2;
}
.homepage3-body .header-sticky .header-top-area {
    display: none;
    transition: all 0.4s;
}
.homepage3-body .vl-menu-sidebar-area {
    display: flex;
    align-items: center;
    justify-content: end;
}
.homepage3-body .sidebar-cart {
    position: relative;
    display: inline-block;
}
.homepage3-body .sidebar-cart img {
    height: 32px;
    width: 32px;
}
.homepage3-body .sidebar-cart span {
    position: absolute;
    top: 0;
    right: 0;
    height: 16px;
    width: 16px;
    line-height: 14px;
    background: var(--ztc-bg-bg-5);
    display: inline-block;
    text-align: center;
    border-radius: 16px;
}
.homepage3-body .sidebar-cart span a {
    color: #132c12;
    font-size: 12px;
    font-weight: 600;
}
.homepage3-body .menu-line {
    margin: 0px 22px;
}

@keyframes vlfadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.vlfadeInDown {
    animation: vlfadeInDown 1s ease-out forwards;
}

.homepage4-body .home1_padding {
    position: relative;
    z-index: 1;
    left: 70px;
}
.homepage4-body .vl-transparent-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    padding: 0px 0;
}
@media (max-width: 575px) {
    .homepage4-body .vl-transparent-header {
        background: var(--ztc-bg-bg-1);
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage4-body .vl-transparent-header {
        background: var(--ztc-bg-bg-1);
    }
}
.homepage4-body .vl-transparent-header .vl-header-content-area {
    padding: 16px 0px;
}
.homepage4-body .vl-transparent-header .vl-logo img {
    width: 216px;
    height: 48px;
    -o-object-fit: contain;
    object-fit: contain;
}
.homepage4-body .vl-transparent-header .vl-hero-btn .head-btn {
    display: flex;
    align-items: center;
    justify-content: end;
}
.homepage4-body
    .vl-transparent-header
    .vl-hero-btn
    .head-btn
    .search-icon
    a
    img {
    margin: 0 36px 0 0;
}
.homepage4-body .vl-transparent-header .vl-hero-btn .head-btn .search-icon a {
    position: relative;
    z-index: 1;
}
.homepage4-body
    .vl-transparent-header
    .vl-hero-btn
    .head-btn
    .search-icon
    a::after {
    position: absolute;
    content: "";
    height: 28px;
    width: 2px;
    right: 20px;
    background: #dadfe4;
}
.homepage4-body .vl-transparent-header .vl-hero-btn .head-btn .vl-btn-wrap {
    display: flex;
    align-items: center;
}
.homepage4-body
    .vl-transparent-header
    .vl-hero-btn
    .head-btn
    .vl-btn-wrap
    span.icons {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-3);
    border-radius: 50%;
}
.homepage4-body
    .vl-transparent-header
    .vl-hero-btn
    .head-btn
    .vl-btn-wrap
    span.text {
    padding-left: 10px;
}
.homepage4-body
    .vl-transparent-header
    .vl-hero-btn
    .head-btn
    .vl-btn-wrap
    span.text
    span {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px; /* 100% */
    display: block;
    transition: all 0.4s;
    opacity: 80%;
    text-align: start;
    padding-bottom: 8px;
}
.homepage4-body
    .vl-transparent-header
    .vl-hero-btn
    .head-btn
    .vl-btn-wrap
    span.text
    a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 20px;
    display: inline-block;
    transition: all 0.4s;
}
.homepage4-body .vl-main-menu ul {
    text-align: center;
}
.homepage4-body .vl-main-menu ul > li {
    display: inline-block;
    position: relative;
}
.homepage4-body .vl-main-menu ul > li .span-arrow {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}
.homepage4-body .vl-main-menu ul > li a.nav-link.active {
    color: var(--ztc-text-text-7);
    background: none;
    opacity: 70%;
}
.homepage4-body .vl-main-menu ul > li > a {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    display: inline-block;
    position: relative;
    transition: 0.4s;
    padding: 0 16px;
    font-weight: var(--ztc-weight-medium);
}
.homepage4-body .vl-main-menu ul > li:hover a {
    color: var(--ztc-text-text-7);
}
.homepage4-body .vl-main-menu ul > li .sub-menu {
    position: absolute;
    top: 201%;
    width: 220px;
    left: 0;
    background: var(--ztc-bg-bg-1);
    padding: 12px 20px 24px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
    transition: 0.4s;
    border-radius: 4px;
    transform-origin: top;
    transform: scale(1, 0);
}
.homepage4-body .vl-main-menu ul > li .sub-menu::after {
    position: absolute;
    content: "";
    height: 2px;
    left: 0;
    width: 100%;
    background: var(--ztc-bg-bg-5);
    top: 0;
}
.homepage4-body .vl-main-menu ul > li .sub-menu.menu1 {
    top: 20% !important;
}
.homepage4-body .vl-main-menu ul > li .sub-menu li {
    margin-right: 0;
    display: block;
    text-align: start;
}
.homepage4-body .vl-main-menu ul > li .sub-menu li a {
    color: var(--ztc-text-text-5);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s18);
    position: relative;
    z-index: 1;
    padding: 12px 0 0 0;
    font-weight: var(--ztc-weight-medium);
}
.homepage4-body .vl-main-menu ul > li .sub-menu li a::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 0;
    transition: all 0.4s;
    left: 0;
    bottom: 0;
    background: var(--ztc-bg-bg-5);
    z-index: 1;
}
.homepage4-body .vl-main-menu ul > li .sub-menu li a:hover::after {
    width: 50%;
    transition: all 0.4s;
}
.homepage4-body .vl-main-menu ul > li .sub-menu li a:before {
    display: none;
}
.homepage4-body .vl-main-menu ul > li .sub-menu li .sub-menu {
    left: 100%;
    top: 201%;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    transform-origin: top;
    transform: scale(1, 0);
}
.homepage4-body .vl-main-menu ul > li .sub-menu li:hover > a {
    color: var(--ztc-text-text-7);
}
.homepage4-body .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 201%;
    transform: scale(1);
}
.homepage4-body .vl-main-menu ul > li:hover a {
    color: var(--ztc-text-text-7);
}
.homepage4-body .vl-main-menu ul > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 201%;
    transform: scale(1);
    transition: all 0.4s;
}
.homepage4-body .vl-main-menu ul > li:hover .vl-mega-menu {
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
    top: 184%;
    transform: scale(1);
}
.homepage4-body .vl-mega-menu {
    position: absolute;
    left: -275px;
    top: 100px;
    width: 1300px;
    background: var(--ztc-bg-bg-1);
    padding: 25px;
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    top: 201.3%;
    transform: scale(1, 0);
    transform-origin: top;
    border-radius: 4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 575px) {
    .homepage4-body .vl-mega-menu {
        width: auto;
        opacity: 1;
        visibility: visible;
        transition: none;
        position: static;
        display: none;
        transform: scale(1);
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .homepage4-body .vl-mega-menu {
        left: -162px;
        width: 1030px;
    }
}
.homepage4-body .vl-home-thumb {
    position: relative;
    z-index: 1;
}
.homepage4-body .vl-home-thumb img {
    box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage4-body .vl-home-thumb img {
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.homepage4-body .vl-home-thumb .img1 {
    position: relative;
    z-index: 1;
}
.homepage4-body .vl-home-thumb .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    transition: all 0.4s;
    top: 0;
    background: var(--ztc-text-text-5);
    border-radius: 4px;
    transform: scale(0.8);
    visibility: hidden;
    opacity: 0;
}
.homepage4-body .vl-home-thumb .btn-area1 {
    position: absolute;
    top: 20%;
    left: 50%;
    transition: all 0.6s;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    margin-top: -43px;
    margin-left: -70px;
}
@media (max-width: 575px) {
    .homepage4-body .vl-home-thumb .btn-area1 {
        margin-top: -50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage4-body .vl-home-thumb .btn-area1 {
        margin-top: -43px;
    }
}
.homepage4-body .vl-home-thumb .btn-area1 .vl-btn1 {
    position: relative;
    color: var(--ztc-text-text-1);
    display: inline-block;
    padding: 18px 62px 18px 18px;
    background: var(--ztc-bg-bg-6);
    border-radius: 140px;
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    z-index: 1;
    border: none;
    transition: 0.3s;
    width: 160px;
}
.homepage4-body .vl-home-thumb .btn-area1 .vl-btn1:hover {
    transition: all 0.4s;
    color: var(--ztc-text-text-2);
}
.homepage4-body .vl-home-thumb .btn-area1 .vl-btn1:hover::after {
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    visibility: visible;
    opacity: 1;
}
.homepage4-body .vl-home-thumb .btn-area1 .vl-btn1:hover span.arrow_btn3 {
    background: var(--ztc-bg-bg-6);
    transition: all 0.4s;
    transform: rotate(0deg);
}
.homepage4-body .vl-home-thumb .btn-area1 .vl-btn1:hover span.arrow_btn3 svg {
    filter: brightness(0) invert(1);
}
.homepage4-body .vl-home-thumb .btn-area1 .vl-btn1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    left: 50%;
    transition: all 0.4s;
    top: 0;
    border-radius: 140px;
    background: var(--ztc-bg-bg-5);
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
.homepage4-body .vl-home-thumb .btn-area1 span.arrow_btn3 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: var(--ztc-bg-bg-9);
    border-radius: 100%;
    transition: all 0.4s;
    height: 54px;
    width: 54px;
    display: inline-block;
    line-height: 54px;
    text-align: center;
    transform: rotate(-45deg);
}
.homepage4-body .vl-home-thumb .btn-area1 span.arrow_btn3 svg {
    transition: all 0.4s;
}
.homepage4-body .vl-home-thumb a {
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    font-weight: var(--ztc-weight-semibold);
    color: var(--ztc-text-text-5) !important;
    transition: all 0.4s;
    display: block;
    padding-top: 16px;
    text-align: center;
    font-family: var(--ztc-family-font1);
}
.homepage4-body .vl-home-thumb a:hover {
    color: var(--ztc-text-text-7) !important;
    transition: all 0.4s;
}
.homepage4-body .vl-home-thumb:hover .btn-area1 {
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
    top: 50%;
}
.homepage4-body .vl-home-thumb:hover .img1::after {
    transform: scale(1);
    transition: all 0.4s;
    visibility: visible;
    opacity: 0.8;
}
.homepage4-body .header-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
    background: var(--ztc-bg-bg-1);
    border-bottom: 1px solid #dfe1e2;
}
.homepage4-body .header-sticky .header-top-area {
    display: none;
    transition: all 0.4s;
}
.homepage4-body .vl-menu-sidebar-area {
    display: flex;
    align-items: center;
    justify-content: end;
}
.homepage4-body .sidebar-cart {
    position: relative;
    display: inline-block;
}
.homepage4-body .sidebar-cart img {
    height: 32px;
    width: 32px;
}
.homepage4-body .sidebar-cart span {
    position: absolute;
    top: 0;
    right: 0;
    height: 16px;
    width: 16px;
    line-height: 14px;
    background: var(--ztc-bg-bg-5);
    display: inline-block;
    text-align: center;
    border-radius: 16px;
}
.homepage4-body .sidebar-cart span a {
    color: #132c12;
    font-size: 12px;
    font-weight: 600;
}
.homepage4-body .menu-line {
    margin: 0px 22px;
}

@keyframes vlfadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.vlfadeInDown {
    animation: vlfadeInDown 1s ease-out forwards;
}

.homepage5-body .home5_padding {
    position: relative;
    z-index: 1;
    left: 50px;
}
.homepage5-body .vl-transparent-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    padding: 0px 0;
}
@media (max-width: 575px) {
    .homepage5-body .vl-transparent-header {
        background: var(--ztc-bg-bg-1);
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage5-body .vl-transparent-header {
        background: var(--ztc-bg-bg-1);
    }
}
.homepage5-body .vl-transparent-header .vl-header-content-area {
    padding: 16px 0px;
}
.homepage5-body .vl-transparent-header .vl-logo img {
    width: 216px;
    height: 48px;
    -o-object-fit: contain;
    object-fit: contain;
}
.homepage5-body .vl-transparent-header .vl-hero-btn .head-btn {
    display: flex;
    align-items: center;
    justify-content: end;
}
.homepage5-body
    .vl-transparent-header
    .vl-hero-btn
    .head-btn
    .search-icon
    a
    img {
    margin: 0 36px 0 0;
}
.homepage5-body .vl-transparent-header .vl-hero-btn .head-btn .search-icon a {
    position: relative;
    z-index: 1;
}
.homepage5-body
    .vl-transparent-header
    .vl-hero-btn
    .head-btn
    .search-icon
    a::after {
    position: absolute;
    content: "";
    height: 28px;
    width: 2px;
    right: 20px;
    background: #dadfe4;
}
.homepage5-body .vl-transparent-header .vl-hero-btn .head-btn .vl-btn-wrap {
    display: flex;
    align-items: center;
}
.homepage5-body
    .vl-transparent-header
    .vl-hero-btn
    .head-btn
    .vl-btn-wrap
    span.icons {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-3);
    border-radius: 50%;
}
.homepage5-body
    .vl-transparent-header
    .vl-hero-btn
    .head-btn
    .vl-btn-wrap
    span.text {
    padding-left: 10px;
}
.homepage5-body
    .vl-transparent-header
    .vl-hero-btn
    .head-btn
    .vl-btn-wrap
    span.text
    span {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px; /* 100% */
    display: block;
    transition: all 0.4s;
    opacity: 80%;
    text-align: start;
    padding-bottom: 8px;
}
.homepage5-body
    .vl-transparent-header
    .vl-hero-btn
    .head-btn
    .vl-btn-wrap
    span.text
    a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 20px;
    display: inline-block;
    transition: all 0.4s;
}
.homepage5-body .vl-main-menu ul {
    text-align: center;
}
.homepage5-body .vl-main-menu ul > li {
    display: inline-block;
    position: relative;
}
.homepage5-body .vl-main-menu ul > li .span-arrow {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}
.homepage5-body .vl-main-menu ul > li a.nav-link.active {
    color: var(--ztc-text-text-7);
    background: none;
    opacity: 70%;
}
.homepage5-body .vl-main-menu ul > li > a {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    display: inline-block;
    position: relative;
    transition: 0.4s;
    padding: 0 16px;
    font-weight: var(--ztc-weight-medium);
}
.homepage5-body .vl-main-menu ul > li:hover a {
    color: var(--ztc-text-text-7);
}
.homepage5-body .vl-main-menu ul > li .sub-menu {
    position: absolute;
    top: 201%;
    width: 220px;
    left: 0;
    background: var(--ztc-bg-bg-1);
    padding: 12px 20px 24px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
    transition: 0.4s;
    border-radius: 4px;
    transform-origin: top;
    transform: scale(1, 0);
}
.homepage5-body .vl-main-menu ul > li .sub-menu::after {
    position: absolute;
    content: "";
    height: 2px;
    left: 0;
    width: 100%;
    background: #c08838;
    top: 0;
}
.homepage5-body .vl-main-menu ul > li .sub-menu.menu1 {
    top: 20% !important;
}
.homepage5-body .vl-main-menu ul > li .sub-menu li {
    margin-right: 0;
    display: block;
    text-align: start;
}
.homepage5-body .vl-main-menu ul > li .sub-menu li a {
    color: var(--ztc-text-text-5);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s18);
    position: relative;
    z-index: 1;
    padding: 12px 0 0 0;
    font-weight: var(--ztc-weight-medium);
}
.homepage5-body .vl-main-menu ul > li .sub-menu li a::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 0;
    transition: all 0.4s;
    left: 0;
    bottom: 0;
    background: #c08838;
    z-index: 1;
}
.homepage5-body .vl-main-menu ul > li .sub-menu li a:hover::after {
    width: 50%;
    transition: all 0.4s;
}
.homepage5-body .vl-main-menu ul > li .sub-menu li a:before {
    display: none;
}
.homepage5-body .vl-main-menu ul > li .sub-menu li .sub-menu {
    left: 100%;
    top: 201%;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    transform-origin: top;
    transform: scale(1, 0);
}
.homepage5-body .vl-main-menu ul > li .sub-menu li:hover > a {
    color: #c08838;
}
.homepage5-body .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 201%;
    transform: scale(1);
}
.homepage5-body .vl-main-menu ul > li:hover a {
    color: var(--ztc-text-text-7);
}
.homepage5-body .vl-main-menu ul > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 201%;
    transform: scale(1);
    transition: all 0.4s;
}
.homepage5-body .vl-main-menu ul > li:hover .vl-mega-menu {
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
    top: 184%;
    transform: scale(1);
}
.homepage5-body .vl-mega-menu {
    position: absolute;
    left: -275px;
    top: 100px;
    width: 1300px;
    background: var(--ztc-bg-bg-1);
    padding: 25px;
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    top: 201.3%;
    transform: scale(1, 0);
    transform-origin: top;
    border-radius: 4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 575px) {
    .homepage5-body .vl-mega-menu {
        width: auto;
        opacity: 1;
        visibility: visible;
        transition: none;
        position: static;
        display: none;
        transform: scale(1);
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .homepage5-body .vl-mega-menu {
        left: -162px;
        width: 1030px;
    }
}
.homepage5-body .vl-home-thumb {
    position: relative;
    z-index: 1;
}
.homepage5-body .vl-home-thumb img {
    box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage5-body .vl-home-thumb img {
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.homepage5-body .vl-home-thumb .img1 {
    position: relative;
    z-index: 1;
}
.homepage5-body .vl-home-thumb .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    transition: all 0.4s;
    top: 0;
    background: var(--ztc-text-text-5);
    border-radius: 4px;
    transform: scale(0.8);
    visibility: hidden;
    opacity: 0;
}
.homepage5-body .vl-home-thumb .btn-area1 {
    position: absolute;
    top: 20%;
    left: 50%;
    transition: all 0.6s;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    margin-top: -43px;
    margin-left: -70px;
}
@media (max-width: 575px) {
    .homepage5-body .vl-home-thumb .btn-area1 {
        margin-top: -50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage5-body .vl-home-thumb .btn-area1 {
        margin-top: -43px;
    }
}
.homepage5-body .vl-home-thumb .btn-area1 .vl-btn1 {
    position: relative;
    color: var(--ztc-text-text-1);
    display: inline-block;
    padding: 18px 62px 18px 18px;
    background: var(--ztc-bg-bg-6);
    border-radius: 140px;
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    z-index: 1;
    border: none;
    transition: 0.3s;
    width: 160px;
}
.homepage5-body .vl-home-thumb .btn-area1 .vl-btn1:hover {
    transition: all 0.4s;
    color: var(--ztc-text-text-2);
}
.homepage5-body .vl-home-thumb .btn-area1 .vl-btn1:hover::after {
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    visibility: visible;
    opacity: 1;
}
.homepage5-body .vl-home-thumb .btn-area1 .vl-btn1:hover span.arrow_btn3 {
    background: var(--ztc-bg-bg-6);
    transition: all 0.4s;
    transform: rotate(0deg);
}
.homepage5-body .vl-home-thumb .btn-area1 .vl-btn1:hover span.arrow_btn3 svg {
    filter: brightness(0) invert(1);
}
.homepage5-body .vl-home-thumb .btn-area1 .vl-btn1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    left: 50%;
    transition: all 0.4s;
    top: 0;
    border-radius: 140px;
    background: var(--ztc-bg-bg-5);
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
.homepage5-body .vl-home-thumb .btn-area1 span.arrow_btn3 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: var(--ztc-bg-bg-9);
    border-radius: 100%;
    transition: all 0.4s;
    height: 54px;
    width: 54px;
    display: inline-block;
    line-height: 54px;
    text-align: center;
    transform: rotate(-45deg);
}
.homepage5-body .vl-home-thumb .btn-area1 span.arrow_btn3 svg {
    transition: all 0.4s;
}
.homepage5-body .vl-home-thumb a {
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    font-weight: var(--ztc-weight-semibold);
    color: var(--ztc-text-text-5) !important;
    transition: all 0.4s;
    display: block;
    padding-top: 16px;
    text-align: center;
    font-family: var(--ztc-family-font1);
}
.homepage5-body .vl-home-thumb a:hover {
    color: var(--ztc-text-text-7) !important;
    transition: all 0.4s;
}
.homepage5-body .vl-home-thumb:hover .btn-area1 {
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
    top: 50%;
}
.homepage5-body .vl-home-thumb:hover .img1::after {
    transform: scale(1);
    transition: all 0.4s;
    visibility: visible;
    opacity: 0.8;
}
.homepage5-body .header-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
    background: var(--ztc-bg-bg-1);
    border-bottom: 1px solid #dfe1e2;
}
.homepage5-body .header-sticky .header-top-area {
    display: none;
    transition: all 0.4s;
}
.homepage5-body .vl-menu-sidebar-area {
    display: flex;
    align-items: center;
    justify-content: end;
}
.homepage5-body .sidebar-cart {
    position: relative;
    display: inline-block;
}
.homepage5-body .sidebar-cart img {
    height: 32px;
    width: 32px;
}
.homepage5-body .sidebar-cart span {
    position: absolute;
    top: 0;
    right: 0;
    height: 16px;
    width: 16px;
    line-height: 14px;
    background: var(--ztc-bg-bg-5);
    display: inline-block;
    text-align: center;
    border-radius: 16px;
}
.homepage5-body .sidebar-cart span a {
    color: #132c12;
    font-size: 12px;
    font-weight: 600;
}
.homepage5-body .menu-line {
    margin: 0px 22px;
}

@keyframes vlfadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.vlfadeInDown {
    animation: vlfadeInDown 1s ease-out forwards;
}

.homepage6-body .home5_padding {
    position: relative;
    z-index: 1;
    left: 50px;
}
.homepage6-body .vl-transparent-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    padding: 0px 0;
}
@media (max-width: 575px) {
    .homepage6-body .vl-transparent-header {
        background: var(--ztc-bg-bg-1);
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage6-body .vl-transparent-header {
        background: var(--ztc-bg-bg-1);
    }
}
.homepage6-body .vl-transparent-header .vl-header-content-area {
    padding: 16px 0px;
}
.homepage6-body .vl-transparent-header .vl-logo img {
    width: 216px;
    height: 48px;
    -o-object-fit: contain;
    object-fit: contain;
}
.homepage6-body .vl-transparent-header .vl-hero-btn .head-btn {
    display: flex;
    align-items: center;
    justify-content: end;
}
.homepage6-body
    .vl-transparent-header
    .vl-hero-btn
    .head-btn
    .search-icon
    a
    img {
    margin: 0 36px 0 0;
}
.homepage6-body .vl-transparent-header .vl-hero-btn .head-btn .search-icon a {
    position: relative;
    z-index: 1;
}
.homepage6-body
    .vl-transparent-header
    .vl-hero-btn
    .head-btn
    .search-icon
    a::after {
    position: absolute;
    content: "";
    height: 28px;
    width: 2px;
    right: 20px;
    background: #dadfe4;
}
.homepage6-body .vl-transparent-header .vl-hero-btn .head-btn .vl-btn-wrap {
    display: flex;
    align-items: center;
}
.homepage6-body
    .vl-transparent-header
    .vl-hero-btn
    .head-btn
    .vl-btn-wrap
    span.icons {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-3);
    border-radius: 50%;
}
.homepage6-body
    .vl-transparent-header
    .vl-hero-btn
    .head-btn
    .vl-btn-wrap
    span.text {
    padding-left: 10px;
}
.homepage6-body
    .vl-transparent-header
    .vl-hero-btn
    .head-btn
    .vl-btn-wrap
    span.text
    span {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px; /* 100% */
    display: block;
    transition: all 0.4s;
    opacity: 80%;
    text-align: start;
    padding-bottom: 8px;
}
.homepage6-body
    .vl-transparent-header
    .vl-hero-btn
    .head-btn
    .vl-btn-wrap
    span.text
    a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 20px;
    display: inline-block;
    transition: all 0.4s;
}
.homepage6-body .vl-main-menu ul {
    text-align: center;
}
.homepage6-body .vl-main-menu ul > li {
    display: inline-block;
    position: relative;
}
.homepage6-body .vl-main-menu ul > li .span-arrow {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}
.homepage6-body .vl-main-menu ul > li a.nav-link.active {
    color: var(--ztc-text-text-7);
    background: none;
    opacity: 70%;
}
.homepage6-body .vl-main-menu ul > li > a {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    display: inline-block;
    position: relative;
    transition: 0.4s;
    padding: 0 16px;
    font-weight: var(--ztc-weight-medium);
}
.homepage6-body .vl-main-menu ul > li:hover a {
    color: var(--ztc-text-text-7);
}
.homepage6-body .vl-main-menu ul > li .sub-menu {
    position: absolute;
    top: 201%;
    width: 220px;
    left: 0;
    background: var(--ztc-bg-bg-1);
    padding: 12px 20px 24px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
    transition: 0.4s;
    border-radius: 4px;
    transform-origin: top;
    transform: scale(1, 0);
}
.homepage6-body .vl-main-menu ul > li .sub-menu::after {
    position: absolute;
    content: "";
    height: 2px;
    left: 0;
    width: 100%;
    background: #d8e45a;
    top: 0;
}
.homepage6-body .vl-main-menu ul > li .sub-menu.menu1 {
    top: 20% !important;
}
.homepage6-body .vl-main-menu ul > li .sub-menu li {
    margin-right: 0;
    display: block;
    text-align: start;
}
.homepage6-body .vl-main-menu ul > li .sub-menu li a {
    color: var(--ztc-text-text-5);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s18);
    position: relative;
    z-index: 1;
    padding: 12px 0 0 0;
    font-weight: var(--ztc-weight-medium);
}
.homepage6-body .vl-main-menu ul > li .sub-menu li a::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 0;
    transition: all 0.4s;
    left: 0;
    bottom: 0;
    background: #d8e45a;
    z-index: 1;
}
.homepage6-body .vl-main-menu ul > li .sub-menu li a:hover::after {
    width: 50%;
    transition: all 0.4s;
}
.homepage6-body .vl-main-menu ul > li .sub-menu li a:before {
    display: none;
}
.homepage6-body .vl-main-menu ul > li .sub-menu li .sub-menu {
    left: 100%;
    top: 201%;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    transform-origin: top;
    transform: scale(1, 0);
}
.homepage6-body .vl-main-menu ul > li .sub-menu li:hover > a {
    color: #d8e45a;
}
.homepage6-body .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 201%;
    transform: scale(1);
}
.homepage6-body .vl-main-menu ul > li:hover a {
    color: #d8e45a;
}
.homepage6-body .vl-main-menu ul > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 201%;
    transform: scale(1);
    transition: all 0.4s;
}
.homepage6-body .vl-main-menu ul > li:hover .vl-mega-menu {
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
    top: 184%;
    transform: scale(1);
}
.homepage6-body .vl-mega-menu {
    position: absolute;
    left: -275px;
    top: 100px;
    width: 1300px;
    background: var(--ztc-bg-bg-1);
    padding: 25px;
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    top: 201.3%;
    transform: scale(1, 0);
    transform-origin: top;
    border-radius: 4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 575px) {
    .homepage6-body .vl-mega-menu {
        width: auto;
        opacity: 1;
        visibility: visible;
        transition: none;
        position: static;
        display: none;
        transform: scale(1);
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .homepage6-body .vl-mega-menu {
        left: -162px;
        width: 1030px;
    }
}
.homepage6-body .vl-home-thumb {
    position: relative;
    z-index: 1;
}
.homepage6-body .vl-home-thumb img {
    box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage6-body .vl-home-thumb img {
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.homepage6-body .vl-home-thumb .img1 {
    position: relative;
    z-index: 1;
}
.homepage6-body .vl-home-thumb .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    transition: all 0.4s;
    top: 0;
    background: var(--ztc-text-text-5);
    border-radius: 4px;
    transform: scale(0.8);
    visibility: hidden;
    opacity: 0;
}
.homepage6-body .vl-home-thumb .btn-area1 {
    position: absolute;
    top: 20%;
    left: 50%;
    transition: all 0.6s;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    margin-top: -43px;
    margin-left: -70px;
}
@media (max-width: 575px) {
    .homepage6-body .vl-home-thumb .btn-area1 {
        margin-top: -50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage6-body .vl-home-thumb .btn-area1 {
        margin-top: -43px;
    }
}
.homepage6-body .vl-home-thumb .btn-area1 .vl-btn1 {
    position: relative;
    color: var(--ztc-text-text-1);
    display: inline-block;
    padding: 18px 62px 18px 18px;
    background: var(--ztc-bg-bg-6);
    border-radius: 140px;
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    z-index: 1;
    border: none;
    transition: 0.3s;
    width: 160px;
}
.homepage6-body .vl-home-thumb .btn-area1 .vl-btn1:hover {
    transition: all 0.4s;
    color: var(--ztc-text-text-2);
}
.homepage6-body .vl-home-thumb .btn-area1 .vl-btn1:hover::after {
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    visibility: visible;
    opacity: 1;
}
.homepage6-body .vl-home-thumb .btn-area1 .vl-btn1:hover span.arrow_btn3 {
    background: var(--ztc-bg-bg-6);
    transition: all 0.4s;
    transform: rotate(0deg);
}
.homepage6-body .vl-home-thumb .btn-area1 .vl-btn1:hover span.arrow_btn3 svg {
    filter: brightness(0) invert(1);
}
.homepage6-body .vl-home-thumb .btn-area1 .vl-btn1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    left: 50%;
    transition: all 0.4s;
    top: 0;
    border-radius: 140px;
    background: var(--ztc-bg-bg-5);
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
.homepage6-body .vl-home-thumb .btn-area1 span.arrow_btn3 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: var(--ztc-bg-bg-9);
    border-radius: 100%;
    transition: all 0.4s;
    height: 54px;
    width: 54px;
    display: inline-block;
    line-height: 54px;
    text-align: center;
    transform: rotate(-45deg);
}
.homepage6-body .vl-home-thumb .btn-area1 span.arrow_btn3 svg {
    transition: all 0.4s;
}
.homepage6-body .vl-home-thumb a {
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    font-weight: var(--ztc-weight-semibold);
    color: var(--ztc-text-text-5) !important;
    transition: all 0.4s;
    display: block;
    padding-top: 16px;
    text-align: center;
    font-family: var(--ztc-family-font1);
}
.homepage6-body .vl-home-thumb a:hover {
    color: var(--ztc-text-text-7) !important;
    transition: all 0.4s;
}
.homepage6-body .vl-home-thumb:hover .btn-area1 {
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
    top: 50%;
}
.homepage6-body .vl-home-thumb:hover .img1::after {
    transform: scale(1);
    transition: all 0.4s;
    visibility: visible;
    opacity: 0.8;
}
.homepage6-body .header-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
    background: var(--ztc-bg-bg-1);
    border-bottom: 1px solid #dfe1e2;
}
.homepage6-body .header-sticky .header-top-area {
    display: none !important;
    transition: all 0.4s;
}
.homepage6-body .vl-menu-sidebar-area {
    display: flex;
    align-items: center;
    justify-content: end;
}
.homepage6-body .sidebar-cart {
    position: relative;
    display: inline-block;
}
.homepage6-body .sidebar-cart img {
    height: 32px;
    width: 32px;
}
.homepage6-body .sidebar-cart span {
    position: absolute;
    top: 0;
    right: 0;
    height: 16px;
    width: 16px;
    line-height: 14px;
    background: var(--ztc-bg-bg-5);
    display: inline-block;
    text-align: center;
    border-radius: 16px;
}
.homepage6-body .sidebar-cart span a {
    color: #132c12;
    font-size: 12px;
    font-weight: 600;
}
.homepage6-body .menu-line {
    margin: 0px 22px;
}

@keyframes vlfadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.vlfadeInDown {
    animation: vlfadeInDown 1s ease-out forwards;
}

.homepage7-body .home5_padding {
    position: relative;
    z-index: 1;
}
.homepage7-body .vl-transparent-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    padding: 0px 0;
}
@media (max-width: 575px) {
    .homepage7-body .vl-transparent-header {
        background: var(--ztc-bg-bg-1);
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage7-body .vl-transparent-header {
        background: var(--ztc-bg-bg-1);
    }
}
.homepage7-body .vl-transparent-header .vl-header-content-area {
    padding: 16px 0px;
    background: white;
}
.homepage7-body .vl-transparent-header .vl-logo img {
    width: 70px;
    -o-object-fit: contain;
    object-fit: contain;
}
.homepage7-body .vl-transparent-header .vl-hero-btn .head-btn {
    display: flex;
    align-items: center;
    justify-content: end;
}
.homepage7-body
    .vl-transparent-header
    .vl-hero-btn
    .head-btn
    .search-icon
    a
    img {
    margin: 0 36px 0 0;
}
.homepage7-body .vl-transparent-header .vl-hero-btn .head-btn .search-icon a {
    position: relative;
    z-index: 1;
}
.homepage7-body
    .vl-transparent-header
    .vl-hero-btn
    .head-btn
    .search-icon
    a::after {
    position: absolute;
    content: "";
    height: 28px;
    width: 2px;
    right: 20px;
    background: #dadfe4;
}
.homepage7-body .vl-transparent-header .vl-hero-btn .head-btn .vl-btn-wrap {
    display: flex;
    align-items: center;
}
.homepage7-body
    .vl-transparent-header
    .vl-hero-btn
    .head-btn
    .vl-btn-wrap
    span.icons {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-3);
    border-radius: 50%;
}
.homepage7-body
    .vl-transparent-header
    .vl-hero-btn
    .head-btn
    .vl-btn-wrap
    span.text {
    padding-left: 10px;
}
.homepage7-body
    .vl-transparent-header
    .vl-hero-btn
    .head-btn
    .vl-btn-wrap
    span.text
    span {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px; /* 100% */
    display: block;
    transition: all 0.4s;
    opacity: 80%;
    text-align: start;
    padding-bottom: 8px;
}
.homepage7-body
    .vl-transparent-header
    .vl-hero-btn
    .head-btn
    .vl-btn-wrap
    span.text
    a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 20px;
    display: inline-block;
    transition: all 0.4s;
}
.homepage7-body .vl-main-menu ul {
    text-align: center;
}
.homepage7-body .vl-main-menu ul > li {
    display: inline-block;
    position: relative;
}
.homepage7-body .vl-main-menu ul > li .span-arrow {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}
.homepage7-body .vl-main-menu ul > li a.nav-link.active {
    color: var(--ztc-text-text-7);
    background: none;
    opacity: 70%;
}
.homepage7-body .vl-main-menu ul > li > a {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font1);
    font-size: 15px;
    display: inline-block;
    position: relative;
    padding: 15px;
    text-transform: uppercase;
    transition: 0.4s;
    padding: 0 12px;
    font-weight: var(--ztc-weight-medium) 500;
    font-weight: 600;
}
.homepage7-body .vl-main-menu ul > li:hover a {
    color: var(--ztc-text-text-7);
}
.homepage7-body .vl-main-menu ul > li .sub-menu {
    position: absolute;
    top: 201%;
    width: 220px;
    left: 0;
    background: var(--ztc-bg-bg-1);
    padding: 12px 20px 24px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
    transition: 0.4s;
    border-radius: 4px;
    transform-origin: top;
    transform: scale(1, 0);
}
.homepage7-body .vl-main-menu ul > li .sub-menu::after {
    position: absolute;
    content: "";
    height: 2px;
    left: 0;
    width: 100%;
    background: #2d311a;
    top: 0;
}
.homepage7-body .vl-main-menu ul > li .sub-menu.menu1 {
    top: 20% !important;
}
.homepage7-body .vl-main-menu ul > li .sub-menu li {
    margin-right: 0;
    display: block;
    text-align: start;
}
.homepage7-body .vl-main-menu ul > li .sub-menu li a {
    color: #000000;
    display: inline-block;
    font-size: 15px;
    position: relative;
    z-index: 1;
    padding: 12px 0 0 0;
    font-weight: 600;
}
.homepage7-body .vl-main-menu ul > li .sub-menu li a::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 0;
    transition: all 0.4s;
    left: 0;
    bottom: 0;
    background: #2d311a;
    z-index: 1;
}
.homepage7-body .vl-main-menu ul > li .sub-menu li a:hover::after {
    width: 50%;
    transition: all 0.4s;
}
.homepage7-body .vl-main-menu ul > li .sub-menu li a:before {
    display: none;
}
.homepage7-body .vl-main-menu ul > li .sub-menu li .sub-menu {
    left: 100%;
    top: 201%;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    transform-origin: top;
    transform: scale(1, 0);
}
.homepage7-body .vl-main-menu ul > li .sub-menu li:hover > a {
    color: #926740;
}
.homepage7-body .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 201%;
    transform: scale(1);
}
.homepage7-body .vl-main-menu ul > li:hover a {
    color: #926740;
}
.homepage7-body .vl-main-menu ul > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 201%;
    transform: scale(1);
    transition: all 0.4s;
}
.homepage7-body .vl-main-menu ul > li:hover .vl-mega-menu {
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
    top: 184%;
    transform: scale(1);
}
.homepage7-body .vl-mega-menu {
    position: absolute;
    left: -275px;
    top: 100px;
    width: 1300px;
    background: var(--ztc-bg-bg-1);
    padding: 25px;
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    top: 201.3%;
    transform: scale(1, 0);
    transform-origin: top;
    border-radius: 4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 575px) {
    .homepage7-body .vl-mega-menu {
        width: auto;
        opacity: 1;
        visibility: visible;
        transition: none;
        position: static;
        display: none;
        transform: scale(1);
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .homepage7-body .vl-mega-menu {
        left: -162px;
        width: 1030px;
    }
}
.homepage7-body .vl-home-thumb {
    position: relative;
    z-index: 1;
}
.homepage7-body .vl-home-thumb img {
    box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage7-body .vl-home-thumb img {
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.homepage7-body .vl-home-thumb .img1 {
    position: relative;
    z-index: 1;
}
.homepage7-body .vl-home-thumb .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    transition: all 0.4s;
    top: 0;
    background: var(--ztc-text-text-5);
    border-radius: 4px;
    transform: scale(0.8);
    visibility: hidden;
    opacity: 0;
}
.homepage7-body .vl-home-thumb .btn-area1 {
    position: absolute;
    top: 20%;
    left: 50%;
    transition: all 0.6s;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    margin-top: -43px;
    margin-left: -70px;
}
@media (max-width: 575px) {
    .homepage7-body .vl-home-thumb .btn-area1 {
        margin-top: -50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage7-body .vl-home-thumb .btn-area1 {
        margin-top: -43px;
    }
}
.homepage7-body .vl-home-thumb .btn-area1 .vl-btn1 {
    position: relative;
    color: var(--ztc-text-text-1);
    display: inline-block;
    padding: 18px 62px 18px 18px;
    background: var(--ztc-bg-bg-6);
    border-radius: 140px;
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    z-index: 1;
    border: none;
    transition: 0.3s;
    width: 160px;
}
.homepage7-body .vl-home-thumb .btn-area1 .vl-btn1:hover {
    transition: all 0.4s;
    color: var(--ztc-text-text-2);
}
.homepage7-body .vl-home-thumb .btn-area1 .vl-btn1:hover::after {
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    visibility: visible;
    opacity: 1;
}
.homepage7-body .vl-home-thumb .btn-area1 .vl-btn1:hover span.arrow_btn3 {
    background: var(--ztc-bg-bg-6);
    transition: all 0.4s;
    transform: rotate(0deg);
}
.homepage7-body .vl-home-thumb .btn-area1 .vl-btn1:hover span.arrow_btn3 svg {
    filter: brightness(0) invert(1);
}
.homepage7-body .vl-home-thumb .btn-area1 .vl-btn1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    left: 50%;
    transition: all 0.4s;
    top: 0;
    border-radius: 140px;
    background: var(--ztc-bg-bg-5);
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
.homepage7-body .vl-home-thumb .btn-area1 span.arrow_btn3 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: var(--ztc-bg-bg-9);
    border-radius: 100%;
    transition: all 0.4s;
    height: 54px;
    width: 54px;
    display: inline-block;
    line-height: 54px;
    text-align: center;
    transform: rotate(-45deg);
}
.homepage7-body .vl-home-thumb .btn-area1 span.arrow_btn3 svg {
    transition: all 0.4s;
}
.homepage7-body .vl-home-thumb a {
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    font-weight: var(--ztc-weight-semibold);
    color: var(--ztc-text-text-5) !important;
    transition: all 0.4s;
    display: block;
    padding-top: 16px;
    text-align: center;
    font-family: var(--ztc-family-font1);
}
.homepage7-body .vl-home-thumb a:hover {
    color: var(--ztc-text-text-7) !important;
    transition: all 0.4s;
}
.homepage7-body .vl-home-thumb:hover .btn-area1 {
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
    top: 50%;
}
.homepage7-body .vl-home-thumb:hover .img1::after {
    transform: scale(1);
    transition: all 0.4s;
    visibility: visible;
    opacity: 0.8;
}
.homepage7-body .header-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
    background: var(--ztc-bg-bg-1);
    border-bottom: 1px solid #dfe1e2;
}
.homepage7-body .header-sticky .header-top-area {
    display: none;
    transition: all 0.4s;
}
.homepage7-body .vl-menu-sidebar-area {
    display: flex;
    align-items: center;
    justify-content: end;
}
.homepage7-body .sidebar-cart {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    background: #2d311a;
    border: 1px solid black;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.homepage7-body .sidebar-cart img {
    width: 55%;
}
.homepage7-body .sidebar-cart span {
    position: absolute;
    top: 4px;
    right: 4px;
    height: 16px;
    width: 16px;
    line-height: 14px;
    background: var(--ztc-bg-bg-5);
    display: inline-block;
    text-align: center;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: black;
}
.homepage7-body .sidebar-cart span a {
    color: #132c12;
    font-size: 12px;
    font-weight: 600;
}
.homepage7-body .menu-line {
    margin: 0px 15px;
}

@keyframes vlfadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.vlfadeInDown {
    animation: vlfadeInDown 1s ease-out forwards;
}

.homepage8-body .home5_padding {
    position: relative;
    z-index: 1;
    left: 50px;
}
.homepage8-body .vl-transparent-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    padding: 0px 0;
}
@media (max-width: 575px) {
    .homepage8-body .vl-transparent-header {
        background: var(--ztc-bg-bg-1);
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage8-body .vl-transparent-header {
        background: var(--ztc-bg-bg-1);
    }
}
.homepage8-body .vl-transparent-header .vl-header-content-area {
    padding: 16px 0px;
}
.homepage8-body .vl-transparent-header .vl-logo img {
    width: 216px;
    height: 48px;
    -o-object-fit: contain;
    object-fit: contain;
}
.homepage8-body .vl-transparent-header .vl-hero-btn .head-btn {
    display: flex;
    align-items: center;
    justify-content: end;
}
.homepage8-body
    .vl-transparent-header
    .vl-hero-btn
    .head-btn
    .search-icon
    a
    img {
    margin: 0 36px 0 0;
}
.homepage8-body .vl-transparent-header .vl-hero-btn .head-btn .search-icon a {
    position: relative;
    z-index: 1;
}
.homepage8-body
    .vl-transparent-header
    .vl-hero-btn
    .head-btn
    .search-icon
    a::after {
    position: absolute;
    content: "";
    height: 28px;
    width: 2px;
    right: 20px;
    background: #dadfe4;
}
.homepage8-body .vl-transparent-header .vl-hero-btn .head-btn .vl-btn-wrap {
    display: flex;
    align-items: center;
}
.homepage8-body
    .vl-transparent-header
    .vl-hero-btn
    .head-btn
    .vl-btn-wrap
    span.icons {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-3);
    border-radius: 50%;
}
.homepage8-body
    .vl-transparent-header
    .vl-hero-btn
    .head-btn
    .vl-btn-wrap
    span.text {
    padding-left: 10px;
}
.homepage8-body
    .vl-transparent-header
    .vl-hero-btn
    .head-btn
    .vl-btn-wrap
    span.text
    span {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px; /* 100% */
    display: block;
    transition: all 0.4s;
    opacity: 80%;
    text-align: start;
    padding-bottom: 8px;
}
.homepage8-body
    .vl-transparent-header
    .vl-hero-btn
    .head-btn
    .vl-btn-wrap
    span.text
    a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 20px;
    display: inline-block;
    transition: all 0.4s;
}
.homepage8-body .vl-main-menu ul {
    text-align: center;
}
.homepage8-body .vl-main-menu ul > li {
    display: inline-block;
    position: relative;
}
.homepage8-body .vl-main-menu ul > li .span-arrow {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}
.homepage8-body .vl-main-menu ul > li a.nav-link.active {
    color: var(--ztc-text-text-7);
    background: none;
    opacity: 70%;
}
.homepage8-body .vl-main-menu ul > li > a {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    display: inline-block;
    position: relative;
    transition: 0.4s;
    padding: 0 16px;
    font-weight: var(--ztc-weight-medium);
}
.homepage8-body .vl-main-menu ul > li:hover a {
    color: var(--ztc-text-text-7);
}
.homepage8-body .vl-main-menu ul > li .sub-menu {
    position: absolute;
    top: 201%;
    width: 220px;
    left: 0;
    background: var(--ztc-bg-bg-1);
    padding: 12px 20px 24px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
    transition: 0.4s;
    border-radius: 4px;
    transform-origin: top;
    transform: scale(1, 0);
}
.homepage8-body .vl-main-menu ul > li .sub-menu::after {
    position: absolute;
    content: "";
    height: 2px;
    left: 0;
    width: 100%;
    background: #4f78f8;
    top: 0;
}
.homepage8-body .vl-main-menu ul > li .sub-menu.menu1 {
    top: 20% !important;
}
.homepage8-body .vl-main-menu ul > li .sub-menu li {
    margin-right: 0;
    display: block;
    text-align: start;
}
.homepage8-body .vl-main-menu ul > li .sub-menu li a {
    color: var(--ztc-text-text-5);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s18);
    position: relative;
    z-index: 1;
    padding: 12px 0 0 0;
    font-weight: var(--ztc-weight-medium);
}
.homepage8-body .vl-main-menu ul > li .sub-menu li a::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 0;
    transition: all 0.4s;
    left: 0;
    bottom: 0;
    background: #4f78f8;
    z-index: 1;
}
.homepage8-body .vl-main-menu ul > li .sub-menu li a:hover::after {
    width: 50%;
    transition: all 0.4s;
}
.homepage8-body .vl-main-menu ul > li .sub-menu li a:before {
    display: none;
}
.homepage8-body .vl-main-menu ul > li .sub-menu li .sub-menu {
    left: 100%;
    top: 201%;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    transform-origin: top;
    transform: scale(1, 0);
}
.homepage8-body .vl-main-menu ul > li .sub-menu li:hover > a {
    color: #4f78f8;
}
.homepage8-body .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 201%;
    transform: scale(1);
}
.homepage8-body .vl-main-menu ul > li:hover a {
    color: #4f78f8;
}
.homepage8-body .vl-main-menu ul > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 201%;
    transform: scale(1);
    transition: all 0.4s;
}
.homepage8-body .vl-main-menu ul > li:hover .vl-mega-menu {
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
    top: 184%;
    transform: scale(1);
}
.homepage8-body .vl-mega-menu {
    position: absolute;
    left: -275px;
    top: 100px;
    width: 1300px;
    background: var(--ztc-bg-bg-1);
    padding: 25px;
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    top: 201.3%;
    transform: scale(1, 0);
    transform-origin: top;
    border-radius: 4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 575px) {
    .homepage8-body .vl-mega-menu {
        width: auto;
        opacity: 1;
        visibility: visible;
        transition: none;
        position: static;
        display: none;
        transform: scale(1);
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .homepage8-body .vl-mega-menu {
        left: -162px;
        width: 1030px;
    }
}
.homepage8-body .vl-home-thumb {
    position: relative;
    z-index: 1;
}
.homepage8-body .vl-home-thumb img {
    box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage8-body .vl-home-thumb img {
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.homepage8-body .vl-home-thumb .img1 {
    position: relative;
    z-index: 1;
}
.homepage8-body .vl-home-thumb .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    transition: all 0.4s;
    top: 0;
    background: var(--ztc-text-text-5);
    border-radius: 4px;
    transform: scale(0.8);
    visibility: hidden;
    opacity: 0;
}
.homepage8-body .vl-home-thumb .btn-area1 {
    position: absolute;
    top: 20%;
    left: 50%;
    transition: all 0.6s;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    margin-top: -43px;
    margin-left: -70px;
}
@media (max-width: 575px) {
    .homepage8-body .vl-home-thumb .btn-area1 {
        margin-top: -50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage8-body .vl-home-thumb .btn-area1 {
        margin-top: -43px;
    }
}
.homepage8-body .vl-home-thumb .btn-area1 .vl-btn1 {
    position: relative;
    color: var(--ztc-text-text-1);
    display: inline-block;
    padding: 18px 62px 18px 18px;
    background: var(--ztc-bg-bg-6);
    border-radius: 140px;
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    z-index: 1;
    border: none;
    transition: 0.3s;
    width: 160px;
}
.homepage8-body .vl-home-thumb .btn-area1 .vl-btn1:hover {
    transition: all 0.4s;
    color: var(--ztc-text-text-2);
}
.homepage8-body .vl-home-thumb .btn-area1 .vl-btn1:hover::after {
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    visibility: visible;
    opacity: 1;
}
.homepage8-body .vl-home-thumb .btn-area1 .vl-btn1:hover span.arrow_btn3 {
    background: var(--ztc-bg-bg-6);
    transition: all 0.4s;
    transform: rotate(0deg);
}
.homepage8-body .vl-home-thumb .btn-area1 .vl-btn1:hover span.arrow_btn3 svg {
    filter: brightness(0) invert(1);
}
.homepage8-body .vl-home-thumb .btn-area1 .vl-btn1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    left: 50%;
    transition: all 0.4s;
    top: 0;
    border-radius: 140px;
    background: var(--ztc-bg-bg-5);
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
.homepage8-body .vl-home-thumb .btn-area1 span.arrow_btn3 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: var(--ztc-bg-bg-9);
    border-radius: 100%;
    transition: all 0.4s;
    height: 54px;
    width: 54px;
    display: inline-block;
    line-height: 54px;
    text-align: center;
    transform: rotate(-45deg);
}
.homepage8-body .vl-home-thumb .btn-area1 span.arrow_btn3 svg {
    transition: all 0.4s;
}
.homepage8-body .vl-home-thumb a {
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    font-weight: var(--ztc-weight-semibold);
    color: var(--ztc-text-text-5) !important;
    transition: all 0.4s;
    display: block;
    padding-top: 16px;
    text-align: center;
    font-family: var(--ztc-family-font1);
}
.homepage8-body .vl-home-thumb a:hover {
    color: var(--ztc-text-text-7) !important;
    transition: all 0.4s;
}
.homepage8-body .vl-home-thumb:hover .btn-area1 {
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
    top: 50%;
}
.homepage8-body .vl-home-thumb:hover .img1::after {
    transform: scale(1);
    transition: all 0.4s;
    visibility: visible;
    opacity: 0.8;
}
.homepage8-body .header-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
    background: var(--ztc-bg-bg-1);
    border-bottom: 1px solid #dfe1e2;
}
.homepage8-body .header-sticky .header-top-area {
    display: none;
    transition: all 0.4s;
}
.homepage8-body .vl-menu-sidebar-area {
    display: flex;
    align-items: center;
    justify-content: end;
}
.homepage8-body .sidebar-cart {
    position: relative;
    display: inline-block;
}
.homepage8-body .sidebar-cart img {
    height: 32px;
    width: 32px;
}
.homepage8-body .sidebar-cart span {
    position: absolute;
    top: 0;
    right: 0;
    height: 16px;
    width: 16px;
    line-height: 14px;
    background: var(--ztc-bg-bg-5);
    display: inline-block;
    text-align: center;
    border-radius: 16px;
}
.homepage8-body .sidebar-cart span a {
    color: #132c12;
    font-size: 12px;
    font-weight: 600;
}
.homepage8-body .menu-line {
    margin: 0px 22px;
}

@keyframes vlfadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.vlfadeInDown {
    animation: vlfadeInDown 1s ease-out forwards;
}

.homepage9-body .home5_padding {
    position: relative;
    z-index: 1;
    left: 50px;
}
.homepage9-body .vl-transparent-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    padding: 0px 0;
}
@media (max-width: 575px) {
    .homepage9-body .vl-transparent-header {
        background: var(--ztc-bg-bg-1);
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage9-body .vl-transparent-header {
        background: var(--ztc-bg-bg-1);
    }
}
.homepage9-body .vl-transparent-header .vl-header-content-area {
    padding: 16px 0px;
}
.homepage9-body .vl-transparent-header .vl-logo img {
    width: 216px;
    height: 48px;
    -o-object-fit: contain;
    object-fit: contain;
}
.homepage9-body .vl-transparent-header .vl-hero-btn .head-btn {
    display: flex;
    align-items: center;
    justify-content: end;
}
.homepage9-body
    .vl-transparent-header
    .vl-hero-btn
    .head-btn
    .search-icon
    a
    img {
    margin: 0 36px 0 0;
}
.homepage9-body .vl-transparent-header .vl-hero-btn .head-btn .search-icon a {
    position: relative;
    z-index: 1;
}
.homepage9-body
    .vl-transparent-header
    .vl-hero-btn
    .head-btn
    .search-icon
    a::after {
    position: absolute;
    content: "";
    height: 28px;
    width: 2px;
    right: 20px;
    background: #dadfe4;
}
.homepage9-body .vl-transparent-header .vl-hero-btn .head-btn .vl-btn-wrap {
    display: flex;
    align-items: center;
}
.homepage9-body
    .vl-transparent-header
    .vl-hero-btn
    .head-btn
    .vl-btn-wrap
    span.icons {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-3);
    border-radius: 50%;
}
.homepage9-body
    .vl-transparent-header
    .vl-hero-btn
    .head-btn
    .vl-btn-wrap
    span.text {
    padding-left: 10px;
}
.homepage9-body
    .vl-transparent-header
    .vl-hero-btn
    .head-btn
    .vl-btn-wrap
    span.text
    span {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px; /* 100% */
    display: block;
    transition: all 0.4s;
    opacity: 80%;
    text-align: start;
    padding-bottom: 8px;
}
.homepage9-body
    .vl-transparent-header
    .vl-hero-btn
    .head-btn
    .vl-btn-wrap
    span.text
    a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 20px;
    display: inline-block;
    transition: all 0.4s;
}
.homepage9-body .vl-main-menu {
    background: red;
    padding: 14px 0;
    border-radius: 100px;
    border: 1px solid #adc893;
    background: linear-gradient(
        90deg,
        rgba(173, 200, 147, 0.3) 0%,
        rgba(85, 143, 108, 0.3) 100%
    );
}
.homepage9-body .vl-main-menu ul {
    text-align: center;
}
.homepage9-body .vl-main-menu ul > li {
    display: inline-block;
    position: relative;
}
.homepage9-body .vl-main-menu ul > li .span-arrow {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}
.homepage9-body .vl-main-menu ul > li a.nav-link.active {
    color: var(--ztc-text-text-7);
    background: none;
    opacity: 70%;
}
.homepage9-body .vl-main-menu ul > li > a {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    display: inline-block;
    position: relative;
    transition: 0.4s;
    padding: 0 16px;
    font-weight: var(--ztc-weight-medium);
}
.homepage9-body .vl-main-menu ul > li:hover a {
    color: var(--ztc-text-text-7);
}
.homepage9-body .vl-main-menu ul > li .sub-menu {
    position: absolute;
    top: 201%;
    width: 220px;
    left: 0;
    background: var(--ztc-bg-bg-1);
    padding: 12px 20px 24px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
    transition: 0.4s;
    border-radius: 4px;
    transform-origin: top;
    transform: scale(1, 0);
}
.homepage9-body .vl-main-menu ul > li .sub-menu::after {
    position: absolute;
    content: "";
    height: 2px;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, #adc893 -36%, #558f6c 100%);
    top: 0;
}
.homepage9-body .vl-main-menu ul > li .sub-menu.menu1 {
    top: 20% !important;
}
.homepage9-body .vl-main-menu ul > li .sub-menu li {
    margin-right: 0;
    display: block;
    text-align: start;
}
.homepage9-body .vl-main-menu ul > li .sub-menu li a {
    color: var(--ztc-text-text-5);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s18);
    position: relative;
    z-index: 1;
    padding: 12px 0 0 0;
    font-weight: var(--ztc-weight-medium);
}
.homepage9-body .vl-main-menu ul > li .sub-menu li a::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 0;
    transition: all 0.4s;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, #adc893 -36%, #558f6c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 1;
}
.homepage9-body .vl-main-menu ul > li .sub-menu li a:hover::after {
    width: 50%;
    transition: all 0.4s;
}
.homepage9-body .vl-main-menu ul > li .sub-menu li a:before {
    display: none;
}
.homepage9-body .vl-main-menu ul > li .sub-menu li .sub-menu {
    left: 100%;
    top: 201%;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    transform-origin: top;
    transform: scale(1, 0);
}
.homepage9-body .vl-main-menu ul > li .sub-menu li:hover > a {
    color: #4f78f8;
}
.homepage9-body .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 201%;
    transform: scale(1);
}
.homepage9-body .vl-main-menu ul > li:hover a {
    background: linear-gradient(180deg, #adc893 -36%, #558f6c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.homepage9-body .vl-main-menu ul > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 201%;
    transform: scale(1);
    transition: all 0.4s;
}
.homepage9-body .vl-main-menu ul > li:hover .vl-mega-menu {
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
    top: 184%;
    transform: scale(1);
}
.homepage9-body .vl-mega-menu {
    position: absolute;
    left: -275px;
    top: 100px;
    width: 1300px;
    background: var(--ztc-bg-bg-1);
    padding: 25px;
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    top: 201.3%;
    transform: scale(1, 0);
    transform-origin: top;
    border-radius: 4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 575px) {
    .homepage9-body .vl-mega-menu {
        width: auto;
        opacity: 1;
        visibility: visible;
        transition: none;
        position: static;
        display: none;
        transform: scale(1);
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .homepage9-body .vl-mega-menu {
        left: -162px;
        width: 1030px;
    }
}
.homepage9-body .vl-home-thumb {
    position: relative;
    z-index: 1;
}
.homepage9-body .vl-home-thumb img {
    box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage9-body .vl-home-thumb img {
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.homepage9-body .vl-home-thumb .img1 {
    position: relative;
    z-index: 1;
}
.homepage9-body .vl-home-thumb .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    transition: all 0.4s;
    top: 0;
    background: var(--ztc-text-text-5);
    border-radius: 4px;
    transform: scale(0.8);
    visibility: hidden;
    opacity: 0;
}
.homepage9-body .vl-home-thumb .btn-area1 {
    position: absolute;
    top: 20%;
    left: 50%;
    transition: all 0.6s;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    margin-top: -43px;
    margin-left: -70px;
}
@media (max-width: 575px) {
    .homepage9-body .vl-home-thumb .btn-area1 {
        margin-top: -50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage9-body .vl-home-thumb .btn-area1 {
        margin-top: -43px;
    }
}
.homepage9-body .vl-home-thumb .btn-area1 .vl-btn1 {
    position: relative;
    color: var(--ztc-text-text-1);
    display: inline-block;
    padding: 18px 62px 18px 18px;
    background: var(--ztc-bg-bg-6);
    border-radius: 140px;
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    z-index: 1;
    border: none;
    transition: 0.3s;
    width: 160px;
}
.homepage9-body .vl-home-thumb .btn-area1 .vl-btn1:hover {
    transition: all 0.4s;
    color: var(--ztc-text-text-2);
}
.homepage9-body .vl-home-thumb .btn-area1 .vl-btn1:hover::after {
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    visibility: visible;
    opacity: 1;
}
.homepage9-body .vl-home-thumb .btn-area1 .vl-btn1:hover span.arrow_btn3 {
    background: var(--ztc-bg-bg-6);
    transition: all 0.4s;
    transform: rotate(0deg);
}
.homepage9-body .vl-home-thumb .btn-area1 .vl-btn1:hover span.arrow_btn3 svg {
    filter: brightness(0) invert(1);
}
.homepage9-body .vl-home-thumb .btn-area1 .vl-btn1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    left: 50%;
    transition: all 0.4s;
    top: 0;
    border-radius: 140px;
    background: var(--ztc-bg-bg-5);
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
.homepage9-body .vl-home-thumb .btn-area1 span.arrow_btn3 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: var(--ztc-bg-bg-9);
    border-radius: 100%;
    transition: all 0.4s;
    height: 54px;
    width: 54px;
    display: inline-block;
    line-height: 54px;
    text-align: center;
    transform: rotate(-45deg);
}
.homepage9-body .vl-home-thumb .btn-area1 span.arrow_btn3 svg {
    transition: all 0.4s;
}
.homepage9-body .vl-home-thumb a {
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    font-weight: var(--ztc-weight-semibold);
    color: var(--ztc-text-text-5) !important;
    transition: all 0.4s;
    display: block;
    padding-top: 16px;
    text-align: center;
    font-family: var(--ztc-family-font1);
}
.homepage9-body .vl-home-thumb a:hover {
    color: var(--ztc-text-text-7) !important;
    transition: all 0.4s;
}
.homepage9-body .vl-home-thumb:hover .btn-area1 {
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
    top: 50%;
}
.homepage9-body .vl-home-thumb:hover .img1::after {
    transform: scale(1);
    transition: all 0.4s;
    visibility: visible;
    opacity: 0.8;
}
.homepage9-body .header-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
    background: var(--ztc-bg-bg-1);
    border-bottom: 1px solid #dfe1e2;
}
.homepage9-body .header-sticky .header-top-area {
    display: none;
    transition: all 0.4s;
}
.homepage9-body .vl-menu-sidebar-area {
    display: flex;
    align-items: center;
    justify-content: end;
}
.homepage9-body .sidebar-cart {
    position: relative;
    display: inline-block;
}
.homepage9-body .sidebar-cart img {
    height: 32px;
    width: 32px;
}
.homepage9-body .sidebar-cart span {
    position: absolute;
    top: 0;
    right: 0;
    height: 16px;
    width: 16px;
    line-height: 13px;
    background: #558f6c;
    display: inline-block;
    text-align: center;
    border-radius: 16px;
}
.homepage9-body .sidebar-cart span a {
    color: #132c12;
    font-size: 12px;
    font-weight: 600;
}
.homepage9-body .menu-line {
    margin: 0px 22px;
}

@keyframes vlfadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.vlfadeInDown {
    animation: vlfadeInDown 1s ease-out forwards;
}

.homepage10-body .home5_padding {
    position: relative;
    z-index: 1;
    left: 50px;
}
.homepage10-body .vl-transparent-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
}
.homepage10-body .vl-transparent-header .vl-header-content-area {
    padding: 16px 0px;
}
.homepage10-body .vl-transparent-header .vl-logo img {
    width: 216px;
    height: 48px;
    -o-object-fit: contain;
    object-fit: contain;
}
.homepage10-body .vl-transparent-header .vl-hero-btn .head-btn {
    display: flex;
    align-items: center;
    justify-content: end;
}
.homepage10-body
    .vl-transparent-header
    .vl-hero-btn
    .head-btn
    .search-icon
    a
    img {
    margin: 0 36px 0 0;
}
.homepage10-body .vl-transparent-header .vl-hero-btn .head-btn .search-icon a {
    position: relative;
    z-index: 1;
}
.homepage10-body
    .vl-transparent-header
    .vl-hero-btn
    .head-btn
    .search-icon
    a::after {
    position: absolute;
    content: "";
    height: 28px;
    width: 2px;
    right: 20px;
    background: #dadfe4;
}
.homepage10-body .vl-transparent-header .vl-hero-btn .head-btn .vl-btn-wrap {
    display: flex;
    align-items: center;
}
.homepage10-body
    .vl-transparent-header
    .vl-hero-btn
    .head-btn
    .vl-btn-wrap
    span.icons {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-3);
    border-radius: 50%;
}
.homepage10-body
    .vl-transparent-header
    .vl-hero-btn
    .head-btn
    .vl-btn-wrap
    span.text {
    padding-left: 10px;
}
.homepage10-body
    .vl-transparent-header
    .vl-hero-btn
    .head-btn
    .vl-btn-wrap
    span.text
    span {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px; /* 100% */
    display: block;
    transition: all 0.4s;
    opacity: 80%;
    text-align: start;
    padding-bottom: 8px;
}
.homepage10-body
    .vl-transparent-header
    .vl-hero-btn
    .head-btn
    .vl-btn-wrap
    span.text
    a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 20px;
    display: inline-block;
    transition: all 0.4s;
}
.homepage10-body .vl-main-menu ul {
    text-align: center;
}
.homepage10-body .vl-main-menu ul > li {
    display: inline-block;
    position: relative;
}
.homepage10-body .vl-main-menu ul > li .span-arrow {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}
.homepage10-body .vl-main-menu ul > li a.nav-link.active {
    color: var(--ztc-text-text-7);
    background: none;
    opacity: 70%;
}
.homepage10-body .vl-main-menu ul > li > a {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    display: inline-block;
    position: relative;
    transition: 0.4s;
    padding: 0 16px;
    font-weight: var(--ztc-weight-medium);
}
.homepage10-body .vl-main-menu ul > li:hover a {
    color: var(--ztc-text-text-7);
}
.homepage10-body .vl-main-menu ul > li .sub-menu {
    position: absolute;
    top: 201%;
    width: 220px;
    left: 0;
    background: var(--ztc-bg-bg-1);
    padding: 12px 20px 24px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
    transition: 0.4s;
    border-radius: 4px;
    transform-origin: top;
    transform: scale(1, 0);
}
.homepage10-body .vl-main-menu ul > li .sub-menu::after {
    position: absolute;
    content: "";
    height: 2px;
    left: 0;
    width: 100%;
    background: #55fc50;
    top: 0;
}
.homepage10-body .vl-main-menu ul > li .sub-menu.menu1 {
    top: 20% !important;
}
.homepage10-body .vl-main-menu ul > li .sub-menu li {
    margin-right: 0;
    display: block;
    text-align: start;
}
.homepage10-body .vl-main-menu ul > li .sub-menu li a {
    color: var(--ztc-text-text-5);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s18);
    position: relative;
    z-index: 1;
    padding: 12px 0 0 0;
    font-weight: var(--ztc-weight-medium);
}
.homepage10-body .vl-main-menu ul > li .sub-menu li a::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 0;
    transition: all 0.4s;
    left: 0;
    bottom: 0;
    background: #55fc50;
    z-index: 1;
}
.homepage10-body .vl-main-menu ul > li .sub-menu li a:hover::after {
    width: 50%;
    transition: all 0.4s;
}
.homepage10-body .vl-main-menu ul > li .sub-menu li a:before {
    display: none;
}
.homepage10-body .vl-main-menu ul > li .sub-menu li .sub-menu {
    left: 100%;
    top: 201%;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    transform-origin: top;
    transform: scale(1, 0);
}
.homepage10-body .vl-main-menu ul > li .sub-menu li:hover > a {
    color: #55fc50;
}
.homepage10-body .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 201%;
    transform: scale(1);
}
.homepage10-body .vl-main-menu ul > li:hover a {
    color: #55fc50;
}
.homepage10-body .vl-main-menu ul > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 180%;
    transform: scale(1);
    transition: all 0.4s;
}
.homepage10-body .vl-main-menu ul > li:hover .vl-mega-menu {
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
    top: 184%;
    transform: scale(1);
}
.homepage10-body .vl-mega-menu {
    position: absolute;
    left: -275px;
    top: 100px;
    width: 1300px;
    background: var(--ztc-bg-bg-1);
    padding: 25px;
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    top: 201.3%;
    transform: scale(1, 0);
    transform-origin: top;
    border-radius: 4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 575px) {
    .homepage10-body .vl-mega-menu {
        width: auto;
        opacity: 1;
        visibility: visible;
        transition: none;
        position: static;
        display: none;
        transform: scale(1);
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .homepage10-body .vl-mega-menu {
        left: -162px;
        width: 1030px;
    }
}
.homepage10-body .vl-home-thumb {
    position: relative;
    z-index: 1;
}
.homepage10-body .vl-home-thumb img {
    box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage10-body .vl-home-thumb img {
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.homepage10-body .vl-home-thumb .img1 {
    position: relative;
    z-index: 1;
}
.homepage10-body .vl-home-thumb .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    transition: all 0.4s;
    top: 0;
    background: var(--ztc-text-text-5);
    border-radius: 4px;
    transform: scale(0.8);
    visibility: hidden;
    opacity: 0;
}
.homepage10-body .vl-home-thumb .btn-area1 {
    position: absolute;
    top: 20%;
    left: 50%;
    transition: all 0.6s;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    margin-top: -43px;
    margin-left: -70px;
}
@media (max-width: 575px) {
    .homepage10-body .vl-home-thumb .btn-area1 {
        margin-top: -50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .homepage10-body .vl-home-thumb .btn-area1 {
        margin-top: -43px;
    }
}
.homepage10-body .vl-home-thumb .btn-area1 .vl-btn1 {
    position: relative;
    color: var(--ztc-text-text-1);
    display: inline-block;
    padding: 18px 62px 18px 18px;
    background: var(--ztc-bg-bg-6);
    border-radius: 140px;
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    z-index: 1;
    border: none;
    transition: 0.3s;
    width: 160px;
}
.homepage10-body .vl-home-thumb .btn-area1 .vl-btn1:hover {
    transition: all 0.4s;
    color: var(--ztc-text-text-2);
}
.homepage10-body .vl-home-thumb .btn-area1 .vl-btn1:hover::after {
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    visibility: visible;
    opacity: 1;
}
.homepage10-body .vl-home-thumb .btn-area1 .vl-btn1:hover span.arrow_btn3 {
    background: var(--ztc-bg-bg-6);
    transition: all 0.4s;
    transform: rotate(0deg);
}
.homepage10-body .vl-home-thumb .btn-area1 .vl-btn1:hover span.arrow_btn3 svg {
    filter: brightness(0) invert(1);
}
.homepage10-body .vl-home-thumb .btn-area1 .vl-btn1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    left: 50%;
    transition: all 0.4s;
    top: 0;
    border-radius: 140px;
    background: var(--ztc-bg-bg-5);
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
.homepage10-body .vl-home-thumb .btn-area1 span.arrow_btn3 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: var(--ztc-bg-bg-9);
    border-radius: 100%;
    transition: all 0.4s;
    height: 54px;
    width: 54px;
    display: inline-block;
    line-height: 54px;
    text-align: center;
    transform: rotate(-45deg);
}
.homepage10-body .vl-home-thumb .btn-area1 span.arrow_btn3 svg {
    transition: all 0.4s;
}
.homepage10-body .vl-home-thumb a {
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    font-weight: var(--ztc-weight-semibold);
    color: var(--ztc-text-text-5) !important;
    transition: all 0.4s;
    display: block;
    padding-top: 16px;
    text-align: center;
    font-family: var(--ztc-family-font1);
}
.homepage10-body .vl-home-thumb a:hover {
    color: var(--ztc-text-text-7) !important;
    transition: all 0.4s;
}
.homepage10-body .vl-home-thumb:hover .btn-area1 {
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
    top: 50%;
}
.homepage10-body .vl-home-thumb:hover .img1::after {
    transform: scale(1);
    transition: all 0.4s;
    visibility: visible;
    opacity: 0.8;
}
.homepage10-body .header-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
}
.homepage10-body .header-sticky .hm10_header_fixxer {
    background: #1c201c;
}
.homepage10-body .header-sticky .header-top-area {
    display: none;
    transition: all 0.4s;
}
.homepage10-body .vl-menu-sidebar-area {
    display: flex;
    align-items: center;
    justify-content: end;
}
.homepage10-body .sidebar-cart {
    position: relative;
    display: inline-block;
}
.homepage10-body .sidebar-cart img {
    height: 32px;
    width: 32px;
}
.homepage10-body .sidebar-cart span {
    position: absolute;
    top: 0;
    right: 0;
    height: 16px;
    width: 16px;
    line-height: 14px;
    background: var(--ztc-bg-bg-5);
    display: inline-block;
    text-align: center;
    border-radius: 16px;
}
.homepage10-body .sidebar-cart span a {
    color: #132c12;
    font-size: 12px;
    font-weight: 600;
}
.homepage10-body .menu-line {
    margin: 0px 22px;
}

@keyframes vlfadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.vlfadeInDown {
    animation: vlfadeInDown 1s ease-out forwards;
}

/*============= WORK CSS AREA ===============*/
.vl-work7-area {
    overflow: hidden;
    /* background: var(--ztc-bg-bg-24); */
}

.vl-work7-content {
    display: flex;
    align-items: center;
}
.vl-work7-content:hover .vl-work7-logos {
    border: 1px solid #031a0b;
    box-shadow: 2px 2px 0 0 #031a0b;
}
.vl-work7-content:hover .vl-work7-logos::after {
    height: 100%;
    transition: 0.4s;
}
.vl-work7-content .vl-work7-logos {
    background: var(--ztc-bg-bg-26);
    overflow: hidden;
    height: 70px;
    width: 70px;
    display: inline-block;
    text-align: center;
    line-height: 70px;
    border-radius: 100%;
    border: 1px solid rgba(3, 26, 11, 0.16);
    margin-right: 14px;
    transition: 0.4s;
    position: relative;
}
.vl-work7-content .vl-work7-logos::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 0%;
    width: 100%;
    border-radius: 100px;
    background: var(--ztc-bg-bg-25);
    transition: 0.4s;
}
.vl-work7-content .vl-work7-logos img {
    height: 35px;
    width: 35px;
    position: relative;
    z-index: 1;
}
.vl-work7-content .vl-work7-text h3 a {
    font-size: var(--ztc-font-size-font-s24);
    line-height: 24px;
    font-weight: 600;
    font-family: var(--ztc-family-font2);
    color: var(--ztc-text-text-26);
    transition: 0.4s;
}
/*.vl-work7-content .vl-work7-text h3 a:hover {*/
/*    color: var(--ztc-text-text-28);*/
/*}*/
.vl-work7-content .vl-work7-text p {
    font-size: var(--ztc-bg-bg-16);
    line-height: 24px;
    font-weight: 500;
    color: var(--ztc-text-text-27);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .vl-work7-content .vl-work7-text p {
        font-size: 15px;
    }
}

.vl-work8-area {
    background: var(--ztc-bg-bg-28);
    overflow: hidden;
}

.work8-thumb {
    position: relative;
    overflow: hidden;
}
.work8-thumb:hover .work8-thumb-content {
    transition: 0.4s;
    visibility: hidden;
    opacity: 0;
}
.work8-thumb:hover .work8-thumb-wrap {
    transition: 0.6s;
    visibility: visible;
    opacity: 1;
}
.work8-thumb:hover .work8-thumb-imgs img {
    border-radius: 12px;
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}
.work8-thumb .work8-thumb-imgs {
    overflow: hidden;
    border-radius: 12px;
}
.work8-thumb .work8-thumb-imgs img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.4s;
}
.work8-thumb .work8-thumb-content {
    position: absolute;
    bottom: 24px;
    left: 18px;
    right: 18px;
    background: var(--ztc-bg-bg-1);
    padding: 30px 24px;
    border-radius: 8px;
    transform: translateX(0px);
    transition: 0.4s;
}
.work8-thumb .work8-thumb-content h2 {
    font-size: var(--ztc-font-size-font-s24);
    font-family: var(--ztc-family-font2);
    line-height: 24px;
    font-weight: 400;
}
@media (max-width: 575px) {
    .work8-thumb .work8-thumb-content h2 {
        font-size: var(--ztc-font-size-font-s20);
        line-height: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .work8-thumb .work8-thumb-content h2 {
        font-size: var(--ztc-font-size-font-s20);
        line-height: 20px;
    }
}

.work8-thumb-wrap {
    position: absolute;
    top: 24px;
    bottom: 24px;
    left: 24px;
    right: 24px;
    background: var(--ztc-bg-bg-1);
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: 0.6s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .work8-thumb-wrap {
        padding: 20px;
    }
}
.work8-thumb-wrap .work8-logos {
    background: var(--ztc-bg-bg-29);
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 8px;
}
.work8-thumb-wrap h3 a {
    color: var(--ztc-text-text-25);
    font-size: var(--ztc-font-size-font-s24);
    line-height: 24px;
    font-weight: 400;
    font-family: var(--ztc-family-font2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .work8-thumb-wrap h3 a {
        font-size: 23px;
    }
}
.work8-thumb-wrap p {
    color: var(--ztc-text-text-30);
    font-size: var(--ztc-font-size-font-s16);
    line-height: 24px;
    font-weight: 400;
}

/*============= OTHERS CSS AREA STARTS ===============*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999999;
    background-color: var(--ztc-bg-bg-4);
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-container,
.loading {
    height: 140px;
    position: relative;
    width: 140px;
    border-radius: 100%;
}

.loading-container {
    margin: 40px auto;
}

.loading {
    border: 1px solid transparent;
    border-color: transparent var(--ztc-text-text-4) transparent
        var(--ztc-text-text-4);
    animation: rotate-loading 1.5s linear 0s infinite normal;
    transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading {
    transition: all 0.5s ease-in-out;
}

#loading-icon {
    position: absolute;
    top: 52%;
    left: 52%;
    transform: translate(-50%, -50%);
    height: 80px;
    width: 80px;
}

@keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.progress-wrap {
    position: fixed;
    right: 35px;
    bottom: 34px;
    height: 56px;
    width: 56px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 200ms linear;
    color: var(--ztc-text-text-1);
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f062";
    text-align: center;
    line-height: 56px;
    font-size: 18px;
    color: #ffffff;
    left: 0;
    top: 0;
    height: 56px;
    width: 56px;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: all 200ms linear;
}

.progress-wrap:hover::after {
    opacity: 0;
    color: var(--ztc-text-text-2);
}

.progress-wrap::before {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f062";
    text-align: center;
    line-height: 56px;
    font-size: 18px;
    opacity: 0;
    left: 0;
    top: 0;
    height: 56px;
    width: 56px;
    cursor: pointer;
    display: block;
    z-index: 2;
    transition: all 200ms linear;
    color: white;
}

.progress-wrap:hover::before {
    opacity: 1;
    color: var(--ztc-text-text-2);
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #ffffff;
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.vl-otherhm4-area {
    overflow: hidden;
}

.otherhm4-box {
    padding: 20px;
    background: var(--ztc-bg-bg-17);
    display: flex;
    border: 1px solid rgba(27, 49, 31, 0.3);
    border-radius: 12px;
    transition: 0.4s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .otherhm4-box {
        display: block;
    }
}
@media (max-width: 575px) {
    .otherhm4-box {
        display: block;
    }
}
.otherhm4-box:hover {
    background: var(--ztc-bg-bg-16);
    border: 1px solid #e7f6ea;
    transition: 0.4s;
}
.otherhm4-box:hover .otherhm4-box-thumb img {
    background: var(--ztc-bg-bg-1);
    border-radius: 8px;
    transition: 0.4s;
}
.otherhm4-box:hover .other-social-link .product4-social-link li a {
    background: var(--ztc-bg-bg-1);
}
.otherhm4-box:hover .other-social-link .product4-social-link li a:hover {
    background: var(--ztc-bg-bg-15);
    transition: all 0.4s;
}
.otherhm4-box:hover .other-social-link .product4-social-link li a:hover img {
    filter: brightness(0) invert(1);
}
.otherhm4-box:hover .other-social-link .product4-social-link li a img {
    filter: brightness(0) invert(0);
}
.otherhm4-box .otherhm4-box-thumb {
    width: 50%;
    background: var(--ztc-bg-bg-16);
    text-align: center;
    border-radius: 8px;
    transition: 0.4s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .otherhm4-box .otherhm4-box-thumb {
        width: 100%;
    }
}
@media (max-width: 575px) {
    .otherhm4-box .otherhm4-box-thumb {
        width: 100%;
    }
}
.otherhm4-box .otherhm4-box-thumb img {
    width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .otherhm4-box .otherhm4-box-thumb img {
        height: 250px;
        -o-object-fit: contain;
        object-fit: contain;
    }
}
.otherhm4-box .otherhm4-box-content {
    padding-left: 24px;
    width: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .otherhm4-box .otherhm4-box-content {
        width: 100%;
        padding-left: 0px;
        margin-top: 20px;
    }
}
@media (max-width: 575px) {
    .otherhm4-box .otherhm4-box-content {
        width: 100%;
        margin-top: 20px;
    }
}
.otherhm4-box .otherhm4-box-content .title a {
    color: var(--ztc-text-text-16);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s24);
    line-height: 24px;
    font-weight: 400;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .otherhm4-box .otherhm4-box-content .title a {
        font-size: 23px;
    }
}
.otherhm4-box .otherhm4-box-content .otherhm4-price {
    color: rgba(0, 0, 0, 0.8);
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
}

.otherhm4-box-thumb.otherhm4-thumb-fix img {
    height: 232px;
    -o-object-fit: contain;
    object-fit: contain;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .otherhm4-box-thumb.otherhm4-thumb-fix img {
        height: 198px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.hm5-popup-area {
    margin-top: -260px;
}
.hm5-popup-area .popup5-thumb {
    background: linear-gradient(90deg, #f58a22 0%, #f8bc1e 100%);
    border-radius: 20px;
    padding: 12px;
    position: relative;
}
.hm5-popup-area .popup5-thumb .popup5-thumb-img img {
    width: 100%;
    height: 530px;
    border-radius: 12px;
    -o-object-fit: cover;
    object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 575px) {
    .hm5-popup-area .popup5-thumb .popup5-thumb-img img {
        height: 400px;
    }
}
.hm5-popup-area .popup5-thumb .vdo-box {
    padding: 8px 16px 8px 8px;
    border-radius: 8px;
    border: 1px solid #f8ad64;
    background: linear-gradient(90deg, #f58a22 0%, #f8bc1e 100%);
    backdrop-filter: blur(3.8017473221px);
    position: absolute;
    bottom: 32px;
    right: 32px;
    display: flex;
    align-items: center;
}
.hm5-popup-area .popup5-thumb .vdo-box .play-icon {
    background: var(--ztc-bg-bg-1);
    height: 46px;
    width: 46px;
    display: inline-block;
    line-height: 46px;
    border-radius: 4px;
    text-align: center;
    margin-right: 6px;
}
.hm5-popup-area .popup5-thumb .vdo-box .play-text a {
    font-size: 20px;
    font-weight: 600;
    color: var(--ztc-text-text-1);
}
.hm5-popup-area .popup5-thumb .element-bee {
    position: absolute;
    top: -40px;
    left: 44%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hm5-popup-area .popup5-thumb .element-bee {
        left: 41%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hm5-popup-area .popup5-thumb .element-bee {
        left: 40%;
    }
}
@media (max-width: 575px) {
    .hm5-popup-area .popup5-thumb .element-bee {
        left: 29%;
    }
}

.vl-others8-top {
    overflow: hidden;
    padding: 130px 0px 0px 0px;
}
.vl-others8-top .others8-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.vl-others8-top .others8-wrap h2 {
    color: var(--ztc-text-text-31);
    font-family: var(--ztc-family-font2);
    font-size: 100px;
    font-weight: 400;
    line-height: 100px;
    text-transform: uppercase;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .vl-others8-top .others8-wrap h2 {
        font-size: 96px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .vl-others8-top .others8-wrap h2 {
        font-size: 70px;
        line-height: 70px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-others8-top .others8-wrap h2 {
        font-size: var(--ztc-font-size-font-s50);
        line-height: 50px;
    }
}
@media (max-width: 575px) {
    .vl-others8-top .others8-wrap h2 {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}
.vl-others8-top .others8-wrap .round-img {
    position: relative;
}
@media (max-width: 575px) {
    .vl-others8-top .others8-wrap .round-img {
        display: none;
    }
}
.vl-others8-top .others8-wrap .round-img .imgs2 {
    position: absolute;
    top: 29%;
    left: 16.2%;
}

.vl-vdo9-area {
    margin-top: -300px;
}
.vl-vdo9-area .vl-vdo9-thumb {
    position: relative;
}
.vl-vdo9-area .vl-vdo9-thumb .vl-vdo9-thumb-img {
    position: relative;
}
.vl-vdo9-area .vl-vdo9-thumb .vl-vdo9-thumb-img::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 24px;
    border-radius: 24px;
    background: linear-gradient(
        180deg,
        rgba(173, 200, 147, 0.5) 0%,
        rgba(85, 143, 108, 0.5) 100%
    );
}
.vl-vdo9-area .vl-vdo9-thumb .vl-vdo9-thumb-img img {
    border-radius: 24px;
    position: relative;
    width: 100%;
}
.vl-vdo9-area .vl-vdo9-thumb .vl-vdo9-play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -65px;
    margin-left: -65px;
}
.vl-vdo9-area .vl-vdo9-thumb .vl-vdo9-play .vdo9-play-icon {
    position: relative;
    height: 130px;
    width: 130px;
    display: inline-block;
    background: var(--ztc-bg-bg-1);
    border-radius: 100%;
    text-align: center;
    line-height: 130px;
}

.hm10-brand-wrap {
    transform: translateY(300px);
}
@media (max-width: 575px) {
    .hm10-brand-wrap {
        transform: inherit;
        margin-top: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hm10-brand-wrap {
        transform: inherit;
        margin-top: 30px;
    }
}

/*============= TEAM CSS AREA ===============*/
.vl-team1-area {
    overflow: hidden;
}

.team1-thumb {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team1-thumb {
        margin-bottom: 30px;
    }
}
.team1-thumb:hover .thumb-content {
    transform: translateX(-38px);
    transition: 0.4s;
}
.team1-thumb:hover .thumb-social {
    bottom: 22px;
    transition: all 0.6s;
}
.team1-thumb .imgs-team {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px;
    transition: all 0.4s;
}
.team1-thumb .thumb-content {
    position: absolute;
    bottom: 20px;
    background: var(--ztc-bg-bg-1);
    padding: 24px;
    border-radius: 12px;
    left: 60px;
    right: 60px;
    transition: 0.4s;
    transform: translateX(0px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .team1-thumb .thumb-content {
        padding: 16px;
    }
}
.team1-thumb .thumb-content .team-user {
    color: var(--ztc-text-text-5);
    font-size: var(--ztc-font-size-font-s20);
    line-height: 20px;
    font-weight: 400;
    font-family: var(--ztc-family-font2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .team1-thumb .thumb-content .team-user {
        font-size: 17px;
    }
}
.team1-thumb .thumb-content .team-user-bio {
    color: var(--ztc-text-text-5);
    font-size: var(--ztc-font-size-font-s16);
    line-height: 16px;
    font-weight: 400;
}
.team1-thumb .thumb-social {
    position: absolute;
    bottom: -250px;
    right: 22px;
    background: var(--ztc-bg-bg-1);
    padding: 8px 8px;
    border-radius: 100px;
    transition: all 0.6s;
}

.vl-team3-area {
    overflow: hidden;
}

.vl-team3-box {
    overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .vl-team3-box {
        height: 465px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-team3-box {
        height: 514px;
    }
}
@media (max-width: 575px) {
    .vl-team3-box {
        height: 530px;
    }
}
.vl-team3-box:hover .team3-box-info {
    transform: translateY(60px);
    transition: 0.4s;
}
.vl-team3-box:hover .team3-hvr_content {
    transform: translateY(0px);
    visibility: visible;
    transition: 0.3s;
}
.vl-team3-box .team3-box-thumb {
    border-radius: 16px;
}
.vl-team3-box .team3-box-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
}
.vl-team3-box .team3-box-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translateY(0px);
    transition: 0.4s;
    margin: 30px 0px 30px 0px;
}
.vl-team3-box .team3-box-info .team3-author-bio h3 a {
    font-family: var(--ztc-family-font2);
    color: var(--ztc-text-text-15);
    font-size: var(--ztc-font-size-font-s24);
    line-height: 24px;
    font-weight: 400;
}
.vl-team3-box .team3-box-info .team3-author-bio p {
    color: rgba(67, 48, 20, 0.8);
    font-size: var(--ztc-font-size-font-s16);
    line-height: 16px;
    font-weight: 400;
}
.vl-team3-box .team3-box-info .team3-author-shear span {
    background: var(--ztc-bg-bg-1);
    height: 48px;
    width: 48px;
    display: inline-block;
    line-height: 48px;
    text-align: center;
    border-radius: 100%;
}
.vl-team3-box .team3-box-info .team3-author-shear span a img {
    height: 24px;
    width: 24px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .vl-team3-box.vl-team9-box {
        height: 456px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 575px) {
    .vl-team3-box.vl-team9-box {
        height: 500px;
    }
}

.team3-hvr_content {
    margin-top: -220px;
    background: var(--ztc-bg-bg-1);
    padding: 30px;
    border-radius: 12px;
    visibility: hidden;
    position: relative;
    z-index: 9;
    transform: translateY(190px);
    transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .team3-hvr_content {
        padding: 20px;
    }
}

.social_link_team3 {
    display: flex;
    justify-content: center;
}
.social_link_team3 li {
    margin: 0px 16px 0px 0px;
}
.social_link_team3 li:hover a {
    background: #c08838;
    transition: 0.4s;
}
.social_link_team3 li:hover a i {
    color: var(--ztc-text-text-1);
    transition: 0.4s;
}
.social_link_team3 li a {
    background: var(--ztc-bg-bg-13);
    transition: 0.4s;
}
.social_link_team3 li a i {
    color: var(--ztc-text-text-15);
    transition: 0.4s;
}

.team3-hvr_author {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.team3-hvr_author .hvr_author-bio h3 a {
    font-family: var(--ztc-family-font2);
    color: var(--ztc-text-text-15);
    font-size: var(--ztc-font-size-font-s24);
    line-height: 24px;
    font-weight: 400;
    transition: 0.4s;
}
.team3-hvr_author .hvr_author-bio h3 a:hover {
    color: var(--ztc-text-text-18);
    transition: 0.4s;
}
.team3-hvr_author .hvr_author-bio p {
    color: rgba(67, 48, 20, 0.8);
    font-size: var(--ztc-font-size-font-s16);
    line-height: 16px;
    font-weight: 400;
}
.team3-hvr_author .hvr_author-shear span {
    background: var(--ztc-bg-bg-12);
    height: 48px;
    width: 48px;
    display: inline-block;
    line-height: 46px;
    text-align: center;
    border-radius: 100%;
}
.team3-hvr_author .hvr_author-shear span a img {
    filter: brightness(0) invert(1);
    height: 24px;
    width: 24px;
}

.vl-team5-area {
    overflow: hidden;
}

.team1-thumb.team5-thumb .thumb-content .team-user {
    color: var(--ztc-text-text-21);
}
.team1-thumb.team5-thumb .thumb-content .team-user-bio {
    color: var(--ztc-text-text-22);
}

.team5-social .social_link li a {
    background: var(--ztc-bg-bg-19);
    transition: all 0.4s;
}
.team5-social .social_link li:hover a {
    background: linear-gradient(90deg, #f58a22 0%, #f8bc1e 100%);
    transition: all 0.4s;
}
.team5-social .social_link li:hover a i {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.team5-arrow {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}
.team5-arrow .prev_arrow {
    height: 54px;
    width: 54px;
    line-height: 54px;
    border-radius: 8px;
    background: var(--ztc-bg-bg-1);
    display: inline-block;
    text-align: center;
    margin-right: 16px;
    transition: 0.4s;
}
.team5-arrow .prev_arrow:hover {
    background: linear-gradient(90deg, #f58a22 0%, #f8bc1e 100%);
    transform: 0.4s;
}
.team5-arrow .prev_arrow:hover img {
    filter: brightness(0) invert(1);
    transition: 0.4s;
}
.team5-arrow .next_arrow {
    height: 54px;
    width: 54px;
    line-height: 54px;
    border-radius: 8px;
    background: var(--ztc-bg-bg-1);
    display: inline-block;
    text-align: center;
    margin-right: 16px;
}
.team5-arrow .next_arrow:hover {
    background: linear-gradient(90deg, #f58a22 0%, #f8bc1e 100%);
    transform: 0.4s;
}
.team5-arrow .next_arrow:hover img {
    filter: brightness(0) invert(1);
    transition: 0.4s;
}

.vl-team6-area {
    overflow: hidden;
    background: var(--ztc-bg-bg-23);
    position: relative;
}

.team6-area-box {
    border-radius: 12px;
    overflow: hidden;
}
.team6-area-box:hover .team6-thumb .team6-social {
    bottom: 24px;
    visibility: visible;
    opacity: 1;
    transition: 0.8s;
}
.team6-area-box:hover .team6-thumb .team6-content {
    transform: translateX(0px);
    transition: 0.4s;
}
.team6-area-box .team6-thumb {
    position: relative;
}
.team6-area-box .team6-thumb .team6-img img {
    border-radius: 12px;
}
.team6-area-box .team6-thumb .team6-content {
    position: absolute;
    right: 34px;
    bottom: 24px;
    padding: 24px 60px 24px 24px;
    border-radius: 12px;
    background: var(--ztc-bg-bg-1);
    transform: translateX(268px);
    z-index: 99;
    transition: 0.4s;
}
.team6-area-box .team6-thumb .team6-content h3 a {
    color: var(--ztc-text-text-23);
    font-size: var(--ztc-font-size-font-s20);
    line-height: 20px;
    font-weight: 400;
    font-family: var(--ztc-family-font2);
}
.team6-area-box .team6-thumb .team6-content p {
    color: rgba(26, 86, 50, 0.8);
    font-size: var(--ztc-font-size-font-s16);
    line-height: 16px;
    font-weight: 400;
}
.team6-area-box .team6-thumb .team6-social {
    position: absolute;
    bottom: -300px;
    left: 24px;
    transition: 0.8s;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
}
.team6-area-box .team6-thumb .team6-social ul li {
    margin-bottom: 4px;
}
.team6-area-box .team6-thumb .team6-social ul li:last-child {
    margin-bottom: 0px;
}
.team6-area-box .team6-thumb .team6-social ul li a {
    height: 44px;
    width: 44px;
    display: inline-block;
    text-align: center;
    line-height: 44px;
    border-radius: 100%;
    background: var(--ztc-bg-bg-1);
    position: relative;
    overflow: hidden;
    transition: 0.4s;
}
.team6-area-box .team6-thumb .team6-social ul li a:hover {
    border: 1px solid var(--ztc-text-text-23);
    box-shadow: 1.5px 1.5px 0 0 #1a5632;
    transition: 0.4s;
}
.team6-area-box .team6-thumb .team6-social ul li a:hover::after {
    height: 100%;
    transition: 0.4s;
}
.team6-area-box .team6-thumb .team6-social ul li a::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 0%;
    width: 100%;
    border-radius: 100px;
    background: var(--ztc-bg-bg-21);
    transition: 0.4s;
}
.team6-area-box .team6-thumb .team6-social ul li a i {
    position: relative;
    z-index: 1;
    color: var(--ztc-text-text-23);
}

.team6-arrow {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.team6-arrow .next-arrow a {
    height: 48px;
    width: 48px;
    line-height: 46px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    background: var(--ztc-bg-bg-1);
    overflow: hidden;
    position: relative;
    transition: 0.4s;
}
.team6-arrow .next-arrow a:hover {
    box-shadow: 1px 2px 0 0 #1a5632;
    transition: 0.4s;
}
.team6-arrow .next-arrow a:hover::after {
    height: 100%;
    transition: 0.4s;
}
.team6-arrow .next-arrow a img {
    position: relative;
    z-index: 1;
}
.team6-arrow .next-arrow a::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 0%;
    width: 100%;
    border-radius: 100px;
    background: var(--ztc-bg-bg-21);
    transition: 0.4s;
}
.team6-arrow .prev-arrow a {
    height: 48px;
    width: 48px;
    line-height: 46px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    background: var(--ztc-bg-bg-1);
    overflow: hidden;
    position: relative;
    transition: 0.4s;
}
.team6-arrow .prev-arrow a:hover {
    box-shadow: 1px 2px 0 0 #1a5632;
    transition: 0.4s;
}
.team6-arrow .prev-arrow a:hover::after {
    height: 100%;
    transition: 0.4s;
}
.team6-arrow .prev-arrow a img {
    position: relative;
    z-index: 1;
}
.team6-arrow .prev-arrow a::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 0%;
    width: 100%;
    border-radius: 100px;
    background: var(--ztc-bg-bg-21);
    transition: 0.4s;
}

.vl-team7-area {
    overflow: hidden;
}

.vl-team7-info:hover .team7-content .team7-shear span {
    border: 1px solid #031a0b;
    box-shadow: 2px 2px 0 0 #031a0b;
    transition: 0.4s;
}
.vl-team7-info:hover .team7-content .team7-shear span::after {
    width: 100%;
    transition: 0.4s;
}
.vl-team7-info:hover .team7-thumb img {
    transform: scale(1.05) rotate(0deg);
    transition: 1s;
}
.vl-team7-info:hover .team7-thumb::after {
    width: 100%;
    transition: 0.4s;
}
.vl-team7-info:hover .team7-social {
    transform: translateX(0px);
    transition: 0.4s;
}

.team7-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    transition: 0.4s;
}
.team7-thumb::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 0%;
    border-radius: 8px;
    background: rgba(3, 26, 11, 0.3);
    transition: 0.4s;
}
.team7-thumb img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
    transform: scale3d(1, 1, 1);
    transition: 1s;
}

.team7-social {
    position: absolute;
    bottom: 24px;
    right: 24px;
    z-index: 1;
    transform: translateX(70px);
    transition: 0.4s;
}
.team7-social ul li {
    margin-bottom: 16px;
}
.team7-social ul li:last-child {
    margin-bottom: 0px;
}
.team7-social ul li a {
    height: 44px;
    width: 44px;
    display: inline-block;
    text-align: center;
    line-height: 44px;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.3);
    position: relative;
    transition: 0.4s;
    overflow: hidden;
}
.team7-social ul li a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 0%;
    width: 100%;
    background: var(--ztc-bg-bg-25);
    border-radius: 100%;
    transition: 0.4s;
}
.team7-social ul li a i {
    position: relative;
    z-index: 1;
    color: var(--ztc-text-text-1);
    transition: 0.4s;
}
.team7-social ul li a:hover {
    border: 1px solid #fff;
    box-shadow: 2px 2px 0 0 #fff;
    transition: 0.4s;
}
.team7-social ul li a:hover::after {
    height: 100%;
    transition: 0.4s;
}
.team7-social ul li a:hover i {
    color: var(--ztc-text-text-25);
    transition: 0.4s;
}

.team7-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.team7-content .team7-bio h3 a {
    color: var(--ztc-text-text-25);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s20);
    line-height: 20px;
    font-weight: 400;
}
.team7-content .team7-shear span {
    background: var(--ztc-bg-bg-26);
    height: 48px;
    width: 48px;
    display: inline-block;
    line-height: 46px;
    text-align: center;
    border-radius: 100%;
    border: 1px solid rgba(3, 26, 11, 0.2);
    transition: 0.4s;
    position: relative;
    overflow: hidden;
}
.team7-content .team7-shear span a {
    position: relative;
    z-index: 1;
}
.team7-content .team7-shear span::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 0%;
    background: var(--ztc-bg-bg-25);
    border-radius: 100%;
    transition: 0.4s;
}

.vl-team9-area {
    overflow: hidden;
    background: var(--ztc-bg-bg-31);
    border-radius: 30px;
    margin: 0px 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .vl-team9-area {
        margin: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-team9-area {
        margin: 0;
        border-radius: 0;
    }
}
@media (max-width: 575px) {
    .vl-team9-area {
        margin: 0;
        border-radius: 0;
    }
}

.team3-box-info.team9-box-info .team3-author-bio h3 a {
    color: var(--ztc-text-text-31);
}

.team3-hvr_author.team9-hvr_author .hvr_author-bio h3 a {
    color: var(--ztc-text-text-31);
    transition: 0.4s;
}
.team3-hvr_author.team9-hvr_author .hvr_author-bio h3 a:hover {
    background: linear-gradient(180deg, #adc893 -36%, #558f6c 100%);
    -webkit-background-clip: text;
    color: transparent;
}
.team3-hvr_author.team9-hvr_author .hvr_author-shear span {
    background: linear-gradient(180deg, #adc893 -36%, #558f6c 100%);
}

.team3-hvr_content.team9-hvr_content ul li a {
    background: var(--ztc-bg-bg-31);
    transition: 0.4s;
}
.team3-hvr_content.team9-hvr_content ul li a:hover {
    background: linear-gradient(180deg, #adc893 -36%, #558f6c 100%);
    transition: 0.4s;
}
.team3-hvr_content.team9-hvr_content ul li a:hover i {
    color: var(--ztc-text-text-1);
    transition: 0.4s;
}
.team3-hvr_content.team9-hvr_content ul li a i {
    color: var(--ztc-text-text-31);
    transition: 0.4s;
}

.team-inner-content {
    background: var(--ztc-bg-bg-22);
}

.team-details-inner-visionary .sub_ttl {
    font-size: var(--ztc-font-size-font-s18);
    color: rgba(26, 86, 50, 0.8);
    line-height: 18px;
    font-weight: 400;
}
.team-details-inner-visionary .title {
    color: var(--ztc-text-text-23);
    font-family: var(--ztc-family-font2);
    font-weight: 400;
    font-size: var(--ztc-font-size-font-s44);
    line-height: 44px;
    text-transform: capitalize;
}

.team-details-mobile {
    display: flex;
}
.team-details-mobile .logos {
    background: var(--ztc-bg-bg-20);
    width: 60px;
    height: 60px;
    line-height: 58px;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    margin-right: 16px;
}
.team-details-mobile .mobile-content h3 {
    color: rgba(26, 86, 50, 0.8);
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    font-weight: 400;
}
.team-details-mobile .mobile-content ul li a {
    color: var(--ztc-text-text-23);
    font-size: var(--ztc-font-size-font-s18);
    line-height: 26px;
    font-weight: 400;
}

.team-details-inr-thumb img {
    border-radius: 12px;
    width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 575px) {
    .team-details-inr-thumb img {
        margin-top: 30px;
    }
}

.team-details-share {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.team-details-share .share-logo {
    height: 60px;
    width: 60px;
    line-height: 58px;
    display: inline-block;
    border: 1px solid #1a5632;
    box-shadow: 2px 2px 0 0 #1a5632;
    text-align: center;
    border-radius: 100%;
    background: var(--ztc-bg-bg-21);
}

.team-inr-social ul li {
    display: inline-block;
    margin-right: 6px;
}
.team-inr-social ul li:last-child {
    margin-right: 0px;
}
.team-inr-social ul li a {
    height: 48px;
    width: 48px;
    display: inline-block;
    text-align: center;
    line-height: 48px;
    background: var(--ztc-bg-bg-20);
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    transition: 0.4s;
}
.team-inr-social ul li a::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 0%;
    width: 100%;
    border-radius: 100px;
    background: var(--ztc-bg-bg-21);
    transition: 0.4s;
}
.team-inr-social ul li a:hover {
    border: 1px solid #1a5632;
    box-shadow: 2px 2px 0 0 #1a5632;
}
.team-inr-social ul li a:hover::after {
    height: 100%;
    transition: 0.4s;
}
.team-inr-social ul li a i {
    position: relative;
    z-index: 1;
    color: var(--ztc-text-text-1);
}

.team-details-inner-about {
    background: var(--ztc-bg-bg-23);
}

.team-details-others {
    background: var(--ztc-bg-bg-23);
    padding-bottom: 100px;
}

.vl-history-inr-gwrap.team-details-inr-gwrap .vl-history-inr-gwrap-box::after {
    height: 70px;
}
.vl-history-inr-gwrap.team-details-inr-gwrap .vl-history-inr-gwrap-box {
    padding-top: 100px;
}

.team-details-inner-about-info h3 {
    font-family: var(--ztc-family-font2);
    color: var(--ztc-text-text-23);
    font-size: var(--ztc-font-size-font-s32);
    font-weight: 400;
    line-height: 32px;
}

.tp-team-sm-title {
    color: var(--ztc-text-text-23);
    font-family: var(--ztc-family-font2);
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
}

.progress-fix {
    border: 1px solid #1a5632;
    border-radius: 100px;
    overflow: hidden;
}

.tp-skill-item label {
    font-size: 18px;
    font-family: var(--ztc-family-font2);
    font-weight: 400;
    color: var(--ztc-text-text-23);
    margin-bottom: 16px;
}
.tp-skill-item .progress-bar {
    background-color: var(--ztc-bg-bg-21);
    border-radius: 100px;
}
.tp-skill-item .progress,
.tp-skill-item .progress-stacked {
    height: 12px;
    background-color: var(--ztc-bg-bg-20);
    border-radius: 4px;
}

.progress-outer {
    background: #e7e7e7;
    border-radius: 100px;
    position: relative;
}
.progress-num {
    position: absolute;
    left: calc(25% - 31px);
    top: -36px;
    color: var(--ztc-text-text-23);
    font-family: var(--ztc-family-font2);
    padding: 6px 5px;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
}

.tpSkillInLeft {
    opacity: 0; /* Start invisible */
    animation: tpSkillInLeft 2s ease-out forwards; /* 2 seconds duration, ease-out effect */
}

@keyframes tpSkillInLeft {
    0% {
        opacity: 0;
        transform: translateX(-300px); /* Start slightly to the left */
    }
    100% {
        opacity: 1;
        transform: translateX(0); /* End at original position */
    }
}
/*============= FAQ CSS AREA ===============*/
.vl-faq-area {
    overflow: hidden;
    position: relative;
}
.vl-faq-area::before {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    width: 50%;
    height: 100%;
    background: var(--ztc-bg-bg-4);
}
.vl-faq-area::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    background: var(--ztc-bg-bg-3);
}

.faq-header {
    padding-left: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-header {
        padding-left: 20px;
    }
}
@media (max-width: 575px) {
    .faq-header {
        padding-left: 20px;
        margin-top: 30px;
    }
}
.faq-header .subtitle {
    color: var(--ztc-text-text-5);
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    font-weight: 400;
    text-transform: uppercase;
}
.faq-header .subtitle img {
    width: 56px;
    height: 24px;
    margin: 0px 4px 2px 0px;
}
.faq-header .title {
    color: var(--ztc-text-text-5);
    font-size: var(--ztc-font-size-font-s44);
    line-height: 52px;
    font-weight: 400;
    font-family: var(--ztc-family-font2);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-header .title {
        font-size: 34px;
        line-height: 44px;
    }
}
.faq-header .pera-text {
    font-size: var(--ztc-font-size-font-s16);
    color: var(--ztc-text-text-8);
    line-height: 24px;
    font-weight: 400;
}

.vl-faq-info {
    position: relative;
    z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-faq-info {
        margin-right: 20px;
    }
}

.counter_boxes_area {
    padding: 0 80px 0 0;
}
@media (max-width: 575px) {
    .counter_boxes_area {
        padding: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .counter_boxes_area {
        padding: 0;
    }
}

.vl-faq-info-content {
    position: relative;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-faq-info-content {
        padding: 12px;
    }
}
.vl-faq-info-content .vl-faq-icon {
    background: var(--ztc-bg-bg-1);
    display: inline-block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 100%;
}
.vl-faq-info-content h2 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s44);
    line-height: 44px;
    font-weight: 400;
}
.vl-faq-info-content p {
    color: var(--ztc-text-text-1);
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    font-weight: 400;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .vl-faq-info-content p {
        font-size: 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-faq-info-content p {
        font-size: 14px;
    }
}

.vl-faq-info-content.box1 {
    margin-bottom: 30px;
}

.vl-faq6-area {
    overflow: hidden;
    background: var(--ztc-bg-bg-22);
}

.faq6-thumb {
    border-radius: 12px;
}
.faq6-thumb img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px;
}

.vl-faq6 .vl-accordion-item {
    background: var(--ztc-bg-bg-21);
    color: var(--ztc-text-text-23);
    border-radius: 40px;
    margin-bottom: 20px;
}
.vl-faq6 .vl-accordion-item .accordion-button {
    color: var(--ztc-text-text-1);
}
.vl-faq6 .vl-accordion-item .accordion-button.collapsed {
    border-radius: 200px;
    background: var(--ztc-bg-bg-22);
    color: var(--ztc-text-text-23);
    border: 1px solid #1a5632;
}
.vl-faq6 .vl-accordion-item .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: rgba(255, 255, 255, 0);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
    font-family: var(--ztc-family-font2);
    padding: 24px 20px;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    color: var(--ztc-text-text-2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    (max-width: 575px) {
    .vl-faq6 .vl-accordion-item .accordion-button {
        font-size: 17px;
    }
}
@media (max-width: 575px) {
    .vl-faq6 .vl-accordion-item .accordion-button {
        padding: 14px;
    }
}
.vl-faq6 .vl-accordion-item .accordion-button:focus {
    box-shadow: none;
}
.vl-faq6 .vl-accordion-item .accordion-button:not(.collapsed) {
    box-shadow: inherit;
}
.vl-faq6 .vl-accordion-item .accordion-button span {
    color: rgba(26, 86, 50, 0.3);
    font-family: var(--ztc-family-font2);
    font-size: 32px;
    line-height: 32px;
    font-weight: 400;
    text-transform: capitalize;
    margin-right: 24px;
}
@media (max-width: 575px) {
    .vl-faq6 .vl-accordion-item .accordion-button span {
        margin-right: 8px;
    }
}
.vl-faq6 .vl-accordion-item .accordion-body {
    padding: 24px 20px;
    padding-top: 0;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
.vl-faq6 .vl-accordion-item .accordion-body-2 {
    font-weight: 400;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    (max-width: 575px) {
    .vl-faq6 .vl-accordion-item .accordion-body br {
        display: none;
    }
}
.vl-faq6 .vl-accordion-item .accordion-button:not(.collapsed) {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: var(--vkl-text-text-white);
    padding-bottom: 18px;
}
.vl-faq6 .vl-accordion-item .accordion-button:not(.collapsed) span.vl-faqarrow {
    background: var(--ztc-bg-bg-1);
    color: var(--ztc-text-text-23);
    height: 30px;
    width: 30px;
    line-height: 35px;
    border-radius: 50px;
    text-align: center;
    position: absolute;
    right: 25px;
    border: 2px solid #1a5632;
}
@media (max-width: 575px) {
    .vl-faq6
        .vl-accordion-item
        .accordion-button:not(.collapsed)
        span.vl-faqarrow {
        right: 2px;
    }
}
.vl-faq6
    .vl-accordion-item
    .accordion-button:not(.collapsed)
    span.vl-faqarrow-2 {
    height: 30px;
    width: 30px;
    line-height: 30px;
    transform: rotate(-180deg);
    transition: 0.4s;
}
@media (max-width: 575px) {
    .vl-faq6
        .vl-accordion-item
        .accordion-button:not(.collapsed)
        span.vl-faqarrow-2 {
        height: 36px;
        width: 36px;
        line-height: 40px;
    }
}
.vl-faq6 .vl-accordion-item .accordion-body .para:not(.collapsed) {
    color: var(--ztc-text-text-23);
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
.vl-faq6 .vl-accordion-item span.vl-faqarrow {
    background: var(--ztc-bg-bg-21);
    color: var(--ztc-text-text-23);
    font-size: 18px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50px;
    text-align: center;
    position: absolute;
    right: 25px;
    transition: 0.4s;
}
@media (max-width: 575px) {
    .vl-faq6 .vl-accordion-item span.vl-faqarrow {
        right: 2px;
    }
}
.vl-faq6 .accordion-button::after {
    display: none;
}

.vl-faq9-area {
    overflow: hidden;
}

.faq9-thumb img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
}

.vl-faq-inner .vl-accordion-item {
    background: linear-gradient(180deg, #adc893 -36%, #558f6c 100%);
    color: var(--ztc-text-text-1);
    border-radius: 16px;
    margin-bottom: 20px;
}
.vl-faq-inner .vl-accordion-item .accordion-button {
    color: var(--ztc-text-text-1);
}
.vl-faq-inner .vl-accordion-item .accordion-button.collapsed {
    border-radius: 16px;
    background: var(--ztc-bg-bg-31);
    color: var(--ztc-text-text-31);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}
.vl-faq-inner .vl-accordion-item .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    text-align: left;
    background-color: rgba(255, 255, 255, 0);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
    padding: 32px 24px;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    font-family: var(--ztc-family-font2);
    color: var(--ztc-text-text-2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    (max-width: 575px) {
    .vl-faq-inner .vl-accordion-item .accordion-button {
        font-size: 17px;
    }
}
.vl-faq-inner .vl-accordion-item .accordion-button:focus {
    box-shadow: none;
}
.vl-faq-inner .vl-accordion-item .accordion-button:not(.collapsed) {
    box-shadow: inherit;
}
.vl-faq-inner .vl-accordion-item .accordion-body {
    padding: 24px 20px;
    padding-top: 0;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}
.vl-faq-inner .vl-accordion-item .accordion-body-2 {
    font-weight: 500;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    (max-width: 575px) {
    .vl-faq-inner .vl-accordion-item .accordion-body br {
        display: none;
    }
}
.vl-faq-inner .vl-accordion-item .accordion-button:not(.collapsed) {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: var(--vkl-text-text-white);
    padding-bottom: 18px;
}
.vl-faq-inner
    .vl-accordion-item
    .accordion-button:not(.collapsed)
    span.vl-faqarrow {
    border: 1px solid #fff;
    color: var(--ztc-text-text-1);
    height: 30px;
    width: 30px;
    line-height: 35px;
    border-radius: 50px;
    text-align: center;
    position: absolute;
    right: 25px;
    transition: 0.4s;
}
@media (max-width: 575px) {
    .vl-faq-inner
        .vl-accordion-item
        .accordion-button:not(.collapsed)
        span.vl-faqarrow {
        right: 2px;
    }
}
.vl-faq-inner
    .vl-accordion-item
    .accordion-button:not(.collapsed)
    span.vl-faqarrow-2 {
    height: 32px;
    width: 32px;
    line-height: 32px;
    transform: rotate(-180deg);
}
@media (max-width: 575px) {
    .vl-faq-inner
        .vl-accordion-item
        .accordion-button:not(.collapsed)
        span.vl-faqarrow-2 {
        height: 32px;
        width: 32px;
        line-height: 32px;
    }
}
.vl-faq-inner .vl-accordion-item .accordion-body .para:not(.collapsed) {
    color: var(--ztc-text-text-1);
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
.vl-faq-inner .vl-accordion-item span.vl-faqarrow {
    border: 1px solid #141b34;
    color: var(--ztc-text-text-33);
    height: 30px;
    width: 30px;
    line-height: 35px;
    border-radius: 50px;
    text-align: center;
    position: absolute;
    right: 25px;
    transition: 0.4s;
}
@media (max-width: 575px) {
    .vl-faq-inner .vl-accordion-item span.vl-faqarrow {
        right: 2px;
    }
}
.vl-faq-inner .vl-accordion-item span.vl-faqarrow-2 {
    height: 32px;
    width: 32px;
    line-height: 32px;
    font-size: 18px;
}
@media (max-width: 575px) {
    .vl-faq-inner .vl-accordion-item span.vl-faqarrow-2 {
        height: 36px;
        width: 36px;
        line-height: 40px;
    }
}
.vl-faq-inner .vl-accordion-item span.vl-faqarrow-3 {
    color: var(--ztc-text-text-5);
    background: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .vl-faq-inner .vl-accordion-item span.vl-faqarrow-3 {
        right: -5px;
    }
}
.vl-faq-inner .accordion-button::after {
    display: none;
}

/*============= CONTACT CSS AREA ===============*/
.vl-contact2-area {
    overflow: hidden;
    background: var(--ztc-bg-bg-11);
    border-radius: 16px;
    margin: 0px 30px;
}
@media (max-width: 575px) {
    .vl-contact2-area {
        margin: 0px 10px;
    }
}

.contact2-info-mobile {
    background: var(--ztc-bg-bg-1);
    padding: 30px;
    border-radius: 16px;
}
.contact2-info-mobile .contact2-mobile-content {
    display: flex;
    align-items: center;
}
.contact2-info-mobile
    .contact2-mobile-content:hover
    .contact2-mobile-logo
    a
    svg {
    transform: rotateY(180deg);
    transition: 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 575px) {
    .contact2-info-mobile .contact2-mobile-content {
        display: inline-block;
    }
}
.contact2-info-mobile .contact2-mobile-content .contact2-mobile-logo {
    background: var(--ztc-bg-bg-10);
    height: 60px;
    max-width: 60px;
    width: 100%;
    display: inline-block;
    line-height: 60px;
    text-align: center;
    border-radius: 100%;
    margin-right: 26px;
    transition: 0.4s;
}
.contact2-info-mobile .contact2-mobile-content .contact2-mobile-text h3 a {
    color: rgba(2, 49, 24, 0.8);
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    font-weight: 400;
}
.contact2-info-mobile .contact2-mobile-content .contact2-mobile-text ul li a {
    color: var(--ztc-text-text-10);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: 400;
    line-height: 26px;
}

.vl-contact2-banner {
    border-radius: 16px;
}
.vl-contact2-banner img {
    width: 100%;
    height: 224px;
    border-radius: 16px;
    -o-object-fit: cover;
    object-fit: cover;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .vl-contact2-banner img {
        height: 250px;
    }
}

.contact2-form-area {
    background: var(--ztc-bg-bg-10);
    padding: 30px;
    border-radius: 16px;
}
@media (max-width: 575px) {
    .contact2-form-area {
        padding: 26px 13px;
    }
}
.contact2-form-area .title {
    font-family: var(--ztc-family-font2);
    color: var(--ztc-text-text-1);
    font-size: var(--ztc-font-size-font-s24);
    line-height: 24px;
    font-weight: var(400);
}
.contact2-form-area .pera_text {
    color: rgba(255, 255, 255, 0.8);
    font-size: var(--ztc-font-size-font-s16);
    line-height: 24px;
    font-weight: 400;
}
.contact2-form-area form input {
    color: rgba(255, 255, 255, 0.8);
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.12);
    padding: 16px 0px 16px 12px;
    width: 100%;
}
.contact2-form-area form input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8);
}
.contact2-form-area form input::placeholder {
    color: rgba(255, 255, 255, 0.8);
}
.contact2-form-area form textarea {
    color: rgba(255, 255, 255, 0.8);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.12);
    padding: 16px 16px;
    width: 100%;
    height: 210px;
}
.contact2-form-area form textarea::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8);
}
.contact2-form-area form textarea::placeholder {
    color: rgba(255, 255, 255, 0.8);
}
.contact2-form-area .form1-select .nice-select {
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.12);
    padding: 16px 14px;
    height: 57px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.8);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-medium);
}
.contact2-form-area .form1-select .nice-select ul {
    background: var(--ztc-bg-bg-1);
}
.contact2-form-area .form1-select .nice-select ul li {
    color: var(--ztc-text-text-5);
}
.contact2-form-area .form1-select .nice-select::after {
    height: 10px;
    margin-top: -6px;
    right: 14px;
    width: 10px;
}

.contact2-form-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 575px) {
    .contact2-form-bottom {
        display: block;
    }
}
.contact2-form-bottom h3 {
    color: rgba(255, 255, 255, 0.8);
    font-size: var(--ztc-font-size-font-s16);
    line-height: 18px;
    font-weight: 400;
}
.contact2-form-bottom h3 img {
    margin-right: 12px;
}

.qoute7-wrap {
    border: 20px solid var(--ztc-bg-bg-1);
    border-radius: 16px;
}

.qoute7-left {
    background: var(--ztc-bg-bg-1);
    border: 1px solid #fff;
}

.qoute7-heading h3 {
    color: var(--ztc-text-text-26);
    font-size: var(--ztc-font-size-font-s14);
    line-height: 24px;
    font-weight: 400;
    padding: 3px 16px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 30px;
    border: 1px solid rgba(136, 217, 69, 0.3);
    background: rgba(136, 217, 69, 0.1);
    box-shadow: 0 4px 12px 0 rgba(136, 217, 69, 0.2) inset;
    backdrop-filter: blur(2px);
    text-align: center;
}
@media (max-width: 575px) {
    .qoute7-heading h3 {
        font-size: var(--ztc-font-size-font-s16);
        line-height: 16px;
    }
    .contact2-form-area .title {
        font-size: var(--ztc-font-size-font-s20);
        font-weight: 600;
    }
}
.qoute7-heading h3 img {
    margin-right: 12px;
}
.qoute7-heading h2 {
    font-family: var(--ztc-family-font2);
    color: var(--ztc-text-text-26);
    font-size: var(--ztc-font-size-font-s28);
    line-height: 35px;
    font-weight: 400;
}
@media (max-width: 575px) {
    .qoute7-heading h2 {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}

.qoute7-form form {
    padding: 0px 20px 0px 0px;
}
.qoute7-form form .input-text {
    grid-template-columns: 1fr 1fr;
    display: grid;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}
@media (max-width: 575px) {
    .qoute7-form form .input-text {
        display: block;
        margin-bottom: 20px;
    }
}
.qoute7-form form .input-text input {
    color: var(--ztc-text-text-27);
    border-radius: 100px;
    border: 1px solid rgba(136, 217, 69, 0.3);
    background: var(--ztc-bg-bg-26);
    padding: 6px 19px;
    width: 100%;
}
@media (max-width: 575px) {
    .qoute7-form form .input-text input {
        margin-bottom: 20px;
    }
}
.qoute7-form form .input-text input::-moz-placeholder {
    color: var(--ztc-text-text-27);
}
.qoute7-form form .input-text input::placeholder {
    color: var(--ztc-text-text-27);
}
.qoute7-form form textarea {
    color: var(--ztc-text-text-27);
    border-radius: 8px;
    border: 1px solid rgba(136, 217, 69, 0.3);
    background: var(--ztc-bg-bg-26);
    padding: 14px 14px;
    resize: none;
    height: 100px;
    width: 100%;
    display: block;
}
@media (max-width: 575px) {
    .qoute7-form form textarea {
        margin-top: 20px;
    }
}
.qoute7-form form textarea::-moz-placeholder {
    color: var(--ztc-text-text-27);
}
.qoute7-form form textarea::placeholder {
    color: var(--ztc-text-text-27);
}

.qoute7-select .nice-select {
    border-radius: 100px;
    border: 1px solid rgba(136, 217, 69, 0.3);
    background: var(--ztc-bg-bg-26);
    padding: 6px 14px;
    height: 41px;
    line-height: 26px;
    color: var(--ztc-text-text-27);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-medium);
}

.qoute7-select .nice-select::after {
    height: 10px;
    margin-top: -6px;
    right: 14px;
    width: 10px;
}

.vl-contact-inr-area {
    background: #f4f7f5;
}

.contact2-info-mobile.contact-inr-fix {
    background: var(--ztc-bg-bg-23);
    position: relative;
}
@media (max-width: 575px) {
    .contact2-info-mobile.contact-inr-fix {
        margin-top: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact2-info-mobile.contact-inr-fix {
        margin-top: 30px;
    }
}

.contact-box-inr-shape {
    position: absolute;
    right: 0;
    bottom: 0;
}

.vl-contact_inner-map-area {
    margin-bottom: -8px;
}
.vl-contact_inner-map-area iframe {
    width: 100%;
    height: 400px;
}
@media (max-width: 575px) {
    .vl-contact_inner-map-area iframe {
        height: 200px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-contact_inner-map-area iframe {
        height: 300px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .vl-contact_inner-map-area iframe {
        height: 400px;
    }
}

/*============= CTA CSS AREA ===============*/
.vl-cta4-area {
    overflow: hidden;
    padding-bottom: 100px;
}

.cta4-area-info {
    background: var(--ztc-bg-bg-16);
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

.cta4-area-shape1 {
    position: absolute;
    right: -70%;
    top: -10%;
}

.cta4-area-shape2 {
    position: absolute;
    left: -10%;
    bottom: -36%;
}
@media (max-width: 575px) {
    .cta4-area-shape2 {
        z-index: -1;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta4-area-shape2 {
        display: none;
    }
}

/*============= TESTIMONIAL CSS AREA ===============*/
.vl-testimonial1-area {
    overflow: hidden;
}

.testimonial1_thumb {
    border-radius: 12px;
}
.testimonial1_thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px;
}

.testimonial1-info {
    margin-left: -70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 575px) {
    .testimonial1-info {
        margin: 30px 0px 0px 0px;
    }
}

.testimonial1-author-area {
    padding: 24px;
    text-align: center;
    border-radius: 12px;
}
.testimonial1-author-area .testimonial1-text {
    font-size: var(--ztc-font-size-font-s18);
    color: var(--ztc-text-text-1);
    line-height: 26px;
    font-weight: 400;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial1-author-area .testimonial1-text {
        font-size: 17px;
    }
}
.testimonial1-author-area .author_info_area .author_name {
    color: var(--ztc-text-text-1);
    font-size: var(--ztc-font-size-font-s24);
    line-height: 24px;
    font-weight: 400;
    font-family: var(--ztc-family-font2);
}
.testimonial1-author-area .author_info_area .author_bio {
    color: var(--ztc-text-text-1);
    font-size: var(--ztc-font-size-font-s16);
    line-height: 16px;
    font-weight: 400;
}
.testimonial1-author-area .author_info_area .author_list ul li {
    display: inline-block;
    margin: 0px 12px 0px 0px;
}
.testimonial1-author-area .author_info_area .author_list ul li:last-child {
    margin: 0px;
}
.testimonial1-author-area .author_info_area .author_list ul li img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

.author_active img {
    width: 70px !important;
    height: 70px !important;
    border: 2px solid var(--ztc-bg-bg-1);
}

.vl-testimonial2-area {
    overflow: hidden;
    background: var(--ztc-bg-bg-11);
    border-radius: 16px;
    margin: 0px 30px;
}
@media (max-width: 575px) {
    .vl-testimonial2-area {
        margin: 0px 10px;
    }
    .btn2-home7,
    .btn3-home7 {
        padding: 8px 16px;
    }
    .hero7-area {
        padding: 50px 0px;
        margin-top: 105px;
        margin-left: 5px;
        margin-right: 5px;
    }
}

.testimonial2-info {
    background: var(--ztc-bg-bg-1);
    padding: 30px;
    border-radius: 16px;
    transition: 0.4s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial2-info {
        margin-top: 0px;
    }
}
.testimonial2-info:hover {
    background: var(--ztc-bg-bg-10);
    transition: 0.4s;
}
.testimonial2-info:hover .star_icon_2 ul li i {
    color: var(--ztc-text-text-14);
    transition: 0.4s;
}
.testimonial2-info:hover .pera_text {
    color: var(--ztc-text-text-1);
    transition: 0.4s;
}
.testimonial2-info:hover .testimonial2-bio .bio-imgs {
    transform: rotateY(180deg);
    transition: 0.4s;
}
.testimonial2-info:hover .testimonial2-bio .bio-info h3 a {
    color: var(--ztc-text-text-1);
    transition: 0.4s;
}
.testimonial2-info:hover .testimonial2-bio .bio-info p {
    color: var(--ztc-text-text-1);
    transition: 0.4s;
}
.testimonial2-info .pera_text {
    color: rgba(2, 49, 24, 0.8);
    font-size: var(--ztc-font-size-font-s18);
    line-height: 26px;
    font-weight: 400;
    transition: 0.4s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .testimonial2-info .pera_text {
        font-size: 17px;
    }
}
.testimonial2-info .testimonial2-bio {
    display: flex;
    align-items: center;
}
.testimonial2-info .testimonial2-bio .bio-imgs {
    margin-right: 16px;
    transition: 0.4s;
}
.testimonial2-info .testimonial2-bio .bio-imgs img {
    height: 48px;
    width: 48px;
}
.testimonial2-info .testimonial2-bio .bio-info h3 a {
    color: var(--ztc-text-text-10);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s20);
    font-weight: 400;
    line-height: 20px;
    transition: 0.4s;
}
.testimonial2-info .testimonial2-bio .bio-info p {
    color: rgba(2, 49, 24, 0.8);
    font-size: var(--ztc-font-size-font-s16);
    line-height: 16px;
    font-weight: 400;
    transition: 0.4s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial2-thumb {
        margin: 20px 0px 20px 0px;
    }
}
.testimonial2-thumb {
    border-radius: 16px;
}
.testimonial2-thumb img {
    width: 100%;
    height: 654px;
    border-radius: 16px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .testimonial2-thumb img {
        height: 664px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial2-thumb img {
        height: 500px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.vl-testimonial3-area {
    overflow: hidden;
}

.testimonial_click_boxarea {
    margin-bottom: 16px;
    background: var(--ztc-bg-bg-13);
    padding: 20px;
    border-radius: 12px;
}
.testimonial_click_boxarea .testimonial_click_user_wrap {
    display: flex;
    justify-content: space-between;
}
.testimonial_click_boxarea .testimonial_click_user_bio h3 a {
    color: var(--ztc-text-text-15);
    font-size: var(--ztc-font-size-font-s20);
    font-weight: 400;
    line-height: 20px;
    font-family: var(--ztc-family-font2);
}
.testimonial_click_boxarea .testimonial_click_user_bio p {
    color: rgba(67, 48, 20, 0.8);
    font-size: var(--ztc-font-size-font-s16);
    line-height: 16px;
    font-weight: 400;
}

.testimonial_main-content_boxarea
    .testimonial_content_boxarea
    .testimonial_main_img
    img {
    border-radius: 12px;
    width: 100%;
    height: 472px;
    -o-object-fit: cover;
    object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 575px) {
    .testimonial_main-content_boxarea
        .testimonial_content_boxarea
        .testimonial_main_img
        img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        margin-bottom: 30px;
    }
}
.testimonial_main-content_boxarea
    .testimonial_content_boxarea
    .content_testimonial_area {
    background: var(--ztc-bg-bg-13);
    padding: 50px 30px 50px 30px;
    border-radius: 12px;
    height: 470px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 575px) {
    .testimonial_main-content_boxarea
        .testimonial_content_boxarea
        .content_testimonial_area {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .testimonial_main-content_boxarea
        .testimonial_content_boxarea
        .content_testimonial_area {
        padding: 24px 24px 40px 24px;
    }
}
.testimonial_main-content_boxarea
    .testimonial_content_boxarea
    .content_testimonial_area
    .content_top_wrap {
    display: flex;
    justify-content: space-between;
}
.testimonial_main-content_boxarea
    .testimonial_content_boxarea
    .content_testimonial_area
    .pera_text {
    color: rgba(67, 48, 20, 0.8);
    font-size: var(--ztc-font-size-font-s24);
    line-height: 32px;
    font-weight: 400;
}
.testimonial_main-content_boxarea
    .testimonial_content_boxarea
    .content_testimonial_area
    .content_click_icon {
    margin-top: 36px;
}

.testimonial_click_boxarea.slick-slide.slick-current.slick-active {
    background: #c08838;
}
.testimonial_click_boxarea.slick-slide.slick-current.slick-active
    .testimonial_click_user_bio
    h3
    a {
    color: #fff;
}
.testimonial_click_boxarea.slick-slide.slick-current.slick-active
    .testimonial_click_user_bio
    p {
    color: #fff;
}
.testimonial_click_boxarea.slick-slide.slick-current.slick-active .icon img {
    filter: brightness(0) invert(1);
    transition: 0.4s;
}

.testimonial_8_slider_click
    .testimonial_click_boxarea.slick-slide.slick-current.slick-active {
    background: #4f78f8;
}

.star_icon.star_hm3_icon ul li i {
    color: var(--ztc-text-text-18);
}

.vl-testimonial4-area {
    overflow: hidden;
}
@media (max-width: 575px) {
    .vl-testimonial4-area .arrow-btn-next {
        display: none;
    }
}
@media (max-width: 575px) {
    .vl-testimonial4-area .arrow-btn-prev {
        display: none;
    }
}

.testimonial4-info {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 575px) {
    .testimonial4-info {
        display: block;
    }
}
.testimonial4-info .testimonial4-content-area {
    border-radius: 12px 0 0 12px;
    background: var(--ztc-bg-bg-16);
    padding: 30px;
    width: 50%;
}
@media (max-width: 575px) {
    .testimonial4-info .testimonial4-content-area {
        width: 100%;
    }
}
.testimonial4-info .testimonial4-content-area .quote-area img {
    height: 24px;
    width: 24px;
}
.testimonial4-info .testimonial4-content-area .testimonial4-pera {
    color: var(--ztc-text-text-22);
    font-size: var(--ztc-font-size-font-s24);
    line-height: 32px;
    font-weight: 400;
}
.testimonial4-info .testimonial4-content-area .testimonial4-author-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 170px;
}
@media (max-width: 575px) {
    .testimonial4-info .testimonial4-content-area .testimonial4-author-area {
        margin-top: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 575px) {
    .testimonial4-info .testimonial4-content-area .testimonial4-author-area {
        display: block;
    }
}
.testimonial4-info
    .testimonial4-content-area
    .testimonial4-author-area
    .author-bio
    h3
    a {
    color: var(--ztc-text-text-21);
    font-size: var(--ztc-font-size-font-s24);
    line-height: 24px;
    font-weight: 400;
    font-family: var(--ztc-family-font2);
}
.testimonial4-info
    .testimonial4-content-area
    .testimonial4-author-area
    .author-bio
    p {
    color: var(--ztc-text-text-22);
    font-size: var(--ztc-font-size-font-s16);
    line-height: 16px;
    font-weight: 400;
}
.testimonial4-info
    .testimonial4-content-area
    .testimonial4-author-area
    .testimonial4-star
    ul
    li
    i {
    color: #ffc726;
}
.testimonial4-info
    .testimonial4-content-area
    .testimonial4-author-area
    .testimonial5-star
    ul
    li
    i {
    color: #f58a22;
}

.testimonial4-thumb {
    width: 50%;
}
@media (max-width: 575px) {
    .testimonial4-thumb {
        width: 100%;
    }
}
.testimonial4-thumb img {
    border-radius: 0 12px 12px 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.testimonial4-info.testimonial5-info .testimonial4-content-area {
    background: #fff;
}

.vl-testimonial5-area {
    position: relative;
}
.vl-testimonial5-area .vl-blog5-shape {
    position: absolute;
    top: 6%;
    left: 4%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .vl-testimonial5-area .vl-blog5-shape {
        height: 150px;
        top: -2%;
        left: 0%;
    }
}
@media (max-width: 575px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-testimonial5-area .vl-blog5-shape {
        display: none;
    }
    .testimonial6-info {
        padding: 5px 0px;
    }
}

.vl-testimonial6-area {
    overflow: hidden;
    background: var(--ztc-bg-bg-22);
}

.testimonial6-info {
    padding: 44px 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial6-info {
        padding: 0;
    }
}

.testimonial6_star ul li a i {
    color: var(--ztc-text-text-23) !important;
}

.testimonial6-text {
    color: rgb(45 49 26);
    font-size: var(--ztc-font-size-font-s16);
    line-height: 25px;
    font-weight: 400;
}

.testimonial6-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.testimonial6-bottom .testimonial6-user h3 a {
    font-family: var(--ztc-family-font2);
    color: #2d311a;
    font-size: var(--ztc-font-size-font-s24);
    line-height: 24px;
    font-weight: 400;
    transition: 0.4s;
}
.testimonial6-bottom .testimonial6-user h3 a:hover {
    color: var(--ztc-text-text-25);
    transition: 0.4s;
}
.testimonial6-bottom .testimonial6-user p {
    color: rgba(26, 86, 50, 0.8);
    font-size: var(--ztc-font-size-font-s16);
    line-height: 16px;
    font-weight: 400;
}
.testimonial6-bottom .testimonial6-arrow {
    display: flex;
}
.testimonial6-bottom .testimonial6-arrow .next-arrow a {
    height: 30px;
    width: 30px;
    line-height: 25px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    border: 1px solid #1a5632;
    background: none;
    overflow: hidden;
    position: relative;
    transition: 0.4s;
}
.testimonial6-bottom .testimonial6-arrow .next-arrow a:hover {
    box-shadow: 1px 2px 0 0 #1a5632;
    transition: 0.4s;
}
.testimonial6-bottom .testimonial6-arrow .next-arrow a:hover::after {
    height: 100%;
    transition: 0.4s;
}
.testimonial6-bottom .testimonial6-arrow .next-arrow a img {
    position: relative;
    z-index: 1;
}
.testimonial6-bottom .testimonial6-arrow .next-arrow a::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 0%;
    width: 100%;
    border-radius: 100px;
    background: #ffffff;
    transition: 0.4s;
}
.testimonial6-bottom .testimonial6-arrow .prev-arrow a {
    height: 30px;
    width: 30px;
    line-height: 25px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    border: 1px solid #1a5632;
    background: none;
    overflow: hidden;
    position: relative;
    transition: 0.4s;
}
.testimonial6-bottom .testimonial6-arrow .prev-arrow a:hover {
    box-shadow: 1px 2px 0 0 #1a5632;
    transition: 0.4s;
}
.testimonial6-bottom .testimonial6-arrow .prev-arrow a:hover::after {
    height: 100%;
    transition: 0.4s;
}
.testimonial6-bottom .testimonial6-arrow .prev-arrow a img {
    position: relative;
    z-index: 1;
}
.testimonial6-bottom .testimonial6-arrow .prev-arrow a::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 0%;
    width: 100%;
    border-radius: 100px;
    background: #ffffff;
    transition: 0.4s;
}

.testimonial6-thumb .testimonial6-thumb-img {
    text-align: right;
    border-radius: 12px;
}
.testimonial6-thumb .testimonial6-thumb-img img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px;
}
.testimonial6-thumb .testimonial6-thumb-img2 {
    position: relative;
    margin-top: -220px;
    transform: rotate(-12deg);
}
.testimonial6-thumb .testimonial6-thumb-img2 img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px;
    border-top: 1.5px solid #1a5632;
    border-left: 1.5px solid #1a5632;
    filter: drop-shadow(4px 3px 0 #1a5632);
}

.vl-testimonials7-area {
    overflow: hidden;
    position: relative;
    background: var(--ztc-bg-bg-26);
    border-radius: 24px;
    margin: 0px 30px;
    background: #2d311a17;
}
@media (max-width: 575px) {
    .vl-testimonials7-area {
        margin: 0;
        border-radius: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-testimonials7-area {
        margin: 0;
        border-radius: 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .vl-testimonials7-area {
        margin: 0;
        border-radius: 0;
    }
}

.testimonial7-imgs1 {
    border-radius: 12px;
}
.testimonial7-imgs1 img {
    border-radius: 12px;
}

.testimonial7-imgs2 {
    position: relative;
    border-radius: 12px;
    text-align: right;
    margin: -240px 20px 0px 0px;
    transform: rotate(12deg);
}
@media (max-width: 575px) {
    .testimonial7-imgs2 {
        margin: 30px 0 0 0;
        transform: rotate(0);
    }
}
.testimonial7-imgs2 img {
    border-radius: 12px;
    border-top: 2px solid #031a0b;
    border-left: 2px solid #031a0b;
    border-right: 4px solid #031a0b;
    border-bottom: 2px solid #031a0b;
    filter: drop-shadow(4px 3px 0 #031a0b);
}

.testimonial7_star ul li a i {
    color: #2d311a !important;
}

.testimonials7-shape {
    position: absolute;
    bottom: 0;
    right: 0;
}

.vl-testimonials8-area {
    overflow: hidden;
}

.content_testimonial_area.content8_testimonial_area {
    background: var(--ztc-bg-bg-28) !important;
}

.testimonial_3_slider_click.testimonial_8_slider_click
    .testimonial_click_boxarea {
    background: var(--ztc-bg-bg-28);
}
.testimonial_3_slider_click.testimonial_8_slider_click
    .testimonial_click_user_bio
    h3
    a {
    color: var(--ztc-text-text-29);
}

.star_icon.star_hm8_icon ul li i {
    color: var(--ztc-text-text-39);
}

.pera_text.pera_text8_fix {
    color: var(--ztc-text-text-29) !important;
}

.next-arrow.next-arrow-hm7 button::after {
    background: #88d945;
}

.prev-arrow.next-arrow-hm7 button::after {
    background: #88d945;
}

.vl-testimonials9-area {
    overflow: hidden;
}

.testimonials9-box {
    background: var(--ztc-bg-bg-31);
    padding: 24px;
    border-radius: 12px;
}
.testimonials9-box .pera-text {
    color: var(--ztc-text-text-9);
    font-size: var(--ztc-font-size-font-s18);
    font-weight: 400;
    line-height: 26px;
}
.testimonials9-box .testimonials9-author-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.testimonials9-box .testimonials9-author-wrap .testimonials9-author-info {
    display: flex;
    align-items: center;
}
.testimonials9-box
    .testimonials9-author-wrap
    .testimonials9-author-info
    .author-imgs
    img {
    border-radius: 100%;
    margin-right: 12px;
}
.testimonials9-box
    .testimonials9-author-wrap
    .testimonials9-author-info
    .author-bio
    h3
    a {
    color: var(--ztc-text-text-32);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s24);
    line-height: 24px;
    font-weight: 400;
    transition: 0.4s;
}
.testimonials9-box
    .testimonials9-author-wrap
    .testimonials9-author-info
    .author-bio
    h3
    a:hover {
    background: linear-gradient(180deg, #adc893 -36%, #558f6c 100%);
    -webkit-background-clip: text;
    color: transparent;
    transition: 0.4s;
}
.testimonials9-box
    .testimonials9-author-wrap
    .testimonials9-author-info
    .author-bio
    p {
    font-size: var(--ztc-font-size-font-s16);
    line-height: 16px;
    font-weight: 400;
    color: var(--ztc-text-text-9);
}

.star_icon.star_hm9 ul li i {
    background: linear-gradient(180deg, #adc893 -36%, #558f6c 100%);
    -webkit-background-clip: text;
    color: transparent;
}

.vl-testimonials9-arrow {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}
.vl-testimonials9-arrow .prev-arrow {
    display: inline-block;
    height: 48px;
    width: 48px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #adc893;
    border-radius: 100%;
    margin-right: 16px;
    transition: 0.4s;
}
.vl-testimonials9-arrow .prev-arrow:hover {
    background: linear-gradient(180deg, #adc893 -36%, #558f6c 100%);
    transform: 0.4s;
}
.vl-testimonials9-arrow .prev-arrow:hover img {
    filter: brightness(0) invert(1);
    transform: all 0.4s;
}
.vl-testimonials9-arrow .next-arrow {
    display: inline-block;
    height: 48px;
    width: 48px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #adc893;
    border-radius: 100%;
    transition: 0.4s;
}
.vl-testimonials9-arrow .next-arrow:hover {
    background: linear-gradient(180deg, #adc893 -36%, #558f6c 100%);
    transform: 0.4s;
}
.vl-testimonials9-arrow .next-arrow:hover img {
    filter: brightness(0) invert(1);
    transform: all 0.4s;
}

.vl-testimonials10-area {
    overflow: hidden;
    position: relative;
    background: var(--ztc-bg-bg-34);
}

.testimonials10-box {
    padding: 30px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.1);
    position: relative;
}
.testimonials10-box .pera_text {
    color: var(--ztc-text-text-1);
    font-size: var(--ztc-font-size-font-s16);
    line-height: 26px;
    font-weight: 400;
    text-transform: uppercase;
}
.testimonials10-box .testimonials10-author {
    display: flex;
    align-items: center;
}
.testimonials10-box .testimonials10-author .author-imgs {
    border-radius: 100%;
    margin-right: 12px;
}
.testimonials10-box .testimonials10-author .testimonials10-user h3 a {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s24);
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
}
.testimonials10-box .testimonials10-author .testimonials10-user p {
    color: rgba(255, 255, 255, 0.8);
    font-size: var(--ztc-font-size-font-s16);
    line-height: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
.testimonials10-box .testimonials10-quote {
    background: var(--ztc-bg-bg-32);
    display: inline-block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 100%;
    position: absolute;
    top: -32px;
    right: 30px;
}

.mytesti10-fxr {
    overflow: inherit;
    position: relative;
    z-index: 99;
}

.star_icon.star_hm10 ul li i {
    color: var(--ztc-text-text-37);
}

.testimonials10-bj .bj-top {
    position: absolute;
    left: 12%;
    top: 0;
}
.testimonials10-bj .bj-bottom {
    position: absolute;
    left: 14%;
    bottom: 0;
}
.testimonials10-bj .bj-line {
    position: absolute;
    left: 14%;
    bottom: 0;
}
.testimonials10-bj .bj-pixel {
    position: absolute;
    left: 14%;
    bottom: 0;
}

.testimonials10-arrow {
    display: flex;
    justify-content: center;
    margin-top: 32px;
    position: relative;
    z-index: 99;
}
.testimonials10-arrow .prev-arrow {
    display: inline-block;
    height: 48px;
    width: 48px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 100%;
    margin-right: 16px;
    transition: 0.4s;
}
.testimonials10-arrow .prev-arrow:hover {
    border: 1px solid #55fc50;
    background: var(--ztc-bg-bg-32);
    transform: 0.4s;
}
.testimonials10-arrow .prev-arrow:hover img {
    filter: brightness(0) invert(0);
    transform: all 0.4s;
}
.testimonials10-arrow .prev-arrow img {
    filter: brightness(0) invert(1);
    transform: all 0.4s;
}
.testimonials10-arrow .next-arrow {
    display: inline-block;
    height: 48px;
    width: 48px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 100%;
    margin-right: 16px;
    transition: 0.4s;
}
.testimonials10-arrow .next-arrow:hover {
    border: 1px solid #55fc50;
    background: var(--ztc-bg-bg-32);
    transform: 0.4s;
}
.testimonials10-arrow .next-arrow:hover img {
    filter: brightness(0) invert(0);
    transform: all 0.4s;
}
.testimonials10-arrow .next-arrow img {
    filter: brightness(0) invert(1);
    transform: all 0.4s;
}

.vl-testimonial6-area.inner-testimo-bg {
    background: var(--ztc-bg-bg-23);
}

.testimonials-inner-content {
    background: var(--ztc-bg-bg-22);
}

.testimonial2-info.testimonial-inner-box:hover .bio-info h3 a {
    color: #1a5632;
}

.testimonial2-bio.testimonial-inr-bio .bio-info h3 a {
    color: var(--ztc-text-text-23);
}

.testimonial2-info.testimonial-inner-box {
    border: 1px solid rgba(26, 86, 50, 0.2);
    background: rgba(255, 255, 255, 0.4);
}
.testimonial2-info.testimonial-inner-box:hover {
    border: 1px solid #1a5632;
    background: var(--ztc-bg-bg-21);
    box-shadow: 3px 4px 0 0 #1a5632;
}
.testimonial2-info.testimonial-inner-box:hover
    .star_icon.star_icon_inner
    ul
    li
    i {
    color: var(--ztc-text-text-23);
}
.testimonial2-info.testimonial-inner-box:hover .pera_text {
    color: rgba(26, 86, 50, 0.8);
}
.testimonial2-info.testimonial-inner-box:hover
    .testimonial2-bio.testimonial-inr-bio
    .bio-info
    h4
    a {
    color: var(--ztc-text-text-23);
}
.testimonial2-info.testimonial-inner-box:hover
    .testimonial2-bio.testimonial-inr-bio
    .bio-info
    p {
    color: rgba(26, 86, 50, 0.8);
}

.star_icon.star_icon_inner ul li i {
    color: var(--ztc-text-text-24);
}

.vl-product3-area {
    overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product3-box {
        margin-top: 0px;
    }
}
.product3-box:hover .product3-box-thumb {
    background: var(--ztc-bg-bg-12);
    transition: 0.4s;
}
.product3-box:hover .product3-box-thumb .product-icon {
    transform: translateY(0px);
    transition: 0.4s;
}
.product3-box:hover .product3-box-thumb .fav-icon span {
    background: var(--ztc-bg-bg-1);
    transition: 0.4s;
}
.product3-box:hover .product3-box-thumb .fav-icon span i {
    color: var(--ztc-text-text-18);
    transition: 0.4s;
}
.product3-box:hover .product3-box-thumb .product3-imgs {
    transform: scale(1.05);
    transition: all 1s;
}
.product3-box .product3-box-thumb {
    width: 100%;
    height: 370px;
    border-radius: 16px;
    position: relative;
    background: var(--ztc-bg-bg-1);
    overflow: hidden;
    transition: 0.4s;
}
.product3-box .product3-box-thumb .product3-box-thumb-img {
    text-align: center;
}
.product3-box .product3-box-thumb .product3-imgs {
    -o-object-fit: cover;
    object-fit: cover;
    margin-top: 20px;
}
.product3-box .product3-box-thumb .fav-icon span {
    position: absolute;
    top: 24px;
    right: 24px;
    background: var(--ztc-bg-bg-12);
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 8px;
    transition: 0.4s;
}
.product3-box .product3-box-thumb .fav-icon span i {
    color: var(--ztc-text-text-1);
    transition: 0.4s;
}
.product3-box .product3-box-content .product3-content_text h3 a {
    color: var(--ztc-text-text-15);
    font-size: var(--ztc-font-size-font-s24);
    line-height: 24px;
    font-weight: 400;
    font-family: var(--ztc-family-font2);
    transition: 0.4s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product3-box .product3-box-content .product3-content_text h3 a {
        font-size: 21px;
    }
}
.product3-box .product3-box-content .product3-content_text h3 a:hover {
    color: var(--ztc-bg-bg-12);
    transition: 0.4s;
}
.product3-box .product3-box-content .product_info {
    display: flex;
    justify-content: space-between;
    text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product3-box .product3-box-content .product_info {
        display: block;
        text-align: inherit;
    }
}
.product3-box .product3-box-content .product-price {
    display: flex;
    align-items: center;
}
.product3-box .product3-box-content .product-price .new-price {
    margin-right: 6px;
}
.product3-box .product3-box-content .product-price .new-price a {
    font-size: var(--ztc-font-size-font-s18);
    font-weight: 500;
    line-height: 18px;
    color: rgba(67, 48, 20, 0.8);
    font-weight: 500;
}
.product3-box .product3-box-content .product-price .old-price a {
    font-size: var(--ztc-font-size-font-s16);
    font-weight: 400;
    line-height: 16px;
    color: rgba(92, 73, 55, 0.8);
    text-decoration: line-through;
    opacity: 0.8;
}

.product-icon {
    background: var(--ztc-bg-bg-1);
    display: inline-block;
    border-radius: 8px;
    padding: 10px;
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 132px;
    margin: 0 auto;
    text-align: center;
    right: 0;
    transform: translateY(84px);
    z-index: 9;
    transition: 0.4s;
}
.product-icon ul li {
    display: inline-block;
    margin-right: 4px;
}
.product-icon ul li:last-child {
    margin-right: 0px;
}
.product-icon ul li a {
    background: var(--ztc-bg-bg-13);
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 4px;
    transition: 0.3s;
}
.product-icon ul li a img {
    width: 20px;
    height: 20px;
    transition: 0.3s;
}
.product-icon ul li a:hover {
    background: var(--ztc-bg-bg-12);
    transition: 0.3s;
}
.product-icon ul li a:hover img {
    filter: brightness(0) invert(1);
    transition: 0.3s;
}

.product_star ul li {
    display: inline-block;
    margin-right: 1px;
}
.product_star ul li:last-child {
    margin-right: 0px;
}
.product_star ul li a i {
    color: #f7f001;
}

.vl-product4-area {
    overflow: hidden;
    background: #f8fcf9;
}

.product4-heading .product4-subtitle {
    display: inline-block;
    border: 1px solid rgba(95, 176, 113, 0.3);
    padding: 8px 8px 8px 8px;
    border-radius: 30px;
    color: var(--ztc-text-text-19);
    font-size: var(--ztc-font-size-font-s20);
    line-height: 20px;
    font-weight: 400;
}
.product4-heading .product4-subtitle img {
    margin-right: 12px;
}
.product4-heading .product4-title {
    color: var(--ztc-text-text-19);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s44);
    line-height: 52px;
    font-weight: 400;
}
@media (max-width: 575px) {
    .product4-heading .product4-title {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}

.product4-box {
    background: var(--ztc-bg-bg-16);
    border-radius: 12px;
    padding: 20px;
}
.product4-box:hover .product4-social {
    transform: translateY(0px);
    opacity: 1;
    transition: 0.3s;
    visibility: visible;
}
.product4-box:hover .product4-thumb-img .product4-imgs {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.product4-box:hover .product4-thumb-shadow img {
    margin-top: -30px;
    transition: all 0.4s;
    opacity: 1;
    visibility: visible;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product4-box:hover .product4-thumb-shadow img {
        margin-top: -6px;
    }
}
.product4-box:hover .product4-main-content {
    background: var(--ztc-bg-bg-15);
    transition: 0.4s;
}
.product4-box:hover .content-title a {
    color: var(--ztc-text-text-1);
    transition: 0.4s;
}
.product4-box:hover .product4-count span {
    color: var(--ztc-text-text-1);
    transition: 0.4s;
}

.product4-thumb {
    width: 100%;
    height: 340px;
    border-radius: 16px;
    position: relative;
    background: var(--ztc-bg-bg-1);
    transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product4-thumb {
        height: 300px;
    }
}
.product4-thumb .product4-thumb-img .product4-imgs {
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
    margin-top: 40px;
}

.product4-thumb-shadow img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.3s;
    visibility: hidden;
}

.product4-bottom-shape img {
    position: absolute;
    width: 100%;
    bottom: -3px;
    z-index: 1;
}

.product4-social {
    position: absolute;
    bottom: 36px;
    left: 0;
    margin: 0 auto;
    text-align: center;
    right: 0;
    z-index: 1;
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.product4-social-link li {
    display: inline-block;
    margin-right: 8px;
}
.product4-social-link li:hover a {
    background: var(--ztc-bg-bg-15);
    transition: 0.3s;
}
.product4-social-link li:hover a img {
    filter: brightness(0) invert(1);
    transition: 0.3s;
}
.product4-social-link li a {
    background: var(--ztc-bg-bg-16);
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 4px;
    transition: 0.3s;
}
.product4-social-link li a img {
    height: 20px;
    width: 20px;
}

.product4-main-content {
    background: var(--ztc-bg-bg-1);
    border-radius: 8px;
    padding: 20px;
    transition: 0.4s;
}

.product4-main-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product_star_2 ul li a i {
    color: var(--ztc-text-text-14);
}

.content-title a {
    color: var(--ztc-text-text-16);
    font-family: var(--ztc-family-font2);
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
}

.product4-count span {
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
}

.vl-offer_product4-area {
    overflow: hidden;
    background: var(--ztc-bg-bg-16);
}

.offer_product4-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 575px) {
    .offer_product4-top {
        display: block;
    }
}
.offer_product4-top .offer_product4-header .subtitle {
    display: inline-block;
    border: 1px solid rgba(95, 176, 113, 0.3);
    padding: 8px 8px 8px 8px;
    border-radius: 30px;
    color: var(--ztc-text-text-19);
    font-size: var(--ztc-font-size-font-s20);
    line-height: 20px;
    font-weight: 400;
}
.offer_product4-top .offer_product4-header .subtitle img {
    margin-right: 12px;
}
.offer_product4-top .offer_product4-header .title {
    color: var(--ztc-text-text-19);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s44);
    line-height: 52px;
    font-weight: 400;
}
@media (max-width: 575px) {
    .offer_product4-top .offer_product4-header .title {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
        padding-bottom: 16px;
    }
}
.offer_product4-top .offer_product4-heading-text p {
    color: rgba(27, 49, 31, 0.8);
    font-size: var(--ztc-font-size-font-s16);
    line-height: 24px;
    font-weight: 400;
}

.offer_product4-box {
    background: var(--ztc-bg-bg-1);
    padding: 60px 26px;
    border-radius: 12px;
    position: relative;
    transition: 0.4s;
    overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .offer_product4-box {
        padding: 26px;
    }
}
.offer_product4-box:hover {
    margin-top: -5px;
    transition: 0.4s;
}
.offer_product4-box:hover .offer_product_title a {
    color: var(--ztc-text-text-20);
    transition: 0.4s;
}
.offer_product4-box:hover .offer_product4-layer {
    opacity: 1;
    visibility: visible;
    transition: 0.4s;
}
.offer_product4-box .offer_product4-items {
    position: absolute;
    top: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .offer_product4-box .offer_product4-items {
        top: 42px;
        right: 0%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .offer_product4-box .offer_product4-items {
        right: 0;
    }
}
@media (max-width: 575px) {
    .offer_product4-box .offer_product4-items {
        position: relative;
    }
}
.offer_product4-box
    .offer_product4-items
    .offer_product4-items-img
    .offer_items {
    width: 300px;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .offer_product4-box
        .offer_product4-items
        .offer_product4-items-img
        .offer_items {
        width: 200px;
        height: 200px;
        -o-object-fit: inherit;
        object-fit: inherit;
    }
}

.product4-special_offer {
    position: absolute;
    top: 10%;
    left: 25%;
    z-index: 1;
}
.product4-special_offer .main-special_offer {
    position: absolute;
    top: 1px;
    left: 0;
}

.offer_product4-layer {
    position: absolute;
    top: 0;
    left: 20%;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}
.offer_product4-layer img {
    height: 100%;
    width: 100%;
}
.offer_product4-layer-2 {
    position: absolute;
    top: 36%;
    left: -40%;
}
.offer_product4-layer-2 img {
    height: 220px;
    width: 500px;
}

.product4-special-fix-1 {
    position: absolute;
    top: 10%;
    left: 56%;
}

.product4-special-fix-2 {
    position: absolute;
    top: 13%;
    left: 60%;
}

.offer_product4-minibox {
    padding: 30px 22px;
    background: var(--ztc-bg-bg-1);
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    transition: 0.4s;
}
.offer_product4-minibox:hover {
    transform: translateY(-5px);
    transition: 0.4s;
}
.offer_product4-minibox:hover .offer_product_title a {
    color: var(--ztc-text-text-20);
    transition: 0.4s;
}
.offer_product4-minibox:hover .offer_product4-layer {
    opacity: 1;
    visibility: visible;
}

.offer_product4-mini-thumb {
    position: relative;
    margin-top: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .offer_product4-mini-thumb {
        margin-top: 0px;
    }
}
.offer_product4-mini-thumb .mini-thumb-imgs {
    height: 300px;
    width: 300px;
    -o-object-fit: contain;
    object-fit: contain;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .offer_product4-mini-thumb .mini-thumb-imgs {
        height: 200px;
        width: 200px;
    }
}

.offer_product_title a {
    color: var(--ztc-text-text-16);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s24);
    line-height: 24px;
    font-weight: 400;
    z-index: 9;
    transition: 0.4s;
    position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .offer_product_title a {
        font-size: 21px;
    }
}

.offer_product_text {
    color: rgba(0, 0, 0, 0.8);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: 400;
    line-height: 24px;
}

.vl-trending4-prod-area {
    overflow: hidden;
    background: var(--ztc-bg-bg-16);
}

.trending4-prod-box {
    border: 1px solid #aabbad;
    transition: 0.4s;
}
.trending4-prod-box:hover {
    background: var(--ztc-bg-bg-1);
    border: 1px solid #fff;
    transition: 0.4s;
}
.trending4-prod-box:hover .trending4-prod-thumb {
    background: var(--ztc-bg-bg-16);
    transition: 0.4s;
}
.trending4-prod-box:hover .product4-bottom-shape2 img {
    opacity: 1;
    visibility: visible;
    transition: 0.4s;
}

.product4-bottom-shape2 img {
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

.trending4-prod-social ul li a {
    background: var(--ztc-bg-bg-1);
}

.vl-product5-area {
    overflow: hidden;
    position: relative;
}

.product5-shape {
    position: absolute;
    top: -12px;
    left: 0;
}
@media (max-width: 575px) {
    .product5-shape {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product5-shape {
        display: none;
    }
}

.timeline-wrap {
    display: flex;
    justify-content: space-between;
}

.product5-tabs {
    background: none !important;
}
.product5-tabs .tab {
    font-size: var(--ztc-font-size-font-s18) !important;
    font-weight: 600 !important;
    color: var(--ztc-text-text-21) !important;
    border: 1px solid rgba(61, 35, 9, 0.3) !important;
    background: none !important;
}
.product5-tabs .tab.active {
    background: linear-gradient(90deg, #f58a22 0%, #f8bc1e 100%) !important;
    border-color: #f8bc1e !important;
    outline: none;
    color: var(--ztc-text-text-1) !important;
}

.product5-filter .option {
    color: red;
}

.text-2 {
    text-align: inherit !important;
}

.product5-box-info:hover .product-icon {
    transform: translateY(0px);
    transition: 0.4s;
}
.product5-box-info:hover .fav-icon span {
    background: linear-gradient(90deg, #f58a22 0%, #f8bc1e 100%);
    transition: 0.4s;
}
.product5-box-info:hover .fav-icon span i {
    color: var(--ztc-text-text-1);
    transition: 0.4s;
}

.product5-box-thumb {
    position: relative;
    overflow: hidden;
}
.product5-box-thumb .product5-box-thumb-img {
    border-radius: 12px;
}
.product5-box-thumb .product5-box-thumb-img .product5-imgs {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.product5-box-thumb .fav-icon span {
    position: absolute;
    top: 24px;
    right: 24px;
    background: var(--ztc-bg-bg-1);
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 8px;
    transition: 0.4s;
    z-index: 9;
}
.product5-box-thumb .fav-icon span i {
    color: #3d2309;
}

.product5-box-content .product5-content_text h3 a {
    color: var(--ztc-text-text-21);
    font-size: var(--ztc-font-size-font-s24);
    line-height: 24px;
    font-weight: 400;
    font-family: var(--ztc-family-font2);
    transition: 0.4s;
}
.product5-box-content .product5-content_text h3 a:hover {
    color: #f69b21;
    transition: 0.4s;
}
.product5-box-content .product_info {
    display: flex;
    justify-content: space-between;
    text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product5-box-content .product_info {
        display: block;
        text-align: inherit;
    }
}
.product5-box-content .product-price {
    display: flex;
    align-items: center;
}
.product5-box-content .product-price .new-price {
    margin-right: 6px;
}
.product5-box-content .product-price .new-price a {
    font-size: var(--ztc-font-size-font-s18);
    font-weight: 500;
    line-height: 18px;
    color: var(--ztc-text-text-22);
    font-weight: 500;
}
.product5-box-content .product-price .old-price a {
    font-size: var(--ztc-font-size-font-s16);
    font-weight: 400;
    line-height: 16px;
    color: rgba(92, 73, 55, 0.8);
    text-decoration: line-through;
    opacity: 0.8;
}

.product5_star ul li a i {
    color: #f58a22;
}

.product-fxr:hover {
    background: linear-gradient(90deg, #f58a22 0%, #f8bc1e 100%) !important;
}

.tabs5-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 575px) {
    .tabs5-wrap {
        display: block;
    }
}

.tab5-fix {
    color: var(--ztc-text-text-21);
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    font-weight: 600;
    border-radius: 8px !important;
    border: 1px solid rgba(61, 35, 9, 0.3) !important;
    margin-right: 16px;
}
@media (max-width: 575px) {
    .tab5-fix {
        margin-bottom: 10px;
    }
}
.tab5-fix:hover {
    color: var(--ztc-text-text-21) !important;
}

.nav-pills .nav-link.tab5-fix.active {
    background: linear-gradient(90deg, #f58a22 0%, #f8bc1e 100%);
    border: none !important;
    color: var(--ztc-text-text-1) !important;
}

.product5-select .nice-select {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: var(
        --BT-Colour-3,
        linear-gradient(90deg, #f58a22 0%, #f8bc1e 100%)
    );
    padding: 14px 16px;
    height: 46px;
    width: 150px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.8);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-medium);
}
@media (max-width: 575px) {
    .product5-select .nice-select {
        width: 100%;
    }
}
.product5-select .nice-select ul {
    background: var(--ztc-bg-bg-1);
}
.product5-select .nice-select ul li {
    color: var(--ztc-text-text-5);
}

.product5-select .nice-select::after {
    height: 10px;
    margin-top: -6px;
    right: 14px;
    width: 10px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

.vl-product6-area {
    overflow: hidden;
    background: var(--ztc-bg-bg-20);
}

.product6-subtitle {
    color: var(--ztc-text-text-1) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    background: rgba(255, 255, 255, 0.1) !important;
}

.product6-pera {
    color: rgba(255, 255, 255, 0.8) !important;
}

.product6-box {
    height: auto;
    width: 100%;
    background: var(--ztc-bg-bg-1);
    border-radius: 12px;
    padding: 16px;
    overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product6-box {
        height: 100%;
    }
}
.product6-box:hover .product-thumb {
    transition: 0.4s;
}
.product6-box:hover .product-thumb .fav-icon span {
    background: var(--ztc-bg-bg-1);
    border: 1px solid #1a5632;
    box-shadow: 1px 1px 0 0 #1a5632;
    transition: 0.4s;
}
.product6-box:hover .product-thumb .product6-line {
    opacity: 1;
    visibility: visible;
    transition: 0.4s;
}
.product6-box:hover .product-thumb .product6-icons {
    transform: translateY(0);
    transition: 0.4s;
}
.product6-box .product-thumb {
    overflow: hidden;
    position: relative;
    background: var(--ztc-bg-bg-22);
    border-radius: 8px;
    text-align: center;
    transition: 0.4s;
}
.product6-box .product-thumb .imgs {
    position: relative;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
.product6-box .product-thumb .fav-icon span {
    position: absolute;
    top: 24px;
    right: 24px;
    background: #956a4233;
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 100px;
    transition: 0.4s;
}
.product6-box .product-thumb .fav-icon span i {
    color: var(--ztc-text-text-23);
    transition: 0.4s;
}
.product6-box .product-thumb .product6-line {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}
.product6-box .product-thumb .product6-line img {
    height: 390px;
}
.product6-box .product-thumb .product6-icons {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -136px;
    z-index: 9;
    transform: translateY(75px);
    transition: 0.4s;
}
.product6-box .product-thumb .product6-icons ul li {
    display: inline-block;
    margin-right: 4px;
}
.product6-box .product-thumb .product6-icons ul li a {
    height: 44px;
    width: 44px;
    text-align: center;
    line-height: 42px;
    display: inline-block;
    border-radius: 100%;
    border: 1.2px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.4);
    transition: 0.4s;
}
.product6-box .product-thumb .product6-icons ul li a:hover {
    background: var(--ztc-bg-bg-1);
    border: 1.2px solid #1a5632;
    box-shadow: 1.222px 1.222px 0 0 #1a5632;
    transition: 0.4s;
}

.product6-box-content .product6-content_text h3 a {
    color: #2d311a;
    font-size: var(--ztc-font-size-font-s16);
    line-height: 20px;
    font-weight: 400;
    font-family: var(--ztc-family-font2);
    transition: 0.4s;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.product6-box-content .product6_info {
    display: flex;
    justify-content: space-between;
    text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product6-box-content .product6_info {
        display: inline-block;
    }
}
.product6-box-content .product6_info .product-price {
    display: flex;
    align-items: center;
}
.product6-box-content .product6_info .product-price .new-price {
    margin-right: 6px;
}
.product6-box-content .product6_info .product-price .new-price a {
    font-size: var(--ztc-font-size-font-s16);
    line-height: 16px;
    color: var(--ztc-text-text-23);
    font-weight: 500;
}
.product6-box-content .product6_info .product-price .old-price a {
    font-size: var(--ztc-font-size-font-s16);
    font-weight: 400;
    line-height: 16px;
    color: rgba(26, 86, 50, 0.8);
    text-decoration: line-through;
    opacity: 0.8;
}
.product6-box-content .product6_info .product6_star ul li a i {
    color: var(--ztc-text-text-24);
}

.product6-arrow {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}
.product6-arrow .prev-arrow {
    display: inline-block;
    height: 48px;
    width: 48px;
    line-height: 44px;
    text-align: center;
    background: none;
    border: 1px solid #fff;
    border-radius: 100%;
    margin-right: 16px;
    position: relative;
    overflow: hidden;
    transition: 0.4s;
}
.product6-arrow .prev-arrow:hover {
    box-shadow: 1px 2px 0 0 #fff;
    transition: 0.4s;
}
.product6-arrow .prev-arrow:hover::after {
    height: 100%;
    transition: 0.4s;
}
.product6-arrow .prev-arrow::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 0%;
    width: 100%;
    border-radius: 100px;
    background: var(--ztc-bg-bg-21);
    transition: 0.4s;
}
.product6-arrow .prev-arrow img {
    filter: brightness(0) invert(1);
    position: relative;
    z-index: 1;
}
.product6-arrow .next-arrow {
    display: inline-block;
    height: 48px;
    width: 48px;
    line-height: 44px;
    text-align: center;
    background: none;
    border: 1px solid #fff;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    transition: 0.4s;
}
.product6-arrow .next-arrow:hover {
    box-shadow: 1px 2px 0 0 #fff;
    transition: 0.4s;
}
.product6-arrow .next-arrow:hover::after {
    height: 100%;
    transition: 0.4s;
}
.product6-arrow .next-arrow::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 0%;
    width: 100%;
    border-radius: 100px;
    background: var(--ztc-bg-bg-21);
    transition: 0.4s;
}
.product6-arrow .next-arrow img {
    filter: brightness(0) invert(1);
    position: relative;
    z-index: 1;
}

.vl-products9-area {
    overflow: hidden;
    background: linear-gradient(180deg, #adc893 -36%, #558f6c 100%);
    padding: 100px 0px;
    margin: 0px 30px;
    border-radius: 30px;
}
@media (max-width: 575px) {
    .vl-products9-area {
        margin: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-products9-area {
        margin: 0;
    }
}

.vl-products10-area {
    overflow: hidden;
    position: relative;
    background: var(--ztc-bg-bg-33);
}

.products10-bg {
    position: absolute;
    top: -60px;
    right: 0;
}

.products10-box {
    padding: 16px;
    background: #fff;
    border-radius: 12px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.products10-box:hover .products10-buy_now {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.products10-box:hover .products10-box-content {
    transform: translateY(66px);
    opacity: 0;
    visibility: hidden;
}
.products10-box:hover .products10-thumb {
    background: linear-gradient(
        180deg,
        #55fc50 -38.81%,
        rgba(85, 252, 80, 0) 72.52%
    );
    border: 1px solid #eaeaea;
    overflow: hidden;
    transition: all 0.4s;
}
.products10-box:hover .products10-thumb img {
    transform: scale(1.05) rotate(0deg);
}
.products10-box .products10-thumb {
    background: var(--ztc-bg-bg-33);
    border: 1px solid #f7f7fb;
    border-radius: 12px;
    transition: all 0.4s;
}
.products10-box .products10-thumb img {
    height: 230px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    transform: scale(1);
    transition: all 1s;
}

.products10-box-content {
    transform: translateY(0px);
    text-align: center;
    transition: all 0.4s ease;
    opacity: 1;
    visibility: visible;
}
.products10-box-content h3 {
    color: var(--ztc-text-text-34);
    font-size: var(--ztc-font-size-font-s24);
    font-family: var(--ztc-family-font2);
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
}
.products10-box-content p a {
    font-size: var(--ztc-font-size-font-s16);
    line-height: 16px;
    font-weight: 400;
    color: var(--ztc-text-text-35);
}

.products10-buy_now {
    margin-top: -56px;
    text-align: center;
    transform: translateY(68px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.vl-offer-prod10-area {
    overflow: hidden;
}

.offer-prod10-box {
    background: var(--ztc-bg-bg-33);
    padding: 30px;
    border-radius: 16px;
    border: 1px solid rgba(85, 252, 80, 0.3);
    overflow: hidden;
    position: relative;
}
.offer-prod10-box .offer-prod-title {
    color: var(--ztc-text-text-34);
    font-size: var(--ztc-font-size-font-s32);
    line-height: 42px;
    font-weight: 400;
    font-family: var(--ztc-family-font2);
    text-transform: uppercase;
}
@media (max-width: 575px) {
    .offer-prod10-box .offer-prod-title {
        font-size: var(--ztc-font-size-font-s20);
        line-height: 30px;
    }
}
.offer-prod10-box .offer-prod-pera {
    font-size: var(--ztc-font-size-font-s16);
    line-height: 26px;
    font-weight: 400;
    color: var(--ztc-text-text-35);
    text-transform: uppercase;
}

.offer-prod10-price-wrap {
    display: flex;
    align-items: center;
}
.offer-prod10-price-wrap h2 {
    color: var(--ztc-text-text-36);
    font-size: var(--ztc-font-size-font-s48);
    line-height: 48px;
    font-weight: 400;
    font-family: var(--ztc-family-font2);
    margin-right: 8px;
}
.offer-prod10-price-wrap h3 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 32px;
    font-weight: 400;
    color: rgba(85, 252, 80, 0.4);
    text-decoration-line: line-through;
}

.offer-prod10-thumb .img1 {
    position: absolute;
    top: 16px;
    right: -10px;
}
@media (max-width: 575px) {
    .offer-prod10-thumb .img1 {
        position: relative;
        text-align: center;
    }
}
.offer-prod10-thumb .img2 {
    position: absolute;
    top: -2px;
    right: -16px;
}
@media (max-width: 575px) {
    .offer-prod10-thumb .img2 {
        position: relative;
        text-align: center;
    }
}
.offer-prod10-thumb .img3 {
    position: absolute;
    top: -2px;
    right: -28px;
}
@media (max-width: 575px) {
    .offer-prod10-thumb .img3 {
        position: relative;
        text-align: center;
    }
}

.offer-prod10-box.offer-prod10-fxr1 {
    padding: 34px 30px;
}

.offer-prod10-box.offer-prod10-fxr2 {
    padding: 42px 30px;
}

.vl-gallery-area {
    overflow: hidden;
    background: #fffdf5;
}

.vl-gallery-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    transition: 0.4s;
}
.vl-gallery-thumb:hover::after {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
}
.vl-gallery-thumb:hover .inner-border {
    top: 24px;
    left: 24px;
    right: 24px;
    bottom: 24px;
    opacity: 1;
    visibility: visible;
    transition: 0.4s;
}
.vl-gallery-thumb:hover .view-wrap {
    opacity: 1;
    visibility: visible;
    transition: 0.6s;
    transform: scale(1);
}
.vl-gallery-thumb:hover img {
    transform: scale(1.2) rotate(-4deg);
    transition: all 0.4s;
}
.vl-gallery-thumb::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(31, 104, 78, 0.3);
    border-radius: 12px;
    transition: 0.4s;
    visibility: hidden;
    opacity: 0;
}
.vl-gallery-thumb img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    border-radius: 12px;
    transform: scale(1);
    transition: all 0.4s;
}
.vl-gallery-thumb .inner-border {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border: 1px solid #fff;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    z-index: 1;
}
.vl-gallery-thumb .view-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -35px;
    margin-top: -35px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    transform: scale(0.7);
}
.vl-gallery-thumb .view-wrap a {
    color: var(--ztc-text-text-5);
    background: var(--ztc-bg-bg-1);
    display: inline-block;
    height: 70px;
    width: 70px;
    border-radius: 100%;
    line-height: 70px;
    text-align: center;
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-semibold);
    transition: all 0.4s;
}
.vl-gallery-thumb .view-wrap a:hover {
    background: var(--ztc-bg-bg-5);
    transition: all 0.4s;
}

.vl-gallery8-area {
    overflow: hidden;
}

.vl-gallery8-heading h3 {
    color: var(--ztc-text-text-29);
    font-size: var(--ztc-font-size-font-s24);
    line-height: 24px;
    padding: 12px 16px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    border-radius: 8px;
    border: 1px solid rgba(79, 120, 248, 0.3);
    background: rgba(79, 120, 248, 0.1);
    box-shadow: 0 4px 12px 0 rgba(79, 120, 248, 0.2) inset;
    backdrop-filter: blur(2px);
}
@media (max-width: 575px) {
    .vl-gallery8-heading h3 {
        font-size: var(--ztc-font-size-font-s16);
        line-height: 16px;
    }
}
.vl-gallery8-heading h3 img {
    margin-right: 12px;
}
.vl-gallery8-heading h2 {
    color: var(--ztc-text-text-29);
    font-size: var(--ztc-font-size-font-s44);
    font-family: var(--ztc-family-font2);
    line-height: 54px;
    font-weight: 400;
}
@media (max-width: 575px) {
    .vl-gallery8-heading h2 {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}

.case25-slider-all .testimonial2-slider-area {
    position: relative;
    z-index: 1;
}
.case25-slider-all .testimonial2-slider-area .rev_slider .slick-slider {
    margin-left: -20%;
    margin-right: -20%;
}
.case25-slider-all .testimonial2-slider-area .rev_slider .slick-list {
    padding-top: 10% !important;
    padding-bottom: 6% !important;
    padding-left: 15% !important;
    padding-right: 15% !important;
}
.case25-slider-all .testimonial2-slider-area .rev_slider .slick-track {
    max-width: 100% !important;
    transform: translate3d(0, 0, 0) !important;
    perspective: 100px;
}
.case25-slider-all .testimonial2-slider-area .rev_slider .slick-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    width: 100% !important;
    transform: translate3d(0, 0, 0);
    transition:
        transform 1s,
        opacity 1s;
}
.case25-slider-all .testimonial2-slider-area .rev_slider .slick-snext,
.case25-slider-all .testimonial2-slider-area .rev_slider .slick-sprev {
    display: block;
}
.case25-slider-all .testimonial2-slider-area .rev_slider .slick-current {
    opacity: 1;
    position: relative;
    display: block;
    transform: translate3d(0, 0, 10px);
    z-index: 2;
}
.case25-slider-all .testimonial2-slider-area .rev_slider .slick-snext {
    opacity: 1;
    transform: translate3d(20%, 0, 0px);
    z-index: 1;
}
.case25-slider-all .testimonial2-slider-area .rev_slider .slick-sprev {
    opacity: 1;
    transform: translate3d(-20%, 0, 0px);
}
.case25-slider-all
    .testimonial2-slider-area
    .rev_slider
    .rev_slide.slick-center
    .text {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
}
.case25-slider-all .testimonial2-slider-area .rev_slider .rev_slide .test {
    display: block;
    width: 100%;
    border-radius: 12px;
}
.case25-slider-all .testimonial2-slider-area .rev_slider .rev_slide .test img {
    height: 500px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px;
}
.case25-slider-all .testimonial2-slider-area .rev_slider .rev_slide .text {
    text-align: center;
    margin-top: -30px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
    margin-left: 21px;
    margin-right: 85px;
}
.case25-slider-all .testimonial2-slider-area .rev_slider .rev_slide .text p {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s44);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
}
.case25-slider-all
    .testimonial2-slider-area
    .rev_slider
    .rev_slide
    .text
    p
    span {
    color: rgba(9, 11, 14, 0.4);
    transition: all 0.4s;
    display: inline-block;
}
.case25-slider-all .testimonial2-slider-area .rev_slider .slick-arrow {
    height: 48px;
    width: 48px;
    text-align: center;
    line-height: 48px;
    transition: all 0.4s;
    outline: none;
    font-size: var(--f-fs-font-28);
    background-color: none;
    border-radius: 8px;
    border: 1px solid #141e3e;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .case25-slider-all .testimonial2-slider-area .rev_slider .slick-arrow {
        display: none;
    }
}
@media (max-width: 575px) {
    .case25-slider-all .testimonial2-slider-area .rev_slider .slick-arrow {
        display: none;
    }
}
.case25-slider-all .testimonial2-slider-area .rev_slider .slick-arrow:hover {
    background: var(--ztc-bg-bg-29);
    transition: all 0.4s;
    border: 1px solid #4f78f8;
    color: var(--vtc-text-white);
}
.case25-slider-all .testimonial2-slider-area .rev_slider .slick-arrow:hover i {
    filter: brightness(0) invert(1);
}
.case25-slider-all
    .testimonial2-slider-area
    .rev_slider
    .slick-arrow.prev-next {
    position: absolute;
    left: -90px;
    top: 50%;
    margin-top: 0px;
}
.case25-slider-all
    .testimonial2-slider-area
    .rev_slider
    .slick-arrow.next-prev {
    position: absolute;
    right: -90px;
    top: 50%;
    margin-top: 0px;
}

.tp-text-slide-title2 {
    color: #153000;
    margin-bottom: 0;
    font-size: var(--ztc-font-size-font-s28);
    line-height: 28px;
    font-weight: var(--ztc-weight-bold);
}
.tp-text-slide-title2 img {
    width: 40px;
    height: 40px;
    margin-right: 20px;
    filter: brightness(0) invert(0);
}

.tpcauses-text-slider-active .swiper-slide {
    width: auto;
    display: inline-block;
}

.tp-brand {
    background-color: #fff;
    padding: 25px 0;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tp-text-bg-2 {
    overflow: hidden;
    padding: 30px 0;
    height: 95px;
    width: 100%;
}

.tp-texthm7-slider {
    position: relative;
    z-index: 2;
}

.vl-blogleft-details-area {
    background: #f4f7f5;
}

.vl-sidebar {
    position: sticky;
    top: 120px;
}

.vl-widegt-1 {
    border-radius: 8px;
    padding: 24px 20px;
    margin-bottom: 32px;
    background: var(--ztc-bg-bg-23);
}
.vl-widegt-1 .title {
    color: var(--ztc-text-text-23);
    font-size: var(--ztc-font-size-font-s24);
    font-family: var(--ztc-family-font2);
    font-weight: 400;
    line-height: 24px;
}
.vl-widegt-1 .vl-searh-form-wid form {
    position: relative;
    z-index: 1;
    display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-widegt-1 .vl-searh-form-wid form {
        display: block;
    }
}
.vl-widegt-1 .vl-searh-form-wid form input[type="text"] {
    background: var(--ztc-bg-bg-1);
    border-radius: 100px;
    height: 56px;
    width: 100%;
    padding: 16px;
    color: #747473;
    transition: 0.3s;
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    font-weight: var(--ztc-weight-medium);
    border: 1px solid transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-widegt-1 .vl-searh-form-wid form input[type="text"] {
        width: 100%;
    }
}
.vl-widegt-1 .vl-searh-form-wid form input[type="text"]::-moz-placeholder {
    color: #747473;
    font-size: var(--ztc-font-size-font-s18);
}
.vl-widegt-1 .vl-searh-form-wid form input[type="text"]::placeholder {
    color: #747473;
    font-size: var(--ztc-font-size-font-s18);
}
.vl-widegt-1 .vl-searh-form-wid form span {
    height: 48px;
    width: 48px;
    line-height: 58px;
    text-align: center;
    border-radius: 8px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    color: var(--ztc-text-text-1);
    cursor: pointer;
    font-size: var(--ztc-font-size-font-s20);
}
.vl-widegt-1 .vl-searh-form-wid form span i {
    color: var(--ztc-text-text-23);
}

.vl-widegt-2 {
    border-radius: 8px;
    padding: 24px 20px;
    margin-bottom: 32px;
    background: var(--ztc-bg-bg-23);
}
.vl-widegt-2 .title {
    color: var(--ztc-text-text-23);
    font-size: var(--ztc-font-size-font-s24);
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
}
.vl-widegt-2 .vl-service-list ul li {
    margin-bottom: 20px;
}
.vl-widegt-2 .vl-service-list ul li:last-child {
    margin-bottom: 0;
}
.vl-widegt-2 .vl-service-list ul li a {
    background: var(--ztc-bg-bg-1);
    border: 1px solid #fff;
    border-radius: 100px;
    color: var(--ztc-text-text-23);
    padding: 21px 20px;
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    font-weight: var(--ztc-weight-bold);
    display: block;
    position: relative;
    transition: 0.4s;
}
.vl-widegt-2 .vl-service-list ul li a span {
    position: absolute;
    right: 20px;
    top: 21px;
    transition: 0.4s;
    color: var(--ztc-text-text-23);
    transform: rotate(-90deg);
}
.vl-widegt-2 .vl-service-list ul li a:hover {
    border: 1px solid #1a5632;
    box-shadow: 2px 2px 0 0 #1a5632;
    background: var(--ztc-bg-bg-21);
    color: var(--ztc-text-text-1);
    transition: 0.4s;
}
.vl-widegt-2 .vl-service-list ul li a:hover span {
    color: var(--ztc-text-text-5);
    transform: rotate(90deg);
    transition: 0.4s;
}

.vl-widegt-5 {
    border-radius: 8px;
    padding: 24px 20px;
    margin-bottom: 32px;
    background: var(--ztc-bg-bg-23);
}
.vl-widegt-5 .title {
    color: var(--ztc-text-text-23);
    font-size: var(--ztc-font-size-font-s24);
    font-family: var(--ztc-family-font2);
    font-weight: 400;
    line-height: 24px;
}
.vl-widegt-5 .vl-sidebar-form input[type="text"],
.vl-widegt-5 .vl-sidebar-form input[type="email"],
.vl-widegt-5 .vl-sidebar-form input[type="number"] {
    background: var(--ztc-bg-bg-1);
    width: 100%;
    height: 52px;
    border-radius: 100px;
    color: rgba(26, 86, 50, 0.8);
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    font-weight: var(--ztc-weight-medium);
    margin-bottom: 16px;
    padding: 16px;
}
.vl-widegt-5 .vl-sidebar-form input[type="text"]::-moz-placeholder,
.vl-widegt-5 .vl-sidebar-form input[type="email"]::-moz-placeholder,
.vl-widegt-5 .vl-sidebar-form input[type="number"]::-moz-placeholder {
    color: rgba(26, 86, 50, 0.8);
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    font-weight: var(--ztc-weight-medium);
}
.vl-widegt-5 .vl-sidebar-form input[type="text"]::placeholder,
.vl-widegt-5 .vl-sidebar-form input[type="email"]::placeholder,
.vl-widegt-5 .vl-sidebar-form input[type="number"]::placeholder {
    color: rgba(26, 86, 50, 0.8);
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    font-weight: var(--ztc-weight-medium);
}
.vl-widegt-5 .vl-sidebar-form textarea {
    color: var(--ztc-text-text-6);
    transition: 0.3s;
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    font-weight: var(--ztc-weight-medium);
    height: 180px;
    border-radius: 18px;
    margin-bottom: 32px;
    background: var(--ztc-bg-bg-1);
    padding: 16px;
    width: 100%;
    resize: inherit;
}
.vl-widegt-5 .vl-sidebar-form textarea::-moz-placeholder {
    color: var(--ztc-text-text-6);
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    font-weight: var(--ztc-weight-medium);
}
.vl-widegt-5 .vl-sidebar-form textarea::placeholder {
    color: var(--ztc-text-text-6);
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    font-weight: var(--ztc-weight-medium);
}

.vl-widegt-6 {
    background: var(--ztc-bg-bg-21);
    border-radius: 8px;
    padding: 24px 20px;
    display: inline-block;
}
@media (max-width: 575px) {
    .vl-widegt-6 {
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vl-widegt-6 {
        margin-bottom: 30px;
    }
}
.vl-widegt-6 h3 {
    color: var(--ztc-text-text-23);
    font-size: var(--ztc-font-size-font-s24);
    font-weight: var(--ztc-weight-bold);
    line-height: 28px;
}

.vl-widget-category {
    padding: 24px 20px;
    border-radius: 8px;
    margin-bottom: 32px;
    background: var(--ztc-bg-bg-23);
}
.vl-widget-category h4 {
    color: var(--ztc-text-text-23);
    font-size: var(--ztc-font-size-font-s24);
    font-family: var(--ztc-family-font2);
    font-weight: 400;
    line-height: 24px;
}
.vl-widget-category .vl-widget-category-list ul li {
    margin-bottom: 20px;
}
.vl-widget-category .vl-widget-category-list ul li:last-child {
    margin-bottom: 0;
}
.vl-widget-category .vl-widget-category-list ul li a {
    display: block;
    background: var(--ztc-text-text-1);
    border: 1px solid #fff;
    font-family: var(--ztc-family-font2);
    border-radius: 100px;
    padding: 20px;
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    font-weight: 400;
    color: var(--ztc-text-text-23);
    transition: 0.4s;
}
.vl-widget-category .vl-widget-category-list ul li a:hover {
    background: var(--ztc-bg-bg-21);
    transition: 0.4s;
    color: var(--ztc-text-text-23);
    border: 1px solid #1a5632;
    box-shadow: 2px 2px 0 0 #1a5632;
}
.vl-widget-category .vl-widget-category-list ul li a span {
    float: right;
}

.vl-widget-rpost {
    padding: 24px 20px;
    border-radius: 8px;
    margin-bottom: 32px;
    background: var(--ztc-bg-bg-23);
}
.vl-widget-rpost h4 {
    color: var(--ztc-text-text-23);
    font-size: var(--ztc-font-size-font-s24);
    font-family: var(--ztc-family-font2);
    font-weight: 400;
    line-height: 24px;
}

.rec__post__wrap {
    display: flex;
    align-items: center;
    background: var(--ztc-bg-bg-1);
    border-radius: 8px;
}
.rec__post__wrap-thumb img {
    width: 100px;
    height: 80px;
    border-radius: 8px 0px 0px 8px;
    -o-object-fit: cover;
    object-fit: cover;
}
.rec__post__wrap-thumb {
    margin-right: 13px;
}
.rec__post__wrap-content .date {
    color: var(--ztc-text-text-6);
    font-size: 12px;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .rec__post__wrap-content .date {
        font-size: 14px;
    }
}
.rec__post__wrap-content .date img {
    margin-top: -4px;
    margin-right: 4px;
}
.rec__post__wrap-content .title a {
    color: var(--ztc-text-text-23);
    font-size: var(--ztc-font-size-font-s16);
    font-family: var(--ztc-family-font2);
    line-height: 20px;
    font-weight: 400;
    transition: 0.4s;
    display: inline-block;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .rec__post__wrap-content .title a {
        font-size: 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rec__post__wrap-content .title a br {
        display: none;
    }
}
.rec__post__wrap-content .title a:hover {
    color: var(--ztc-text-text-24);
    transition: 0.4s;
}

.vl-widget-tags {
    padding: 24px 20px;
    border-radius: 8px;
    margin-bottom: 32px;
    background: var(--ztc-bg-bg-23);
}
.vl-widget-tags .title {
    color: var(--ztc-text-text-23);
    font-size: var(--ztc-font-size-font-s24);
    font-family: var(--ztc-family-font2);
    font-weight: 400;
    line-height: 24px;
}
.vl-widget-tags .popular-tags a {
    color: var(--ztc-text-text-23);
    background: var(--ztc-bg-bg-1);
    border: 1px solid #fff;
    padding: 12px 16px;
    border-radius: 100px;
    display: inline-block;
    font-size: var(--ztc-font-size-font-s16);
    line-height: 16px;
    font-weight: 400;
    transition: 0.4s;
    margin-right: 16px;
    margin-bottom: 16px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .vl-widget-tags .popular-tags a {
        font-size: 16px;
    }
}
.vl-widget-tags .popular-tags a:hover {
    background: var(--ztc-bg-bg-21);
    border: 1px solid #1a5632;
    box-shadow: 2px 2px 0 0 #1a5632;
    transition: 0.4s;
}

.vl-projects2-area {
    overflow: hidden;
}

.projects2-thumb-info {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}
.projects2-thumb-info:hover::after {
    height: 100%;
    transition: 0.4s;
}
.projects2-thumb-info:hover .plus-sing {
    background: var(--ztc-bg-bg-9);
    transition: 0.4s;
}
.projects2-thumb-info:hover .plus-sing img {
    transform: rotate(90deg);
    transition: 0.4s;
}
.projects2-thumb-info:hover .projects2-thumb-content {
    transition: 0.6s;
    visibility: visible;
    opacity: 1;
}
.projects2-thumb-info:hover .thumbimgs {
    transform: scale(1.2) rotate(-4deg);
    transition: 0.4s;
}
.projects2-thumb-info::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 0%;
    width: 100%;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(2, 49, 24, 0) 50%, #023118 100%);
    transition: 0.4s;
}
.projects2-thumb-info .thumbimgs {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    transform: scale(1) rotate(0deg);
    transition: all 1s;
}
@media (max-width: 575px) {
    .projects2-thumb-info .thumbimgs {
        height: 442px;
    }
}
.projects2-thumb-info .plus-sing {
    position: absolute;
    top: 30px;
    left: 30px;
    background: var(--ztc-bg-bg-1);
    height: 60px;
    width: 60px;
    display: inline-block;
    border-radius: 100%;
    line-height: 58px;
    text-align: center;
    z-index: 99;
    transition: 0.4s;
}
.projects2-thumb-info .projects2-thumb-content {
    position: absolute;
    bottom: 100%;
    left: 30px;
    visibility: hidden;
    opacity: 0;
    transition: 0.6s;
    z-index: 1;
    right: 30px;
    bottom: 30px;
}
.projects2-thumb-info .projects2-thumb-content .title a {
    color: var(--ztc-text-text-1);
    font-size: var(--ztc-font-size-font-s24);
    font-weight: 400;
    line-height: 24px;
    font-family: var(--ztc-family-font2);
}
.projects2-thumb-info .projects2-thumb-content .pera-text {
    color: var(--ztc-bg-bg-1);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: 400;
    line-height: 24px;
}

.vl-project3-area {
    overflow: hidden;
}
.vl-project3-area .project3-box {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}
.vl-project3-area .project3-box:hover::after {
    width: 100%;
    transition: 0.4s;
}
.vl-project3-area .project3-box:hover .project3-thumb img {
    transform: scale(1.05);
    transition: all 1s;
}
.vl-project3-area .project3-box:hover .project3-plus {
    background: var(--ztc-bg-bg-12);
    transition: 0.4s;
}
.vl-project3-area .project3-box:hover .project3-plus img {
    filter: brightness(0) invert(1);
    transform: rotate(90deg);
    transition: 0.4s;
}
.vl-project3-area .project3-box:hover .project3-content {
    transform: translateX(0px);
    visibility: visible;
    opacity: 1;
    transition: 0.4s;
}
.vl-project3-area .project3-box::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 100%;
    width: 0%;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(192, 136, 56, 0) 0%, #c08838 100%);
    transition: 0.4s;
}
.vl-project3-area .project3-box .project3-thumb img {
    width: 100%;
    border-radius: 16px;
    transition: all 1s;
}
.vl-project3-area .project3-box .project3-plus {
    position: absolute;
    top: 30px;
    left: 30px;
    background: var(--ztc-bg-bg-1);
    height: 60px;
    width: 60px;
    display: inline-block;
    border-radius: 100%;
    line-height: 58px;
    text-align: center;
    z-index: 99;
    transition: 0.4s;
}
.vl-project3-area .project3-box .project3-content {
    position: absolute;
    left: 30px;
    bottom: 30px;
    transform: translateX(-100px);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: 0.4s;
}
.vl-project3-area .project3-box .project3-content h3 a {
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s24);
    line-height: 24px;
    font-weight: 400;
    color: var(--ztc-text-text-1);
}
.vl-project3-area .project3-box .project3-content p {
    color: var(--ztc-text-text-1);
    font-size: var(--ztc-font-size-font-s16);
    line-height: 24px;
    font-weight: 400;
}

.project3-arrow {
    display: flex;
    justify-content: center;
    margin-top: 32px;
    position: relative;
    z-index: 99;
}
.project3-arrow .prev-arrow {
    display: inline-block;
    height: 48px;
    width: 48px;
    line-height: 45px;
    text-align: center;
    background: var(--ztc-bg-bg-13);
    border-radius: 100%;
    margin-right: 16px;
    transition: 0.4s;
}
.project3-arrow .prev-arrow:hover {
    background: var(--ztc-bg-bg-12);
    transform: 0.4s;
}
.project3-arrow .prev-arrow:hover img {
    filter: brightness(0) invert(1);
    transform: all 0.4s;
}
.project3-arrow .prev-arrow img {
    transform: all 0.4s;
}
.project3-arrow .next-arrow {
    display: inline-block;
    height: 48px;
    width: 48px;
    line-height: 45px;
    text-align: center;
    background: var(--ztc-bg-bg-13);
    border-radius: 100%;
    margin-right: 16px;
    transition: 0.4s;
}
.project3-arrow .next-arrow:hover {
    background: var(--ztc-bg-bg-12);
    transform: 0.4s;
}
.project3-arrow .next-arrow:hover img {
    filter: brightness(0) invert(1);
    transform: all 0.4s;
}
.project3-arrow .next-arrow img {
    transform: all 0.4s;
}

.hm3-project-btn {
    position: relative;
    color: var(--ztc-text-text-15);
    display: inline-block;
    padding: 6px 6px 6px 16px;
    background: var(--ztc-bg-bg-1);
    border-radius: 140px;
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    border: none;
    z-index: 9;
    transition: 0.3s;
}
.hm3-project-btn::after {
    position: absolute;
    content: "";
    background: var(--ztc-bg-bg-14);
    left: 0;
    right: 0;
    border-radius: 140px;
    height: 100%;
    width: 100%;
    top: 0;
    transform: scaleX(0);
    transition: 0.4s;
    z-index: -1;
}
.hm3-project-btn span {
    background: var(--ztc-bg-bg-12);
    height: 42px;
    width: 42px;
    line-height: 42px;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    transform: rotate(0deg);
    transition: 0.4s;
    margin-left: 8px;
}
.hm3-project-btn span svg {
    filter: brightness(0) invert(1);
}
.hm3-project-btn:hover {
    color: var(--ztc-text-text-1);
    border: none;
}
.hm3-project-btn:hover::after {
    background: var(--ztc-bg-bg-14);
    transform: scaleX(1);
    transition: 0.4s;
}
.hm3-project-btn:hover span {
    background: var(--ztc-bg-bg-1);
    transform: rotate(45deg);
    transition: 0.4s;
}
.hm3-project-btn:hover span svg {
    filter: brightness(0) invert(0);
}

.vl-project5-area {
    overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 575px) {
    .vl-project5-area .project5-heading {
        margin-bottom: 30px;
    }
}

.project5-pera {
    color: var(--ztc-text-text-22);
    font-size: var(--ztc-font-size-font-s16);
    line-height: 24px;
    font-weight: 400;
}

.project-wrapper.project5-wrapper {
    margin-top: 0;
}

.project5-numfix h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 2px #5c4937;
    display: inline-block;
    z-index: 1;
}

.project-title.project5-title h3 {
    color: var(--ztc-text-text-21);
    font-family: var(--ztc-family-font2);
}

.project-button.project5-button .icon-btn {
    border: none;
}

.vl-project6-area {
    overflow: hidden;
    background: #f4f7f5;
}

.project6-box:hover .project6-thumb-content {
    height: 152px;
    transition: 0.4s;
}
.project6-box:hover .project6-thumb-content .title a {
    color: var(--ztc-text-text-23);
    transition: 0.4s;
}
.project6-box:hover .project6-thumb-content .pera-text {
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
}
.project6-box:hover .content_arrow img {
    transform: rotate(360deg);
    transition: 0.4s;
}
.project6-box:hover .project6-thumb .imgs {
    transform: scale(1.05) rotate(0deg);
}

.project6-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}
.project6-thumb .imgs {
    border-radius: 12px;
    height: 100%;
    width: 100%;
    transform: scale(1);
    transition: all 1s;
}

.project6-thumb-content {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    background: var(--ztc-bg-bg-1);
    padding: 24px;
    height: 90px;
    border-radius: 8px;
    transition: 0.4s;
    text-align: center;
    z-index: 9;
}
.project6-thumb-content .title a {
    color: var(--ztc-text-text-25);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s24);
    line-height: 24px;
    font-weight: 400;
    transition: 0.4s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .project6-thumb-content .title a {
        font-size: 22px;
    }
}
.project6-thumb-content .pera-text {
    margin-top: 16px;
    color: rgba(26, 86, 50, 0.8);
    font-size: var(--ztc-font-size-font-s16);
    line-height: 24px;
    font-weight: 400;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .project6-thumb-content .pera-text {
        font-size: 15px;
    }
}

.arrow_wrap {
    position: relative;
    margin-bottom: 10px;
}

.content_arrow {
    background: var(--ztc-bg-bg-21);
    display: inline-block;
    height: 60px;
    width: 60px;
    line-height: 46px;
    text-align: center;
    border-radius: 100%;
    border: 6px solid var(--ztc-bg-bg-1);
    position: absolute;
    right: 50%;
    top: -22px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.content_arrow img {
    transition: 0.4s;
}

.project-details-inner-content .project-details-inner-thumb img {
    border-radius: 12px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.project-details-inner-content .title {
    color: var(--ztc-text-text-23);
    font-family: var(--ztc-family-font2);
    font-weight: 400;
    font-size: var(--ztc-font-size-font-s44);
    line-height: 44px;
    text-transform: capitalize;
}
@media (max-width: 575px) {
    .project-details-inner-content .title {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}

@media (max-width: 575px) {
    .project-details-inner-thumb2 {
        margin-top: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .project-details-inner-thumb2 {
        margin-top: 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .project-details-inner-thumb2 {
        margin-top: 30px;
    }
}
.project-details-inner-thumb2 img {
    width: 100%;
    border-radius: 12px;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 575px) {
    .project-details-inner-thumb2 img {
        margin-bottom: 30px;
    }
}

.project-more-inner-section {
    background: #f4f7f5;
}

.title_more {
    color: var(--ztc-text-text-25);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s44);
    line-height: 44px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 38px;
}

/*======================
    Project Section  CSS
=======================*/
.project-wrapper {
    margin-top: 40px;
}

.project-title {
    margin-left: 76px;
}
@media (max-width: 575px) {
    .project-title {
        margin-left: 0px;
    }
    .add-banner-section {
        padding: 0rem 0 0rem;
    }
}
.project-title h3 a {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s24);
    font-weight: 400;
}

.project-button .icon-btn {
    border: 1px solid rgba(31, 104, 78, 0.3);
    display: inline-block;
    height: 54px;
    width: 54px;
    border-radius: 100%;
    text-align: center;
    line-height: 51px;
}
.project-num h2 {
    color: rgba(76, 174, 71, 0.16);
    font-size: 60px;
    line-height: 60px;
    font-weight: 400;
}

.project-image img {
    width: 100%;
    border-radius: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 575px) {
    .project-image img {
        margin-bottom: 20px;
    }
}

.project-info p {
    font-size: var(--ztc-font-size-font-s16);
    line-height: 24px;
    font-weight: 400;
    color: var(--ztc-text-text-8);
}

.axis-project-item {
    border-top: 1px solid rgba(31, 104, 78, 0.16);
    border-bottom: 1px solid rgba(31, 104, 78, 0.16);
    padding: 24px 0px 24px 0px;
}

.accordion-fix {
    margin-top: 20px;
}

.axis-project-item.style-one:hover .project-content .read-more.style-one {
    color: var(--primary-color);
}

.axis-project-item.style-one .project-thumbnail img {
    width: 100%;
    border-radius: 30px;
}

.axis-project-item.style-one .project-content {
    position: relative;
    width: 85%;
    margin: 0 auto;
    border-radius: 30px;
    background-color: var(--white-color);
    box-shadow: 0 8px 28px 0 rgba(0, 0, 0, 0.1);
    margin-top: -100px;
    text-align: center;
    padding: 20px 30px;
    transition: all 0.3s;
}

.axis-project-item.style-one .project-content .tag {
    margin-bottom: 10px;
}

.axis-project-item.style-one .project-content .title {
    padding-bottom: 18px;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 13px;
}

@media (max-width: 1650px) {
    .axis-project-item.style-one .project-content .title {
        font-size: 18px;
    }
}
.axis-project-item.style-one .project-content .title:hover {
    color: var(--primary-color);
}

.axis-project-item.style-two:hover .project-thumbnail .hover-content {
    visibility: visible;
    opacity: 1;
}

.axis-project-item.style-two:hover .project-content {
    transform: translateY(0);
}

.axis-project-item.style-two .project-thumbnail {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 30px;
}

.axis-project-item.style-two .project-thumbnail .hover-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        358deg,
        #010f34 1.66%,
        rgba(1, 15, 52, 0) 122.96%
    );
    display: flex;
    align-items: flex-end;
    padding: 40px 40px 30px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.axis-project-item.style-two .project-content {
    max-width: 320px;
    transform: translateY(-30px);
    transition: all 0.4s;
}

.axis-project-item.style-two .project-content .project-tags a {
    color: var(--primary-color);
    font-size: 14px;
}

.axis-project-item.style-two .project-content .title {
    color: var(--white-color);
    font-size: 24px;
    margin-bottom: 13px;
    padding-bottom: 13px;
    border-bottom: 1px solid var(--white-color);
}

.axis-project-item.style-two .project-content .read-more {
    color: var(--white-color);
}

.axis-project-item.style-three .project-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 767.98px) {
    .axis-project-item.style-three .project-header {
        flex-direction: column;
        align-items: flex-start;
    }
}
.axis-project-item.style-three .project-header .project-logo {
    max-width: 330px;
}

@media screen and (max-width: 991.98px) {
    .axis-project-item.style-three .project-header .project-logo {
        max-width: 270px;
    }
    .axis-project-item.style-three .project-header .project-logo h3 {
        font-size: 16px;
    }
}
@media (max-width: 767.98px) {
    .axis-project-item.style-three .project-header .project-logo {
        margin-bottom: 20px;
        max-width: 100%;
    }
}
.axis-project-item.style-three .project-header .project-title {
    max-width: 460px;
    flex-grow: 1;
}

@media screen and (max-width: 991.98px) {
    .axis-project-item.style-three .project-header .project-title {
        max-width: 440px;
    }
    .axis-project-item.style-three .project-header .project-title p {
        font-size: 14px;
    }
}
@media (max-width: 767.98px) {
    .axis-project-item.style-three .project-header .project-button {
        display: none;
    }
}
.axis-project-item.style-four:hover .project-thumbnail .hover-content {
    visibility: visible;
    opacity: 1;
}

.axis-project-item.style-four:hover .project-content {
    transform: translateY(0);
}

.axis-project-item.style-four .project-thumbnail {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 30px;
}

.axis-project-item.style-four .project-thumbnail .hover-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        358deg,
        #010f34 1.66%,
        rgba(1, 15, 52, 0) 122.96%
    );
    display: flex;
    align-items: flex-end;
    padding: 40px 40px 30px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.axis-project-item.style-four .project-content {
    max-width: 320px;
    transform: translateY(-30px);
    transition: all 0.4s;
}

.axis-project-item.style-four .project-content .project-tags a {
    color: var(--primary-color);
    font-size: 14px;
}

.axis-project-item.style-four .project-content .title {
    color: var(--white-color);
    font-size: 18px;
    margin-bottom: 13px;
    padding-bottom: 13px;
    border-bottom: 1px solid var(--white-color);
}

.axis-project-item.style-four .project-content .read-more {
    color: var(--white-color);
}

.vl-pricing8-area {
    overflow: hidden;
    background: var(--ztc-bg-bg-28);
}

.pricing8-box {
    background: var(--ztc-bg-bg-1);
    border-radius: 12px;
    padding: 24px;
}
.pricing8-box .plan-wrap h3 {
    color: var(--ztc-text-text-29);
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    font-weight: 600;
}
.pricing8-box .plan-wrap h2 a {
    font-family: var(--ztc-family-font2);
    color: var(--ztc-text-text-29);
    font-size: var(--ztc-font-size-font-s44);
    line-height: 44px;
    font-weight: 400;
}
.pricing8-box .plan-wrap h2 a span {
    font-family: var(--ztc-family-font1);
    color: #42454d;
    font-size: var(--ztc-font-size-font-s24);
    line-height: 24px;
    font-weight: 400;
}

.features-list h3 {
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s24);
    line-height: 24px;
    font-weight: 400;
}
.features-list ul li {
    color: var(--ztc-text-text-30);
    font-size: var(--ztc-font-size-font-s16);
    line-height: 16px;
    font-weight: 400;
    margin-bottom: 16px;
}
.features-list ul li:last-child {
    margin-bottom: 0px;
}
.features-list ul li img {
    margin: 0px 4px 2px 0px;
}

.pricing8-box.pricing8-box-main {
    background: var(--ztc-bg-bg-29);
}
.pricing8-box.pricing8-box-main .plan-wrap h3 {
    color: var(--ztc-text-text-1);
}
.pricing8-box.pricing8-box-main .plan-wrap h2 a {
    color: var(--ztc-text-text-1);
}
.pricing8-box.pricing8-box-main .plan-wrap h2 span {
    color: rgba(255, 255, 255, 0.8);
}

.features-list.features-list-main h3 {
    color: var(--ztc-text-text-1);
}
.features-list.features-list-main ul li {
    color: rgba(255, 255, 255, 0.8);
}

.vl-primary-btn-hm8.vl-primary-hm8-pricing {
    width: 100%;
    text-align: center;
}
.vl-primary-btn-hm8.vl-primary-hm8-pricing::after {
    display: none;
}

.vl-primary-btn-hm8.vl-primary-hm8-pricing:hover::after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.3s;
    border-radius: 0;
    border-radius: 8px;
}

.vl-primary-btn-hm8.vl-primary-hm8-pricing-main {
    background: var(--ztc-bg-bg-1);
    color: var(--ztc-text-text-29);
    width: 100%;
    text-align: center;
}
.vl-primary-btn-hm8.vl-primary-hm8-pricing-main::after {
    display: none;
}

.vl-primary-btn-hm8.vl-primary-hm8-pricing-main:hover::after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.3s;
    border-radius: 0;
    border-radius: 8px;
}

.vl-error-area {
    background: #f4f7f5;
}
.vl-error-area .vl-error-area-thumb img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/*============= CASE STUDY CSS AREA ENDS ===============*/
.vl-story-area {
    overflow: hidden;
}

.vl-story-info {
    background: var(--ztc-bg-bg-10);
    padding: 70px 30px;
    border-radius: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .vl-story-info {
        padding: 32px 30px;
    }
}
.vl-story-info .vl-story-header h3 {
    color: var(--ztc-text-text-1);
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.vl-story-info .vl-story-header h2 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s44);
    line-height: 52px;
    font-weight: 400;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .vl-story-info .vl-story-header h2 {
        font-size: 38px;
    }
}

.vl-story-thumb img {
    height: 562px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .vl-story-thumb img {
        height: 526px;
    }
}

.timeline .timeline-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 60px;
    background: var(--ztc-bg-bg-1);
    padding: 10px;
    border-radius: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .timeline .timeline-tabs {
        gap: 10px;
    }
}
@media (max-width: 575px) {
    .timeline .timeline-tabs {
        gap: 6px;
        margin-bottom: 16px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .timeline .timeline-tabs {
        margin-bottom: 24px;
        border-radius: 16px;
    }
}
.timeline .timeline-tabs .tab2 {
    background: transparent;
    border: 2px solid #023118;
    background: var(--ztc-bg-bg-10);
    color: #fff;
    padding: 8px 16px;
    border-radius: 100px;
    font-size: var(--ztc-font-size-font-s20);
    line-height: 24px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease;
}
.timeline .timeline-tabs .tab2.active {
    background: #ffc107;
    border-color: #ffc107;
    color: #000000;
}
.timeline .timeline-tabs .tab2:hover {
    transform: translateY(-2px);
}
.timeline .timeline-content {
    position: relative;
    min-height: 120px;
}
.timeline .timeline-content .text {
    color: #fff;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transition:
        opacity 0.4s ease,
        visibility 0.4s ease;
}
.timeline .timeline-content .text.active {
    opacity: 1;
    visibility: visible;
    position: relative;
}
@media (max-width: 480px) {
    .timeline {
        padding: 1.5rem;
    }
    .timeline .timeline-tabs .tab2 {
        padding: 6px 14px;
        font-size: 14px;
    }
}

.vl-category10-area {
    overflow: hidden;
}

.category10-title {
    color: var(--ztc-text-text-34);
    font-size: var(--ztc-font-size-font-s56);
    font-family: var(--ztc-family-font2);
    line-height: 56px;
    font-weight: 400;
    text-transform: uppercase;
}
@media (max-width: 575px) {
    .category10-title {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}

.category10-box:hover .category10-thumb-wrap .category10-thumb {
    background: linear-gradient(
        180deg,
        #55fc50 -72.52%,
        rgba(85, 252, 80, 0) 72.52%
    );
    transition: all 0.4s;
}
.category10-box:hover .category10-thumb-wrap .category10-thumb img {
    transform: scale(1.05) rotate(0deg);
}

.category10-thumb-wrap {
    padding: 10px;
    border: 1px dashed var(--ztc-text-text-34);
    border-radius: 100%;
}
.category10-thumb-wrap .category10-thumb {
    background: var(--ztc-bg-bg-33);
    border-radius: 100%;
    text-align: center;
    overflow: hidden;
    transition: all 0.4s;
}
.category10-thumb-wrap .category10-thumb img {
    height: 280px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    transform: scale(1);
    transition: all 1s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .category10-thumb-wrap .category10-thumb img {
        height: 230px;
    }
}

.category10-box-content {
    text-align: center;
}
.category10-box-content h3 a {
    color: var(--ztc-text-text-34);
    font-size: var(--ztc-font-size-font-s24);
    line-height: 24px;
    font-weight: 400;
    font-family: var(--ztc-family-font2);
    text-transform: uppercase;
    transition: all 0.4s;
}
.category10-box-content h3 a:hover {
    color: var(--ztc-text-text-36);
    transition: 0.4s;
}
.category10-box-content p {
    color: var(--ztc-text-text-35);
    font-size: var(--ztc-font-size-font-s16);
    line-height: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.vl-best-deals10-area {
    overflow: hidden;
}

.best-deals10-box {
    overflow: hidden;
    padding: 16px;
    border-radius: 16px;
    background: #f7f7fb;
}
.best-deals10-box .best-deals10-thumb {
    border-radius: 12px;
    background: #ffffff;
}
.best-deals10-box .best-deals10-thumb img {
    height: 230px;
    -o-object-fit: contain;
    object-fit: contain;
}
.best-deals10-box .best-deals10-content {
    text-align: center;
}
.best-deals10-box .best-deals10-content h3 a {
    color: var(--ztc-text-text-34);
    font-size: var(--ztc-font-size-font-s24);
    font-family: var(--ztc-family-font2);
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
}
.best-deals10-box .best-deals10-content p {
    font-size: var(--ztc-font-size-font-s16);
    line-height: 16px;
    font-weight: 400;
    color: var(--ztc-text-text-35);
}

.best-deals10-box-wrap {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    background: #f7f7fb;
    border-radius: 12px;
    padding: 16px 16px 16px 30px;
}
@media (max-width: 575px) {
    .best-deals10-box-wrap {
        display: block;
    }
}
.best-deals10-box-wrap .title a {
    color: var(--ztc-text-text-34);
    font-size: var(--ztc-font-size-font-s24);
    font-family: var(--ztc-family-font2);
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
}
.best-deals10-box-wrap .pera {
    font-size: var(--ztc-font-size-font-s16);
    line-height: 16px;
    font-weight: 400;
    color: var(--ztc-text-text-35);
}
.best-deals10-box-wrap .pera_text {
    font-size: var(--ztc-font-size-font-s16);
    line-height: 26px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--ztc-text-text-35);
}
.best-deals10-box-wrap .best-deals10-thumb {
    background: white;
}
.best-deals10-box-wrap .best-deals10-thumb {
    border-radius: 12px;
}
.best-deals10-box-wrap .best-deals10-thumb img {
    height: 190px;
    -o-object-fit: contain;
    object-fit: contain;
}
@media (max-width: 575px) {
    .best-deals10-box-wrap .best-deals10-thumb img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        margin-top: 20px;
    }
}

.best-deals10-banner {
    border-radius: 16px;
}
.best-deals10-banner img {
    width: 100%;
    border-radius: 16px;
}

.vl-best-seller10-area {
    overflow: hidden;
    position: relative;
    background: var(--ztc-bg-bg-33);
}

.vl-best-seller10-area-bg {
    position: absolute;
    top: -60px;
    right: 0;
}

.vl-best-seller10-box {
    padding: 16px;
    background: var(--ztc-bg-bg-1);
    border-radius: 12px;
    height: 342px;
}
.vl-best-seller10-box .vl-best-seller10-thumb {
    background: var(--ztc-bg-bg-33);
    text-align: center;
    border-radius: 12px;
    height: 230px;
}
.vl-best-seller10-box .vl-best-seller10-content {
    text-align: center;
}
.vl-best-seller10-box .vl-best-seller10-content h3 a {
    color: var(--ztc-text-text-34);
    font-size: var(--ztc-font-size-font-s24);
    font-family: var(--ztc-family-font2);
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
}
.vl-best-seller10-box .vl-best-seller10-content p {
    font-size: var(--ztc-font-size-font-s16);
    line-height: 16px;
    font-weight: 400;
    color: var(--ztc-text-text-35);
}

.best-seller10-arrow {
    display: flex;
    justify-content: center;
    margin-top: 32px;
    position: relative;
    z-index: 99;
}
.best-seller10-arrow .prev-arrow {
    display: inline-block;
    height: 48px;
    width: 48px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #030703;
    border-radius: 100%;
    margin-right: 16px;
    transition: 0.4s;
}
.best-seller10-arrow .prev-arrow:hover {
    border: 1px solid #55fc50;
    background: var(--ztc-bg-bg-32);
    transform: 0.4s;
}
.best-seller10-arrow .prev-arrow:hover img {
    filter: brightness(0) invert(1);
    transform: all 0.4s;
}
.best-seller10-arrow .prev-arrow img {
    filter: brightness(0) invert(0);
    transform: all 0.4s;
}
.best-seller10-arrow .next-arrow {
    display: inline-block;
    height: 48px;
    width: 48px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #030703;
    border-radius: 100%;
    margin-right: 16px;
    transition: 0.4s;
}
.best-seller10-arrow .next-arrow:hover {
    border: 1px solid #55fc50;
    background: var(--ztc-bg-bg-32);
    transform: 0.4s;
}
.best-seller10-arrow .next-arrow:hover img {
    filter: brightness(0) invert(1);
    transform: all 0.4s;
}
.best-seller10-arrow .next-arrow img {
    filter: brightness(0) invert(0);
    transform: all 0.4s;
} /*# sourceMappingURL=main.css.map */

.footer-para {
    font-size: 14px;
    color: white;
    text-align: center;
    margin-bottom: 0;
    a {
        color: #fff700;
    }
}
/* ************************************** */

.add-bg-ambient {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.add-bg-ambient::before,
.add-bg-ambient::after {
    content: "";
    position: absolute;
    width: 80vmax;
    height: 80vmax;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(70, 130, 255, 0.2),
        rgba(0, 0, 0, 0) 70%
    );
    filter: blur(100px);
    animation: addFloatBlur 18s infinite alternate ease-in-out;
}

.add-bg-ambient::before {
    top: -20%;
    left: -25%;
    background: radial-gradient(circle, rgba(0, 255, 200, 0.15), transparent);
}

.add-bg-ambient::after {
    bottom: -15%;
    right: -20%;
    background: radial-gradient(circle, rgba(255, 80, 200, 0.12), transparent);
    animation-duration: 22s;
    animation-direction: alternate-reverse;
}

/* glowing particles effect */
.add-particle-glow {
    position: fixed;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.add-particle-glow div {
    position: absolute;
    width: 3px;
    height: 3px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    filter: blur(1px);
    opacity: 0.6;
    animation: addParticleDrift 12s infinite alternate;
}

@keyframes addParticleDrift {
    0% {
        transform: translateY(0px) translateX(0px);
        opacity: 0.2;
    }
    100% {
        transform: translateY(-40px) translateX(20px);
        opacity: 0.9;
    }
}

@keyframes addFloatBlur {
    0% {
        transform: translate(0, 0) scale(1);
        opacity: 0.5;
    }
    100% {
        transform: translate(5%, 8%) scale(1.25);
        opacity: 0.8;
    }
}

.add-banner-section {
    position: relative;
    z-index: 5;
    padding: 0rem 0 1rem;
}

.add-section-head {
    text-align: center;
    margin-bottom: 15px;
}

.add-title {
    font-weight: 800;
    font-size: 3.4rem;
    background: linear-gradient(135deg, #ffffff, #b0ccff, #7c9eff);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    display: inline-block;
    position: relative;
}

.add-title::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 20%;
    width: 60%;
    height: 3px;
    background: linear-gradient(
        90deg,
        transparent,
        #3b82f6,
        #ff4d9a,
        transparent
    );
    border-radius: 3px;
    animation: addTitlePulse 2.5s infinite;
}

@keyframes addTitlePulse {
    0% {
        width: 30%;
        opacity: 0.4;
        left: 35%;
    }
    100% {
        width: 70%;
        opacity: 1;
        left: 15%;
    }
}

.add-banner-row {
    --bs-gutter-y: 3rem;
    perspective: 800px;
    display: flex !important;
    flex-wrap: wrap !important;
    margin: 0 calc(-0.5 * var(--bs-gutter-x, 1.5rem)) !important;
}

.add-banner-col {
    display: flex !important;
    justify-content: center;
    perspective: 600px;
    margin-bottom: 2rem;
    flex: 0 0 auto;
}

.add-flag-banner {
    position: relative;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    transform-style: preserve-3d;
    /* floating animation only, no hover transforms */
    animation: addFloatBase 4s infinite alternate ease-in-out;
    filter: drop-shadow(0 15px 12px rgba(0, 0, 0, 0.5));
    will-change: transform;
    transform: translateZ(0);
}

.add-flag-banner[data-order="0"] {
    animation-delay: 0s;
}
.add-flag-banner[data-order="1"] {
    animation-delay: 0.2s;
}
.add-flag-banner[data-order="2"] {
    animation-delay: 0.4s;
}
.add-flag-banner[data-order="3"] {
    animation-delay: 0.6s;
}

@keyframes addFloatBase {
    0% {
        transform: translateY(0px) rotateX(2deg) translateZ(0);
    }
    100% {
        transform: translateY(-10px) rotateX(0deg) translateZ(0);
    }
}

.add-flag-banner:hover {
    animation: addFloatBase 4s infinite alternate ease-in-out;
    filter: drop-shadow(0 15px 12px rgba(0, 0, 0, 0.5));
}

.add-hanging-rod {
    position: relative;
    width: 90%;
    margin: 0 auto;
    height: 18px;
    background: linear-gradient(145deg, #9abeed, #315b80);
    border-radius: 20px 20px 6px 6px;
    box-shadow:
        0 -2px 4px rgba(0, 0, 0, 0.2),
        inset 0 1px 2px rgba(255, 255, 255, 0.7),
        0 4px 6px rgba(0, 0, 0, 0.3);
    z-index: 6;
    position: relative;
    top: 8px;
}

.add-hanging-rod::before {
    content: "⚜️";
    position: absolute;
    font-size: 1rem;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.9;
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.4));
    letter-spacing: 0;
}

.add-hanging-rod::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 12px;
    background: radial-gradient(ellipse, #b59d6a, #6e5a3a);
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.add-ribbon-body {
    position: relative;
    background: linear-gradient(145deg, #1a2a3a, #0f1a24);
    border-radius: 24px 24px 12px 12px;
    padding: 2rem 1.2rem 2.2rem;
    margin-top: 6px;
    text-align: center;
    color: white;
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 50% 100%, 0% 90%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 20px 30px -10px black;
    backdrop-filter: blur(1px);
    z-index: 2;
}

.add-banner-1 .add-ribbon-body {
    background: linear-gradient(135deg, #c31432, #240b36);
}
.add-banner-2 .add-ribbon-body {
    background: linear-gradient(135deg, #0f9b8e, #0b4f6c);
}
.add-banner-3 .add-ribbon-body {
    background: linear-gradient(135deg, #8e2de2, #4a00e0);
}
.add-banner-4 .add-ribbon-body {
    background: linear-gradient(135deg, #f12711, #f5af19);
}

.add-ribbon-body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.2) 0%,
        rgba(255, 255, 255, 0) 80%
    );
    border-radius: 24px 24px 40px 40px;
    pointer-events: none;
}

.add-ground-shadow {
    position: absolute;
    bottom: -18px;
    left: 10%;
    width: 80%;
    height: 20px;
    background: radial-gradient(ellipse, rgba(0, 0, 0, 0.6), transparent 70%);
    filter: blur(6px);
    border-radius: 50%;
    z-index: 1;
    opacity: 0.7;
}
.add-country {
    font-weight: 800;
    font-size: 1.9rem;
    letter-spacing: -0.5px;
    background: linear-gradient(135deg, #fff, #f0e6ff);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    margin-bottom: 1.2rem;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
    display: inline-block;
    padding-bottom: 6px;
}

.add-address {
    font-size: 0.85rem;
    line-height: 1.45;
    font-weight: 500;
    opacity: 0.92;
    margin-bottom: 1rem;
    letter-spacing: 0.2px;
}

.add-contact-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 0.8rem;
    font-size: 0.85rem;
    font-weight: 500;
}

.add-contact-item i {
    font-size: 1.2rem;
    color: #ffdf8c;
    transition: transform 0.2s ease;
}

.add-contact-item:hover i {
    transform: scale(1.1) rotate(3deg);
    color: #ffc85a;
}

.add-contact-item span,
.add-contact-item a {
    color: white;
    text-decoration: none;
    font-weight: 500;
}

.add-contact-item a:hover {
    text-decoration: underline;
    color: #ffde9c;
}

.add-ribbon-body::after {
    content: "✦";
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.8rem;
    color: rgba(255, 215, 0, 0.8);
    filter: drop-shadow(0 2px 3px black);
    text-shadow: 0 0 2px gold;
}

@media (min-width: 1200px) {
    .add-banner-col {
        flex: 0 0 auto;
        width: 25%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .add-banner-col {
        flex: 0 0 auto;
        width: 50%;
    }
    .add-flag-banner {
        max-width: 320px;
    }
}

.add-swiper-container {
    width: 100%;
    overflow: hidden;
    padding: 15px 0;
}

@media (max-width: 991px) {
    .add-banner-row {
        display: block !important;
        margin: 0 !important;
    }
    .add-banner-col {
        width: 100% !important;
        margin-bottom: 0;
    }
    .add-swiper-slide {
        height: auto;
        display: flex;
        justify-content: center;
        padding-bottom: 1rem;
    }
    .add-flag-banner {
        max-width: 290px;
        margin: 0 auto;
    }
    .add-section-head {
        margin-bottom: 2.5rem;
    }
    .add-banner-section {
        padding: 3rem 0 5rem;
    }
}

@media (max-width: 767px) {
    .add-title {
        font-size: 2.4rem;
    }
    .add-flag-banner {
        max-width: 280px;
    }
    .add-ribbon-body {
        padding: 1.6rem 1rem 2rem;
    }
    .add-country {
        font-size: 1.6rem;
    }
    .add-address {
        font-size: 0.75rem;
    }
    .service7-content-text p {
        font-size: var(--ztc-font-size-font-s14);
        line-height: 20px;
    }
    .service7-content-text h3 a {
        font-size: var(--ztc-font-size-font-s22);
        line-height: 28px;
    }
    .vl-work7-content .vl-work7-text h3 a {
        font-size: var(--ztc-font-size-font-s18);
        line-height: 22px;
    }
    .vl-work7-content .vl-work7-text p {
        font-size: var(--ztc-font-size-font-s14);
        line-height: 20px;
    }
    .testimonial6-text h3 a {
        font-size: var(--ztc-font-size-font-s14);
        line-height: 28px;
    }
    .testimonial6-text {
        font-size: var(--ztc-font-size-font-s14);
        line-height: 20px;
    }
    .testimonial6-bottom .testimonial6-user h3 a {
        font-size: var(--ztc-font-size-font-s20);
        font-style: italic;
    }
    .testimonial6-info {
        padding: 0px 0px 0;
    }
}

@media (max-width: 480px) {
    .add-flag-banner {
        max-width: 270px;
    }
    .add-contact-item {
        font-size: 0.75rem;
        gap: 0.4rem;
    }
}

.add-swiper-pagination {
    position: relative;
    margin-top: 30px;
    bottom: 0;
    display: none;
}

@media (max-width: 991px) {
    .add-swiper-pagination {
        display: block;
    }
    .swiper-pagination-bullet {
        background: rgb(45 49 26);
        opacity: 0.7;
        transition: all 0.2s;
    }
    .swiper-pagination-bullet-active {
        background: linear-gradient(135deg, #ffb347, #ff6b6b);
        width: 10px;
        border-radius: 8px;
        background-color: #ff9f4a;
    }
}

a.add-email-link {
    color: #ffecb3;
    transition: color 0.2s;
}
a.add-email-link:hover {
    color: #ffffff;
    text-decoration: underline;
}
@media (max-width: 769px) {
    .vl-offcanvas {
        background: #2d311a;
        padding: 20px 20px;
    }
}
@media (max-width: 575px) {
    .add-banner-section {
        padding: 0rem 0 0rem;
    }
    .footer2-logo-area {
        padding: 0px 0px;
    }
}

/* main container */
.wcu-section {
    max-width: 1440px;
    margin: 0 auto;
    padding: 50px 50px;
    padding-bottom: 0;
}

/* left & right spacing */
@media (max-width: 991px) {
    .wcu-section {
        padding: 3rem 1.5rem;
    }
    .wcu-left-col {
        margin-bottom: 3rem;
    }
}

/* ---------- FEATURE CARD (icon-first design, no images) ---------- */
.wcu-feature-card {
    display: flex;
    flex-wrap: wrap;
    gap: 1.4rem;
    background: rgba(255, 255, 250, 0.88);
    backdrop-filter: blur(3px);
    border-radius: 2rem;
    padding: 1.5rem;
    margin-bottom: 2rem;
    transition: all 0.4s cubic-bezier(0.2, 0.85, 0.4, 1);
    box-shadow:
        0 10px 22px -10px rgba(0, 0, 0, 0.04),
        0 0 0 1px rgba(215, 185, 110, 0.2);
    border: 1px solid rgba(255, 248, 225, 0.7);
    position: relative;
}

.wcu-feature-card:hover {
    transform: translateY(-8px);
    box-shadow:
        0 28px 38px -16px rgba(40, 60, 30, 0.18),
        0 0 0 1px rgba(200, 170, 80, 0.35);
    background: rgba(255, 255, 248, 0.98);
}

/* large icon container (replaces image) */
.wcu-icon-wrapper {
    flex: 0 0 80px;
    height: 80px;
    background: linear-gradient(145deg, #2d311a, #ad7a32);
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 15px 22px -12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    position: relative;
}

.wcu-feature-card:hover .wcu-icon-wrapper {
    transform: scale(1.02);
    box-shadow: 0 20px 28px -12px rgba(0, 0, 0, 0.25);
}

.wcu-icon-wrapper i {
    font-size: 38px;
    color: #fff3da;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    transition: transform 0.25s;
}

.wcu-feature-card:hover .wcu-icon-wrapper i {
    transform: scale(1.05);
}

/* floating circular badge (removed image badge, kept icon badge as elegant accent) */
.wcu-icon-badge {
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 36px;
    height: 36px;
    background: linear-gradient(145deg, #f5e7b2, #ddb76c);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow:
        0 4px 10px rgba(0, 0, 0, 0.15),
        0 0 0 2px rgba(255, 250, 210, 0.9);
    transition: all 0.25s;
    z-index: 3;
}

.wcu-feature-card:hover .wcu-icon-badge {
    box-shadow:
        0 0 0 3px #fff4cf,
        0 6px 14px rgba(173, 122, 50, 0.4);
    transform: scale(1.08);
}

.wcu-icon-badge i {
    font-size: 16px;
    color: #2a5e2f;
}

/* content styling */
.wcu-feature-content {
    flex: 1;
}

.wcu-feature-title {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    background: linear-gradient(120deg, #1f4524, #8b6938);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    margin-bottom: 0.4rem;
}

.wcu-feature-desc {
    font-size: 0.9rem;
    color: #4d5546;
    line-height: 1.45;
    margin-bottom: 0.7rem;
}

.wcu-divider {
    width: 70px;
    height: 2px;
    background: linear-gradient(90deg, #d4af6a, #ead9ad, transparent);
    margin-top: 6px;
    border-radius: 2px;
}

/* mobile fine-tuning */
@media (max-width: 576px) {
    .wcu-icon-wrapper {
        flex: 0 0 65px;
        height: 65px;
    }
    .wcu-icon-wrapper i {
        font-size: 30px;
    }
    .wcu-icon-badge {
        width: 30px;
        height: 30px;
        bottom: -8px;
        right: -8px;
    }
    .wcu-icon-badge i {
        font-size: 13px;
    }
    .wcu-feature-title {
        font-size: 1.3rem;
    }
}

/* ---------- CTA BLOCK (elegant gradient background, no image) ---------- */
.wcu-cta-block {
    margin-top: 2.8rem;
    border-radius: 32px;
    position: relative;
    background: linear-gradient(135deg, #1f3b24 0%, #2c4a2a 50%, #3d5c31 100%);
    padding: 2rem 2rem;
    overflow: hidden;
    box-shadow: 0 25px 35px -18px rgba(0, 0, 0, 0.3);
    transition: all 0.3s;
}

.wcu-cta-block::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #2d311a;
    z-index: 1;
}

.wcu-cta-content {
    position: relative;
    z-index: 2;
}

.wcu-cta-title {
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #fff7e8;
    margin-bottom: 0.6rem;
}

.wcu-cta-text {
    color: #f7efdd;
    font-size: 0.95rem;
    max-width: 50%;
    margin-bottom: 1.4rem;
    font-weight: 400;
}

.wcu-contact-info {
    display: flex;
    gap: 1.2rem;
    flex-wrap: wrap;
    margin-bottom: 1.8rem;
}

.wcu-contact-item {
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(5px);
    padding: 0.4rem 1.2rem;
    border-radius: 60px;
    font-size: 0.85rem;
    font-weight: 500;
    color: #fff1db;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.wcu-contact-item i {
    color: #e9cd92;
}

.wcu-btn-primary {
    background: linear-gradient(105deg, #e6c87a, #c99e44);
    border: none;
    padding: 0.8rem 2rem;
    border-radius: 60px;
    font-weight: 700;
    color: #1e3a1c;
    transition: all 0.3s ease;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    letter-spacing: 0.2px;
}

.wcu-btn-primary:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 25px -8px rgba(230, 200, 122, 0.5);
    background: linear-gradient(105deg, #f2da94, #d8ae50);
    color: #142810;
}

/* SECTION */
.wcu-faq-section {
    background: linear-gradient(135deg, #f8fafc, #eef3f5);
    padding: 50px 0 50px;
    font-family: "Segoe UI", sans-serif;
}

/* TITLE */
.wcu-faq-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
}

/* CARD */
.wcu-faq-card {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 20px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

/* CATEGORY */
.wcu-faq-category {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000000;
    text-transform: uppercase;
}

/* ACCORDION ITEM */
.wcu-faq-item {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

/* SUMMARY (QUESTION) */
.wcu-faq-item summary {
    cursor: pointer;
    font-weight: 600;
    list-style: none;
    position: relative;
    padding-right: 30px;
}

/* REMOVE DEFAULT ARROW */
.wcu-faq-item summary::-webkit-details-marker {
    display: none;
}

/* CUSTOM ARROW */
.wcu-faq-item summary::after {
    content: "+";
    position: absolute;
    right: 0;
    font-size: 20px;
    transition: 0.3s;
}

/* OPEN STATE */
.wcu-faq-item[open] summary::after {
    content: "−";
}

/* ANSWER */
.wcu-faq-answer {
    font-size: 14px;
    color: #555;
    margin-top: 8px;
    line-height: 1.6;
}

/* HOVER EFFECT */
.wcu-faq-item:hover {
    color: #553c1e;
}

/* CONTACT BOX */
.wcu-contact-box {
    background: linear-gradient(135deg, #1f7a54, #2bb673);
    color: #fff;
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    margin-top: 40px;
}

.wcu-contact-box a {
    color: #fff;
    text-decoration: underline;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .wcu-faq-title {
        font-size: 24px;
    }
    .wcu-feature-card {
        flex-direction: column;
    }
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.8rem;
}

.gallery-item {
    position: relative;
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 20px 30px -12px rgba(0, 0, 0, 0.6);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    background: #111;
}

.gallery-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 36px -12px rgba(212, 175, 55, 0.2);
}

.gallery-item img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.gallery-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.7) 0%,
        rgba(0, 0, 0, 0.2) 60%,
        transparent 100%
    );
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    border-radius: 24px;
}

.gallery-item:hover::after {
    opacity: 1;
}

.gallery-item .overlay-icon {
    position: absolute;
    bottom: 18px;
    right: 20px;
    color: #956a42;
    font-size: 1.8rem;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 2;
    text-shadow: 0 2px 8px black;
}

.gallery-item:hover .overlay-icon {
    opacity: 1;
    transform: translateY(0);
}
.modal-container {
    position: relative;
    max-width: 85vw;
    max-height: 85vh;
    background: rgba(18, 18, 22, 0.6);
    border-radius: 36px;
    backdrop-filter: blur(4px);
    border: 1px solid rgba(212, 175, 55, 0.3);
    box-shadow:
        0 30px 50px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(212, 175, 55, 0.2);
    overflow: hidden;
}

.modal-image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    width: 550px;
}

.modal-image {
    max-width: 100%;
    max-height: 75vh;
    object-fit: contain;
    border-radius: 24px;
    transition: transform 0.2s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(212, 175, 55, 0.6);
    color: #956a42;
    width: 48px;
    height: 48px;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    cursor: pointer;
    transition: all 0.2s ease;
    z-index: 20;
}

.nav-btn:hover {
    background: #956a42;
    color: #0a0a0a;
    border-color: #fff;
    transform: translateY(-50%) scale(1.05);
}

.prev-btn {
    left: 20px;
}

.next-btn {
    right: 20px;
}

.close-modal {
    position: absolute;
    top: 20px;
    right: 28px;
    font-size: 2.5rem;
    background: none;
    border: none;
    color: #e0e0e0;
    cursor: pointer;
    z-index: 30;
    transition: 0.2s;
    background: rgba(0, 0, 0, 0.4);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
}

.close-modal:hover {
    color: #956a42;
    background: rgba(0, 0, 0, 0.8);
    transform: rotate(90deg);
}

.image-counter {
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    padding: 6px 18px;
    border-radius: 40px;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #956a42;
    border: 1px solid rgba(212, 175, 55, 0.4);
    font-family: monospace;
    z-index: 20;
}

.modal-image {
    transition:
        opacity 0.25s ease,
        transform 0.2s ease;
}

.fade-transition {
    animation: imageFade 0.22s ease-out;
}

@keyframes imageFade {
    0% {
        opacity: 0.3;
        transform: scale(0.97);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@media (max-width: 768px) {
    .container {
        padding: 10px 16px;
    }
    .homepage7-body .vl-transparent-header .vl-header-content-area {
        padding: 0px 0px;
    }
    .vl-offcanvas .vl-offcanvas-logo {
        height: auto;
        width: 70px;
        -o-object-fit: contain;
        object-fit: contain;
    }
    .vl-offcanvas-menu ul li a {
        padding: 2px 0;
        font-size: 16px;
    }
    .vl-offcanvas-info span a {
        margin-bottom: 8px;
    }
    .gallery-grid {
        gap: 1rem;
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    }
    .gallery-item img {
        height: 220px;
    }
    .nav-btn {
        width: 40px;
        height: 40px;
        font-size: 1.3rem;
    }
    .modal-container {
        max-width: 95vw;
    }
    .close-modal {
        top: 10px;
        right: 12px;
        width: 38px;
        height: 38px;
        font-size: 1.8rem;
    }
    .image-counter {
        bottom: 12px;
        font-size: 0.7rem;
        padding: 4px 12px;
    }
}

img[lazy="loading"] {
    filter: blur(3px);
}

.gallery-footer {
    margin-top: 4rem;
    text-align: center;
    font-size: 0.8rem;
    color: #5e5e5e;
    border-top: 1px solid rgba(212, 175, 55, 0.2);
    padding-top: 2rem;
}

::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-track {
    background: #111;
}
::-webkit-scrollbar-thumb {
    background: #956a42;
    border-radius: 10px;
}
.wcu-bac-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 35%;
    height: auto;
    z-index: 1;
}
/* ********************************************* */
/* condi- class prefix containers */
.condi-page {
    background: linear-gradient(145deg, #f9fbfd 0%, #f2f5f9 100%);
}

.condi-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 50px 50px;
}

/* top banner */
.condi-banner {
    text-align: center;
    padding: 3rem 1rem 2.5rem;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(2px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.condi-banner h1 {
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: -0.02em;
    color: #0f2b3d;
    margin-bottom: 0.75rem;
}

.condi-banner .condi-sub {
    font-size: 1.05rem;
    color: #4a627a;
    max-width: 680px;
    margin: 0 auto;
    font-weight: 400;
    line-height: 1.4;
}

/* section card styling: subtle shadow, rounded, lift effect */
.condi-card {
    background: #ffffff;
    border-radius: 1.25rem;
    box-shadow:
        0 8px 20px rgba(0, 0, 0, 0.02),
        0 2px 6px rgba(0, 0, 0, 0.03);
    transition:
        transform 0.2s ease,
        box-shadow 0.25s ease;
    padding: 1.75rem 2rem;
    margin-bottom: 15px;
    border: 1px solid rgba(226, 232, 240, 0.6);
}

.condi-card:hover {
    transform: translateY(-4px);
    box-shadow:
        0 20px 30px -12px rgba(0, 0, 0, 0.08),
        0 4px 12px rgba(0, 0, 0, 0.02);
    border-color: rgba(203, 213, 225, 0.8);
}

/* headings small, elegant, well-spaced */
.condi-card h2 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: #2d311a;
    margin-top: 0;
    margin-bottom: 0.85rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e9edf2;
    display: inline-block;
}

.condi-card h3 {
    font-size: 1.2rem;
    font-weight: 500;
    margin: 1rem 0 0.5rem;
    color: #2c3e50;
}

.condi-card p,
.condi-card li {
    line-height: 18px;
    color: #000000;
    font-size: 13px;
}

/* bullet lists properly aligned + soft spacing */
.condi-list {
    padding-left: 1.5rem;
    margin: 0rem 0 0.5rem;
}
.condi-list li {
    margin-bottom: 5px;
    list-style: disc;
}

.condi-sublist {
    padding-left: 2rem;
    list-style-type: circle;
    margin-top: 0.25rem;
}

.condi-divider {
    margin: 1rem 0 0.5rem;
    height: 1px;
    background: linear-gradient(90deg, #e2e8f0, #cbd5e1, #e2e8f0);
    width: 100%;
}

/* contact details block */
.condi-contact-block {
    background: #956a4217;
    border-radius: 1rem;
    padding: 1rem 1.5rem;
    margin-top: 1rem;
    border-left: 4px solid #2d311a;
}

.condi-contact-block p {
    margin-bottom: 0.4rem;
}

/* small typography and spacing */
.condi-text-muted {
    color: #5b6e8c;
    font-size: 0.9rem;
}

/* responsiveness */
@media (max-width: 768px) {
    .condi-container {
        padding: 1.25rem;
    }
    .condi-card {
        padding: 1.5rem;
    }
    .condi-banner h1 {
        font-size: 1.85rem;
    }
    .condi-banner .condi-sub {
        font-size: 0.95rem;
    }
    .condi-card h2 {
        font-size: 18px;
    }
}

/* remove any default icon margins, ensure no icon fonts used */
.condi-card i,
.condi-banner i,
footer i {
    display: none;
}

/* additional readability + soft background */
.condi-footer-note {
    text-align: center;
    padding-top: 1rem;
    border-top: 1px solid #dee4ec;
    margin-top: 1.5rem;
    font-size: 0.85rem;
    color: #5e727d;
}

/* main container wrapper for premium spacing */
.herb-pro-container {
    max-width: 1400px;
    margin: 0 auto;
}

/* section header / subtle brand intro (optional but elevates luxury feel) */
.herb-pro-header {
    text-align: center;
    margin-bottom: 3rem;
}
.herb-pro-header h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 2.2rem;
    background: linear-gradient(135deg, #2c5e2a, #6a8f2a);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    letter-spacing: -0.3px;
}
.herb-pro-header p {
    color: #5b6e5a;
    font-weight: 400;
    margin-top: 0.5rem;
    font-size: 1rem;
    letter-spacing: 0.2px;
}
.herb-pro-header i {
    color: #6a8f2a;
    margin-right: 6px;
}

/* ---------- CARD STYLES (all classes use herb-pro- prefix) ---------- */
.herb-pro-card {
    background: #ffffff;
    border: none;
    border-radius: 16px; /* rounded corners 12-16px, using 16 for premium */
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
    box-shadow:
        0 12px 28px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

/* hover lift + deeper shadow + smooth effect */
.herb-pro-card:hover {
    transform: translateY(-8px); /* lift effect */
    box-shadow:
        0 25px 40px -12px rgba(60, 70, 30, 0.28),
        0 0 0 1px rgba(106, 143, 42, 0.2);
}

/* ---- Image wrapper with zoom on hover ---- */
.herb-pro-img-wrapper {
    position: relative;
    overflow: hidden;
    height: auto; /* fixed height */
    background: #eef3e6;
}
.herb-pro-img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* cover & clean cropping */
    transition: transform 0.5s ease;
}
.herb-pro-card:hover .herb-pro-img {
    transform: scale(1.05); /* smooth zoom effect on hover */
}

/* floating pill tag: "Herbal extract" overlapping image and content */
.herb-pro-floating-tag {
    position: absolute;
    top: 16px;
    left: 18px;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(4px);
    padding: 6px 16px;
    border-radius: 40px; /* rounded pill */
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.4px;
    color: #2c5e2a;
    font-family: "Poppins", sans-serif;
    box-shadow:
        0 4px 10px rgba(0, 0, 0, 0.03),
        0 1px 2px rgba(0, 0, 0, 0.05);
    border-left: 3px solid #6a8f2a;
    z-index: 2;
    transition: all 0.2s ease;
}
.herb-pro-card:hover .herb-pro-floating-tag {
    background: white;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
}

/* content section: proper spacing & typography */
.herb-pro-content {
    padding: 1.6rem 1.5rem 1.8rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* title: bold, green color (#6a8f2a or slightly richer) */
.herb-pro-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #000000;
    margin-bottom: 0.2rem;
    letter-spacing: -0.2px;
    line-height: 1.3;
}

/* subtitle / botanical name label (clean hierarchy) */
.herb-pro-botanical-label {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-weight: 600;
    color: #738143;
    margin-bottom: 0px;
    border-bottom: 1px solid #eaf1e3;
    display: inline-block;
    padding-bottom: 5px;
}

/* details list (Botanical Name, Assay, Method) */
.herb-pro-details {
    list-style: none;
    padding: 0;
    margin: 0.8rem 0 2.5rem 0;
}
.herb-pro-details li {
    display: flex;
    align-items: baseline;
    font-size: 0.9rem;
    padding: 6px 0;
    border-bottom: 1px solid #f2f6ef;
    color: #2a3927;
    gap: 10px;
}
.herb-pro-details li:last-child {
    border-bottom: none;
}
.herb-pro-detail-label {
    font-weight: 700;
    width: 75px;
    flex-shrink: 0;
    color: #2d311a;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}
.herb-pro-detail-value {
    font-weight: 500;
    color: #1e2c1c;
    line-height: 1.4;
    font-size: 12px;
}

/* Button: outline style, rounded, transition to filled green on hover */
.herb-pro-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: transparent;
    border: 1.5px solid #2d311a;
    padding: 5px 9px;
    font-weight: 600;
    font-size: 12px;
    border-radius: 50px;
    color: #2d311a;
    transition: all 0.3s ease;
    margin-top: 0.5rem;
    text-decoration: none;
    width: fit-content;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.3px;
    cursor: pointer;
}
.herb-pro-btn i {
    font-size: 0.75rem;
    transition: transform 0.2s ease;
}
/* Hover: background becomes green, text white, smooth transition */
.herb-pro-btn:hover {
    background: #2d311a;
    color: white;
    border-color:;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(106, 143, 42, 0.2);
}
.herb-pro-btn:hover i {
    transform: translateX(4px);
    color: white;
}

/* extra polish for responsive / spacing */
.row.g-4 {
    --bs-gutter-y: 1.8rem;
}

/* mobile fine-tuning */
@media (max-width: 576px) {
    body {
        padding: 1.8rem 1rem;
    }
    .herb-pro-content {
        padding: 1.2rem;
    }
    .herb-pro-title {
        font-size: 1.35rem;
    }
    .herb-pro-floating-tag {
        font-size: 0.7rem;
        padding: 4px 12px;
        top: 12px;
        left: 12px;
    }
    .herb-pro-detail-label {
        width: 70px;
        font-size: 0.75rem;
    }
}

/* optional: makes card heights consistent regardless of content length */
.herb-pro-details {
    flex-grow: 0;
}
.herb-pro-btn {
    margin-top: auto;
}

/* main container */
.pd-container {
    max-width: 1280px;
    margin: 0 auto;
}

/* section spacing */
.pd-section {
    margin-bottom: 2.2rem;
}

/* cards: white background, rounded corners, soft shadow, hover lift effect */
.pd-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    padding: 1.8rem 2rem;
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid rgba(106, 143, 42, 0.08);
}
.pd-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 30px -10px rgba(60, 70, 30, 0.2);
}

/* headings and typography */
.pd-title {
    font-size: 22px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: #0b0b0b;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}
.pd-section-title {
    font-size: 20px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color: #000000;
    margin-bottom: 1.2rem;
    text-transform: uppercase;
    border-left: 5px solid #2d311a;
    padding-left: 1rem;
    display: flex;
    align-items: center;
    gap: 10px;
}
.pd-section-title i {
    color: #2d311a;
    font-size: 1.4rem;
}

/* product overview (image + info) */
.pd-product-img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    transition: transform 0.3s ease;
}
.pd-product-img:hover {
    transform: scale(1.01);
}
.pd-info-row {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #e9ecef;
    padding: 0.8rem 0;
}
.pd-info-label {
    font-weight: 700;
    width: 140px;
    color: #2d311a;
    font-size: 0.95rem;
    letter-spacing: 0.3px;
}
.pd-info-value {
    flex: 1;
    color: #2c3a2a;
    font-weight: 500;
}
.pd-botanical-highlight {
    color: #6a8f2a;
    font-weight: 700;
}

/* bullet list styling (clean, modern) */
.pd-bullet-list {
    list-style: none;
    padding-left: 0;
}
.pd-bullet-list li {
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 5px;
    line-height: 1.45;
}
.pd-bullet-list li:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #6a8f2a;
    font-size: 0.85rem;
    top: 0.2rem;
}

/* tables: responsive, modern, rounded */
.pd-table-wrapper {
    overflow-x: auto;
    border-radius: 14px;
}
.pd-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}
.pd-table thead tr {
    background-color: #2d311a;
    color: white;
    font-weight: 600;
}
.pd-table th,
.pd-table td {
    padding: 12px 18px;
    text-align: left;
    border-bottom: 1px solid #e2e8dd;
}
.pd-table tbody tr {
    transition: background 0.2s;
}
.pd-table tbody tr:nth-child(even) {
    background-color: #7988471c;
}
.pd-table tbody tr:hover {
    background-color: #7988471c;
}

/* green accent paragraph */
.pd-paragraph {
    line-height: 1.6;
    color: #2c3a2a;
    margin-bottom: 1rem;
}

/* responsive fine-tuning */
@media (max-width: 768px) {
    .pd-card {
        padding: 1.2rem 1.2rem;
    }
    .pd-title {
        font-size: 20px;
    }
    .pd-section-title {
        font-size: 17px;
        line-height: 18px;
    }
    .pd-info-label {
        width: 120px;
        font-size: 0.85rem;
    }
    .pd-table th,
    .pd-table td {
        padding: 8px 12px;
        font-size: 0.85rem;
    }
    body {
        padding: 1rem 0.8rem;
    }
}
@media (max-width: 576px) {
    .pd-info-label {
        width: 100%;
        margin-bottom: 4px;
    }
    .pd-info-row {
        flex-direction: column;
    }
}

/* additional subtle style for cards */
.pd-badge-icon {
    background: #eef3e6;
    border-radius: 40px;
    padding: 2px 10px;
    font-size: 0.7rem;
    display: inline-block;
    color: #6a8f2a;
}
hr {
    background-color: #dde8d5;
    opacity: 0.5;
}
/* ---------- PREFIX: pp-d- (all custom classes) ---------- */
.pp-d-container {
    max-width: 1400px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 28px;
    box-shadow: 0 25px 45px -12px rgba(0, 0, 0, 0.15);
    overflow: visible;
    position: relative;
}

.pp-d-inner {
    padding: 2rem 2rem 2.5rem 2rem;
    position: relative;
}

/* ========== GALLERY + INFO ROW ========== */
.pp-d-row {
    display: grid;
    grid-template-columns: auto auto;
    gap: 1.8rem;
    position: relative;
    margin-bottom:30px;
}
.shop-div{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;   
    box-shadow: 0 12px 28px -8px rgba(0, 0, 0, 0.08);
    padding-bottom:30px;
}



/* LEFT: Thumbnail column */
.pp-d-thumb-col {
    flex: 0 0 90px;
    display: flex;
    gap: 16px;
    position:relative;
}
.pp-d-thumb-col::after{
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #222c1a57;
    z-index: 2;
}
.pp-d-thumb {
    width: 90px;
    height: 90px;
    border-radius: 18px;
    cursor: pointer;
    overflow: hidden;
    border: 2px solid transparent;
    transition: all 0.2s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    background: #fafcff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
}

.pp-d-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.2s ease;
}

.pp-d-thumb:hover img {
    transform: scale(1.05);
}

.pp-d-thumb-active {
    border: 2.5px solid #2c7a4d;
    box-shadow: 0 8px 18px rgba(44, 122, 77, 0.2);
    transform: scale(1.02);
}

/* CENTER: Main image stage (with lens) */
.pp-d-main-stage {
    /*flex: 1;*/
    position: relative;
    min-width: 280px;
    cursor: crosshair;
}

.pp-d-main-img-container {
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    background: #fefaf5;
    /*box-shadow: 0 12px 28px -8px rgba(0, 0, 0, 0.08);*/
    /*aspect-ratio: 1 / 1;*/
    position: relative;
}

.pp-d-main-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    pointer-events: none; /* let container capture mousemove */
}

/* LENS (semi-transparent square that follows cursor) */
.pp-d-lens {
    position: absolute;
    width: 160px;
    height: 160px;
    background: rgba(255, 255, 255, 0.35);
    border: 2px solid #2c7a4d;
    border-radius: 12px;
    pointer-events: none;
    z-index: 100;
    display: none;
}

/* RIGHT: Product details section (relative for absolute zoom overlay) */
.pp-d-info-col {
    flex: 1;
    min-width: 280px;
    position: relative;
}

/* 🔥 OVERLAY ZOOM BOX (appears on top of product details, like Amazon) */
.pp-d-overlay-zoom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 24px;
    box-shadow:
        0 25px 45px -12px rgba(0, 0, 0, 0.3),
        0 0 0 1px rgba(0, 0, 0, 0.05);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size: 200% 200%;
    background-color: #f8fafc;
    z-index: 1050;
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.18s ease,
        visibility 0s linear 0.18s;
    pointer-events: none;
    backdrop-filter: blur(0px);
    border: 1px solid rgba(44, 122, 77, 0.2);
}

.pp-d-overlay-zoom.active-zoom {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s ease;
    pointer-events: none;
}

/* make sure overlay doesn't break interactions */
.pp-d-info-col {
    position: relative;
}

/* product details typography */
.pp-d-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #000000;
    margin-bottom: 0.4rem;
}

.pp-d-subtitle {
    font-size: 0.9rem;
    color: #5b6e8c;
    font-weight: 500;
    margin-bottom: 0.75rem;
    border-left: 3px solid #2c7a4d;
    padding-left: 12px;
}

.pp-d-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
.pp-d-stars {
    color: #f5b342;
    font-size: 1rem;
    letter-spacing: 2px;
}
.pp-d-review-count {
    font-size: 0.85rem;
    color: #4a627a;
    font-weight: 500;
}

.pp-d-price-wrapper {
    background: #f9fafc;
    padding: 0.8rem 1rem;
    border-radius: 20px;
    margin: 1rem 0 1.2rem 0;
    display: flex;
    align-items: baseline;
    gap: 12px;
    flex-wrap: wrap;
}
.pp-d-current-price {
    font-size: 22px;
    font-weight: 800;
    color: #2d311a;
}
.pp-d-old-price {
    font-size: 15px;
    color: #000000b8;
    text-decoration: line-through;
}
.pp-d-offer-text {
    background: #fef1e0;
    padding: 4px 12px;
    border-radius: 40px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #c55a1a;
}

.pp-d-description {
    color: #2c3e4f;
    line-height: 1.55;
    margin-bottom: 1.6rem;
    font-size: 12px;
}

.pp-d-size-label {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 0.9rem;
}
.pp-d-size-group {
    display: flex;
    gap: 12px;
    margin-bottom: 1.6rem;
    flex-wrap: wrap;
}
.pp-d-size-btn {
    background: white;
    border: 1.5px solid #e2e8f0;
    padding: 5px 15px;
    border-radius: 60px;
    font-weight: 600;
    font-size: 0.85rem;
    transition: all 0.2s;
    color: #1f2a3e;
}
.pp-d-size-btn:hover {
    border-color: #2d311a;
    background: #956a420d;
    transform: translateY(-1px);
}
.pp-d-size-active {
    background: #956a42;
    border-color: #2d311a;
    color: white;
    box-shadow: 0 4px 10px rgba(44, 122, 77, 0.2);
}

.pp-d-cart-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    margin-bottom: 1.4rem;
}
.pp-d-quantity {
    display: flex;
    align-items: center;
    border: 1px solid #e2e8f0;
    border-radius: 60px;
    background: white;
    overflow: hidden;
}
.pp-d-qty-btn {
    background: transparent;
    border: none;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 0 18px;
    line-height: 48px;
    color: #2c7a4d;
    transition: 0.2s;
}
.pp-d-qty-btn:hover {
    background: #eef2f6;
}
.pp-d-qty-input {
    width: 52px;
    text-align: center;
    font-weight: 700;
    border: none;
    background: white;
    font-size: 1rem;
    padding: 12px 0;
}
.pp-d-add-btn {
    flex: 1;
    background: #956a42;
    border: none;
    padding: 14px 0;
    border-radius: 60px;
    font-weight: 700;
    letter-spacing: 0.3px;
    color: white;
    transition: all 0.2s;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.pp-d-add-btn:hover {
    background: #2d311a;
    transform: translateY(-2px);
    box-shadow: 0 12px 20px -8px rgba(44, 122, 77, 0.4);
}
.pp-d-wishlist {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 60px;
    padding: 10px 20px;
    font-size: 1.2rem;
    transition: all 0.2s;
    color: #4f6f8f;
}
.pp-d-wishlist:hover {
    border-color: #e24b4b;
    color: #e24b4b;
    background: #fff8f8;
    transform: scale(1.02);
}

.pp-d-features {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 1.8rem;
    padding-top: 1rem;
    border-top: 1px solid #edf2f7;
}
.pp-d-feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    font-weight: 500;
    color: #2c3e50;
    background: #f8fafd;
    padding: 6px 14px;
    border-radius: 40px;
}
.pp-d-feature-item i {
    font-size: 1.2rem;
    color: #2c7a4d;
}

/* Mobile: disable lens+overlay, horizontal thumbs */
@media (max-width: 992px) {
    .pp-d-row {
        flex-direction: column;
    }
    .pp-d-thumb-col {
        flex-direction: row;
        overflow-x: auto;
        flex: auto;
        gap: 12px;
        padding-bottom: 12px;
        scrollbar-width: thin;
    }
    .pp-d-thumb {
        flex: 0 0 75px;
        width: 75px;
        height: 75px;
    }
    .pp-d-lens,
    .pp-d-overlay-zoom {
        display: none !important;
    }
    .pp-d-info-col {
        margin-top: 1rem;
    }
}

@media (max-width: 576px) {
    .pp-d-inner {
        padding: 0rem;
    }
    .pp-d-title {
        font-size: 20px;
    }
    .pp-d-inner {
        padding: 0;
        position: relative;
    }
    .pp-d-info-content{
        padding:10px;
    }
}

/* card hover lift */
.pp-d-container {
    transition: box-shadow 0.3s ease;
}
.pp-d-container:hover {
    box-shadow: 0 30px 55px -14px rgba(0, 0, 0, 0.2);
}

.cer-page-wrapper {
    overflow-x: hidden;
}
.cer-hero {
    background: linear-gradient(135deg, #0b2b26 0%, #1a4d44 100%);
    position: relative;
    border-radius: 0 0 48px 48px;
    margin-bottom: 3rem;
    padding: 4rem 0 5rem 0;
    box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.12);
}

.cer-hero-overlay {
    position: relative;
    z-index: 2;
}

.cer-hero h1 {
    font-size: 3.2rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    background: linear-gradient(120deg, #ffffff, #e0f2e9);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    margin-bottom: 1rem;
}

.cer-hero-lead {
    font-size: 1.2rem;
    font-weight: 400;
    color: rgba(255, 255, 245, 0.9);
    max-width: 620px;
    margin: 0 auto;
    backdrop-filter: blur(2px);
}

.cer-badge-icon {
    display: inline-block;
    background: rgba(255, 255, 245, 0.15);
    border-radius: 60px;
    padding: 8px 20px;
    font-size: 0.85rem;
    font-weight: 500;
    color: #d9f0e6;
    margin-bottom: 1.2rem;
    letter-spacing: 0.5px;
    backdrop-filter: blur(4px);
}

/* certifications grid spacing */
.cer-section-title {
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: -0.3px;
    color: #1e3a3a;
    position: relative;
    display: inline-block;
    margin-bottom: 2rem;
}
.cer-section-title:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 60px;
    height: 4px;
    background: #2c7a4d;
    border-radius: 4px;
}

/* Certification card - premium design with hover */
.cer-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 17px 10px;
    transition: all 0.35s cubic-bezier(0.2, 0, 0, 1);
    box-shadow:
        0 12px 28px -10px rgba(0, 0, 0, 0.06),
        0 1px 2px rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.03);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

/* subtle gradient border effect on hover */
.cer-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #2c7a4d, #6fbf4c);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
    border-radius: 28px 28px 0 0;
}

.cer-card:hover::before {
    transform: scaleX(1);
}

.cer-card:hover {
    /* transform: translateY(-8px); */
    box-shadow: 0 28px 40px -16px rgba(0, 0, 0, 0.18);
    border-color: #e2f0e6;
}

/* image/logo wrapper */
.cer-img-wrapper {
    width: 100%;
    height: auto;
    /* margin-bottom: 1.4rem; */
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f9f6;
    border-radius: 5px;
    transition: all 0.25s;
}

.cer-card:hover .cer-img-wrapper {
    background: #eaf6ef;
    transform: scale(0.98);
}

.cer-img {
    object-fit: cover;
    transition: transform 0.2s;
}

/* titles & text */
.cer-cert-title {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0.5rem;
    letter-spacing: -0.2px;
}

.cer-issuer {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #2d311a;
    background: #956a421c;
    display: inline-block;
    padding: 4px 12px;
    border-radius: 5px;
    margin-bottom: 1rem;
}

.cer-description {
    color: #000000;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px;
    flex: 1;
}

.cer-validity {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    font-weight: 500;
    color: #2c6e5c;
    border-top: 1px solid #eef2f0;
    padding-top: 1rem;
    margin-top: auto;
}

.cer-validity i {
    font-size: 0.85rem;
    color: #2c7a4d;
}

/* hover micro-animation for icons */
.cer-card:hover .cer-img {
    transform: scale(1.02);
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .cer-hero h1 {
        font-size: 2.5rem;
    }
    .cer-hero {
        padding: 3rem 0 4rem;
        border-radius: 0 0 36px 36px;
    }
    .cer-card {
        padding: 10px;
    }
    .pp-d-row {
        grid-template-columns: auto;
    }
}

@media (max-width: 767px) {
    .cer-hero h1 {
        font-size: 2rem;
    }
    .cer-hero-lead {
        font-size: 1rem;
        padding: 0 1rem;
    }
    .cer-section-title {
        font-size: 1.8rem;
    }
    .cer-img-wrapper {
        width: 100%;
        height: auto;
    }
    .cer-img {
        max-width: 100%;
    }
    .cer-cert-title {
        font-size: 1.3rem;
    }
}

/* additional small polish */
.cer-container-custom {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.cer-footer-note {
    background: #ffffffd9;
    backdrop-filter: blur(2px);
    border-radius: 60px;
    display: inline-block;
    padding: 0.5rem 1.5rem;
}

.cer-bg-soft {
    background: #2d311a !important;
}

.cer-mb-5 {
    margin-bottom: 3rem;
}
.cer-mt-5 {
    margin-top: 3rem;
}

/* subtle decorative elements */
.cer-dot-pattern {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.08;
    pointer-events: none;
}

/* ************************* */

/* All classes prefixed with "sl-" */
.sl-container {
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    background: #f5efe7;
}

/* ========== LEFT SIDE (EDITORIAL CONTENT + IMAGE CARD) ========== */
.sl-left-content {
    background: #956a421a;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    position: relative;
    margin-top: 0;
}

.sl-editorial-inner {
    max-width: 550px;
    margin: 0 auto;
    width: 100%;
}

/* small label */
.sl-label-tag {
    font-size: 0.7rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
    color: #2d311a;
    margin-bottom: 1.5rem;
    display: inline-block;
    border-left: 3px solid #000000;
    padding-left: 12px;
}

/* big editorial heading */
.sl-main-heading {
    font-weight: 800;
    font-size: 22px;
    line-height: 28px;
    color: #171717;
    margin-bottom: 20px;
}
.sl-highlight-gold {
    color: #956a42;
    position: relative;
    display: inline-block;
}
.sl-sub-text {
    font-size: 0.95rem;
    color: #4a4a4a;
    margin-bottom: 0.5rem;
    font-weight: 400;
    letter-spacing: 0.2px;
}
.sl-cta-link {
    color: #956a42;
    font-weight: 700;
    text-decoration: none;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    transition: all 0.2s;
    border-bottom: 1px solid transparent;
    cursor: pointer;
}
.sl-cta-link:hover {
    border-bottom: 1px solid #956a42;
    color: #9e761f;
}

/* ROUNDED IMAGE CARD (bottom section) */
.sl-image-card {
    margin-top: 3rem;
    border-radius: 28px;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease;
}
.sl-image-card:hover {
    transform: translateY(-5px);
}
.sl-card-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
.sl-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.7) 0%,
        rgba(0, 0, 0, 0) 100%
    );
    padding: 1.5rem;
    color: white;
}
.sl-card-overlay h5 {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 0.2rem;
}
.sl-card-overlay p {
    font-size: 0.75rem;
    opacity: 0.85;
    margin: 0;
}

/* ========== RIGHT SIDE: FULL IMAGE + FLOATING FORM ========== */

/* soft beige overlay */
.sl-right-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(
        circle at 30% 40%,
        rgba(245, 235, 220, 0.2) 0%,
        rgba(0, 0, 0, 0.1) 100%
    );
    pointer-events: none;
}

/* FLOATING FORM CARD (glassmorphism) */
.sl-form-card {
    position: relative;
    z-index: 10;
    width: 90%;
    max-width: 650px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
    border-radius: 32px;
    padding: 2rem 2rem 2.2rem;
    box-shadow:
        0 25px 45px -12px rgba(0, 0, 0, 0.3),
        0 0 0 1px rgba(201, 154, 74, 0.15);
    transition: transform 0.25s ease;
    margin: 2rem;
}
.sl-form-card:hover {
    transform: translateY(-3px);
}

/* form headings */
.sl-form-title {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-size: 1.9rem;
    margin-bottom: 0.25rem;
    color: #1e1e1e;
    line-height: 30px;
}
.sl-form-sub {
    font-size: 0.8rem;
    color: #956a42;
    margin-bottom: 1.8rem;
    border-left: 2px solid #956a42;
    padding-left: 10px;
}

/* inputs: minimal underline + soft border style */
.sl-input-group {
    margin-bottom: 1.3rem;
}
.sl-input {
    width: 100%;
    padding: 0.75rem 0 0.75rem 0;
    font-size: 0.9rem;
    background: transparent;
    border: none;
    border-bottom: 1px solid #d4cfc5;
    border-radius: 0;
    transition: all 0.25s;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: #1e1e1e;
}
.sl-input:focus {
    outline: none;
    border-bottom-color: #956a42;
    box-shadow: none;
}
/* label style */
.sl-label {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    color: #6a5a44;
    margin-bottom: 0.3rem;
    display: block;
}

/* password wrapper */
.sl-password-wrapper {
    position: relative;
}
.sl-password-toggle {
    position: absolute;
    right: 0;
    bottom: 10px;
    cursor: pointer;
    color: #a08c6f;
    font-size: 0.9rem;
    background: transparent;
    transition: 0.2s;
}
.sl-password-toggle:hover {
    color: #956a42;
}

/* row for remember + forgot */
.sl-form-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.8rem 0 1.6rem;
}
.sl-check-label {
    font-size: 0.8rem;
    color: #3e3a33;
    display: flex;
    align-items: center;
    gap: 8px;
}
.sl-check-label input {
    accent-color: #956a42;
    width: 16px;
    height: 16px;
}
.sl-forgot-linkk {
    font-size: 0.75rem;
    color: #956a42;
    text-decoration: none;
    font-weight: 500;
    transition: 0.2s;
}
.sl-forgot-link:hover {
    text-decoration: underline;
}

/* premium buttons */
.sl-btn {
    width: 100%;
    padding: 0.85rem;
    border-radius: 60px;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 1px;
    background: #956a42;
    border: none;
    color: white;
    transition: all 0.3s ease;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}
.sl-btn:hover {
    transform: scale(1.01);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    background: #956a42;
}
.sl-toggle-area {
    text-align: center;
    font-size: 0.8rem;
    color: #4f4a41;
    margin-top: 0.5rem;
}
.sl-toggle-link {
    color: #956a42;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    margin-left: 5px;
    transition: all 0.2s;
}
.sl-toggle-link:hover {
    border-bottom: 1px solid #956a42;
}

/* register extra fields */
.sl-terms {
    margin: 1rem 0 0.2rem;
}
.sl-row-gap {
    margin-bottom: 0.8rem;
}

/* animation */
.sl-form-container {
    transition: all 0.2s;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .sl-main-heading {
        font-size: 2.4rem;
    }
}
@media (max-width: 768px) {
    .sl-container {
        flex-direction: column;
    }
    .sl-left-content {
        order: 1;
        padding: 2rem 1.5rem;
    }
    .sl-right-image {
        order: 0;
        height: auto !important;
        background-position: 60% center;
        margin-top: 0px;
    }
    .sl-form-card {
        margin: 25px;
        width: calc(100% - 1rem);
        padding: 10px;
        border-radius: 15px;
        backdrop-filter: blur(16px);
    }
    .sl-main-heading {
        font-size: 22px;
    }
    .sl-image-card {
        margin-top: 2rem;
    }
    .sl-editorial-inner {
        max-width: 100%;
    }
}
/* subtle fade-in page load */
.sl-form-card,
.sl-editorial-inner {
    animation: slFadeSlideUp 0.6s ease-out;
}
@keyframes slFadeSlideUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
/* *************************** */

.order-container {
    max-width: 1440px;
    margin: 0 auto;
}

/* All custom class names start with order- */
.order-card {
    background: #ffffff;
    border-radius: 28px;
    border: 1px solid #edeae2;
    box-shadow:
        0 20px 35px -12px rgba(0, 0, 0, 0.04),
        0 1px 2px rgba(0, 0, 0, 0.02);
    transition: box-shadow 0.3s ease;
}

.order-summary-sticky {
    position: sticky;
    top: 2rem;
}

.order-product-img {
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(145deg, #f3efe8, #ebe6de);
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 14px -8px rgba(0, 0, 0, 0.05);
}
.order-product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.order-divider {
    border-top: 1px solid #efece5;
    margin: 1.2rem 0;
}

.order-total-gold {
    color: #956a42;
    font-weight: 800;
    font-size: 1.8rem;
    letter-spacing: -0.3px;
}

/* Floating label inputs (modern) */
.order-floating-group {
    position: relative;
    margin-bottom: 10px;
}
.order-floating-group input,
.order-floating-group select {
    width: 100%;
    padding: 1rem 0.85rem 0.5rem 0.85rem;
    font-size: 0.95rem;
    border: 1.5px solid #e9e5dc;
    border-radius: 20px;
    background: white;
    transition: all 0.2s cubic-bezier(0.2, 0, 0, 1);
    outline: none;
    font-family: "Inter", sans-serif;
    color: #1f3d2b;
    font-weight: 500;
}
.order-floating-group select {
    cursor: pointer;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="%238B7A64" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>');
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 14px;
}
.order-floating-group label {
    position: absolute;
    left: 0.85rem;
    top: 0.9rem;
    background: transparent;
    padding: 0 4px;
    color: #9a8e7a;
    font-size: 0.95rem;
    transition: 0.2s ease;
    pointer-events: none;
    font-weight: 500;
    letter-spacing: -0.2px;
}
.order-floating-group input:focus,
.order-floating-group select:focus {
    border-color: #4caf50;
    box-shadow: 0 0 0 4px rgba(76, 175, 80, 0.08);
}
.order-floating-group input:focus ~ label,
.order-floating-group input:not(:placeholder-shown) ~ label,
.order-floating-group select:focus ~ label,
.order-floating-group select:not([value=""]) ~ label {
    top: -0.55rem;
    font-size: 0.7rem;
    background: white;
    color: #4caf50;
    font-weight: 600;
    letter-spacing: normal;
}
input::placeholder {
    opacity: 0;
}

/* INCREMENT / DECREMENT BUTTON (quantity selector) */
.order-quantity-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    background: #f8f6f1;
    padding: 0.4rem 0.8rem;
    border-radius: 60px;
    border: 1px solid #e9e2d6;
}
.order-qty-btn {
    background: white;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.2rem;
    color: #1f3d2b;
    transition: all 0.2s;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.order-qty-btn:hover {
    background: #956a42;
    color: white;
    transform: scale(1.02);
}
.order-qty-value {
    font-weight: 700;
    font-size: 1.1rem;
    min-width: 32px;
    text-align: center;
    color: #1f3d2b;
}

/* Payment cards grid — ultra modern */
.order-payment-methods {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    margin: 0.5rem 0 0.25rem;
}
.order-payment-card {
    flex: 1 1 180px;
    background: #ffffff;
    border: 1.5px solid #eceae3;
    border-radius: 24px;
    padding: 1.25rem 0.8rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
    text-align: center;
}
.order-payment-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 28px -12px rgba(0, 0, 0, 0.12);
    border-color: #cbb896;
}
.order-payment-card.selected {
    border: 2px solid #4caf50;
    background: #f3fbf0;
    box-shadow: 0 12px 24px -12px rgba(76, 175, 80, 0.25);
}
.order-payment-icon {
    font-size: 2rem;
    background: #f5f2eb;
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    margin-bottom: 0.9rem;
    color: #2d4a34;
    transition: all 0.2s;
}
.order-payment-card.selected .order-payment-icon {
    background: #e3f2df;
    color: #2e7d32;
    transform: scale(1.02);
}
.order-payment-title {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 0.2rem;
    color: #1f3d2b;
}
.order-payment-sub {
    font-size: 0.72rem;
    color: #8f8470;
    font-weight: 450;
}

/* CTA button */
.order-btn-gold {
    background: linear-gradient(105deg, #956a42 0%, #926f48 100%);
    border: none;
    padding: 1rem 1.8rem;
    border-radius: 60px;
    font-weight: 700;
    font-size: 1.1rem;
    color: white;
    width: 100%;
    transition: all 0.25s ease;
    box-shadow: 0 8px 18px -8px rgba(166, 124, 82, 0.4);
    letter-spacing: 0.3px;
}
.order-btn-gold:hover {
    background: linear-gradient(105deg, #926f48 0%, #7f5c3a 100%);
    transform: scale(1.01);
    box-shadow: 0 14px 26px -10px rgba(146, 111, 72, 0.5);
}
.order-btn-gold:active {
    transform: scale(0.98);
}

/* responsive */
@media (max-width: 768px) {
    body {
        padding: 1rem;
    }
    .order-payment-methods {
        flex-direction: column;
        gap: 0.9rem;
    }
    .order-payment-card {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 1rem;
        text-align: left;
        padding: 0.9rem 1rem;
    }
    .order-payment-icon {
        width: 48px;
        height: 48px;
        margin-bottom: 0;
        font-size: 1.6rem;
    }
    .order-payment-card .order-payment-title,
    .order-payment-card .order-payment-sub {
        text-align: left;
    }
    .order-summary-sticky {
        position: relative;
        top: 0;
        margin-bottom: 1.5rem;
    }
}

.order-price-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.7rem;
    font-size: 0.95rem;
}
.order-gold-text {
    color: #956a42;
    font-weight: 600;
}
.order-section-title {
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 1.35rem;
    letter-spacing: -0.3px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.order-trust-badge {
    background: #f9f7f2;
    border-radius: 40px;
    padding: 0.3rem 0.9rem;
    font-size: 0.7rem;
    font-weight: 500;
}
hr {
    opacity: 0.5;
}
@keyframes gentlePulse {
    0% {
        box-shadow: 0 0 0 0 rgba(76, 175, 80, 0.1);
    }
    100% {
        box-shadow: 0 0 0 6px rgba(76, 175, 80, 0);
    }
}
.order-payment-card.selected {
    animation: gentlePulse 0.5s ease;
}

/* ***************************************** */
/* All custom classes start with cart- */
.cart-header {
    margin-bottom: 2.5rem;
    text-align: center;
}
.cart-title {
    font-weight: 600;
    font-size: 22px;
    letter-spacing: -0.02em;
    color: #2d311a;
    margin-bottom: 0.3rem;
    text-transform: uppercase;
}
.cart-subtitle {
    color: #8f8470;
    font-size: 0.9rem;
    font-weight: 500;
}

/* Cart item card */
.cart-item-card {
    background: white;
    border-radius: 24px;
    border: 1px solid #edeae2;
    padding: 1.25rem;
    margin-bottom: 5px;
    transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}
.cart-item-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 30px -12px rgba(0, 0, 0, 0.08);
    border-color: #dfd9ce;
}

.cart-product-img {
    width: 90px !important;
    border-radius: 18px;
    object-fit: cover;
    background: #f3efe8;
}
.cart-product-title {
    font-weight: 700;
    font-size: 1.05rem;
    margin-bottom: 0.2rem;
}
.cart-product-desc {
    font-size: 0.75rem;
    color: #9a8e7a;
}
.cart-price {
    font-weight: 700;
    color: #1f3d2b;
}

/* Quantity selector (pill) */
.cart-qty-wrapper {
    display: inline-flex;
    align-items: center;
    background: #f8f6f1;
    border-radius: 60px;
    padding: 0.25rem;
    border: 1px solid #e9e2d6;
}
.cart-qty-btn {
    background: white;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
    color: #1f3d2b;
    transition: all 0.2s;
    cursor: pointer;
}
.cart-qty-btn:hover {
    background: #956a42;
    color: white;
    transform: scale(1.03);
}
.cart-qty-value {
    font-weight: 700;
    font-size: 0.95rem;
    min-width: 36px;
    text-align: center;
}
.cart-remove-btn {
    background: none;
    border: none;
    color: #b1a38b;
    transition: all 0.2s;
    font-size: 1.2rem;
    padding: 6px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.cart-remove-btn:hover {
    color: #e05a5a;
    background: #fef2f0;
    transform: scale(1.05);
}
.cart-item-subtotal {
    font-weight: 800;
    color: #956a42;
    font-size: 1rem;
}

/* Order Summary Sticky Card */
.cart-summary-card {
    background: white;
    border-radius: 28px;
    border: 1px solid #edeae2;
    padding: 1.8rem;
    position: sticky;
    top: 2rem;
    box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.05);
}
.cart-summary-title {
    font-weight: 800;
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    letter-spacing: -0.3px;
}
.cart-row-space {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.9rem;
    font-size: 0.95rem;
}
.cart-total-gold {
    color: #956a42;
    font-weight: 800;
    font-size: 1.6rem;
}
.cart-divider {
    border-top: 1px solid #efece5;
    margin: 1rem 0;
}
.cart-promo-input {
    border-radius: 60px;
    border: 1.5px solid #e9e5dc;
    padding: 0.7rem 1rem;
    font-size: 0.85rem;
    transition: all 0.2s;
}
.cart-promo-input:focus {
    border-color: #4caf50;
    box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.1);
    outline: none;
}
.cart-apply-btn {
    background: #1f3d2b;
    border: none;
    border-radius: 60px;
    padding: 0.6rem 1.2rem;
    font-weight: 600;
    font-size: 0.8rem;
    color: white;
    transition: 0.2s;
}
.cart-apply-btn:hover {
    background: #2e5a3e;
    transform: scale(0.97);
}
.cart-checkout-btn {
    background: linear-gradient(105deg, #956a42 0%, #926f48 100%);
    border: none;
    border-radius: 60px;
    padding: 1rem;
    font-weight: 700;
    font-size: 1rem;
    width: 100%;
    color: white;
    transition: all 0.25s ease;
    margin-top: 1rem;
}
.cart-checkout-btn:hover {
    transform: scale(1.01);
    box-shadow: 0 12px 22px -10px rgba(166, 124, 82, 0.5);
    background: linear-gradient(105deg, #926f48 0%, #7f5c3a 100%);
}

/* Empty cart state */
.cart-empty-state {
    text-align: center;
    padding: 3rem 2rem;
    background: white;
    border-radius: 32px;
    border: 1px solid #edeae2;
}
.cart-empty-icon {
    font-size: 4rem;
    color: #cbb896;
    margin-bottom: 1rem;
}
.cart-shop-btn {
    background: #1f3d2b;
    border-radius: 60px;
    padding: 0.7rem 1.8rem;
    color: white;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: 0.2s;
}
.cart-shop-btn:hover {
    background: #956a42;
    transform: translateY(-2px);
}

@media (max-width: 992px) {
    .cart-summary-card {
        position: relative;
        top: 0;
        margin-top: 1.5rem;
    }
}
@media (max-width: 768px) {
    .cart-container {
        padding: 0px;
    }
    .cart-product-img {
        width: 70px;
        height: 70px;
    }
    .cart-item-card .row {
        flex-direction: column;
        gap: 0.8rem;
    }
    .cart-item-card .col-auto {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .cart-title {
        font-size: 1.8rem;
    }
}

/* ========== USER DASHBOARD CLASSES (dash-classname- prefix) ========== */

.desk-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
@media (max-width: 576px) {
    .desk-div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 0px;
        gap: 8px;
    }
    .cer-container-custom {
        padding: 0;
    }
    .hea-classname-dropdown {
        display: none;
    }
}

/* ========== USER DASHBOARD CLASSES (dash-classname- prefix) ========== */
.dash-classname-wrapper {
    min-height: auto;
    background: linear-gradient(180deg, #f9f7f2 0%, #ffffff 100%);
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* ---------- SIDEBAR ---------- */
.dash-classname-sidebar {
    background: #ffffff;
    border-right: 1px solid #edeae2;
    padding: 2rem 1.2rem;
    position: relative;
    height: 100vh;
    overflow-y: auto;
    transition: all 0.3s ease;
    z-index: 100;
    box-shadow: 4px 0 20px rgba(0, 0, 0, 0.02);
}

/* Mobile Sidebar Close Button */
.dash-classname-sidebar-close {
    display: none !important;
    position: absolute;
    top: 9.3rem;
    right: 1rem;
    background: #f6f4ef;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    color: #5a6e5a;
    font-size: 1.2rem;
}

.dash-classname-sidebar-close:hover {
    background: #eaf5ee;
    color: #1f3d2b;
    transform: scale(1.05);
}

.dash-classname-logo {
    font-size: 1.8rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin-bottom: 2rem;
    padding-left: 0.8rem;
    color: #2d311a;
}
.dash-classname-logo span {
    color: #956a42;
}

.dash-classname-user-info {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.8rem;
    background: #f6f4ef;
    border-radius: 20px;
    margin-bottom: 1.8rem;
}
.dash-classname-user-avatar {
    width: 48px;
    height: 48px;
    background: #eaf5ee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.2rem;
    color: #1f3d2b;
}
.dash-classname-user-name {
    font-weight: 700;
    font-size: 0.95rem;
}
.dash-classname-user-email {
    font-size: 0.7rem;
    color: #9a8e7a;
}

.dash-classname-nav-item {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 0.75rem 1rem;
    margin: 0.3rem 0;
    border-radius: 16px;
    color: #2d311a;
    font-weight: 500;
    transition: all 0.2s;
    cursor: pointer;
}
.dash-classname-nav-item i {
    font-size: 1.2rem;
    width: 28px;
}
.dash-classname-nav-item:hover {
    background: #2d311a29;
    color: #2d311a;
    transform: translateX(4px);
}
.dash-classname-nav-item.active {
    background: #eaf5ee;
    color: #2d311a;
    font-weight: 600;
    border-left: 3px solid #956a42;
}

/* ---------- MAIN CONTENT ---------- */
.dash-classname-main {
    flex: 1;
    padding: 2rem;
    transition: all 0.3s;
    background: transparent;
}

/* top header */
.dash-classname-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #edeae2;
}
.dash-classname-page-title {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.3px;
    color: #2d311a;
}
.dash-classname-logout-btn {
    background: transparent;
    border: 1px solid #e6e0d4;
    border-radius: 40px;
    padding: 0.6rem 1.3rem;
    font-size: 0.8rem;
    font-weight: 500;
    transition: 0.2s;
    color: #5a6e5a;
}
.dash-classname-logout-btn:hover {
    background: #1f3d2b;
    color: white;
    border-color: #1f3d2b;
    transform: translateY(-2px);
}

/* stats cards */
.dash-classname-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}
.dash-classname-card {
    background: white;
    border-radius: 24px;
    padding: 1.5rem;
    border: 1px solid #edeae2;
    transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
    position: relative;
    overflow: hidden;
}
.dash-classname-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #956a42, #c6a15b);
    opacity: 0;
    transition: opacity 0.3s;
}
.dash-classname-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.1);
    border-color: #e0d9ce;
}
.dash-classname-card:hover::before {
    opacity: 1;
}
.dash-classname-card-icon {
    font-size: 2rem;
    color: #956a42;
    margin-bottom: 0.75rem;
    background: #f6f4ef;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
}
.dash-classname-card-value {
    font-size: 2rem;
    font-weight: 800;
    color: #1f3d2b;
    line-height: 1.2;
    margin-bottom: 0.25rem;
}
.dash-classname-card-label {
    color: #9a8e7a;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

/* section titles */
.dash-classname-section-title {
    font-weight: 700;
    font-size: 1.3rem;
    margin: 2rem 0 1.2rem 0;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    color: #946941;
    letter-spacing: -0.3px;
}
.dash-classname-section-title i {
    font-size: 1.4rem;
}

/* orders table */
.dash-classname-table-wrapper {
    background: white;
    border-radius: 24px;
    overflow-x: auto;
    border: 1px solid #edeae2;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}
.dash-classname-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
    min-width: 600px;
}
.dash-classname-table th {
    text-align: left;
    padding: 1.2rem 1.2rem;
    background: #fcfcf9;
    font-weight: 600;
    color: #2d311a;
    border-bottom: 1px solid #edeae2;
    font-size: 0.8rem;
    letter-spacing: 0.3px;
}
.dash-classname-table td {
    padding: 1.1rem 1.2rem;
    border-bottom: 1px solid #f3f1eb;
    color: #2d3e2d;
    font-weight: 500;
}
.dash-classname-table tr:hover td {
    background: #fdfcf9;
}
.dash-classname-badge {
    padding: 0.3rem 0.9rem;
    border-radius: 40px;
    font-size: 0.7rem;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 0.2px;
}
.badge-delivered {
    background: #eaf5ee;
    color: #2e6b3e;
}
.badge-pending {
    background: #fff3e0;
    color: #c67c2e;
}
.badge-shipped {
    background: #e3f0f5;
    color: #2c7a6e;
}

/* wishlist grid */
.dash-classname-wishlist-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 10px;
    margin-top: 0.5rem;
}
.dash-classname-wish-item {
    background: white;
    border-radius: 10px;
    padding: 10px 10px;
    border: 1px solid #edeae2;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
    cursor: pointer;
}
.dash-classname-wish-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 30px -12px rgba(0, 0, 0, 0.08);
    border-color: #d4cbbe;
}
.dash-classname-wish-img {
    width: 70px;
    height: 70px;
    background: #f3efe8;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    transition: 0.2s;
    overflow: hidden;
}
.dash-classname-wish-item:hover .dash-classname-wish-img {
    transform: scale(1.02);
}
.dash-classname-wish-info h6 {
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
    color: #1f3d2b;
}
.dash-classname-wish-info p {
    font-size: 0.85rem;
    color: #956a42;
    font-weight: 700;
}
.dash-classname-wish-item .bi-cart-plus {
    font-size: 1.2rem;
    color: #b1a38b;
    transition: all 0.2s;
    padding: 8px;
    border-radius: 50%;
    cursor: pointer;
}
.dash-classname-wish-item .bi-cart-plus:hover {
    color: #956a42;
    background: #f6f4ef;
    transform: scale(1.05);
}

/* settings panel */
.dash-classname-settings-panel {
    background: white;
    border-radius: 5px;
    padding: 20px 10px;
    border: 1px solid #edeae2;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.02);
}
.dash-classname-settings-panel h5 {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    color: #1f3d2b;
}
.dash-classname-setting-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}
.dash-classname-setting-field {
    flex: 1;
    min-width: 200px;
}
.dash-classname-setting-field label {
    font-size: 0.7rem;
    font-weight: 600;
    color: #2d311a;
    margin-bottom: 0.5rem;
    display: block;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}
.dash-classname-setting-field input {
    width: 100%;
    border: 1.5px solid #edeae2;
    border-radius: 60px;
    padding: 0.8rem 1.2rem;
    font-size: 0.9rem;
    background: #fefcf8;
    transition: all 0.2s;
}
.dash-classname-setting-field input:focus {
    border-color: #956a42;
    outline: none;
    box-shadow: 0 0 0 3px rgba(166, 124, 82, 0.1);
}
.dash-classname-save-btn {
    background: linear-gradient(135deg, #956a42 0%, #8a6642 100%);
    border: none;
    border-radius: 60px;
    padding: 0.8rem 2rem;
    color: white;
    font-weight: 600;
    transition: all 0.2s;
}
.dash-classname-save-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(166, 124, 82, 0.3);
}

/* toggle button */
.dash-classname-toggle-btn {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    margin-right: 1rem;
    color: #1f3d2b;
    cursor: pointer;
}

/* responsive styles */
@media (max-width: 992px) {
    .dash-classname-sidebar {
        position: fixed;
        top: 0;
        left: 0;
        width: 280px;
        height: 100vh;
        transform: translateX(-100%);
        z-index: 1050;
        transition: transform 0.3s ease;
        border-right: 1px solid #edeae2;
    }
    .dash-classname-sidebar.open {
        transform: translateX(0);
        width: 100%;
        padding-top: 145px;
    }
    .dash-classname-sidebar-close {
        display: flex;
    }
    .dash-classname-main {
        padding: 1rem;
    }
    .dash-classname-toggle-btn {
        display: block;
    }
    .dash-classname-stats-grid {
        grid-template-columns: 1fr;
        gap: 0.8rem;
    }
    .dash-classname-card {
        padding: 1rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .dash-classname-card-icon {
        margin-bottom: 0;
        width: 44px;
        height: 44px;
        font-size: 1.5rem;
    }
    .dash-classname-card-value {
        font-size: 1.5rem;
    }
    .dash-classname-table-wrapper {
        width: calc(100% + 0rem);
    }
    .dash-classname-wishlist-grid {
        grid-template-columns: 1fr;
    }
    .dash-classname-setting-row {
        flex-direction: column;
    }
    .dash-classname-save-btn {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .dash-classname-header {
        flex-direction: column;
        align-items: flex-start;
    }
    .dash-classname-page-title {
        font-size: 18px;
    }
    .dash-classname-section-title {
        font-size: 18px;
    }
    .dash-classname-sidebar-close {
        display: block !important;
    }
    .dash-classname-setting-field input {
        border-radius: 5px;
        padding: 7px;
    }
    .dash-classname-main {
        padding: 1rem 0;
    }
    .dash-classname-card {
        padding: 5px 5px;
        border-radius: 5px;
    }
    .dash-classname-table-wrapper {
        border-radius: 5px;
    }
    .dash-classname-table th {
        padding: 10px;
    }
    .dash-classname-table td {
        padding: 10px;
    }
    .dash-classname-wish-item {
        padding: 10px;
    }
    .dash-classname-wishlist-grid {
        gap: 10px;
    }
    .dash-classname-wrapper {
        background: #ffffff;
    }
    .dash-classname-card-value {
        font-size: 13px;
    }
    .dash-classname-card-icon {
        width: 25px;
        height: 25px;
        font-size: 14px;
    }
    .dash-classname-card-label {
        font-size: 10px;
        font-weight: 400;
        letter-spacing: 0x;
    }
    .dash-classname-stats-grid {
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    .dash-classname-section-title {
        margin: 8px 0;
    }
    .dash-classname-stats-grid {
        margin-bottom: 15px;
    }
    .dash-classname-header {
        margin-bottom: 12px;
    }
    .dash-classname-toggle-btn {
        margin-right: 5px;
    }
    .dash-classname-wrapper {
        min-height: auto;
    }
    .dash-classname-table {
        font-size: 12px;
    }
    .vl-offcanvas-sm-title {
        font-size: var(--ztc-font-size-font-s18);
        border-top: 1px solid #ffffff;
        padding-top: 12px;
    }
}

.dash-classname-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1040;
}
.dash-classname-overlay.show {
    display: block;
}
.dash-classname-section {
    display: block;
    animation: fadeIn 0.3s ease;
    margin: 0 10px;
}
.dash-classname-hidden {
    display: none !important;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.flex {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

/* ************************** */

/* GRID */
.gal-classname-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* ITEM */
.gal-classname-item {
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
}

.gal-classname-item img {
    width: 100%;
    height: 100%;
    transition: 0.4s;
}

.gal-classname-item:hover img {
    transform: scale(1.1);
}

/* POPUP */
.gal-classname-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999999;
}

/* IMAGE */
.gal-classname-popup-img {
    max-width: 85%;
    max-height: 80%;
    border-radius: 10px;
    z-index: 10000;
}

/* CLOSE */
.gal-classname-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 35px;
    color: #fff;
    cursor: pointer;
    z-index: 10002;
}

/* ARROWS (FIXED) */
.gal-classname-prev,
.gal-classname-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    width: 60px;
    height: 60px;
    padding: 15px;
    z-index: 10002;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gal-classname-prev {
    left: 20px;
}
.gal-classname-next {
    right: 20px;
}

.gal-classname-prev:hover,
.gal-classname-next:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .gal-classname-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .gal-classname-grid {
        grid-template-columns: 1fr;
    }
}

/* MAIN FLAG */
.current-flag {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #ddd;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #00000024;
    background: #956a4238;
    box-shadow: 0px 0px 11px #79884747;
}

.current-flag img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 50%;
}

.flag-list {
    position: absolute;
    top: 73px;
    /*right: 8%;*/
    margin-left: -5px;
    background: #fff;
    border-radius: 12px;
    padding: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: 0.3s ease;
}

/* HOVER OPEN */
.language-dropdown:hover .flag-list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* FLAG ITEM */
.flag-list li {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flag-list li:hover {
    background: #f2f2f2;
}

.flag-list img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 50%;
}

/* HIDE GOOGLE BAR */
.goog-te-banner-frame,
.goog-te-gadget {
    display: none !important;
}

/* TOOLTIP */
.flag-list li {
    position: relative;
}

/* TEXT */
.flag-list li::after {
    content: attr(data-country);
    position: absolute;
    right: 48px;
    top: 50%;
    transform: translateY(-50%);
    background: #000;
    color: #fff;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 12px;
    white-space: nowrap;

    opacity: 0;
    pointer-events: none;
    transition: 0.2s ease;
}

/* ARROW */
.flag-list li::before {
    content: "";
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    border: 6px solid transparent;
    border-left-color: #000;

    opacity: 0;
    transition: 0.2s ease;
}
.flexx {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.flexx {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

/* SHOW ON HOVER */
.flag-list li:hover::after,
.flag-list li:hover::before {
    opacity: 1;
}
@media (max-width: 768px) {
    body {
        background: #f4f7f5 !important;
        overflow: hidden;
    }
    .flag-list {
        top: 71px;
        right: 66px;
    }
    .product6-box {
        height: auto;
        padding: 0 0px 20px;
    }
    .padd0 {
        padding: 0px !important;
    }
    .flexx {
        display: flex !important;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }
    .footer2-logo-area.footer7-logo-area {
        border-left: unset;
        border-right: unset;
    }
}
.place::placeholder {
    color: #ffffff !important;
    opacity: 0.8;
}
.au-brand-section {
    position: relative;
    overflow-x: hidden;
}

.au-brand-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(
        rgba(80, 120, 60, 0.02) 1px,
        transparent 1px
    );
    background-size: 28px 28px;
    pointer-events: none;
}

.au-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
}

.au-mission-wrapper {
    text-align: center;
    margin-bottom: 0px;
    padding: 2rem 0rem;
}

.au-icon-glow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgb(149 106 66 / 21%);
    backdrop-filter: blur(6px);
    border-radius: 60px;
    padding: 1rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 15px 35px rgba(60, 80, 30, 0.08);
    transition: all 0.3s ease;
}

.au-icon-glow i {
    font-size: 20px;
    color: #2f6b2f;
    background: linear-gradient(135deg, #2b6e2b, #4c9e3a);
    -webkit-background-clip: text;
    background-clip: text;
    color: #2d6a2d;
    transition: transform 0.3s ease;
}

.au-icon-glow:hover i {
    transform: scale(1.02) rotate(2deg);
}

.au-mission-title {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: -0.02em;
    color: #415d4b;
    margin-bottom: 1.2rem;
}

.au-mission-text {
    font-size: 16px;
    line-height: 1.55;
    color: #2c3e2b;
    max-width: 814px;
    margin: 0 auto;
    font-weight: 450;
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(4px);
    padding: 1rem 1.8rem;
    border-radius: 20px;
    display: inline-block;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
}

.au-offer-card {
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(12px);
    border-radius: 32px;
    padding: 2.8rem 2.4rem;
    box-shadow:
        0 25px 45px -18px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(160, 190, 130, 0.2);
    transition: all 0.35s cubic-bezier(0.2, 0, 0, 1);
    margin-bottom: 4rem;
    border: 1px solid rgba(180, 210, 140, 0.4);
}

.au-offer-card:hover {
    transform: translateY(-8px);
    box-shadow:
        0 35px 50px -22px rgba(50, 80, 20, 0.2),
        0 0 0 1px rgba(100, 140, 70, 0.3);
    background: rgba(255, 255, 255, 0.96);
}

.au-offer-title {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #415d4b;
    margin-bottom: 1.5rem;
    display: inline-block;
    border-left: 4px solid #415d4b;
    padding-left: 1.2rem;
    letter-spacing: -0.3px;
}

.au-offer-description {
    font-size: 16px;
    line-height: 23px;
    color: #2d3a2a;
    font-weight: 450;
    margin-bottom: 0;
}

.au-why-title {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 2.2rem;
    text-align: center;
    color: #1e401c;
    position: relative;
    display: inline-block;
    width: auto;
    letter-spacing: -0.2px;
}

.au-why-title:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 3px;
    background: linear-gradient(90deg, #8bc34a, #3c8c2e);
    border-radius: 4px;
}

.au-why-grid {
    margin-top: 1rem;
}

.au-feature-card {
    background: rgb(45 49 26);
    backdrop-filter: blur(4px);
    border-radius: 28px;
    padding: 1.5rem 1.2rem;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    box-shadow: 0 12px 28px -12px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(150, 190, 110, 0.25);
}

.au-feature-card:hover {
    transform: scale(1.02) translateY(-6px);
    background: #2d311a;
    box-shadow: 0 28px 38px -18px rgba(70, 110, 40, 0.2);
    border-color: rgba(100, 150, 60, 0.5);
}

.au-feature-icon {
    font-size: 2.2rem;
    width: 60px;
    margin-bottom: 1rem;
    transition: transform 0.2s;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 12px;
    background: #2d311a;
}

.au-feature-card:hover .au-feature-icon {
    transform: scale(1.05);
}

.au-feature-text {
    font-weight: 600;
    font-size: 1.1rem;
    color: #ffffff;
    letter-spacing: -0.2px;
}

.au-divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        #c0dfb0,
        #a0c890,
        #c0dfb0,
        transparent
    );
    margin: 3rem 0 2rem 0;
}

@media (max-width: 992px) {
    .au-container {
        padding: 0 1.5rem;
    }
    .au-mission-title {
        font-size: 2.3rem;
    }
    .au-offer-card {
        padding: 2rem 1.8rem;
    }
    .au-feature-card {
        padding: 1.2rem 1rem;
    }
}

@media (max-width: 768px) {
    .au-brand-section {
        padding: 3rem 0;
    }
    .au-mission-title {
        font-size: 22px;
    }
    .au-mission-text {
        font-size: 14px;
        padding: 0.8rem 1rem;
    }
    .au-offer-title {
        font-size: 22px;
    }
    .au-offer-description {
        font-size: 14px;
    }
    .au-why-title {
        font-size: 1.8rem;
    }
    .au-feature-text {
        font-size: 0.95rem;
    }
}

@media (max-width: 576px) {
    .au-container {
        padding: 0 1.2rem;
    }
    .au-offer-card {
        padding: 1.5rem;
    }
    .au-feature-card {
        padding: 1rem 0.8rem;
    }
    .au-icon-glow i {
        font-size: 2.3rem;
    }
}

.row {
    --bs-gutter-y: 1.6rem;
}
.add-cart {
    padding: 7px 22px !important;
    font-size: 13px !important;
}

.video-container {
    width: 100%;
    height: auto;
    border-radius: 50%;
    overflow: hidden;
}

.video-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
/* ********************** */
/* ----- TRIGGER BUTTON (premium gradient, subtle glass) ----- */
.ism-demo-trigger {
    background: linear-gradient(125deg, #956a42 0%, #7b5535 100%);
    border: none;
    padding: 1rem 2.3rem;
    border-radius: 60px;
    font-weight: 700;
    letter-spacing: 0.4px;
    font-size: 1.1rem;
    backdrop-filter: blur(2px);
    box-shadow: 0 20px 30px -12px rgba(149, 106, 66, 0.45);
    transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    color: white;
}
.ism-demo-trigger:hover {
    transform: translateY(-4px);
    background: linear-gradient(125deg, #a5774e, #8b5f3b);
    box-shadow: 0 26px 38px -14px rgba(149, 106, 66, 0.65);
}

/* ========== ISM MODAL — GLASS + NEUMORPHISM PREMIUM ========== */
.ism-modal .modal-content {
    background: rgba(255, 253, 249, 0.96);
    backdrop-filter: blur(12px);
    border-radius: 15px !important;
    border: 1px solid rgba(255, 255, 245, 0.7);
    box-shadow:
        0 35px 55px -25px rgba(0, 0, 0, 0.25),
        0 8px 20px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    transition: transform 0.25s ease;
}

/* modal fade-in subtle animation (no JS, just CSS) */
.ism-modal.fade .modal-dialog {
    transition:
        transform 0.3s ease-out,
        opacity 0.25s ease;
    transform: scale(0.96);
}
.ism-modal.show .modal-dialog {
    transform: scale(1);
}

.ism-modal .modal-header {
    border-bottom: 1px solid rgba(149, 106, 66, 0.2);
    padding: 1.8rem 2.2rem 0.8rem 2.2rem;
    background: transparent;
}

.ism-modal .modal-title {
    font-weight: 800;
    font-size: 22px;
    letter-spacing: -0.5px;

    color: #2d311a;
}

.ism-modal .btn-close {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.05));
    transition: 0.2s;
    opacity: 0.7;
}
.ism-modal .btn-close:hover {
    opacity: 1;
    transform: rotate(90deg);
}

/* form container spacing */
.ism-form-container {
    padding: 0rem 1.2rem 0.2rem 1.2rem;
}

/* ---------- FLOATING LABEL INPUT GROUP (pure CSS, NO JS) ---------- */
.ism-input-group {
    position: relative;
    margin-bottom: 0;
    width: 100%;
}

/* pill-shaped inputs + textarea */
.ism-input,
.ism-textarea,
.ism-select-floating {
    width: 100%;
    border: 1.5px solid #e3dcd2;
    border-radius: 60px !important;
    padding: 1rem 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    background-color: #ffffff;
    color: #1f2c1a;
    transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    outline: none;
    box-shadow:
        0 2px 5px rgba(0, 0, 0, 0.02),
        inset 0 1px 1px rgba(255, 255, 240, 0.8);
}

.ism-select-floating {
    height: 57px !important;
}

/* textarea specific radius & height */
.ism-textarea {
    border-radius: 36px !important;
    resize: vertical;
    min-height: 105px;
    padding: 1rem 1.5rem;
}

/* custom select with floating label support  (dropdown styling) */
.ism-select-floating {
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="%23956a42" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>');
    background-repeat: no-repeat;
    background-position: right 1.4rem center;
    background-size: 1.1rem;
    cursor: pointer;
}

/* floating label style */
.ism-label {
    position: absolute;
    left: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    padding: 0 0.4rem;
    font-size: 1rem;
    font-weight: 500;
    color: #887a68;
    transition: 0.25s ease-out;
    pointer-events: none;
    letter-spacing: -0.2px;
    white-space: nowrap;
    z-index: 2;
}

/* For textarea specific label alignment (top align special) */
.ism-textarea + .ism-label {
    top: 1.1rem;
    transform: translateY(0);
}

/* For select floating label similar (normal) */
.ism-select-floating + .ism-label {
    top: 48%;
}

/* FLOATING EFFECT: label moves up when input is focused OR has value (via :not(:placeholder-shown) hack, pure CSS) */
.ism-input:focus ~ .ism-label,
.ism-input:not(:placeholder-shown) ~ .ism-label,
.ism-textarea:focus ~ .ism-label,
.ism-textarea:not(:placeholder-shown) ~ .ism-label,
.ism-select-floating:focus ~ .ism-label,
.ism-select-floating:not([value=""]):valid ~ .ism-label,
.ism-select-floating:valid ~ .ism-label {
    top: -0.6rem;
    transform: translateY(0) scale(0.82);
    background-color: #fffaf5;
    padding: 0 0.6rem;
    font-weight: 600;
    color: #956a42;
    left: 1rem;
    letter-spacing: -0.2px;
    backdrop-filter: blur(2px);
    border-radius: 40px;
}

/* for select specifically handling initial state */
.ism-select-floating:focus ~ .ism-label,
.ism-select-floating:valid ~ .ism-label {
    top: -0.6rem;
    transform: translateY(0) scale(0.82);
    background-color: #fffaf5;
}

/* hover & focus premium effects */
.ism-input:hover,
.ism-textarea:hover,
.ism-select-floating:hover {
    border-color: #cbb295;
    background-color: #fefcf8;
}

.ism-input:focus,
.ism-textarea:focus,
.ism-select-floating:focus {
    border-color: #956a42;
    outline: none;
    box-shadow:
        0 0 0 5px rgba(149, 106, 66, 0.2),
        0 4px 12px rgba(0, 0, 0, 0.05);
    transform: scale(1.02);
    background-color: #fffefc;
}

/* placeholder fade effect */
.ism-input:focus::placeholder,
.ism-textarea:focus::placeholder,
.ism-select-floating:focus::placeholder {
    opacity: 0;
    transition: opacity 0.2s ease;
}

.ism-input::placeholder,
.ism-textarea::placeholder {
    color: #cbc0b0;
    font-weight: 400;
    transition: opacity 0.25s;
}

/* required star styling (inline inside label is already there) but we keep separate elegant */
.required-star {
    color: #956a42;
    font-weight: 700;
    margin-left: 2px;
    font-size: 0.9rem;
}

/* additional small note for required fields */
.ism-required-note {
    font-size: 0.7rem;
    color: #956a73;
    margin-top: -0.5rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 6px;
    letter-spacing: 0.2px;
}

/* button premium */
.ism-btn {
    background: linear-gradient(115deg, #956a42 0%, #b07d50 100%);
    border: none;
    padding: 0.95rem 1.8rem;
    font-weight: 700;
    font-size: 1.05rem;
    border-radius: 80px !important;
    letter-spacing: 0.8px;
    color: white;
    transition: all 0.35s cubic-bezier(0.2, 0.9, 0.4, 1.2);
    width: 100%;
    box-shadow: 0 12px 22px -12px rgba(149, 106, 66, 0.6);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.ism-btn:hover {
    background: linear-gradient(115deg, #a57648, #8b5f3b);
    transform: translateY(-4px);
    box-shadow: 0 22px 32px -14px rgba(149, 106, 66, 0.8);
}

.ism-btn:active {
    transform: translateY(1px);
    box-shadow: 0 8px 18px -8px rgba(0, 0, 0, 0.2);
}

/* modal footer */
.ism-modal .modal-footer {
    border-top: none;
    padding: 0.5rem 2rem 2rem 2rem;
    background: transparent;
}

/* responsive columns & spacing */
@media (max-width: 768px) {
    .ism-modal .modal-dialog {
        margin: 1rem;
    }
    .ism-modal .modal-content {
        border-radius: 15px !important;
    }
    .ism-modal .modal-title {
        font-size: 16px;
    }
    .ism-modal .modal-header {
        padding: 10px 20px;
    }
    .ism-input,
    .ism-textarea,
    .ism-select-floating {
        padding: 10px;
        font-size: 12px;
    }
    .ism-label {
        font-size: 0.9rem;
        left: 1rem;
    }
    .homepage7-body .menu-line {
        margin: 0px 7px;
    }
}

/* backdrop blur premium */
.modal-backdrop.show {
    backdrop-filter: blur(8px);
    background-color: rgba(30, 26, 20, 0.5);
}

/* additional row spacing */
.row.g-3-custom {
    --bs-gutter-y: 0.4rem;
}
.mart {
    margin-top: 20px;
}

/* ========== CARD DESIGN ========== */
.ser-card {
    background: #ffffff;
    border-radius: 0px;
    box-shadow:
        0 20px 32px -14px rgba(0, 0, 0, 0.06),
        0 1px 3px rgba(0, 0, 0, 0.02);
    padding: 0;
    transition:
        transform 0.3s cubic-bezier(0.2, 0, 0, 1),
        box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.02);
}

/* Hover: lift + deeper shadow */
.ser-card:hover {
    transform: translateY(-5px);
    box-shadow:
        0 32px 48px -20px rgba(0, 0, 0, 0.18),
        0 4px 12px rgba(0, 0, 0, 0.05);
}

/* Image wrapper: soft background shape behind image (light neutral tone) */
.ser-img-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    background: #f0ede8;
    /* width: fit-content; */
    /* margin-left: auto; */
    /* margin-right: auto; */
    margin: 13px;
    padding: 12px;
    border-radius: 10px;
    /* border-radius: 50%; */
    transition: background 0.2s ease;
}

/* Image style: circular, 70px size, object-fit cover */
.ser-img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    /* border-radius: 50%; */
    display: block;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.02);
}

/* on card hover: image scales slightly */
.ser-card:hover .ser-img {
    transform: scale(1.06);
}

/* optional subtle bg wrap scale effect */
.ser-card:hover .ser-img-wrap {
    background: #e9e4dd;
}

/* Title */
.ser-title {
    font-size: 1.55rem;
    font-weight: 700;
    color: #1e2a2f;
    margin-bottom: 0.9rem;
    letter-spacing: -0.3px;
    text-align: center;
}

/* Description */
.ser-description {
    font-size: 0.95rem;
    line-height: 1.55;
    color: #6f7370; /* light gray but readable */
    margin-bottom: 10px;
    flex: 1;
    text-align: center;
}

/* Read more link (minimal text link) */
.ser-link {
    font-size: 0.9rem;
    font-weight: 600;
    color: #2d311a;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition:
        color 0.25s ease,
        gap 0.2s;
    letter-spacing: 0.3px;
    margin-top: 0.25rem;
}

.ser-link i {
    font-size: 0.75rem;
    transition: transform 0.2s ease;
    color: #956a42;
}

.ser-link:hover {
    color: #956a42;
}

.ser-link:hover i {
    transform: translateX(5px);
}

/* responsive adjustments */
@media (max-width: 992px) {
    .ser-heading-dark,
    .ser-heading-primary {
        font-size: 2.2rem;
    }
    .ser-card {
        padding: 1.8rem;
    }
    .ser-title {
        font-size: 1.4rem;
    }
    .ser-img {
        width: 65px;
        height: 65px;
    }
    .ser-img-wrap {
        padding: 10px;
    }
}

@media (max-width: 768px) {
    .ser-heading-dark,
    .ser-heading-primary {
        font-size: 1.9rem;
    }
    .ser-title {
        font-size: 1.35rem;
    }
    .ser-description {
        font-size: 0.9rem;
    }
    .ser-img {
        width: 60px;
        height: 60px;
    }
    .ser-img-wrap {
        margin-bottom: 0px;
    }
}

@media (max-width: 480px) {
    .ser-heading-dark,
    .ser-heading-primary {
        font-size: 1.65rem;
    }
    .ser-card {
        padding: 1.5rem;
    }
    .ser-img {
        width: 100%;
        height: auto;
    }
    .ser-img-wrap {
        padding: 8px;
    }
}

/* grid gutter spacing */
.row.g-4 {
    --bs-gutter-y: 1.8rem;
}

/* center align content for cards consistency */
.ser-card .ser-link {
    align-self: center;
}

.del-top {
    position: absolute;
    top: -10px;
    right: -10px;
    background: red;
    width: 30px;
    color: white;
    height: 30px;
    font-size: 12px;
}

.about-us-box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}
.hea-classname {
    position: relative;
    display: inline-block;
}

/* DROPDOWN BOX */
.hea-classname-dropdown {
    position: absolute;
    top: 120%;
    right: 0;
    width: 400px;
    max-height: 400px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.3s ease;
    z-index: 999;
}

/* SCROLL AREA */
.hea-classname-items {
    max-height: 400px;
    overflow-y: auto;
    padding: 15px;
}

/* SHOW ON HOVER */
.hea-classname:hover .hea-classname-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* SCROLLBAR */
.hea-classname-items::-webkit-scrollbar {
    width: 6px;
}

.hea-classname-items::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.hea-classname-items::-webkit-scrollbar-track {
    background: transparent;
}

/* DROPDOWN BOX */
.hea-dropdown {
    position: absolute;
    top: 120%;
    width: max-content;
    max-height: 400px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.3s ease;
    z-index: 999;
}

/* SCROLL AREA */
.hea-items {
    height: auto;
    padding: 15px;
}

/* SHOW ON HOVER */
.hea-classname:hover .hea-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* SCROLLBAR */
.hea-items::-webkit-scrollbar {
    width: 6px;
}

.hea-items::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.hea-items::-webkit-scrollbar-track {
    background: transparent;
}
.dash-classname-reset-form {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.dash-classname-reset-form .form-control {
    border-radius: 6px;
    padding: 10px;
}

.dash-classname-reset-form button {
    background-color: #a67c52;
    border: none;
}

.dash-classname-reset-form button:hover {
    background-color: #8c653f;
}
.login-li {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font1);
    font-size: 13px;
    display: inline-block;
    position: relative;
    padding: 12px;
    text-transform: uppercase;
    transition: 0.4s;
    padding: 5px 15px;
    font-weight: var(--ztc-weight-medium) 500;
    font-weight: 600;
}
.login-li:hover {
    color: var(--ztc-text-text-5);
}
.cart-product-imgg {
    width: 50px !important;
    border-radius: 4px;
    object-fit: cover;
    background: #f3efe8;
}
.cart-product-titlee {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 0.2rem;
}
.cart-product-descc {
    font-size: 10px;
    color: #9a8e7a;
}
.cart-qty-btnn {
    background: white;
    border: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
    color: #1f3d2b;
    transition: all 0.2s;
    cursor: pointer;
}
.cart-item-subtotall {
    font-weight: 800;
    color: #956a42;
    font-size: 14px;
}
.cart-qty-wrapperr {
    display: inline-flex;
    align-items: center;
    background: #f8f6f1;
    border-radius: 2px;
    padding: 2px;
    border: 1px solid #e9e2d6;
}

.buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.h-button {
    padding: 6px 25px;
    border-radius: 3px;
    font-size: 14px;
}
/* main section container — background soft neutral */
.tem-mem-team-section {
    padding: 5rem 1.5rem;
    background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
    position: relative;
}

/* container max-width + inner spacing */
.tem-mem-container {
    max-width: 1280px;
    margin: 0 auto;
}

/* ---------- TYPOGRAPHY / HEADER (prefix) ---------- */
.tem-mem-header {
    text-align: center;
    margin-bottom: 3.5rem;
}

.tem-mem-badge {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #4f46e5;
    background: #eef2ff;
    padding: 0.35rem 1rem;
    border-radius: 40px;
    margin-bottom: 1rem;
}

.tem-mem-heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.02em;
    margin-bottom: 1rem;
}

.tem-mem-subheading {
    font-size: 1.125rem;
    color: #475569;
    max-width: 620px;
    margin: 0 auto;
    font-weight: 400;
    line-height: 1.5;
}

/* responsive heading adjustments */
@media (max-width: 768px) {
    .tem-mem-heading {
        font-size: 2rem;
    }
    .tem-mem-subheading {
        font-size: 1rem;
    }
    .wcu-bac-img {
        position: relative;
        width: 100%;
    }
    .wcu-cta-title {
        font-size: 22px;
        font-weight: 600;
    }
    .wcu-cta-text {
        font-size: 14px;
        max-width: 100%;
    }
    .wcu-cta-block {
        padding: 20px;
    }
    .wcu-contact-info {
        gap: 10px;
        margin-bottom: 10px;
    }
    .footer2-area-main {
        padding: 0px 0px 0px 0px;
    }
    .footer2-widget-area {
        border-top: unset;
    }
    .footer2-widget-area.footer7-widget-area {
        border-top: unset;
    }
}

/* ---------- CARD STYLES (prefixed) ---------- */
.tem-mem-card {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow:
        0 18px 35px -12px rgba(0, 0, 0, 0.08),
        0 6px 14px -6px rgba(0, 0, 0, 0.02);
    transition: all 0.35s cubic-bezier(0.2, 0, 0, 1);
    text-align: center;
    position: relative;
    backdrop-filter: blur(0px);
    border: 1px solid rgba(226, 232, 240, 0.6);
}

/* hover effect: elevation + subtle scale + enhanced shadow */
.tem-mem-card:hover {
    transform: translateY(-8px) scale(1.01);
    box-shadow:
        0 28px 45px -15px rgba(0, 0, 0, 0.2),
        0 8px 18px -6px rgba(0, 0, 0, 0.08);
    border-color: rgba(79, 70, 229, 0.2);
}

/* gradient overlay on hover (optional enhancement) */
.tem-mem-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(
        circle at 70% 20%,
        rgba(79, 70, 229, 0.02),
        transparent 80%
    );
    border-radius: 28px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.tem-mem-card:hover::after {
    opacity: 1;
}

/* image wrapper: rounded stylish shape + subtle animation on hover */
.tem-mem-img-wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto 1.35rem auto;
    position: relative;
    background: linear-gradient(135deg, #eef2ff, #ffffff);
    /*padding: 4px;*/
    transition: all 0.3s ease;
}

.tem-mem-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition:
        transform 0.5s cubic-bezier(0.2, 0.9, 0.4, 1.1),
        box-shadow 0.3s;
}

/* subtle image scaling on card hover (subtle animation) */
.tem-mem-card:hover .tem-mem-img {
    transform: scale(1.02);
    box-shadow: 0 18px 28px -12px rgba(0, 0, 0, 0.2);
}

/* name + designation */
.tem-mem-name {
    font-size: 1.45rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.35rem;
    letter-spacing: -0.3px;
}

.tem-mem-designation {
    font-size: 0.9rem;
    font-weight: 500;
    color: #2d311a;
    background: rgb(149 106 66 / 17%);
    display: inline-block;
    padding: 0.2rem 1rem;
    border-radius: 30px;
    margin-bottom: 1.25rem;
    letter-spacing: 0.01em;
}

/* social icons container - initially hidden with opacity, shown on hover with smooth animation */
.tem-mem-socials {
    display: flex;
    justify-content: center;
    gap: 1.2rem;
    opacity: 1;
    transition:
        opacity 0.35s ease,
        transform 0.35s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}

/* social icons styling */
.tem-mem-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #2d311a14;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #334155;
    font-size: 1.25rem;
    transition: all 0.25s ease;
    text-decoration: none;
    backdrop-filter: blur(2px);
}

.tem-mem-social-link:hover {
    background: #4f46e5;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 6px 12px -4px rgba(79, 70, 229, 0.4);
}

/* specific brand colors on hover optional but keep minimal */
.tem-mem-social-link.bi-linkedin:hover {
    background: #0a66c2;
}
.tem-mem-social-link.bi-twitter-x:hover {
    background: #1da1f2;
}
.tem-mem-social-link.bi-instagram:hover {
    background: #d62976;
}
.tem-mem-social-link.bi-youtube:hover {
    background: #e54646;
}

/* fallback for consistency: all social links get premium hover */
.tem-mem-social-link:hover {
    background: #4f46e5;
}

/* grid spacing and columns responsiveness (Bootstrap + custom tweaks) */
.tem-mem-row {
    --bs-gutter-y: 2rem;
    --bs-gutter-x: 2rem;
}

/* extra spacing for small devices */
@media (max-width: 576px) {
    .tem-mem-card {
        padding: 1.5rem 1rem 1.6rem;
    }

    .tem-mem-name {
        font-size: 1.3rem;
    }
    .tem-mem-socials {
        gap: 1rem;
    }
    .tem-mem-social-link {
        width: 34px;
        height: 34px;
        font-size: 1rem;
    }
    .tem-mem-team-section {
        padding: 3rem 1rem;
    }
    .imgg {
        height: auto !important;
    }
}

/* make cards consistent height without stretching */
.tem-mem-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* optional: hover transition on whole section adds liveliness */
.tem-mem-card {
    transition:
        transform 0.3s ease,
        box-shadow 0.35s ease;
}

/* ensure images are retina ready and circles keep impeccable shape */
.tem-mem-img {
    backface-visibility: hidden;
}

/* add empty state protection */
.tem-mem-socials a:focus-visible {
    outline: 2px solid #4f46e5;
    outline-offset: 2px;
}

/* alternate gradient accent: border-left subtle on card hover (premium) */
.tem-mem-card {
    position: relative;
    /*border-radius: 150px 150px 0 0;*/
    padding-bottom: 15px;
}

/* soft premium divider optional: clean under name */
.tem-mem-name::after {
    content: "";
    display: block;
    width: 45px;
    height: 2px;
    background: #e2e8f0;
    margin: 0.7rem auto 0.5rem;
    border-radius: 3px;
    transition:
        width 0.25s ease,
        background 0.2s;
}

.tem-mem-card:hover .tem-mem-name::after {
    width: 65px;
    background: #2d311a;
}
.total-cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #e9fdf3;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.total-para {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    border-left: 3px solid #000000;
    padding-left: 10px;
}

.total-price {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

/* Livewire cart: global-style top progress bar (fixed; used inside cart Livewire roots) */
.top-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    z-index: 9999;
    pointer-events: none;
}

.top-loader-bar {
    width: 0%;
    height: 100%;
    background: linear-gradient(90deg, #0d6efd, #20c997);
    animation: topLoaderAnim 1s ease-in-out infinite;
}

@keyframes topLoaderAnim {
    0% {
        width: 0%;
    }
    50% {
        width: 60%;
    }
    100% {
        width: 100%;
    }
}

.banner {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: right;
    }
}
.banner-hero {
    width: 100%;
    height: 100%;
    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: right;
        border-radius: 24px;
    }
}

.home6 {
    padding: 7px 22px !important;
    font-size: 14px !important;
}

.blog-title {
    font-size: 28px !important;
    line-height: 30px !important;
}

.ser-padd {
    padding: 0px 20px 0px 20px;
}

.pro-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 84%;
    bottom: 15px;
}

.ajay {
    font-size: 12px;
    color: #ffffff;
    background: #2d311a;
    text-align: center;
    border-radius: 5px;
    width: 100%;
}
.ajay:hover {
    color: #ffffff !important;
}
.image-popup {
    display: none;
    position: fixed;
    z-index: 9999999;
    padding-top: 40px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
}

.popup-content {
    display: block;
    margin: auto;
    max-width: 90%;
    max-height: 85vh;
    border-radius: 10px;
}

.close-popup {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 45px;
    cursor: pointer;
}

.popup-prev,
.popup-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 50px;
    cursor: pointer;
    padding: 10px;
    user-select: none;
}

.popup-prev {
    left: 20px;
}

.popup-next {
    right: 20px;
}

.popup-image {
    cursor: pointer;
}

.imgg {
    height: 400px !important;
    object-position: 100% 18% !important;
    border-radius: 10px;
}
.lh-26{
    line-height:26px;
}
/* extra spacing for small devices */
@media (max-width: 576px) {
    .imgg {
        height: auto !important;
    }
    .wcu-faq-section {
        padding: 30px 0 30px !important;
    }
    .wcu-faq-title {
        margin-bottom: 20px;
    }
    .condi-container {
        padding: 30px 0 30px;
    }
    .scroll-down {
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 0px;
    }
    .sl-input {
        padding: 0 0 3px 0;
    }
    .sl-input-group {
        margin-bottom: 10px;
    }
    .hero-shadow {
        position: absolute;
        bottom: 0;
        height: 140px;
        width: 97%;
        background-image: linear-gradient(to bottom, #00000000, #000000);
        border-radius: 0 0 25px 25px;
    }
}
@media (max-width: 776px) {
    .banner {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: 100% 55%;
        }
    }
    .herb-pro-img-wrapper{
        height:auto;
    }
    .au-mission-wrapper {
        padding: 2rem 0rem 0rem 0;
    }
    .product6-box-content {
        padding: 0px 15px;
    }
    .product6-box-content .product6-content_text h3 a {
        font-size: var(--ztc-font-size-font-s18);
        font-weight: 600;
    }
    .about-inr-vlog-content h3 a {
        font-size: var(--ztc-font-size-font-s18);
        line-height: 12px !important;
        font-weight: 600;
    }
    .lh {
        line-height: 22px !important;
    }
    .hero {
        margin-top: 75px;
    }
}
.pt-15{
    padding-top:15px !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .homepage7-body .vl-main-menu ul > li > a {
        font-size: 13px;
        padding: 0 8px;
    }
    
    .homepage7-body .vl-main-menu ul > li .sub-menu li a {
        color: #000000;
        display: inline-block;
        font-size: 13px;
        position: relative;
        z-index: 1;
        padding: 5px 0 0 0;
        font-weight: 600;
    }
    .homepage7-body .menu-line {
        margin: 0px 8px;
    }
    .service7-header h2 {
        font-size: 22px !important; 
        line-height: 28px !important;
        font-weight: 500 !important;
    }
    .vl-work7-content .vl-work7-text h3 a {
        font-size: var(--ztc-font-size-font-s20) !important;
        line-height: 24px !important;
        font-weight: 500 !important;
    }
    .testimonial6-bottom .testimonial6-user h3 a {
        font-size: var(--ztc-font-size-font-s20) !important;
    }
    .about7-main-content .about7-author-area h3 a {
        font-size: var(--ztc-font-size-font-s24) !important;
        font-weight: 500 !important;
        line-height: 13px ;
    }
    .about7-main-content .about7-author-area h3 {
        line-height: 26px !important;
    }
    .add-flag-banner {
        max-width: 260px;
    }
    .product6-box-content .product6-content_text h3 a {
        font-size: var(--ztc-font-size-font-s16);
    }
    body {
        font-size: 14px;
    }
    .footer-widget-area.footerhm7-widget-area ul li a {
        font-size: 14px;
        line-height: 15px;
    }
    .footer-widget-area ul li {
        margin-bottom: 5px;
    }
    .foo-contact div {
        margin-bottom: 4px;
        font-size: 14px !important;
    }
}
