@charset "UTF-8";

/************ TABLE OF CONTENTS ***************

    01. Theme Default Area Style
    02. Header Area Style
    03. Hero Banner Area Style
    04. Service Carrousel Area Style
    05. Gallery Marquee Area Style
    06. Generation Feature Area Style
    07. Pricing Table Area Style
    08. Testimonial Area Style
    09. FAQ Area Area Style
    10. Blog & News Area Style
    11. Hero Banner Home 2 Area Style
    12. About Us Area Style
    13. Video Area Style
    14. Generation Feature Home 2 Area Style
    15. Gallery Home 2 Area Style
    16. Working Process Area Style
    17. Pricing Plan Home 2 Area Style
    18. Testimonial Area 2 Style
    19. Blog and News Home 2 Area Style
    20. Hero Banner Area Home 3 Style
    21. Gallery Area Home 3 Style
    22. Service Area Home 3 Style
    23. Prompt Gallery Area Style
    24. FAQ Area Home 3 Style
    25. CTA Area Home 3 Style
    26. Stats Area Home 3 Style
    27. Marquee Area Home 3 Style
    28. Brand Area Home 3 Style
    29. Blog & News Area Home 3 Style
    30. Footer Area Style
    31. About Us Page Style
    32. Blog Page Style
    33. Blog Details Page Style
    34. Services Page Style
    35. Service Details Page Style
    36. Testimonial Page Style
    37. 404 Page Style
    38. Contact Page Style

**********************************************/


/*----------------------------------------*/
/*  01. Theme Default Area Style
/*----------------------------------------*/
:root {
  /**
  @font family declaration
  */
  --zo-ff-body: 'Inter', sans-serif;
  --zo-ff-heading: 'Plus Jakarta Sans', sans-serif;
  --zo-ff-menu: 'Inter', sans-serif;
  --zo-ff-button: 'Plus Jakarta Sans', sans-serif;
  /**
  @color declaration
  */
  --zo-common-white: #fff;
  --zo-common-black: #001420;
  --zo-common-background: #001420;
  --zo-common-border: linear-gradient(90deg, #0091ff 0%, #00b3ff 100%);
  --zo-common-gradient: linear-gradient(90deg, #00bbff 0%, #00bbff 100%);
  --zo-heading-primary: #fff;
  --zo-grey-body: #CED1D4;
  --zo-grey-input: #33434D;
  --zo-text-body: #fff;
  --zo-text-body-2: #CED1D4;
  --zo-theme-primary: #57b6ff;
  --zo-theme-secondary: #008cff;
  --zo-theme-offcanvas: #00bbff;
  --zo-border-1: #33434D;
  --zo-bg-brand: #001420;
  /**
  @font weight declaration
  */
  --zo-fw-normal: normal;
  --zo-fw-regular: 400;
  --zo-fw-medium: 500;
  --zo-fw-sbold: 600;
  --zo-fw-bold: 700;
  --zo-fw-heading: 700;
  --zo-fw-ebold: 800;
  --zo-fw-black: 900;
  /**
  @font size declaration
  */
  --zo-fz-body-1: 16px;
  --zo-fz-body-2: 14px;
  --zo-fz-h1: 80px;
  --zo-fz-h2: 48px;
  --zo-fz-h3: 40px;
  --zo-fz-h4: 32px;
  --zo-fz-h5: 28px;
  --zo-fz-h6: 20px;
  --zo-fz-button: 16px;
  --zo-fz-p1: 18px;
  --zo-fz-p2: 16px;
  --zo-fz-sub-heading: 14px;
  --zo-fz-menu: 20px;
  --zo-fz-mob-h1: 38px;
  --zo-fz-mob-h2: 28px;
  --zo-fz-mob-h3: 24px;
  --zo-fz-mob-h4: 22px;
  --zo-fz-mob-h5: 20px;
  --zo-fz-mob-h6: 18px;
  --zo-fz-tab-h1: 42px;
  --zo-fz-tab-h2: 32px;
  --zo-fz-tab-h3: 30px;
  --zo-fz-tab-h4: 28px;
  --zo-fz-tab-h5: 24px;
  --zo-fz-tab-h6: 20px;
  /**
  @line height declaration
  */
  --zo-lh-p1: 28px;
  --zo-lh-p2: 20px;
  --zo-lh-h1: 100px;
  --zo-lh-h2: 60px;
  --zo-lh-h3: 52px;
  --zo-lh-h4: 48px;
  --zo-lh-h5: 40px;
  --zo-lh-h6: 28px;
  --zo-lh-btn: 24px;
  --zo-lh-sub-heading: 24px;
  --zo-lh-menu: 28px;
  --zo-lh-mob-h1: 44px;
  --zo-lh-mob-h2: 40px;
  --zo-lh-mob-h3: 36px;
  --zo-lh-mob-h4: 28px;
  --zo-lh-mob-h5: 28px;
  --zo-lh-mob-h6: 26px;
  --zo-lh-tab-h1: 54px;
  --zo-lh-tab-h2: 42px;
  --zo-lh-tab-h3: 40px;
  --zo-lh-tab-h4: 38px;
  --zo-lh-tab-h5: 36px;
  --zo-lh-tab-h6: 28px;
}

.ptb-140 {
  padding: 140px 0;
}

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

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

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

.mtb-140 {
  margin: 140px 0;
}

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

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

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

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .ptb-140 {
    padding: 50px 0;
  }

  .mtb-140 {
    margin: 50px 0;
  }

  .pb-140 {
    padding-bottom: 50px;
  }

  .pt-140 {
    padding-top: 50px;
  }

  .mt-140 {
    margin-top: 50px;
  }

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

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .ptb-140 {
    padding: 80px 0;
  }

  .pt-140 {
    padding-top: 80px;
  }

  .pb-140 {
    padding-bottom: 80px;
  }

  .mtb-140 {
    margin: 80px 0;
  }

  .mt-140 {
    margin-top: 80px;
  }

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

.p-60 {
  padding: 60px;
}

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

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

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

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

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

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

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

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .p-60 {
    padding: 30px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-24 {
  padding-left: 24px;
}

.pr-24 {
  padding-right: 24px;
}

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

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

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

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

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

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

.p-40 {
  padding: 40px;
}

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

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

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .p-40 {
    padding: 20px;
  }

  .pt-40 {
    padding-top: 20px;
  }

  .pb-40 {
    padding-bottom: 20px;
  }
}

.p-24 {
  padding: 24px;
}

.ptb-24 {
  padding: 24px 0;
}

.plr-24 {
  padding: 0 24px;
}

.plr-32 {
  padding: 0 32px;
}

.p-18 {
  padding: 18px;
}

.ptb-18 {
  padding: 18px 0;
}

.plr-18 {
  padding: 0 18px;
}

.p-16 {
  padding: 16px;
}

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

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

.gxy-32 {
  --bs-gutter-x: 32px;
  --bs-gutter-y: 32px;
}

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

.gxy-40 {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 40px;
}

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

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

/* Animation Keyframes */
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

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

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

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

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

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

@keyframes bounce {

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

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

  70% {
    transform: translateY(5px);
  }

  90% {
    transform: translateY(-3px);
  }
}

@keyframes pop-rotate {
  0% {
    transform: scale(0.9) rotate(0deg);
    opacity: 0.7;
  }

  50% {
    transform: scale(1.15) rotate(10deg);
    opacity: 1;
  }

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

@keyframes morph {
  0% {
    transform: scale(1) skew(0deg, 0deg);
  }

  50% {
    transform: scale(1.1) skew(3deg, 3deg);
  }

  100% {
    transform: scale(1) skew(0deg, 0deg);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

  100% {
    left: -100%;
  }
}

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

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

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

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

@keyframes float {

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

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

/* Hero Content Animation */
@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
    filter: blur(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes brandSlideUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

  20% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter_18pt-Light.ttf) format("truetype"), url(../fonts/Inter_18pt-Medium.ttf) format("truetype"), url(../fonts/Inter_18pt-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url(../fonts/PlusJakartaSans-Bold.ttf) format("truetype"), url(../fonts/PlusJakartaSans-ExtraBold.ttf) format("truetype"), url(../fonts/PlusJakartaSans-Medium.html) format("truetype"), url(../fonts/PlusJakartaSans-Regular.html) format("truetype"), url(../fonts/PlusJakartaSans-SemiBold.html) format("truetype");
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*---------------------------------
    typography Area Style 
---------------------------------*/
body {
  font-family: var(--zo-ff-body);
  font-size: var(--zo-fz-p1);
  font-weight: var(--zo-fw-regular);
  color: var(--zo-text-body);
  line-height: var(--zo-lh-p1);
  background: var(--zo-common-background);
  overflow-x: hidden;
}

p {
  font-family: var(--zo-ff-body);
  font-size: var(--zo-fz-p1);
  font-weight: var(--zo-fw-regular);
  line-height: var(--zo-lh-p1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--zo-ff-heading);
  color: var(--zo-heading-primary);
  margin: 0;
}

h1,
h2,
h3,
h6 {
  font-weight: var(--zo-fw-heading);
}

h4,
h5 {
  font-weight: var(--zo-fw-sbold);
}

a {
  text-decoration: none;
  color: var(--zo-heading-primary);
}

h1 {
  font-size: var(--zo-fz-h1);
  line-height: var(--zo-lh-h1);
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  h1 {
    font-size: var(--zo-fz-tab-h1);
    line-height: var(--zo-lh-tab-h1);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  h1 {
    font-size: var(--zo-fz-mob-h1);
    line-height: var(--zo-lh-mob-h1);
  }
}

h2 {
  font-size: var(--zo-fz-h2);
  line-height: var(--zo-lh-h2);
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  h2 {
    font-size: var(--zo-fz-tab-h2);
    line-height: var(--zo-lh-tab-h2);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  h2 {
    font-size: var(--zo-fz-mob-h2);
    line-height: var(--zo-lh-mob-h2);
  }
}

h3 {
  font-size: var(--zo-fz-h3);
  line-height: var(--zo-lh-h3);
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  h3 {
    font-size: var(--zo-fz-tab-h3);
    line-height: var(--zo-lh-tab-h3);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  h3 {
    font-size: var(--zo-fz-mob-h3);
    line-height: var(--zo-lh-mob-h3);
  }
}

h4 {
  font-size: var(--zo-fz-h4);
  line-height: var(--zo-lh-h4);
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  h4 {
    font-size: var(--zo-fz-tab-h4);
    line-height: var(--zo-lh-tab-h4);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  h4 {
    font-size: var(--zo-fz-mob-h4);
    line-height: var(--zo-lh-mob-h4);
  }
}

h5 {
  font-size: var(--zo-fz-h5);
  line-height: var(--zo-lh-h5);
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  h5 {
    font-size: var(--zo-fz-tab-h5);
    line-height: var(--zo-lh-tab-h5);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  h5 {
    font-size: var(--zo-fz-mob-h5);
    line-height: var(--zo-lh-mob-h5);
  }
}

h6 {
  font-size: var(--zo-fz-h6);
  line-height: var(--zo-lh-h6);
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  h6 {
    font-size: var(--zo-fz-tab-h6);
    line-height: var(--zo-lh-tab-h6);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  h6 {
    font-size: var(--zo-fz-mob-h6);
    line-height: var(--zo-lh-mob-h6);
  }
}

p {
  margin: 0;
  padding: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

@media (min-width: 1600px) {
  .common-container {
    max-width: 1440px;
    width: 100%;
  }
}

@media (min-width: 1600px) {
  .header-container {
    max-width: 1680px;
    width: 100%;
  }
}

@media (min-width: 1720px) {
  .header-container-v2 {
    max-width: 1720px;
    width: 100%;
  }
}

@media (min-width: 1600px) {
  .header-container-v2 {
    max-width: 1680px;
    width: 100%;
  }
}

@media (min-width: 1600px) {
  .large-container {
    max-width: 1485px;
    width: 100%;
  }
}

.faq-container {
  max-width: 952px;
  width: 100%;
}

.title-xxl {
  font-size: var(--zo-fz-h1);
  line-height: var(--zo-lh-h1);
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .title-xxl {
    font-size: var(--zo-fz-tab-h1);
    line-height: var(--zo-lh-tab-h1);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .title-xxl {
    font-size: var(--zo-fz-mob-h1);
    line-height: var(--zo-lh-mob-h1);
  }
}

.title-lg {
  font-size: var(--zo-fz-h2);
  line-height: var(--zo-lh-h2);
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .title-lg {
    font-size: var(--zo-fz-tab-h2);
    line-height: var(--zo-lh-tab-h2);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .title-lg {
    font-size: var(--zo-fz-mob-h2);
    line-height: var(--zo-lh-mob-h2);
  }
}

.title-md {
  font-size: var(--zo-fz-h3);
  line-height: var(--zo-lh-h3);
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .title-md {
    font-size: var(--zo-fz-tab-h3);
    line-height: var(--zo-lh-tab-h3);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .title-md {
    font-size: var(--zo-fz-mob-h3);
    line-height: var(--zo-lh-mob-h3);
  }
}

.title-sm {
  font-size: var(--zo-fz-h4);
  line-height: var(--zo-lh-h4);
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .title-sm {
    font-size: var(--zo-fz-tab-h4);
    line-height: var(--zo-lh-tab-h4);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .title-sm {
    font-size: var(--zo-fz-mob-h4);
    line-height: var(--zo-lh-mob-h4);
  }
}

.title-xs {
  font-size: var(--zo-fz-h5);
  line-height: var(--zo-lh-h5);
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .title-xs {
    font-size: var(--zo-fz-tab-h5);
    line-height: var(--zo-lh-tab-h5);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .title-xs {
    font-size: var(--zo-fz-mob-h5);
    line-height: var(--zo-lh-mob-h5);
  }
}

.title-xss {
  font-size: var(--zo-fz-h6);
  line-height: var(--zo-lh-h6);
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .title-xss {
    font-size: var(--zo-fz-tab-h6);
    line-height: var(--zo-lh-tab-h6);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .title-xss {
    font-size: var(--zo-fz-mob-h6);
    line-height: var(--zo-lh-mob-h6);
  }
}

/* ___________________________ 

Header css start Here 
___________________________ */

.header-main-area-v3 {
  position: absolute;
  width: 100%;
  padding: 34px 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.03);
  transition: all 0.3s ease-out 0s;
  z-index: 999;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .header-main-area-v3 {
    padding: 15px 0;
  }
}

.header-main-area-v3.sticky {
  background: rgba(0, 0, 0, 0.6);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3);
}

.header-main-area-v3 .logo-wrapper a img {
  max-width: 187px;
  width: 100%;
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .header-main-area-v3 .logo-wrapper a img {
    max-width: 130px;
  }
}

.header-main-area-v3 .main-menu nav ul {
  gap: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .header-main-area-v3 .main-menu nav ul {
    gap: 12px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-main-area-v3 .main-menu nav ul {
    gap: 20px;
  }
}

.slider-container {
  width: 90%;
  margin: 0 auto;
}

.header-common {
  position: relative;
}

/* Header css end Here */
/*----------------------------------------*/
/*  02. Header Area Style
/*----------------------------------------*/
.header-container {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.header-main-area {
  position: absolute;
  width: 100%;
  padding: 24px 0;
  z-index: 99;
}

.header-main-area .logo-wrapper img {
  max-width: 150px;
  width: 100%;
  height: auto;
}

.header-main-area .main-menu {
  position: relative;
}

.header-main-area .main-menu::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: 8px;
  height: 8px;
  background-color: var(--zo-theme-primary);
  animation: spin 5s infinite forwards cubic-bezier(1, 1, 1, 1);
}

.header-main-area .main-menu::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: -4px;
  width: 8px;
  height: 8px;
  background-color: var(--zo-theme-primary);
  animation: spin 5s infinite forwards cubic-bezier(1, 1, 1, 1);
}

.header-main-area .main-menu .main-menu-shape::after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  width: 8px;
  height: 8px;
  background-color: var(--zo-theme-primary);
  animation: spin 5s infinite forwards cubic-bezier(1, 1, 1, 1);
}

.header-main-area .main-menu .main-menu-shape::before {
  content: "";
  position: absolute;
  bottom: -4px;
  right: -4px;
  width: 8px;
  height: 8px;
  background-color: var(--zo-theme-primary);
  animation: spin 5s infinite forwards cubic-bezier(1, 1, 1, 1);
}

.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 20, 32, 0.65);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  z-index: 999;
  padding: 8px 0;
  animation: headerReveal 0.3s ease forwards;
}


@keyframes headerReveal {
  from {
    transform: translateY(-20px) scale(0.98);
    opacity: 0;
  }

  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}


.header-main-area-v2 .header-logo {
  position: relative;
  padding-left: 22px;
}

.header-main-area-v2 .header-logo::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 1160px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background: var(--zo-common-gradient);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .header-main-area-v2 .header-logo::after {
    height: 950px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .header-main-area-v2 .header-logo::after {
    height: 130px;
  }
}

@media (max-width: 576px),
only screen and (min-width: 576px) and (max-width: 767.98px) {
  .header-main-area-v2 .header-logo::after {
    height: 90px;
  }
}

.header-main-area-v2 .header-logo img {
  position: relative;
  max-width: 156px;
  width: 100%;
  height: auto;
  z-index: 1;
}

.header-main-area-v2 .main-menu {
  display: flex;
  align-items: center;
}

.header-main-area-v2.sticky-header .header-logo::after {
  height: 100%;
}

.header-main .nav-menu-right-area {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}

.header-main .nav-menu-right-area .header-offcanvas-menu {
  display: inline;
}

.header-main .nav-menu-right-area .header-offcanvas-menu a {
  transition: all 0.3s ease-out 0s;
}

.header-main .nav-menu-right-area .header-offcanvas-menu a i {
  font-size: 24px;
}

.header-main .nav-menu-right-area .header-offcanvas-menu a:hover {
  color: var(--zo-theme-primary);
}

@media (min-width: 992px) {
  .header-main .nav-menu-right-area .header-offcanvas-menu {
    display: none;
  }
}

.header-main .nav-menu-right-area .button-wrapper {
  text-align: right;
  display: inline-block;
}

@media (max-width: 480px) {
  .header-main .nav-menu-right-area .button-wrapper {
    display: none;
  }
}

.primary-btn {
  position: relative;
  display: inline-block;
  background: linear-gradient(90deg, #55d5ff 0%, #00aaff 100%);
  background-position: 0% 0;
  color: var(--zo-common-black);
  text-align: center;
  padding: 12px 24px;
  border-radius: 4px;
  font-family: var(--zo-ff-button);
  font-size: var(--zo-fz-button);
  line-height: var(--zo-lh-btn);
  font-weight: var(--zo-fw-bold);
  moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  cursor: pointer;
}

.primary-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: 0.7s;
}

.primary-btn:hover {
  background-position: 100% 0;
  moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 12px 30px rgb(0, 44, 67);
}

.primary-btn:hover::after {
  left: 100%;
}

.secondary-btn-black {
  position: relative;
  display: inline-block;
  color: var(--zo-common-black);
  text-align: center;
  border: 1px solid var(--zo-common-black);
  padding: 12px 24px;
  border-radius: 4px;
  font-family: var(--zo-ff-button);
  font-size: var(--zo-fz-button);
  line-height: var(--zo-lh-btn);
  font-weight: var(--zo-fw-bold);
  moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  cursor: pointer;
}

.secondary-btn-black:hover {
  background: var(--zo-common-black);
  color: var(--zo-common-white);
}

.explore-btn {
  background-image: var(--zo-common-gradient);
  color: var(--zo-theme-primary);
  display: inline-block;
  position: relative;
  z-index: 2;
  border-radius: 4px;
  padding: 1px;
  overflow: hidden;
}

.explore-btn:hover {
  color: var(--zo-common-black);
}

.explore-btn span {
  position: relative;
  align-items: center;
  display: flex;
  justify-content: center;
  transition: background 0.5s ease;
  font-family: var(--zo-ff-button);
  font-size: var(--zo-fz-button);
  line-height: var(--zo-lh-btn);
  font-weight: var(--zo-fw-bold);
  padding: 12px 24px;
  border-radius: 4px;
  background: var(--zo-common-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.explore-btn span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: var(--zo-common-black);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: -1;
}

.explore-btn:hover span {
  background: unset;
  -webkit-text-fill-color: var(--zo-common-black);
}

.explore-btn:hover span::after {
  background: transparent;
}

.generate-btn {
  padding: 16px 38px;
  border: none;
  cursor: url('data:image/svg+xml;utf8,<svg width="45" height="45" viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_82_567)"><path d="M0 2.22995C0.0746475 0.622806 1.59248 -0.411247 3.14764 0.149384C4.9765 0.809683 6.80536 1.50736 8.63423 2.19257C20.0926 6.45337 31.551 10.7142 42.997 14.975C43.196 15.0497 43.4075 15.1245 43.6066 15.2117C44.5148 15.6103 45.0249 16.3952 45 17.3794C44.9751 18.3014 44.4028 19.0987 43.4822 19.4102C42.3998 19.7715 41.2925 20.1079 40.1977 20.4442C35.4078 21.9393 30.6179 23.4343 25.828 24.9293C25.3553 25.0788 25.094 25.3778 24.9447 25.8512C23.1532 31.6319 21.3492 37.4002 19.5452 43.1809C19.1346 44.514 18.1269 45.1992 16.8952 44.9625C16.0119 44.7881 15.4645 44.2275 15.1534 43.3803C14.0462 40.3778 12.9265 37.3878 11.8192 34.3977C7.98728 24.0572 4.14294 13.7291 0.323472 3.38859C0.186619 3.01483 0.111971 2.61616 0 2.22995Z" fill="%23FEE551"/></g><defs><clipPath id="clip0_82_567"><rect width="45" height="45" fill=""/></clipPath></defs></svg>') 22 22, pointer;
}

.generate-btn svg {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.generate-btn span {
  font-size: 20px;
  line-height: 28px;
}

.generate-btn:hover svg {
  animation: ripple 3s infinite normal;
}

.read-more-btn {
  display: inline-block;
  font-family: var(--zo-ff-button);
  font-size: var(--zo-fz-button);
  font-weight: var(--zo-fw-bold);
  line-height: var(--zo-lh-btn);
  background: var(--zo-common-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease, max-height 0.4s ease;
}

.read-more-btn::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 108px;
  height: 1px;
  background: var(--zo-common-gradient);
  margin-top: 3px;
}

.read-more-btn i {
  margin-left: 8px;
  font-size: 22px;
}

/*----------------------------------------*/
/*  30. Footer Area Style
/*----------------------------------------*/
.footer-area {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.footer-area .bg-overly {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3019607843) 0%, var(--zo-common-black) 100%);
  z-index: 1;
}

.footer-area .cta-area {
  position: relative;
  margin: 0 auto 80px;
  padding: 60px 105px;
  border-radius: 8px;
  text-align: center;
  max-width: 695px;
  background: var(--zo-common-gradient);
  z-index: 3;
}

.container.footer {
    max-width: 1800px;
    margin: 0 auto;
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .footer-area .cta-area {
    margin: 0 auto 40px;
  }
}

@media (max-width: 576px) {
  .footer-area .cta-area {
    padding: 48px 60px;
  }
}

@media (max-width: 450px) {
  .footer-area .cta-area {
    padding: 24px 48px;
  }
}


.footer-area .cta-area::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  border-radius: 8px;
  width: calc(100% - 2px);
  background: var(--zo-common-background);
  height: calc(100% - 2px);
  z-index: 2;
}

.footer-area .cta-area .cta-icon {
  display: inline-block;
  position: relative;
  z-index: 3;
}

.footer-area .cta-area h3 {
  margin-bottom: 20px;
  font-size: 30px;
  position: relative;
  z-index: 3;
}

.footer-area .cta-area a {
  z-index: 3;
}

.footer-area .footer-links {
  position: relative;
  z-index: 3;
}

.footer-area .contact-info {
  margin-right: 92px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .footer-area .contact-info {
    margin-right: 24px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .footer-area .contact-info {
    margin-right: 0;
    text-align: center;
  }
}

.footer-area .contact-info .phone-number {
  margin-bottom: 24px;
}

@media (max-width: 576px) {
  .footer-area .contact-info .phone-number {
    margin-bottom: 16px;
  }
}

.footer-area .contact-info h3 {
  margin-bottom: 24px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .footer-area .contact-info h3 {
    font-size: var(--zo-fz-tab-h3);
  }
}

@media (max-width: 576px) {
  .footer-area .contact-info h3 {
    margin-bottom: 16px;
  }
}

.footer-area .contact-info address {
  font-size: var(--zo-fz-h6);
  line-height: var(--zo-lh-h6);
  font-weight: var(--zo-fw-bold);
  margin: 0;
}

.footer-area .company-info {
  text-align: center;
}

.footer-area .company-info .logo img {
  margin-bottom: 32px;
}

.footer-area .company-info p {
  margin-bottom: 24px;
}

.footer-area .social-icons {
  border-top: 1px solid transparent;
  -o-border-image: var(--zo-common-border) 1;
  border-image: var(--zo-common-border) 1;
  padding-top: 24px;
}

.footer-area .social-icons a {
  display: inline-block;
  margin-right: 24px;
}

.footer-area .social-icons a:last-child {
  margin-right: 0;
}

.footer-area .social-icons .icon {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 2;
}

.footer-area .social-icons .icon:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: 1px;
  background: var(--zo-common-border);
  -webkit-mask: linear-gradient(var(--zo-common-white) 0 0) content-box, linear-gradient(var(--zo-common-white) 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.footer-area .newsletter {
  margin-left: 92px;
  position: relative;
  z-index: 3;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .footer-area .newsletter {
    margin-left: 0;
    text-align: center;
  }
}

.footer-area .newsletter h3 {
  margin-bottom: 24px;
}

@media (max-width: 576px) {
  .footer-area .newsletter h3 {
    margin-bottom: 16px;
  }
}

.footer-area .newsletter input[type=text] {
  width: 100%;
  padding: 12px 24px;
  border: none;
  border-radius: 4px;
  margin-bottom: 16px;
  outline: none;
}

@media (max-width: 576px) {
  .footer-area .newsletter input[type=text] {
    margin-bottom: 12px;
  }
}

.footer-area .newsletter button {
  border: none;
}

.footer-area .copyright {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 11px 0;
  color: #6bd8ff;
  text-align: center;
}

.footer-area-3 {
  position: relative;
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.footer-area-3::before {
  background-color: #001420;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  --webkit-backdrop-filter: blur(4px);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.footer-area-3 .footer-prop {
  position: absolute;
  left: 0;
  bottom: 90px;
  width: auto;
  z-index: 4;
}

.footer-area-3 .footer-prop img {
  height: 100%;
  width: auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-area-3 .footer-prop img {
    max-height: 250px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px),
only screen and (min-width: 768px) and (max-width: 991.98px) {
  .footer-area-3 .footer-prop img {
    max-height: 170px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .footer-area-3 .footer-prop img {
    max-height: 150px;
  }
}

@media (max-width: 576px) {
  .footer-area-3 .footer-prop {
    display: none;
  }
}

.footer-area-3 .footer-logo {
  position: relative;
  z-index: 3;
}

.footer-area-3 .footer-column {
  position: relative;
  z-index: 3;
}

.footer-area-3 .footer-column .contact-label {
  display: inline-block;
  font-family: var(--zo-ff-heading);
  font-weight: var(--zo-fw-bold);
  color: var(--zo-common-white);
  text-decoration: underline;
}

.footer-area-3 .footer-column .contact-value a,
.footer-area-3 .footer-column .contact-value address {
  color: var(--zo-common-white);
  font-size: var(--zo-fz-h6);
  font-weight: var(--zo-fw-bold);
  transition: all 0.5s ease;
  font-family: var(--zo-ff-heading);
}

.footer-area-3 .footer-column .contact-value a:hover {
  background: var(--zo-common-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-area-3 .footer-column .contact-value address {
  max-width: 340px;
  margin: 0 auto;
}

.footer-area-3 .footer-nav {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px;
  position: relative;
  z-index: 3;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (min-width: 576px) and (max-width: 767.98px) {
  .footer-area-3 .footer-nav {
    gap: 24px;
  }
}

@media (max-width: 576px) {
  .footer-area-3 .footer-nav {
    align-items: center;
    gap: 12px;
  }
}

.footer-area-3 .footer-nav li a {
  color: var(--zo-common-white);
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
  font-family: var(--zo-ff-heading);
  font-weight: var(--zo-fw-bold);
}

.footer-area-3 .footer-nav li a::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--zo-common-gradient);
  transition: width 0.3s ease;
}

.footer-area-3 .footer-nav li a:hover {
  background: var(--zo-common-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-area-3 .footer-nav li a:hover::before {
  width: 100%;
}

.footer-area-3 .copyright-area {
  position: relative;
  z-index: 3;
  border-top: 1px solid #33434D;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

@media (max-width: 410px) {
  .footer-area-3 .copyright-area {
    justify-content: center;
  }
}

.footer-area-3 .copyright-area .copyright-text {
  color: var(--zo-common-white);
}

.footer-area-3 .copyright-area .social-links {
  display: flex;
  gap: 16px;
}

.footer-area-3 .copyright-area .social-links .social-link {
  color: var(--zo-common-white);
  transition: all 0.3s ease;
}

.footer-area-3 .copyright-area .social-links .social-link:hover {
  background: var(--zo-common-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
  transform: scale(1.1);
}

/* Footer css end Here */
.footer-area-2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.footer-area-2 .section-prop {
  max-height: 235px;
  position: absolute;
  right: 0;
  top: 34px;
  width: auto;
  z-index: 1;
}

.footer-area-2 .section-prop img {
  height: 100%;
  width: auto;
}

@media (max-width: 576px) {
  .footer-area-2 .section-prop {
    max-height: 200px;
  }

  .footer-area-2 .section-prop img {
    max-height: 200px;
  }
}

@media (max-width: 450px) {
  .footer-area-2 .section-prop {
    max-height: 180px;
  }

  .footer-area-2 .section-prop img {
    max-height: 180px;
  }
}

.footer-area-2 .footer-wrapper .footer-links {
  position: relative;
  z-index: 4;
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .footer-area-2 .footer-wrapper .footer-links {
    text-align: center;
  }
}

.footer-area-2 .footer-wrapper .footer-links h4 {
  margin-bottom: 24px;
}

.footer-area-2 .footer-wrapper .footer-links .quick-links {
  text-align: left;
  display: inline-block;
}

.footer-area-2 .footer-wrapper .footer-links .links {
  max-width: 325px;
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .footer-area-2 .footer-wrapper .footer-links .links {
    margin: 0 auto;
  }
}

.footer-area-2 .footer-wrapper .footer-links .links li {
  margin-bottom: 16px;
}

.footer-area-2 .footer-wrapper .footer-links .links li:last-child {
  margin-bottom: 0;
}

.footer-area-2 .footer-wrapper .footer-links .links address {
  display: inline;
}

.footer-area-2 .footer-wrapper .footer-links .links .icon {
  margin-right: 8px;
}

.footer-area-2 .footer-wrapper .footer-links .social-icons {
  -o-border-image: var(--zo-common-border) 1;
  border-image: var(--zo-common-border) 1;
  margin-top: 24px;
}

.footer-area-2 .footer-wrapper .footer-links .social-icons a {
  display: inline-block;
  margin-right: 24px;
}

.footer-area-2 .footer-wrapper .footer-links .social-icons a:last-child {
  margin-right: 0;
}

.footer-area-2 .footer-wrapper .footer-links .social-icons .icon {
  align-items: center;
  border-radius: 50%;
  display: inline-flex;
  height: 40px;
  position: relative;
  justify-content: center;
  width: 40px;
  z-index: 2;
}

.footer-area-2 .footer-wrapper .footer-links .social-icons .icon:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: 1px;
  background: var(--zo-common-border);
  -webkit-mask: linear-gradient(var(--zo-common-white) 0 0) content-box, linear-gradient(var(--zo-common-white) 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.footer-area-2 .footer-wrapper .newsletter {
  position: relative;
  padding: 0 28px;
  z-index: 4;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .footer-area-2 .footer-wrapper .newsletter {
    margin-left: 0;
    text-align: center;
  }
}

.footer-area-2 .footer-wrapper .newsletter h4 {
  margin-bottom: 12px;
}

.footer-area-2 .footer-wrapper .newsletter p {
  margin-bottom: 24px;
}

.footer-area-2 .footer-wrapper .newsletter input[type=text] {
  border: none;
  border-radius: 4px;
  margin-bottom: 16px;
  outline: none;
  padding: 12px 24px;
  width: 100%;
}

@media (max-width: 576px) {
  .footer-area-2 .footer-wrapper .newsletter input[type=text] {
    margin-bottom: 12px;
  }
}

.footer-area-2 .footer-wrapper .newsletter button {
  border: none;
}

.footer-area-2 .center-circle {
  bottom: 46px;
  left: 50%;
  opacity: 0.5;
  position: absolute;
  transform: translate(-50%);
  z-index: 2;
}

.footer-area-2 .center-circle::before {
  content: "";
  background: var(--zo-common-gradient);
  border-radius: 50%;
  bottom: -386px;
  filter: blur(257px);
  height: 200%;
  left: 50%;
  opacity: 0.3;
  position: absolute;
  transform: translate(-50%);
  width: 96%;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .footer-area-2 .center-circle svg {
    max-width: 650px;
    max-height: 320px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .footer-area-2 .center-circle svg {
    max-width: 450px;
    max-height: 220px;
  }
}

.footer-area-2 .section-prop2 {
  bottom: 98px;
  color: var(--zo-common-white);
  font-size: 200px;
  font-weight: var(--zo-fw-black);
  left: 50%;
  letter-spacing: -0.03em;
  margin: 0 auto;
  opacity: 0.1;
  position: absolute;
  transform: translateX(-50%) scaleY(0.8);
  white-space: nowrap;
  z-index: 1;
}

@media (max-width: 1880px) {
  .footer-area-2 .section-prop2 {
    bottom: 90px;
    font-size: 180px;
  }
}

@media only screen and (min-width: 1601px) and (max-width: 1700px),
only screen and (min-width: 1400px) and (max-width: 1600px) {
  .footer-area-2 .section-prop2 {
    bottom: 82px;
    font-size: 140px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-area-2 .section-prop2 {
    bottom: 76px;
    font-size: 120px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .footer-area-2 .section-prop2 {
    bottom: 70px;
    font-size: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .footer-area-2 .section-prop2 {
    bottom: 64px;
    font-size: 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .footer-area-2 .section-prop2 {
    bottom: 58px;
    font-size: 60px;
  }
}

@media (max-width: 576px) {
  .footer-area-2 .section-prop2 {
    bottom: 52px;
    font-size: 40px;
  }
}

@media (max-width: 450px) {
  .footer-area-2 .section-prop2 {
    bottom: 52px;
    font-size: 30px;
  }
}

@media (max-width: 310px) {
  .footer-area-2 .section-prop2 {
    bottom: 76px;
  }
}

.footer-area-2 .cta-area {
  align-items: center;
  background: rgba(0, 20, 32, 0.1019607843);
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  max-width: 953px;
  padding: 24px 32px;
  position: relative;
  margin: 0 auto 80px;
  z-index: 4;
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .footer-area-2 .cta-area {
    margin-bottom: 40px;
  }
}

@media (max-width: 450px) {
  .footer-area-2 .cta-area {
    justify-content: center;
  }
}

.footer-area-2 .cta-area .right-wrapper {
  display: flex;
  align-items: center;
}

.footer-area-2 .copyright {
  background: var(--zo-common-gradient);
  color: var(--zo-common-black);
  position: relative;
  padding: 11px 0;
  text-align: center;
  width: 100%;
  z-index: 3;
}

.widget-container {
  background: rgba(255, 255, 255, 0.03);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border-radius: 4px;
  padding: 40px;
  margin-bottom: 60px;
}

@media (max-width: 576px) {
  .widget-container {
    padding: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .widget-container {
    margin-bottom: 40px;
  }
}

.widget-container:last-child {
  margin-bottom: 0;
}

.widget-container ul {
  padding: 0;
  margin: 0;
}

.widget-container ul li {
  list-style: none;
}

.widget-container .widget-title {
  border-bottom: 1px solid #33434d;
  padding-bottom: 16px;
}

.widget-container .search-widget .search-form {
  position: relative;
}

.widget-container .search-widget .search-form input {
  height: 52px;
  padding: 12px 24px;
  outline: none;
  border: none;
  background: rgba(255, 255, 255, 0.03);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border-radius: 4px;
  width: 100%;
  color: var(--zo-grey-body);
}

.widget-container .search-widget .search-form ::-moz-placeholder {
  color: var(--zo-grey-body);
  font-size: var(--zo-fz-p1);
  line-height: var(--zo-lh-p1);
}

.widget-container .search-widget .search-form ::placeholder {
  color: var(--zo-grey-body);
  font-size: var(--zo-fz-p1);
  line-height: var(--zo-lh-p1);
}

.widget-container .search-widget .search-form button {
  position: absolute;
  right: 24px;
  top: 11px;
  background: transparent;
  border: none;
  color: var(--zo-common-white);
  font-size: 24px;
}

.widget-container .popular-post-widget ul {
  padding: 0;
  margin: 0;
}

.widget-container .popular-post-widget ul li {
  list-style: none;
  display: flex;
  gap: 12px;
  margin-bottom: 32px;
}

@media (max-width: 450px) {
  .widget-container .popular-post-widget ul li {
    flex-direction: column;
  }
}

.widget-container .popular-post-widget ul li:last-child {
  margin-bottom: 0;
}

.widget-container .popular-post-widget ul li .post-thumbnail {
  max-width: 80px;
  max-height: 80px;
  width: 100%;
  height: 100%;
}

@media (max-width: 450px) {
  .widget-container .popular-post-widget ul li .post-thumbnail {
    max-width: 100%;
    max-height: 100%;
  }
}

.widget-container .popular-post-widget ul li .post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1/1;
}

@media (max-width: 450px) {
  .widget-container .popular-post-widget ul li .post-thumbnail img {
    max-height: 190px;
  }
}

.widget-container .popular-post-widget ul li .post-content .post-date {
  font-size: var(--zo-fz-p2);
  line-height: var(--zo-lh-p2);
  color: var(--zo-grey-body);
}

.widget-container .popular-post-widget ul li .post-content h6:hover {
  background: var(--zo-common-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .widget-container .popular-post-widget ul li .post-content h6 {
    font-size: var(--zo-fz-body-2);
  }
}

.widget-container .tag-cloud-widget ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .widget-container .tag-cloud-widget ul {
    gap: 12px;
  }
}

.widget-container .tag-cloud-widget ul li {
  background: rgba(255, 255, 255, 0.03);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border-radius: 4px;
  padding: 12px 24px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199.98px),
only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px),
(max-width: 450px) {
  .widget-container .tag-cloud-widget ul li {
    padding: 12px;
  }
}

.widget-container .tag-cloud-widget ul li:hover a {
  background: var(--zo-common-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.widget-container .categories-widget li {
  margin-bottom: 32px;
}

.widget-container .categories-widget li:hover .text {
  background: var(--zo-common-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.widget-container .categories-widget li:hover .count {
  background: var(--zo-common-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.widget-container .categories-widget li label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: var(--zo-common-white);
  font-size: var(--zo-fz-h6);
  line-height: var(--zo-lh-h6);
  font-weight: var(--zo-fw-bold);
  font-family: var(--zo-ff-heading);
  transition: 0.3s ease;
}

.widget-container .categories-widget li input {
  display: none;
}

.widget-container .categories-widget li .check-ui {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: transparent;
  flex-shrink: 0;
  position: relative;
  transition: 0.25s ease;
}

.widget-container .categories-widget li .check-ui::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background: transparent;
  border-radius: 2px;
  transition: 0.25s ease;
  width: 12px;
  height: 12px;
}

.widget-container .categories-widget li .text {
  flex: 1;
}

.widget-container .categories-widget li .count {
  font-size: var(--zo-fz-p1);
  line-height: var(--zo-lh-p1);
  font-weight: var(--zo-fw-regular);
  font-family: var(--zo-ff-body);
}

.widget-container .categories-widget li input:checked+.check-ui {
  border-color: #ff3636;
}

.widget-container .categories-widget li input:checked+.check-ui::after {
  background: var(--zo-common-gradient);
}

.widget-container .categories-widget li input:checked~.text,
.widget-container .categories-widget li input:checked~.count {
  color: inherit;
}

.widget-container .categories-widget li:hover .check-ui {
  border-color: #ff3636;
}

body::after {
  content: "";
  position: fixed;
  z-index: 999;
  top: var(--y);
  left: var(--x);
  right: 0;
  bottom: 0;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  background: transparent;
  mix-blend-mode: difference;
  pointer-events: none;
  transition: width 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
  font-size: 2rem;
  transform-origin: center;
  background: transparent;
}

/* Tooltip on hover */
body.button-hovered::after {
  content: "Generate";

  width: 94px;
  height: 38px;

  background: var(--zo-theme-secondary);
  color: #fff;

  display: flex;
  justify-content: center;
  align-items: center;

  font-size: var(--zo-fz-p2);
  line-height: var(--zo-lh-p2);
  font-weight: var(--zo-fw-normal);

  border-radius: 3px;

  /* Cursor follow */
  position: fixed;
  left: var(--x);
  top: var(--y);

  /* Offset below cursor */
  transform: translate(12px, 18px);

  pointer-events: none;
}

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

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

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

  50% {
    transform: scale(1);
    opacity: 0.8;
  }

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

@keyframes shimmer {
  0% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}

@keyframes glowPulse {
  0% {
    box-shadow: 0 0 70px rgba(80, 212, 249, 0.2);
  }

  50% {
    box-shadow: 0 0 110px rgba(80, 212, 249, 0.5);
  }

  100% {
    box-shadow: 0 0 70px rgba(80, 212, 249, 0.2);
  }
}

@keyframes floatDown {
  0% {
    top: 0%;
    transform: translate(-50%, 0%);
  }

  100% {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

@keyframes floatUp {
  0% {
    bottom: 0%;
    transform: translate(-50%, 0%);
  }

  100% {
    bottom: 50%;
    transform: translate(-50%, -50%);
  }
}

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

  50% {
    transform: scale(1);
  }

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

@keyframes coverSlide {
  0% {
    transform: translateX(-100%);
  }

  20% {
    transform: translateX(0);
  }

  80% {
    transform: translateX(0);
  }

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

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

  20% {
    transform: translateX(0);
  }

  80% {
    transform: translateX(0);
  }

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

.section-shape {
  position: absolute;
  left: 0;
  top: 140px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .section-shape {
    top: 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .section-shape {
    top: 60px;
  }
}

.section-plus-shape {
  position: absolute;
  top: 192px;
  right: 170px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .section-plus-shape {
    top: 80px;
    right: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .section-plus-shape {
    top: 60px;
    right: 20px;
  }
}

.section-plus-shape svg {
  animation: blinkingStart 3s ease-in-out infinite;
}

.section-plus-shape-bottom {
  position: absolute;
  bottom: 153px;
  left: 49px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .section-plus-shape-bottom {
    bottom: 80px;
    left: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .section-plus-shape-bottom {
    bottom: 60px;
    left: 20px;
  }
}

.section-plus-shape-bottom svg {
  animation: blinkingStart 3s ease-in-out infinite;
}

.image-hover-zoom {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.image-hover-zoom img {
  transform: scale(1);
  transition: 0.5s ease-in-out;
}

.image-hover-zoom:hover img {
  transform: scale(1.1);
}

.bg-image {
  background-position: bottom right !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

#lightbox {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: none;
  background-color: rgba(0, 0, 0, 0.95);
}

#video-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99;
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}

@media (max-width: 576px) {
  #video-wrapper iframe {
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  #video-wrapper iframe {
    width: 520px;
    height: 320px;
  }
}

#close-btn {
  /* ----- Text ----- */
  color: var(--zo-common-white);
  font-size: var(--zo-fz-h5);
  /* ----- Positioning ----- */
  position: fixed;
  top: 3%;
  right: 3%;
  z-index: 2;
  transform: scale(1, 1);
  transition: transform 0.5s ease, color 0.5s ease;
}

#close-btn:hover {
  /* ----- Text ----- */
  color: var(--zo-common-white);
  /* ----- Styling ----- */
  cursor: pointer;
  /* ----- Transformations ----- */
  transform: scale(1.2, 1.2);
  /* ----- Transitions ----- */
  transition: transform 0.5s ease, color 0.5s ease;
}

.play-btn-wrapper .play-btn {
  align-items: center;
  border: 1px solid var(--zo-common-white);
  border-radius: 50%;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  justify-content: center;
  cursor: pointer;
  z-index: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .play-btn-wrapper .play-btn {
    width: 60px;
    height: 60px;
  }

  .play-btn-wrapper .play-btn svg {
    height: 16px;
  }
}

.bg-image {
  background-position: bottom right !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.header-main-area .main-menu {
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 40px;
  border: 1px dashed var(--zo-common-white);
}

@media (max-width: 991px) {
  .header-main-area .main-menu {
    display: none;
  }
}

.main-menu nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
  row-gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu nav ul {
    gap: 16px;
  }
}

.main-menu nav ul li {
  list-style: none;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease-out 0s;
}

.main-menu nav ul li:hover .submenu {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
}

.main-menu nav ul li:hover .mega-menu {
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
  top: 100px;
  width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu nav ul li.p-lg-inherit {
    position: inherit;
  }
}

.main-menu nav ul li>a {
  display: flex;
  align-items: center;
  font-size: var(--zo-fz-menu);
  font-weight: var(--zo-fw-bold);
  color: var(--zo-heading-primary);
  font-family: var(--zo-ff-menu);
  line-height: var(--zo-lh-menu);
  white-space: nowrap;
  transition: all 0.3s ease-out 0s;
}

.main-menu nav ul li>a span {
  position: relative;
  transition: all 0.4s ease-out 0s;
}

.main-menu nav ul li>a:hover {
  background: var(--zo-common-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-menu nav ul li>a:hover span {
  background: var(--zo-common-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-menu nav ul li>a.active {
  background: var(--zo-common-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-menu nav ul li>a.active span {
  background: var(--zo-common-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-menu nav ul li>a i {
  margin-left: 4px;
  transition: 0.3s;
  font-size: 24px;
  font-weight: 400;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .main-menu nav ul li>a i {
    margin-left: 0;
  }
}

.main-menu nav ul li .submenu {
  display: block;
  position: absolute;
  top: 45px;
  left: 0;
  min-width: 218px;

  /* Glass effect */
  background: #000c13d6;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  /* Styling */
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  padding: 22px 0 12px;
  transform: scaleY(0);
  margin-top: 10px;

  /* Glass depth */
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);

  /* Smooth animation */
  transition: all 0.3s ease;
}

.main-menu nav ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  transform: translateY(-10px);
}

.main-menu nav ul li .submenu li:hover>a {
  color: skyblue;
  padding-left: 43px;
  -webkit-text-fill-color: unset;
}

.main-menu nav ul li .submenu li:hover>a::before {
  width: 12px;
  background: var(--zo-common-black);
}

.main-menu nav ul li .submenu li:hover>.submenu {
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}

.main-menu nav ul li .submenu li a {
  position: relative;
  z-index: 11;
  color: #ffffff;
  padding: 6px 28px;
  width: 100%;
  text-transform: capitalize;
  transition: all 0.3s ease-out 0s;
  line-height: 1.6;
  font-weight: 400;
  font-size: medium;
}

.main-menu nav ul li .submenu li a::before {
  position: absolute;
  content: "";
  left: 25px;
  top: 50%;
  width: 0;
  height: 1px;
  background-color: skyblue;
  transition: all 0.3s ease-out 0s;
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .main-menu nav {
    display: none;
  }
}

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

.offcanvas-menu ul li {
  position: relative !important;
}

.offcanvas-menu ul li:not(:last-child)>a {
  border-bottom: 1px solid rgba(1, 15, 28, 0.1);
}

.offcanvas-menu ul li a {
  padding: 8px 0;
  display: block;
  font-family: var(--zo-ff-menu);
  font-size: var(--zo-fz-p2);
  font-weight: var(--zo-fw-sbold);
  line-height: var(--zo-lh-p2);
  color: var(--zo-common-black);
}

.offcanvas-menu ul li a i {
  display: none;
}

.offcanvas-menu ul li a:hover {
  color: var(--zo-theme-primary);
}

.offcanvas-menu ul li.active>a {
  color: var(--zo-theme-offcanvas);
}

.offcanvas-menu ul li.active>.menu-close {
  color: var(--zo-common-white);
  background: var(--zo-theme-offcanvas);
  border-color: var(--zo-theme-offcanvas);
}

.offcanvas-menu ul li .submenu {
  display: none;
  padding-left: 20px;
}

.offcanvas-menu ul li .mega-menu {
  display: none;
  padding-left: 0;
  margin-top: -1px;
}

.offcanvas-menu ul li .megamenu-list ul li a {
  border-bottom: 1px solid rgba(1, 15, 28, 0.1);
}

.offcanvas-menu .homemenu-title {
  margin-bottom: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .offcanvas-menu ul li a i {
    display: none;
  }
}

.section-heading-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.sub-heading {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 32px;
  border: 1px dashed var(--zo-common-white);
}

.sub-heading::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: 8px;
  height: 8px;
  background-color: var(--zo-theme-primary);
  animation: spin 5s infinite forwards cubic-bezier(1, 1, 1, 1);
}

.sub-heading::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: -4px;
  width: 8px;
  height: 8px;
  background-color: var(--zo-theme-primary);
  animation: spin 5s infinite forwards cubic-bezier(1, 1, 1, 1);
}

.sub-heading span {
  font-family: var(--zo-ff-heading);
  font-size: var(--zo-fz-sub-heading);
  line-height: var(--zo-lh-sub-heading);
  font-weight: var(--zo-fw-sbold);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.sub-heading span::after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  width: 8px;
  height: 8px;
  background-color: var(--zo-theme-primary);
  animation: spin 5s infinite forwards cubic-bezier(1, 1, 1, 1);
}

.sub-heading span::before {
  content: "";
  position: absolute;
  bottom: -4px;
  right: -4px;
  width: 8px;
  height: 8px;
  background-color: var(--zo-theme-primary);
  animation: spin 5s infinite forwards cubic-bezier(1, 1, 1, 1);
}

.breadcrumb-area {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--zo-common-black);
}

.breadcrumb-area::after {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--zo-common-black);
  opacity: 0.9;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.breadcrumb-area .breadcrumb-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  text-align: center;
  padding-top: 112px;
  z-index: 1;
}

.breadcrumb-area .breadcrumb-content .breadcrumb {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px dashed var(--zo-common-white);
  padding: 8px 32px;
}

.breadcrumb-area .breadcrumb-content .breadcrumb::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: -4px;
  width: 8px;
  height: 8px;
  background-color: var(--zo-theme-primary);
  animation: spin 5s infinite forwards cubic-bezier(1, 1, 1, 1);
}

.breadcrumb-area .breadcrumb-content .breadcrumb::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: 8px;
  height: 8px;
  background-color: var(--zo-theme-primary);
  animation: spin 5s infinite forwards cubic-bezier(1, 1, 1, 1);
}

.breadcrumb-area .breadcrumb-content .breadcrumb ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.breadcrumb-area .breadcrumb-content .breadcrumb ul::after {
  content: "";
  position: absolute;
  bottom: -4px;
  right: -4px;
  width: 8px;
  height: 8px;
  background-color: var(--zo-theme-primary);
  animation: spin 5s infinite forwards cubic-bezier(1, 1, 1, 1);
}

.breadcrumb-area .breadcrumb-content .breadcrumb ul::before {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  width: 8px;
  height: 8px;
  background-color: var(--zo-theme-primary);
  animation: spin 5s infinite forwards cubic-bezier(1, 1, 1, 1);
}

.breadcrumb-area .breadcrumb-content .breadcrumb li {
  list-style: none;
  font-family: var(--zo-ff-heading);
  font-size: var(--zo-fz-menu);
  line-height: var(--zo-lh-menu);
  font-weight: var(--zo-fw-bold);
}

/*----------------------------------------*/
/*  03. Hero Banner Area Style
/*----------------------------------------*/

.hero-banner-area {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  cursor: url('data:image/svg+xml;utf8,<svg width="25" height="25" viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_82_567)"><path d="M0 2.22995C0.0746475 0.622806 1.59248 -0.411247 3.14764 0.149384C4.9765 0.809683 6.80536 1.50736 8.63423 2.19257C20.0926 6.45337 31.551 10.7142 42.997 14.975C43.196 15.0497 43.4075 15.1245 43.6066 15.2117C44.5148 15.6103 45.0249 16.3952 45 17.3794C44.9751 18.3014 44.4028 19.0987 43.4822 19.4102C42.3998 19.7715 41.2925 20.1079 40.1977 20.4442C35.4078 21.9393 30.6179 23.4343 25.828 24.9293C25.3553 25.0788 25.094 25.3778 24.9447 25.8512C23.1532 31.6319 21.3492 37.4002 19.5452 43.1809C19.1346 44.514 18.1269 45.1992 16.8952 44.9625C16.0119 44.7881 15.4645 44.2275 15.1534 43.3803C14.0462 40.3778 12.9265 37.3878 11.8192 34.3977C7.98728 24.0572 4.14294 13.7291 0.323472 3.38859C0.186619 3.01483 0.111971 2.61616 0 2.22995Z" fill="%23007BFF"/></g><defs><clipPath id="clip0_82_567"><rect width="45" height="45" fill="white"/></clipPath></defs></svg>') 22 22, pointer;

  position: relative;
  overflow: hidden;
  background: none !important;
  min-height: 150vh;
}

.hero-banner-area .hero-bg-video {
  pointer-events: none;
}

/* Video Background */
.hero-banner-area .hero-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
  z-index: 0;
}

/* Overlay */
.hero-banner-area .hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 1;
}

/* Keep content above video */
.hero-banner-area .hero-shape,
.hero-banner-area .hero-banner-container,
.hero-banner-area .banner-img-area {
  position: relative;
  z-index: 2;
}

.hero-banner-area .hero-shape {
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22779%22%20height%3D%22694%22%20viewBox%3D%220%200%20779%20694%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20opacity%3D%220.4%22%20filter%3D%22url(%23filter0_f_439_268)%22%3E%3Crect%20x%3D%22464%22%20y%3D%22-184%22%20width%3D%22414%22%20height%3D%22414%22%20rx%3D%22207%22%20fill%3D%22%2387CEEB%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3Cfilter%20id%3D%22filter0_f_439_268%22%20x%3D%220%22%20y%3D%22-648%22%20width%3D%221342%22%20height%3D%221342%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22shape%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%22232%22%20result%3D%22effect1_foregroundBlur_439_268%22%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  width: 415px;
  height: 330px;
  z-index: 3;
}

.hero-banner-area .hero-banner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 120px 12px 0;

  font-family: 'Orbitron', sans-serif;
  letter-spacing: 1.5px;
}

@media (max-width: 768px) {
  .hero-banner-area .hero-banner-container {
    padding: 80px 12px 0;
  }
}

.hero-banner-area .hero-banner-container h1 span {
  background: var(--zo-common-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-banner-area .hero-banner-container .hero-desc-wrapper {
  max-width: 730px;
  width: 100%;
}

.hero-banner-area .hero-banner-container .hero-desc-wrapper p {
  color: var(--zo-text-body-2);
}

.hero-banner-area .hero-banner-container .generated-form-wrapper {
  max-width: 730px;
  width: 100%;
}

.hero-banner-area .hero-banner-container .generated-form-wrapper .generated-form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 100%;
}

@media (max-width: 480px) {
  .hero-banner-area .hero-banner-container .generated-form-wrapper .generated-form {
    flex-direction: column;
    gap: 12px;
  }
}

.hero-banner-area .hero-banner-container .generated-form-wrapper input {
  width: calc(100% - 230px);
  background: white;
  border: none;
  outline: none;
  padding: 16px;
  border-radius: 4px;
  color: var(--zo-grey-input);
  font-size: var(--zo-fz-p1);
  line-height: var(--zo-lh-p1);
  font-weight: var(--zo-fw-regular);
}

@media (max-width: 480px) {
  .hero-banner-area .hero-banner-container .generated-form-wrapper input {
    width: 100%;
  }
}

.hero-banner-area .hero-banner-container .generated-form-wrapper input::placeholder {
  color: var(--zo-grey-input);
  font-size: var(--zo-fz-p1);
  line-height: var(--zo-lh-p1);
  font-weight: var(--zo-fw-regular);
}

.hero-banner-area .hero-banner-container .generated-form-wrapper .generate-btn {
  cursor: url('data:image/svg+xml;utf8,<svg width="25" height="25" viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_82_567)"><path d="M0 2.22995C0.0746475 0.622806 1.59248 -0.411247 3.14764 0.149384C4.9765 0.809683 6.80536 1.50736 8.63423 2.19257C20.0926 6.45337 31.551 10.7142 42.997 14.975C43.196 15.0497 43.4075 15.1245 43.6066 15.2117C44.5148 15.6103 45.0249 16.3952 45 17.3794C44.9751 18.3014 44.4028 19.0987 43.4822 19.4102C42.3998 19.7715 41.2925 20.1079 40.1977 20.4442C35.4078 21.9393 30.6179 23.4343 25.828 24.9293C25.3553 25.0788 25.094 25.3778 24.9447 25.8512C23.1532 31.6319 21.3492 37.4002 19.5452 43.1809C19.1346 44.514 18.1269 45.1992 16.8952 44.9625C16.0119 44.7881 15.4645 44.2275 15.1534 43.3803C14.0462 40.3778 12.9265 37.3878 11.8192 34.3977C7.98728 24.0572 4.14294 13.7291 0.323472 3.38859C0.186619 3.01483 0.111971 2.61616 0 2.22995Z" fill="%23007BFF"/></g><defs><clipPath id="clip0_82_567"><rect width="45" height="45" fill="white"/></clipPath></defs></svg>') 22 22, pointer;
}

.hero-banner-area .banner-img-area img {
  width: 100%;
  height: auto;
}

/*----------------------------------------*/
/*  About Area Style
/*----------------------------------------*/

.about-area{
position:relative;
}

.about-content p{
color:#919191;
line-height:1.7;
margin-bottom:20px;
font-size: 25px;
text-align: justify;
}

/* video */

.about-video{
position:relative;
width:100%;
aspect-ratio:16/9;
border-radius:8px;
overflow:hidden;
pointer-events:none;
}

.about-video iframe{
width:100%;
height:100%;
border:0;
pointer-events:none;
}
/*----------------------------------------*/
/*  Service Card Grid
/*----------------------------------------*/


.service-area{
position:relative;
overflow:hidden;
}

/* grid layout */

.service-grid{
display:grid;
grid-template-columns:repeat(5,1fr);
gap:24px;
margin:0 60px;
}

/* card */

.service-card{
display:flex;
flex-direction:column;
overflow:hidden;
background:#11111100;
transition:.35s;
cursor:pointer;
}

/* square image */

.card-image{
aspect-ratio:1/1;
background-image:var(--img);
background-size:cover;
background-position:center;
transition:.35s;
border-radius:12px;
}

/* hover image */

.service-card:hover .card-image{
background-image:var(--hover);
}

/* text section */

.card-content{
background:#00000000;
padding:10px 20px 20px;
}

/* title */

.card-content h3{
margin:0 0 6px;
font-size:25px;
font-weight:600;
color:#30d9ff;
text-align: center;
}

/* subtext */

.card-content p{
margin:0;
font-size:14px;
color:#7a7a7a;
opacity:0;
transform:translateY(8px);
transition:.3s;
text-align: center;
}

/* show subtext on hover */

.service-card:hover .card-content p{
opacity:1;
transform:translateY(0);
}

/* lift animation */

.service-card:hover{
/* transform:translateY(-6px); */
}


/* responsive */

@media(max-width:1200px){
.service-grid{
grid-template-columns:repeat(3,1fr);
}
}

@media(max-width:768px){
.service-grid{
grid-template-columns:repeat(2,1fr);
}
}

@media(max-width:480px){
.service-grid{
grid-template-columns:1fr;
}
}

/*----------------------------------------*/
/*  05. Gallery Marquee Area Style
/*----------------------------------------*/
.gallery-area {
  position: relative;
  overflow: hidden;
}

.gallery-area .gallery-marquee-wrapper {
  position: relative;
  width: 100%;
}

.gallery-area .gallery-marquee-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 80px;
  background: var(--zo-common-black);
  z-index: 1;
  left: 0;
  bottom: -20px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.gallery-area .gallery-marquee-wrapper:hover::after {
  z-index: -1;
  opacity: 0;
}

.gallery-area .gallery-marquee-wrapper .gallery-marquee-inner {
  position: relative;
  display: flex;
  align-items: baseline;
  width: 100%;
  z-index: 1;
}

.gallery-area .gallery-marquee-wrapper .gallery-marquee-inner .ratio {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.8);
  transform: rotate(3deg);
  transition: all 0.5s ease-in-out;
  border-radius: 8px;
  z-index: 200;
}

.gallery-area .gallery-marquee-wrapper .gallery-marquee-inner .ratio::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30.93%, #000000 100%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
  z-index: 9;
  bottom: 0;
  left: 0;
}

.gallery-area .gallery-marquee-wrapper .gallery-marquee-inner .ratio img {
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.5s;
  border-radius: 8px;
  border: 8px solid rgba(255, 255, 255, 0.8);
}

.gallery-area .gallery-marquee-wrapper .gallery-marquee-inner .ratio:hover {
  transform: rotate(0deg);
  isolation: isolate;
}

.gallery-area .gallery-marquee-wrapper .gallery-marquee-inner .ratio:hover::after {
  opacity: 1;
}

.gallery-area .gallery-marquee-wrapper .gallery-marquee-inner .button-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 40px;
  margin-top: 190px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: 99;
}

.gallery-area .gallery-marquee-wrapper .gallery-marquee-inner .button-area button {
  border: 0;
  background: transparent;
}

.gallery-area .gallery-marquee-wrapper .gallery-marquee-inner .button-area button:focus {
  border: 0;
  outline: 0;
}

.gallery-area .gallery-marquee-wrapper .gallery-marquee-inner .button-area button i {
  color: var(--zo-common-white);
  font-size: 24px;
  line-height: 1;
}

.gallery-area .gallery-marquee-wrapper .gallery-marquee-inner .ratio:hover .button-area {
  opacity: 1;
}

.gallery-area .gallery-marquee-wrapper .gallery-marquee-inner .ratio:hover .button-area {
  opacity: 1;
}

.gallery-area .marquee-row {
  position: relative;
  width: 100%;
  /* overflow-x: hidden; */
  background: var(--zo-common-black);
  z-index: 0;
}

.gallery-area .marquee-row .marquee-block {
  position: relative;
  display: flex;
  width: 100%;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  justify-content: space-between;
}

.gallery-area .marquee-row .marquee-item-list {
  display: inline-flex;
}

.gallery-area .marquee-row .marquee-item-list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
  width: 100%;
  list-style: none;
  padding-right: 40px;
  white-space: nowrap;
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .gallery-area .marquee-row .marquee-item-list li {
    gap: 24px;
    padding-right: 24px;
  }
}

.gallery-area .marquee-row .marquee-item-list li svg {
  width: 75px;
  height: 75px;
  animation: ripple 2s infinite normal;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px),
only screen and (min-width: 768px) and (max-width: 991.98px) {
  .gallery-area .marquee-row .marquee-item-list li svg {
    width: 60px;
    height: 60px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .gallery-area .marquee-row .marquee-item-list li svg {
    width: 40px;
    height: 40px;
  }
}

.gallery-area .marquee-row .marquee-item-list li span {
  font-size: 100px;
  line-height: 120px;
  font-family: var(--zo-ff-heading);
  font-weight: var(--zo-fw-bold);
  text-transform: uppercase;
  letter-spacing: -0.02em;
  background: var(--zo-common-gradient);
  -webkit-text-fill-color: var(--zo-common-black);
  background: var(--zo-common-gradient);
  -webkit-background-clip: text;
  -webkit-text-stroke: 2px transparent;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .gallery-area .marquee-row .marquee-item-list li span {
    font-size: 80px;
    line-height: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .gallery-area .marquee-row .marquee-item-list li span {
    font-size: 60px;
    line-height: 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .gallery-area .marquee-row .marquee-item-list li span {
    font-size: 50px;
    line-height: 60px;
  }
}

.gallery-area .marquee-row .marquee1 {
  animation-name: marquee1;
}

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

  100% {
    left: -100%;
  }
}

/*----------------------------------------*/
/*  06. Generation Feature Area Style
/*----------------------------------------*/
.generation-feature-area {
  overflow: hidden;
}

.generation-feature-area .feature-inner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  transform: scale(0.8);
  transform-origin: top center;
  margin-bottom: -200px;
  margin-top: 20px;
}

.generation-feature-area .feature-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%2235%22%20viewBox%3D%220%200%2015%2035%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20filter%3D%22url(%23filter0_d_522_213)%22%3E%3Cpath%20d%3D%22M7.5%2030L5%205L10%205L7.5%2030Z%22%20fill%3D%22url(%23paint0_linear_522_213)%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3Cfilter%20id%3D%22filter0_d_522_213%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2215%22%20height%3D%2235%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%3CfeColorMatrix%20in%3D%22SourceAlpha%22%20type%3D%22matrix%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200%22%20result%3D%22hardAlpha%22%2F%3E%3CfeOffset%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%222.5%22%2F%3E%3CfeComposite%20in2%3D%22hardAlpha%22%20operator%3D%22out%22%2F%3E%3CfeColorMatrix%20type%3D%22matrix%22%20values%3D%220%200%200%200%200.749%200%200%200%200%201%200%200%200%200%200%200%200%200%201%200%22%2F%3E%3CfeBlend%20mode%3D%22normal%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22effect1_dropShadow_522_213%22%2F%3E%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22effect1_dropShadow_522_213%22%20result%3D%22shape%22%2F%3E%3C%2Ffilter%3E%3ClinearGradient%20id%3D%22paint0_linear_522_213%22%20x1%3D%227.5%22%20y1%3D%2230%22%20x2%3D%227.5%22%20y2%3D%225%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23bfff00%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23bfff00%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
  animation: floatDown 5s ease-in-out infinite;
}

@media (max-width: 992px) {
  .generation-feature-area .feature-inner::after {
    display: none;
  }
}

.generation-feature-area .feature-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: 22%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%2235%22%20viewBox%3D%220%200%2015%2035%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20filter%3D%22url(%23filter0_d_522_213)%22%3E%3Cpath%20d%3D%22M7.5%2030L5%205L10%205L7.5%2030Z%22%20fill%3D%22url(%23paint0_linear_522_213)%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3Cfilter%20id%3D%22filter0_d_522_213%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2215%22%20height%3D%2235%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%3CfeColorMatrix%20in%3D%22SourceAlpha%22%20type%3D%22matrix%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200%22%20result%3D%22hardAlpha%22%2F%3E%3CfeOffset%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%222.5%22%2F%3E%3CfeComposite%20in2%3D%22hardAlpha%22%20operator%3D%22out%22%2F%3E%3CfeColorMatrix%20type%3D%22matrix%22%20values%3D%220%200%200%200%200.070588%200%200%200%200%200.658824%200%200%200%200%201%200%200%200%201%200%22%2F%3E%3CfeBlend%20mode%3D%22normal%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22effect1_dropShadow_522_213%22%2F%3E%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22effect1_dropShadow_522_213%22%20result%3D%22shape%22%2F%3E%3C%2Ffilter%3E%3ClinearGradient%20id%3D%22paint0_linear_522_213%22%20x1%3D%227.5%22%20y1%3D%2230%22%20x2%3D%227.5%22%20y2%3D%225%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2312A8FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2312A8FF%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
  animation: floatDown 5s ease-in-out infinite;
}


@media (max-width: 992px) {
  .generation-feature-area .feature-inner::before {
    display: none;
  }
}

.generation-feature-area .feature-item-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 32px;
}

.generation-feature-area .feature-item-wrapper .shape-path {
  position: absolute;
  top: auto;
  bottom: 100%;
  left: 50%;
  transform: translateY(28px);
  z-index: -1;
}

@media (max-width: 992px) {
  .generation-feature-area .feature-item-wrapper .shape-path {
    display: none;
  }
}

.generation-feature-area .feature-item-wrapper .shape-path.video-generation-path {
  bottom: auto;
  top: 100%;
  transform: unset;
}

.generation-feature-area .feature-item-wrapper .shape-path.right-top {
  bottom: auto;
  top: 100%;
  left: unset;
  right: 50%;
  transform: translateY(0);
}

.generation-feature-area .feature-item-wrapper .shape-path.right-bottom {
  top: auto;
  bottom: 100%;
  left: unset;
  right: 50%;
}

.generation-feature-area .feature-item-wrapper .mt-200 {
  margin-top: 200px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .generation-feature-area .feature-item-wrapper .mt-200 {
    margin-top: 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .generation-feature-area .feature-item-wrapper {
    flex-direction: column;
    gap: 16px;
  }

  .generation-feature-area .feature-item-wrapper .mt-200 {
    margin-top: 0;
  }
}

.generation-feature-area .logo-area-wrapper {
  position: relative;
  text-align: center;
  padding: 16px 0;
  z-index: 1;
}

.generation-feature-area .logo-area-wrapper .logo-wrapper {
  position: relative;
  background: #001420;
  box-shadow: 0px 0px 100px 0px rgba(80, 249, 249, 0.3);
  text-align: center;
  max-width: 300px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 60px 50px;
  margin: 0 auto;
  border-radius: 8px;
  animation: glowPulse 4s ease-in-out infinite;
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .generation-feature-area .logo-area-wrapper .logo-wrapper {
    max-width: 100%;
  }
}

.generation-feature-area .feature-item {
  position: relative;
  text-align: center;
  max-width: 340px;
  width: 100%;
  min-height: 200px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 38px 33px;
  background: var(--zo-common-gradient);
  border-radius: 8px;
  z-index: 0;
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .generation-feature-area .feature-item {
    max-width: 100%;
  }
}

.generation-feature-area .feature-item.center-item {
  padding: 12px 35px 34px;
}

.generation-feature-area .feature-item.center-item img {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.generation-feature-area .feature-item.center-item::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 700px;

  /* NEW GRADIENT LINE */
  background: #91ff00;
  background: linear-gradient(180deg,
      #bfff00 0%,
      rgb(238, 255, 0) 50%,
      rgba(18, 200, 255, 1) 50%,
      rgba(18, 168, 255, 1) 100%);

  border-radius: 2px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .generation-feature-area .feature-item.center-item::before {
    display: none;
  }
}

.generation-feature-area .feature-item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background: var(--zo-common-black);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
  z-index: -1;
}

.generation-feature-area .feature-item .skeleton-container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-evenly;
    margin-top: 15px;
    align-content: space-around;
    flex-wrap: wrap;
}

.generation-feature-area .feature-item .skeleton-container .skeleton {
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.generation-feature-area .feature-item .skeleton-container .skeleton::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0) 100%);
  animation: shimmer 2s infinite;
}

.generation-feature-area .feature-item .skeleton-container .skeleton.skeleton-text {
  height: 10px;
  max-width: 227px;
  width: 100%;
  margin-bottom: 10px;
}

.generation-feature-area .feature-item .skeleton-container .skeleton.skeleton-text:nth-child(2) {
  max-width: 165px;
}

.generation-feature-area .feature-item .skeleton-container .skeleton.skeleton-text:nth-child(3) {
  max-width: 113px;
}

.generation-feature-area .feature-item .message-skeleton .skeleton-text {
  width: 100%;
  height: 37px !important;
  padding: 12px 16px;
}

.generation-feature-area .feature-item .message-skeleton .skeleton-text:last-child {
  height: 52px !important;
  max-width: 100% !important;
  width: 100% !important;
}

.generation-feature-area .feature-item .message-skeleton .inner-skeleton {
  background: rgba(229, 231, 233, 0.1);
  width: 100%;
  height: 13px;
  border-radius: 19px;
}

.generation-feature-area .feature-item .message-skeleton .inner-skeleton.thinner-skeleton {
  flex-direction: column !important;
  height: 4px;
  margin-bottom: 7px;
}

.generation-feature-area .message-feature-item .skeleton-text:first-child {
  padding: 12px 16px 12px 30px;
}

.generation-feature-area .message-feature-item .skeleton-wrapper {
  display: block;
  width: 100%;
  padding-left: 60px;
}

.generation-feature-area .message-feature-item .skeleton-wrapper .skeleton-text {
  padding: 12px 16px;
}

.generation-feature-area .message-feature-item img {
  position: absolute;
  left: 25px;
  z-index: 1;
}

/*----------------------------------------*/
/*  07. Pricing Table Area Style
/*----------------------------------------*/
.pricing-area {
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}

.pricing-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 216px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2221%22%20height%3D%22217%22%20viewBox%3D%220%200%2021%20217%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20opacity%3D%220.5%22%20d%3D%22M0%20216.5C0%20194.317%2020%20192.65%2020%20173.279C20%20153.908%2020%2065.0709%2020%2043.7208C20%2022.3708%200%2017.58%200%200.499998%22%20stroke%3D%22url(%23paint0_linear_769_218)%22%20stroke-linecap%3D%22round%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_769_218%22%20x1%3D%229.99965%22%20y1%3D%22194.9%22%20x2%3D%225.46717%22%20y2%3D%2218.4555%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23FEE551%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23B8FF47%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  background-size: cover;
}

.pricing-area::after {
  content: "";
  position: absolute;
  bottom: 140px;
  right: 0;
  width: 20px;
  height: 216px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2221%22%20height%3D%22217%22%20viewBox%3D%220%200%2021%20217%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20opacity%3D%220.5%22%20d%3D%22M20.5%20216.5C20.5%20194.317%200.5%20192.65%200.5%20173.279C0.5%20153.908%200.5%2065.0709%200.5%2043.7208C0.5%2022.3708%2020.5%2017.58%2020.5%200.499998%22%20stroke%3D%22url(%23paint0_linear_877_44)%22%20stroke-linecap%3D%22round%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_877_44%22%20x1%3D%2210.5004%22%20y1%3D%22194.9%22%20x2%3D%2215.0328%22%20y2%3D%2218.4555%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23FEE551%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23B8FF47%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  background-size: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .pricing-area::after {
    bottom: 80px;
  }
}

@media (max-width: 576px),
only screen and (min-width: 576px) and (max-width: 767.98px) {
  .pricing-area::after {
    bottom: 60px;
  }
}

.pricing-area .pricing-table-left-area {
  /* Hide the checkbox */
  /* Slider Styles */
  /* Change background color when checked */
  /* Move the slider when checked */
}

.pricing-area .pricing-table-left-area .section-heading-wrapper {
  align-items: flex-start;
  text-align: start;
}

@media (max-width: 576px),
only screen and (min-width: 576px) and (max-width: 767.98px) {
  .pricing-area .pricing-table-left-area .section-heading-wrapper {
    justify-content: center;
    align-items: center;
  }

  .pricing-area .pricing-table-left-area .section-heading-wrapper h2 {
    text-align: center;
  }
}

@media (max-width: 576px),
only screen and (min-width: 576px) and (max-width: 767.98px) {
  .pricing-area .pricing-table-left-area .floating-img-wrapper {
    text-align: center;
  }

  .pricing-area .pricing-table-left-area .floating-img-wrapper img {
    max-width: 160px;
    width: 100%;
    height: auto;
  }
}

.pricing-area .pricing-table-left-area .switch-wrapper {
  position: relative;
  display: inline-block;
  width: 72px;
  height: 32px;
}

.pricing-area .pricing-table-left-area .billing-labels {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}

@media (max-width: 576px),
only screen and (min-width: 576px) and (max-width: 767.98px) {
  .pricing-area .pricing-table-left-area .billing-labels {
    justify-content: center;
  }
}

.pricing-area .pricing-table-left-area .billing-labels span {
  font-size: var(--zo-fz-h6);
  line-height: var(--zo-lh-h6);
  font-weight: var(--zo-fw-bold);
}

.pricing-area .pricing-table-left-area #billing-toggle {
  display: none;
}

.pricing-area .pricing-table-left-area .switch-wrapper .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--zo-common-black);
  transition: 0.4s;
  border-radius: 100px;
  width: 72px;
  height: 32px;
  border: 1px solid rgb(51, 67, 77);
}

.pricing-area .pricing-table-left-area .switch-wrapper .slider:before {
  position: absolute;
  content: "";
  height: 28px;
  width: 28px;
  left: 2px;
  bottom: 1px;
  background: var(--zo-common-gradient);
  transition: 0.4s;
  border-radius: 50%;
}

.pricing-area .pricing-table-left-area #billing-toggle:checked+.switch-wrapper .slider {
  background-color: var(--zo-theme-primary);
}

.pricing-area .pricing-table-left-area #billing-toggle:checked+.switch-wrapper .slider:before {
  transform: translateX(38px);
  background: var(--zo-common-black);
}

.pricing-area .pricing-table-right-area .pricing-content .pricing-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  padding: 40px 60px;
  margin-bottom: 40px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.031372549);
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pricing-area .pricing-table-right-area .pricing-content .pricing-item {
    padding: 40px 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .pricing-area .pricing-table-right-area .pricing-content .pricing-item {
    padding: 20px 30px;
    align-items: flex-start;
  }
}

@media (max-width: 399px) {
  .pricing-area .pricing-table-right-area .pricing-content .pricing-item {
    padding: 20px;
  }
}

@media (max-width: 576px) {
  .pricing-area .pricing-table-right-area .pricing-content .pricing-item {
    flex-direction: column;
  }
}

.pricing-area .pricing-table-right-area .pricing-content .pricing-item:last-child {
  margin-bottom: 0;
}

.pricing-area .pricing-table-right-area .pricing-content .pricing-item .pricing-label {
  position: relative;
  max-width: 308px;
  width: 100%;
  padding-right: 26px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .pricing-area .pricing-table-right-area .pricing-content .pricing-item .pricing-label {
    width: 210px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (min-width: 576px) and (max-width: 767.98px) {
  .pricing-area .pricing-table-right-area .pricing-content .pricing-item .pricing-label {
    width: 190px;
  }
}

@media (max-width: 576px) {
  .pricing-area .pricing-table-right-area .pricing-content .pricing-item .pricing-label {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
}

.pricing-area .pricing-table-right-area .pricing-content .pricing-item .pricing-label::after {
  content: "";
  position: absolute;
  right: -50px;
  bottom: -60px;
  width: 105px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg%20width%3D%22105%22%20height%3D%2224%22%20viewBox%3D%220%200%20105%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_712_101)%22%3E%3Crect%20width%3D%22105.391%22%20height%3D%22105.391%22%20rx%3D%2252.6957%22%20transform%3D%22matrix(1%200%200%20-1%200%20105.392)%22%20fill%3D%22%23001420%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_712_101%22%3E%3Crect%20width%3D%22105%22%20height%3D%2224%22%20fill%3D%22white%22%20transform%3D%22matrix(1%200%200%20-1%200%2024)%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 100px;
}

@media (max-width: 576px),
only screen and (min-width: 576px) and (max-width: 767.98px) {
  .pricing-area .pricing-table-right-area .pricing-content .pricing-item .pricing-label::after {
    display: none;
  }
}

.pricing-area .pricing-table-right-area .pricing-content .pricing-item .pricing-label::before {
  content: "";
  position: absolute;
  right: -50px;
  top: -60px;
  width: 105px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg%20width%3D%22105%22%20height%3D%2224%22%20viewBox%3D%220%200%20105%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_712_98)%22%3E%3Crect%20y%3D%22-81.3916%22%20width%3D%22105.391%22%20height%3D%22105.391%22%20rx%3D%2252.6957%22%20fill%3D%22%23001420%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_712_98%22%3E%3Crect%20width%3D%22105%22%20height%3D%2224%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 100px;
}

@media (max-width: 576px),
only screen and (min-width: 576px) and (max-width: 767.98px) {
  .pricing-area .pricing-table-right-area .pricing-content .pricing-item .pricing-label::before {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (min-width: 576px) and (max-width: 767.98px) {
  .pricing-area .pricing-table-right-area .pricing-content .pricing-item .pricing-label::after {
    bottom: -70px;
  }

  .pricing-area .pricing-table-right-area .pricing-content .pricing-item .pricing-label::before {
    top: -70px;
  }
}

.pricing-area .pricing-table-right-area .pricing-content .pricing-item .pricing-label .price-ammount {
  background: var(--zo-common-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pricing-area .pricing-table-right-area .pricing-content .pricing-item .pricing-label .price-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}

.pricing-area .pricing-table-right-area .pricing-content .pricing-item .pricing-feature {
  width: calc(100% - 308px);
  padding-left: 120px;
  position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pricing-area .pricing-table-right-area .pricing-content .pricing-item .pricing-feature {
    padding-left: 80px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .pricing-area .pricing-table-right-area .pricing-content .pricing-item .pricing-feature {
    width: calc(100% - 210px);
    padding-left: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (min-width: 576px) and (max-width: 767.98px) {
  .pricing-area .pricing-table-right-area .pricing-content .pricing-item .pricing-feature {
    width: calc(100% - 190px);
    padding-left: 30px;
  }
}

@media (max-width: 576px) {
  .pricing-area .pricing-table-right-area .pricing-content .pricing-item .pricing-feature {
    width: 100%;
    padding-left: 0;
  }
}

.pricing-area .pricing-table-right-area .pricing-content .pricing-item .pricing-feature::after {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  width: 1px;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg%20width%3D%221%22%20height%3D%22268%22%20viewBox%3D%220%200%201%20268%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0.5%200V268%22%20stroke%3D%22url(%23paint0_linear_586_361)%22%20stroke-dasharray%3D%227%206%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_586_361%22%20x1%3D%220.5%22%20y1%3D%22134%22%20x2%3D%221.5%22%20y2%3D%22134%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23B8FF47%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23FEE551%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  z-index: 99;
}

@media (max-width: 576px),
only screen and (min-width: 576px) and (max-width: 767.98px) {
  .pricing-area .pricing-table-right-area .pricing-content .pricing-item .pricing-feature::after {
    display: none;
  }
}

.pricing-area .pricing-table-right-area .pricing-content .pricing-item .pricing-feature ul {
  padding: 0;
}

.pricing-area .pricing-table-right-area .pricing-content .pricing-item .pricing-feature ul li {
  list-style: none;
  position: relative;
  margin-bottom: 20px;
}

.pricing-area .pricing-table-right-area .pricing-content .pricing-item .pricing-feature ul li i {
  margin-right: 4px;
  font-size: 24px;
  line-height: 1;
  background: var(--zo-common-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pricing-area .pricing-table-right-area .pricing-content .pricing-item .pricing-feature ul li:last-child {
  margin-bottom: 0;
}

.pricing-area .pricing-table-right-area .pricing-content .popular-item {
  background: var(--zo-common-gradient);
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  color: var(--zo-common-black);
}

.pricing-area .pricing-table-right-area .pricing-content .popular-item .pricing-label h3,
.pricing-area .pricing-table-right-area .pricing-content .popular-item .pricing-label h4,
.pricing-area .pricing-table-right-area .pricing-content .popular-item .pricing-label .price-ammount {
  color: var(--zo-common-black);
}

.pricing-area .pricing-table-right-area .pricing-content .popular-item .pricing-label .price-ammount {
  background: unset;
  -webkit-text-fill-color: var(--zo-common-black);
}

.pricing-area .pricing-table-right-area .pricing-content .popular-item .pricing-label .popular-tag {
  position: relative;
  padding-left: 12px;
  margin-bottom: 3px;
}

.pricing-area .pricing-table-right-area .pricing-content .popular-item .pricing-label .popular-tag::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: var(--zo-common-black);
  border-radius: 50%;
}

.pricing-area .pricing-table-right-area .pricing-content .popular-item .pricing-feature {
  position: relative;
}

.pricing-area .pricing-table-right-area .pricing-content .popular-item .pricing-feature::after {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  width: 1px;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg%20width%3D%221%22%20height%3D%22268%22%20viewBox%3D%220%200%201%20268%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0.5%200V268%22%20stroke%3D%22%23001420%22%20stroke-dasharray%3D%227%206%22%2F%3E%3C%2Fsvg%3E");
  z-index: 99;
}

.pricing-area .pricing-table-right-area .pricing-content .popular-item .pricing-feature i {
  background: unset !important;
  color: var(--zo-common-black) !important;
  -webkit-text-fill-color: var(--zo-common-black) !important;
}

/*----------------------------------------*/
/*  08. Testimonial Area Style
/*----------------------------------------*/
.testimonials-area {
  background-color: rgba(255, 255, 255, 0.03);
  position: relative;
}

.testimonials-area .section-prop {
  bottom: 0;
  max-height: 340px;
  position: absolute;
  right: 0;
  width: auto;
  z-index: 1;
}

.testimonials-area .section-prop img {
  height: 100%;
  width: auto;
}

@media (max-width: 576px) {
  .testimonials-area .section-prop {
    max-height: 250px;
  }

  .testimonials-area .section-prop img {
    max-height: 250px;
  }
}

@media (max-width: 450px) {
  .testimonials-area .section-prop {
    max-height: 200px;
  }

  .testimonials-area .section-prop img {
    max-height: 200px;
  }
}

.testimonials-area .testimonial-carrousel {
  overflow-x: clip;
  overflow-y: visible;
  position: relative;
}

.testimonials-area .left-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: auto 0;
  margin: 56px 112px 42px 68px;
  position: relative;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .testimonials-area .left-wrapper {
    margin: 56px 80px 42px 68px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1430px) {
  .testimonials-area .left-wrapper {
    margin: 10px 90px 0 68px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonials-area .left-wrapper {
    margin: 110px 135px 0 80px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .testimonials-area .left-wrapper {
    margin: 125px 135px 0 80px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1263px) {
  .testimonials-area .left-wrapper {
    margin: 125px 105px 0 80px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .testimonials-area .left-wrapper {
    margin: 125px 80px 0 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .testimonials-area .left-wrapper {
    margin: 60px 80px;
  }
}

@media (max-width: 576px) {
  .testimonials-area .left-wrapper {
    margin: 40px 60px;
  }
}

.testimonials-area .left-wrapper .quote-icon {
  background: var(--zo-common-gradient);
  bottom: 15px;
  border-radius: 50%;
  position: absolute;
  padding: 50px 38px;
  right: -88px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .testimonials-area .left-wrapper .quote-icon {
    padding: 46px 28px;
    right: -66px;
  }

  .testimonials-area .left-wrapper .quote-icon svg {
    height: 46px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonials-area .left-wrapper .quote-icon {
    padding: 40px 24px;
    right: -90px;
  }

  .testimonials-area .left-wrapper .quote-icon svg {
    height: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .testimonials-area .left-wrapper .quote-icon {
    padding: 32px 12px;
    right: -50px;
  }

  .testimonials-area .left-wrapper .quote-icon svg {
    height: 42px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (min-width: 576px) and (max-width: 767.98px) {
  .testimonials-area .left-wrapper .quote-icon {
    right: -26px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .testimonials-area .left-wrapper .quote-icon {
    padding: 38px 20px;
  }

  .testimonials-area .left-wrapper .quote-icon svg {
    height: 46px;
  }
}

@media (max-width: 576px) {
  .testimonials-area .left-wrapper .quote-icon {
    padding: 32px 12px;
    right: 60px;
    transform: translateX(50%);
  }

  .testimonials-area .left-wrapper .quote-icon svg {
    height: 42px;
  }
}

@media (max-width: 525px) {
  .testimonials-area .left-wrapper .quote-icon {
    right: 30px;
  }
}

@media (max-width: 450px) {
  .testimonials-area .left-wrapper .quote-icon {
    padding: 28px 6px;
    transform: translateX(50%);
  }

  .testimonials-area .left-wrapper .quote-icon svg {
    height: 36px;
  }
}

@media (max-width: 525px) {
  .testimonials-area .left-wrapper .quote-icon {
    right: 10px;
  }
}

.testimonials-area .testimonial-image {
  position: relative;
}

.testimonials-area .testimonial-image::before {
  background: var(--zo-common-gradient);
  border-radius: 50%;
  content: "";
  height: 40px;
  position: absolute;
  right: 170px;
  top: -60px;
  width: 40px;
  z-index: 2;
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .testimonials-area .testimonial-image::before {
    top: -50px;
    right: 120px;
  }
}

@media (max-width: 576px) {
  .testimonials-area .testimonial-image::before {
    top: -48px;
    right: 80px;
    width: 30px;
    height: 30px;
  }
}

.testimonials-area .testimonial-image::after {
  background: var(--zo-common-gradient);
  bottom: 105px;
  border-radius: 50%;
  content: "";
  height: 40px;
  left: -44px;
  position: absolute;
  width: 40px;
  z-index: 2;
}

@media (max-width: 576px) {
  .testimonials-area .testimonial-image::after {
    width: 30px;
    height: 30px;
  }
}

.testimonials-area .testimonial-image .testimonial-ring {
  background: conic-gradient(var(--zo-theme-secondary) 0deg, var(--zo-theme-primary) 90deg, var(--zo-theme-primary) 235deg, transparent 235deg, transparent 305deg, var(--zo-theme-secondary) 305deg, var(--zo-theme-secondary) 360deg);
  border-radius: 50%;
  height: calc(100% + 80px);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 80px);
  z-index: 0;
  mask: radial-gradient(closest-side, transparent calc(100% - 1px), black calc(100% - 1px));
  -webkit-mask: radial-gradient(closest-side, transparent calc(100% - 1px), black calc(100% - 1px));
}

.testimonials-area .testimonial-image img {
  aspect-ratio: 1/1;
  border-radius: 50%;
  height: auto;
  max-width: 440px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .testimonials-area .testimonial-image img {
    max-width: 400px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonials-area .testimonial-image img {
    max-width: 360px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .testimonials-area .testimonial-image img {
    max-width: 300px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .testimonials-area .testimonial-image img {
    max-width: 380px;
  }
}

@media (max-width: 576px) {
  .testimonials-area .testimonial-image img {
    max-width: 330px;
  }
}

@media (max-width: 450px) {
  .testimonials-area .testimonial-image img {
    max-width: 250px;
  }
}

.testimonials-area .right-wrapper {
  padding: 48px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .testimonials-area .right-wrapper {
    text-align: center;
    margin: 0 40px;
  }
}

.testimonials-area .right-wrapper .rating {
  color: var(--zo-theme-primary);
  font-size: calc(var(--zo-fz-h5) - 2px);
  margin-bottom: 16px;
}

.testimonials-area .right-wrapper .rating i {
  padding: 6px;
}

.testimonials-area .right-wrapper h5 {
  color: var(--zo-text-body-2);
  margin-bottom: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonials-area .right-wrapper h5 {
    max-width: 650px;
  }
}

.testimonials-area .right-wrapper .testimonial-author {
  margin-bottom: 60px;
}

.testimonials-area .right-wrapper .testimonial-author h4 {
  margin-bottom: 4px;
}

.testimonials-area .right-wrapper .testimonial-author p {
  color: #6A6A6A;
}

.testimonials-area .testimonial-pagination {
  align-items: center;
  bottom: 25.6%;
  display: flex;
  gap: 16px;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  transform: translateX(-50%);
  z-index: 10;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonials-area .testimonial-pagination {
    bottom: 22%;
    margin-left: 2px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .testimonials-area .testimonial-pagination {
    margin-left: 14px;
  }
}

@media (max-width: 1105px) {
  .testimonials-area .testimonial-pagination {
    margin-left: 18px;
  }
}

@media (max-width: 1068px) {
  .testimonials-area .testimonial-pagination {
    margin-left: 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .testimonials-area .testimonial-pagination {
    left: 50%;
    bottom: 12%;
    transform: translate(-50%);
    margin-left: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .testimonials-area .testimonial-pagination {
    bottom: 10%;
  }
}

.testimonials-area .testimonial-pagination .testimonial-pagination-btn {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.testimonials-area .testimonial-pagination .testimonial-pagination-btn span {
  font-size: var(--zo-fz-h6);
  font-weight: var(--zo-fw-bold);
}

.testimonials-area .testimonial-pagination .swiper-pagination-bullets {
  align-items: center;
  display: flex;
  width: auto;
}

.testimonials-area .testimonial-pagination .swiper-pagination-bullet {
  background: var(--zo-common-white);
  border-radius: 0;
  height: 1px;
  margin: 0;
  opacity: 0.5;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1), height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
  width: 28px;
}

@media (max-width: 405px) {
  .testimonials-area .testimonial-pagination .swiper-pagination-bullet {
    width: 12px;
  }
}

@media (max-width: 312px) {
  .testimonials-area .testimonial-pagination .swiper-pagination-bullet {
    width: 8px;
  }
}

.testimonials-area .testimonial-pagination .swiper-pagination-bullet-active {
  height: 3px;
  background-image: var(--zo-common-gradient);
  opacity: 1;
}

/*----------------------------------------*/
/*  09. FAQ Area Area Style
/*----------------------------------------*/
.faq-area {
  position: relative;
  background-size: auto calc(100% - 280px);
  background-repeat: no-repeat;
  background-position: center center;
}

.faq-area .section-prop {
  position: absolute;
  left: 0;
  top: 440px;
  height: 315px;
  width: 6px;
  z-index: 2;
  box-shadow: 0px 0px 40px var(--zo-theme-primary);
}

.faq-area .section-prop::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--zo-theme-primary);
  clip-path: polygon(0% 0%, 100% 8px, 100% calc(100% - 8px), 0% 100%);
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .faq-area .section-prop {
    top: 285px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .faq-area .section-prop {
    top: 36px;
  }
}

@media (max-width: 450px) {
  .faq-area .section-prop {
    top: 42px;
  }
}

.faq-area .left-wrapper {
  margin-right: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .faq-area .left-wrapper {
    margin-right: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .faq-area .left-wrapper {
    margin-left: 24px;
  }
}

.faq-area .section-heading-wrapper {
  text-align: left;
  align-items: start;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .faq-area .section-heading-wrapper {
    text-align: center;
    align-items: center;
  }
}

.faq-area .cta-area {
  padding: 40px;
  position: relative;
  border-radius: 8px;
  background: var(--zo-common-background);
}

.faq-area .cta-area::before {
  content: "";
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  border-radius: 8px;
  background: var(--zo-common-gradient);
  z-index: -1;
}

.faq-area .cta-area .title-sm {
  margin-bottom: 32px;
}

@media (max-width: 450px) {
  .faq-area .cta-area .title-sm {
    margin-bottom: 20px;
  }
}

@media (max-width: 335px) {
  .faq-area .cta-area .title-sm {
    text-align: center;
  }
}

.faq-area .cta-area .cta-bottom-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}

@media (max-width: 335px) {
  .faq-area .cta-area .cta-bottom-content {
    justify-content: center;
  }
}

.faq-area .single-qa-item {
  position: relative;
  border-radius: 0;
  margin-bottom: 33px;
  background: rgba(255, 255, 255, 0.031372549);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  --webkit-backdrop-filter: blur(4px);
}

.faq-area .single-qa-item:last-child {
  margin-bottom: 0;
}

.faq-area .single-qa-item::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  top: 0;
  left: -4px;
  border-radius: 8px 0 0 8px;
  background: var(--zo-theme-primary);
  z-index: -1;
}

.faq-area .single-qa-item .question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.faq-area .single-qa-item .question .q-left-items {
  display: flex;
  align-items: center;
  gap: 8px;
}

.faq-area .single-qa-item .question .q-left-items .icon {
  padding: 2px 6px;
  transition: transform 0.3s ease;
}

.faq-area .single-qa-item .question .q-right-icon,
.faq-area .single-qa-item .question .q-right-icon-active {
  transition: all 0.3s ease;
}

.faq-area .single-qa-item .answer {
  display: none;
}

.faq-area .single-qa-item-active {
  position: relative;
  border-radius: 8px;
}

.faq-area .single-qa-item-active::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 100%;
  top: 0;
  left: -4px;
  border-radius: 8px 0 0 8px;
  background: var(--zo-common-gradient);
  z-index: -1;
  animation: apperFromBack 0.7s ease;
}

.faq-area .single-qa-item-active::after {
  content: "";
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  border-radius: 8px;
  background: var(--zo-common-gradient);
  z-index: -1;
  animation: apperFromBack 0.8s ease;
}

.faq-area .single-qa-item-active .question-active {
  position: relative;
  border-radius: 8px 8px 0 0;
  background: var(--zo-common-background);
  z-index: 2;
  isolation: isolate;
}

.faq-area .single-qa-item-active .question-active::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -1px;
  left: 0;
  background: var(--zo-common-gradient);
  z-index: -1;
  animation: apperFromBack 0.8s ease;
}

.faq-area .single-qa-item-active .answer-active {
  animation: fadeIn 0.4s ease;
  background: var(--zo-common-background);
  border-radius: 0 0 8px 8px;
  display: block;
  padding: 16px 24px;
  color: var(--zo-text-body-2);
}

/*----------------------------------------*/
/*  10. Blog & News Area Style
/*----------------------------------------*/
.blog-news-area {
  background: rgba(255, 255, 255, 0.03);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.blog-news-area .blog-card-wrapper article {
  background: rgba(255, 255, 255, 0.03);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-radius: 8px;
  max-width: 1196px;
  margin: 0 auto 44px;
}

.blog-news-area .blog-card-wrapper article:last-child {
  margin-bottom: 0;
}

.blog-news-area .blog-card-wrapper article:nth-child(2) .row {
  --bs-gutter-x: 64px;
}

.blog-news-area .blog-card-wrapper article:nth-child(2) .date-wrapper {
  right: 0;
  left: auto;
}

.blog-news-area .blog-card-wrapper article:nth-child(2) .date-wrapper .date-badge {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .blog-news-area .blog-card-wrapper article:nth-child(odd) .row {
    flex-direction: column-reverse;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .blog-news-area .blog-card-wrapper .blog-content {
    margin-top: 10px;
  }
}

.blog-news-area .blog-card-wrapper .blog-content .meta {
  display: flex;
  gap: 24px;
}

.blog-news-area .blog-card-wrapper .blog-content .meta span {
  color: var(--zo-grey-body);
}

.blog-news-area .blog-card-wrapper .blog-content .meta i {
  margin-right: 4px;
}

.blog-news-area .blog-card-wrapper .blog-content .title-sm {
  margin: 12px 0 24px 0;
}

.blog-news-area .blog-card-wrapper .blog-content p {
  margin-bottom: 60px;
}

.blog-news-area .blog-card-wrapper .blog-image {
  position: relative;
}

.blog-news-area .blog-card-wrapper .blog-image img {
  border-radius: 8px;
  width: 100%;
  height: auto;
}

.blog-news-area .blog-card-wrapper .news-date {
  bottom: 24px;
  left: 0;
  top: auto;
}

.blog-news-area .blog-card-wrapper .news-date span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

@media (max-width: 450px) {
  .blog-news-area .blog-card-wrapper .news-date span {
    padding: 6px 16px;
  }
}

.blog-news-area .blog-card-wrapper article:nth-child(even) .news-date {
  left: unset;
  right: 0;
}

/*----------------------------------------*/
/*  11. Hero Banner Home 2 Area Style
/*----------------------------------------*/
.hero-banner-area-v2 {
  background-position: top right;
  background-repeat: no-repeat;
}

.hero-banner-area-v2 .banner-center-content {
  margin: 0 auto;
  padding: 40px 15px 100px;
}

@media (min-width: 1600px) {
  .hero-banner-area-v2 .banner-center-content {
    max-width: 1174px;
    padding: 40px 15px 100px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-banner-area-v2 .banner-center-content {
    max-width: 840px;
    padding: 40px 15px 135px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-banner-area-v2 .banner-center-content {
    max-width: 780px;
    padding: 40px 15px 135px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .hero-banner-area-v2 .banner-center-content {
    max-width: 540px;
  }
}

@media (max-width: 576px) {
  .hero-banner-area-v2 .banner-center-content {
    padding: 40px 15px 60px;
  }
}

.hero-banner-area-v2 .banner-center-content h2 {
  background: var(--zo-common-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-banner-area-v2 .banner-center-content h1 {
  font-size: 200px;
  line-height: 1;
  text-transform: uppercase;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-banner-area-v2 .banner-center-content h1 {
    font-size: 150px;
    line-height: 1;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .hero-banner-area-v2 .banner-center-content h1 {
    font-size: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (min-width: 576px) and (max-width: 767.98px) {
  .hero-banner-area-v2 .banner-center-content h1 {
    font-size: 80px;
  }
}

@media (max-width: 576px) {
  .hero-banner-area-v2 .banner-center-content h1 {
    font-size: 50px;
  }
}

.hero-banner-area-v2 .banner-bottom {
  position: relative;
  min-height: 520px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px),
only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .hero-banner-area-v2 .banner-bottom {
    min-height: 330px;
  }
}

.hero-banner-area-v2 .banner-bottom .hero-image {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px),
only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (min-width: 576px) and (max-width: 767.98px) {
  .hero-banner-area-v2 .banner-bottom .hero-image {
    max-width: 550px;
  }
}

@media (max-width: 576px) {
  .hero-banner-area-v2 .banner-bottom .hero-image {
    max-width: 400px;
    width: 100%;
  }
}

/*----------------------------------------*/
/*  12. About Us Area Style
/*----------------------------------------*/
.about-us-area {
  position: relative;
  background-color: rgba(255, 255, 255, 0.03);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  overflow: hidden;
}

.about-us-area .section-heading-wrapper {
  align-items: flex-start;
  text-align: left;
  padding-bottom: 112px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .about-us-area .section-heading-wrapper {
    padding-bottom: 60px;
  }
}

@media (max-width: 576px),
only screen and (min-width: 576px) and (max-width: 767.98px) {
  .about-us-area .section-heading-wrapper {
    padding-bottom: 40px;
  }
}

.about-us-area .section-heading-wrapper .revealing-text {
  position: relative;
  display: inline-block;
}

.about-us-area .section-heading-wrapper .revealing-text span {
  text-transform: uppercase;
}

.about-us-area .section-heading-wrapper .revealing-text>span:nth-child(1) {
  color: #33434D;
}

.about-us-area .section-heading-wrapper .revealing-text>span:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--zo-common-white);
  transition: 0.6s;
  width: 100%;
  transform: translatex(-100%);
  overflow: hidden;
  animation: coverSlide 4s infinite ease-in-out;
}

.about-us-area .section-heading-wrapper .revealing-text>span:nth-child(2)>span {
  transform: translatex(100%);
  display: inline-block;
  transition: inherit;
  animation: textSlide 4s infinite ease-in-out;
}

.about-us-area .section-heading-wrapper .revealing-text.revealed span:nth-child(2) {
  transform: translateX(0);
}

.about-us-area .section-heading-wrapper .revealing-text.revealed span:nth-child(2)>span {
  transform: translateX(0);
}

.about-us-area .about-us-content-area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 61px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .about-us-area .about-us-content-area {
    flex-direction: column;
    gap: 40px;
  }
}

.about-us-area .about-us-content-area .counter-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  max-width: 600px;
  width: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .about-us-area .about-us-content-area .counter-wrapper {
    max-width: 500px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .about-us-area .about-us-content-area .counter-wrapper {
    justify-content: center;
  }
}

.about-us-area .about-us-content-area .counter-wrapper span {
  font-size: 400px;
  line-height: 320px;
  letter-spacing: -0.02em;
  font-weight: var(--zo-fw-sbold);
  background: var(--zo-common-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-us-area .about-us-content-area .counter-wrapper span {
    font-size: 300px;
    line-height: 240px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .about-us-area .about-us-content-area .counter-wrapper span {
    font-size: 230px;
    line-height: 195px;
  }
}

@media (max-width: 576px) {
  .about-us-area .about-us-content-area .counter-wrapper span {
    font-size: 130px;
    line-height: 115px;
  }
}

.about-us-area .about-us-content-area .counter-wrapper .counter-label {
  display: inline-block;
  vertical-align: top;
}

.about-us-area .about-us-content-area .feature-list-wrapper {
  position: relative;
  max-width: 830px;
  width: 100%;
  min-height: 306px;
  padding-left: 100px;
  padding-bottom: 15px;
  padding-right: 50px;
}

.about-us-area .about-us-content-area .feature-list-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 60px;
  width: 100%;
  border-bottom: 1px solid transparent;
  -o-border-image: var(--zo-common-gradient);
  border-image: var(--zo-common-gradient);
  border-image-slice: 1;
}

@media (max-width: 576px),
only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .about-us-area .about-us-content-area .feature-list-wrapper::after {
    bottom: 0;
  }
}

@media (max-width: 576px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 1400px) and (max-width: 1600px) {
  .about-us-area .about-us-content-area .feature-list-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .about-us-area .about-us-content-area .feature-list-wrapper {
    padding-left: 0;
    padding-right: 60px;
  }
}

@media (max-width: 576px) {
  .about-us-area .about-us-content-area .feature-list-wrapper {
    text-align: center;
  }
}

.about-us-area .about-us-content-area .feature-list-wrapper .feature-list {
  padding: 8px 40px;
  background: var(--zo-theme-primary);
  border-radius: 999px;
  text-align: center;
  display: inline-block;
  margin-bottom: 15px;
}

.about-us-area .about-us-content-area .feature-list-wrapper .feature-list h4 {
  color: var(--zo-common-black);
}

.about-us-area .about-us-content-area .feature-list-wrapper .feature-list.secondary-bg {
  background: var(--zo-theme-secondary);
}

.about-us-area .about-us-content-area .feature-list-wrapper .feature-list.secondary-bg2 {
  background: #D4FF91;
}

.about-us-area .about-us-content-area .feature-list-wrapper .feature-list.primary-bg2 {
  background: #FEEF97;
}

.about-us-area .about-us-content-area .feature-list-wrapper .feature-list.primary-bg3 {
  background: #FFF5B9;
}

.about-us-area .about-us-content-area .feature-list-wrapper .feature-list.item-4 {
  position: absolute;
  left: 63px;
  top: 110px;
}

.about-us-area .about-us-content-area .feature-list-wrapper .feature-list.item-2 {
  position: absolute;
  bottom: 165px;
  transform: translateX(60px) rotate(-13.29deg);
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px),
(max-width: 576px) {
  .about-us-area .about-us-content-area .feature-list-wrapper .feature-list.item-2 {
    position: unset;
    transform: translateX(0);
  }
}

.about-us-area .about-us-content-area .feature-list-wrapper .feature-list.item-1 {
  margin-bottom: 120px;
  transform: translate(60px, 20px) rotate(14.42deg);
}

@media (max-width: 576px) {
  .about-us-area .about-us-content-area .feature-list-wrapper .feature-list.item-1 {
    transform: translate(20px, 20px) rotate(14.42deg);
  }
}

.about-us-area .about-us-content-area .feature-list-wrapper .feature-list.item-5 {
  transform: translateY(-20px);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199.98px),
only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .about-us-area .about-us-content-area .feature-list-wrapper .feature-list.item-5 {
    transform: translateY(0);
  }
}

.about-us-area .feature-list-wrapper .feature-list {
  opacity: 0;
  transform: translateY(-120px) !important;
  transition: opacity 1s ease-out, transform 1.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.about-us-area .feature-list-wrapper .feature-list.animate-in {
  opacity: 1;
  transform: translateX(0) !important;
}

.about-us-area .feature-list-wrapper .feature-list.item-2.animate-in {
  opacity: 1;
  transform: translateX(60px) rotate(-13.29deg) !important;
}

.about-us-area .feature-list-wrapper .feature-list.item-1.animate-in {
  opacity: 1;
  transform: translate(60px, 20px) rotate(14.42deg) !important;
}

.about-us-area .feature-list-wrapper .item-1 {
  transition-delay: 0.2s;
}

.about-us-area .feature-list-wrapper .item-2 {
  transition-delay: 0.4s;
}

.about-us-area .feature-list-wrapper .item-3 {
  transition-delay: 0.6s;
}

.about-us-area .feature-list-wrapper .item-4 {
  transition-delay: 0.7s;
}

.about-us-area .feature-list-wrapper .item-5 {
  transition-delay: 0.5s;
}

/*----------------------------------------*/
/*  13. Video Area Style
/*----------------------------------------*/
.video-area .video-wrapper {
  max-width: 952px;
  margin: 0 auto;
  position: relative;
}

.video-area .video-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

/*----------------------------------------*/
/*  14. Generation Feature Home 2 Area Style
/*----------------------------------------*/
.generation-feature-area-v2 {
  position: relative;
  background-color: rgba(255, 255, 255, 0.03);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.generation-feature-area-v2::before {
  content: "";
  position: absolute;
  top: 140px;
  left: 0;
  width: 20px;
  height: 216px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2221%22%20height%3D%22217%22%20viewBox%3D%220%200%2021%20217%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20opacity%3D%220.5%22%20d%3D%22M0%20216.5C0%20194.317%2020%20192.65%2020%20173.279C20%20153.908%2020%2065.0709%2020%2043.7208C20%2022.3708%200%2017.58%200%200.499998%22%20stroke%3D%22url(%23paint0_linear_769_218)%22%20stroke-linecap%3D%22round%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_769_218%22%20x1%3D%229.99965%22%20y1%3D%22194.9%22%20x2%3D%225.46717%22%20y2%3D%2218.4555%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23FEE551%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23B8FF47%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  background-size: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .generation-feature-area-v2::before {
    top: 80px;
  }
}

@media (max-width: 576px),
only screen and (min-width: 576px) and (max-width: 767.98px) {
  .generation-feature-area-v2::before {
    top: 60px;
  }
}

.generation-feature-area-v2::after {
  content: "";
  position: absolute;
  bottom: 140px;
  right: 0;
  width: 20px;
  height: 216px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2221%22%20height%3D%22217%22%20viewBox%3D%220%200%2021%20217%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20opacity%3D%220.5%22%20d%3D%22M20.5%20216.5C20.5%20194.317%200.5%20192.65%200.5%20173.279C0.5%20153.908%200.5%2065.0709%200.5%2043.7208C0.5%2022.3708%2020.5%2017.58%2020.5%200.499998%22%20stroke%3D%22url(%23paint0_linear_877_44)%22%20stroke-linecap%3D%22round%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_877_44%22%20x1%3D%2210.5004%22%20y1%3D%22194.9%22%20x2%3D%2215.0328%22%20y2%3D%2218.4555%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23FEE551%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23B8FF47%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  background-size: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .generation-feature-area-v2::after {
    bottom: 80px;
  }
}

@media (max-width: 576px),
only screen and (min-width: 576px) and (max-width: 767.98px) {
  .generation-feature-area-v2::after {
    bottom: 60px;
  }
}

.generation-feature-area-v2 .section-plus-shape {
  top: 189px;
  right: 118px;
}

.generation-feature-area-v2 .generation-feature-container {
  max-width: 1196px;
  width: 100%;
}

.generation-feature-area-v2 .sticky-section-wrapper {
  display: flex;
}

@media (max-width: 576px) {
  .generation-feature-area-v2 .sticky-section-wrapper {
    flex-direction: column;
  }
}

.generation-feature-area-v2 .section-sticky-sidebar {
  width: 220px;
  height: 762px;
  background: var(--zo-common-gradient);
  border-radius: 8px 8px 0 8px;
  padding: 48px 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .generation-feature-area-v2 .section-sticky-sidebar {
    width: 150px;
    border-radius: 8px;
  }
}

@media (max-width: 576px) {
  .generation-feature-area-v2 .section-sticky-sidebar {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    padding: 24px;
    margin-bottom: 24px;
  }
}

.generation-feature-area-v2 .section-sticky-sidebar .step {
  text-align: center;
  cursor: pointer;
}

.generation-feature-area-v2 .section-sticky-sidebar .step h2 {
  font-size: var(--zo-fz-h1);
  line-height: var(--zo-lh-h1);
  color: var(--zo-common-black);
}

@media (max-width: 576px) {
  .generation-feature-area-v2 .section-sticky-sidebar .step h2 {
    font-size: 60px;
    line-height: 70px;
  }
}

@media (max-width: 400px) {
  .generation-feature-area-v2 .section-sticky-sidebar .step h2 {
    font-size: 40px;
    line-height: 50px;
  }
}

.generation-feature-area-v2 .section-sticky-sidebar .step-indicator-badge {
  display: none;
  border-radius: 50px;
  writing-mode: vertical-rl;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  border: 1px solid var(--zo-common-black);
  padding: 28px 16px;
  transform: rotate(180deg);
  margin-top: 48px;
  transition: all 0.3s ease-in-out;
}

.generation-feature-area-v2 .section-sticky-sidebar .step-indicator-badge svg {
  width: 24px;
  height: 24px;
  margin-bottom: 10px;
  fill: var(--zo-common-black);
}

.generation-feature-area-v2 .section-sticky-sidebar .step-indicator-badge .title-xss {
  color: var(--zo-common-black);
}

.generation-feature-area-v2 .section-sticky-sidebar .step.active .step-indicator-badge {
  display: inline-flex;
  align-items: center;
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 576px) {
  .generation-feature-area-v2 .section-sticky-sidebar .step.active .step-indicator-badge {
    display: none;
  }
}

.generation-feature-area-v2 .sticky-section-content-wrapper {
  width: calc(100% - 220px);
  height: 762px;
  scroll-snap-type: y mandatory;
  overflow-y: scroll;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .generation-feature-area-v2 .sticky-section-content-wrapper {
    width: calc(100% - 150px);
  }
}

@media (max-width: 576px) {
  .generation-feature-area-v2 .sticky-section-content-wrapper {
    width: 100%;
  }
}

.generation-feature-area-v2 .sticky-section-content-wrapper::-webkit-scrollbar {
  display: none;
}

.generation-feature-area-v2 .sticky-content {
  height: 762px;
  scroll-snap-align: start;
  position: relative;
}

@media (max-width: 576px) {
  .generation-feature-area-v2 .sticky-content .inner-content-header {
    padding-left: 0;
  }
}

.generation-feature-area-v2 .sticky-content .inner-content-header .heading-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #E5E7E9;
}

.generation-feature-area-v2 .sticky-content .inner-content-header .heading-wrapper svg {
  animation: ripple 3s linear infinite normal;
}

.generation-feature-area-v2 .sticky-content p {
  color: var(--zo-text-body-2);
}

.generation-feature-area-v2 .sticky-content .inner-content-footer {
  position: relative;
}

.generation-feature-area-v2 .sticky-content .inner-content-footer img {
  width: 100%;
  min-height: 565px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0 8px 8px 0;
}

@media (max-width: 576px) {
  .generation-feature-area-v2 .sticky-content .inner-content-footer img {
    border-radius: 8px;
  }
}

.generation-feature-area-v2 .sticky-content .inner-content-footer .link-to-feature {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.generation-feature-area-v2 .sticky-content.active .content {
  opacity: 1;
  transform: translateY(0);
}

/*----------------------------------------*/
/*  15. Gallery Home 2 Area Style
/*----------------------------------------*/
.gallery-area-v2 {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
}

.gallery-area-v2 .section-plus-shape {
  top: unset;
  bottom: 93px;
  right: 64px;
}

.gallery-area-v2 .gallery-container {
  max-width: 1756px;
  width: 100%;
}

.gallery-area-v2 .gallery-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 78px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .gallery-area-v2 .gallery-wrapper {
    grid-gap: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .gallery-area-v2 .gallery-wrapper {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (min-width: 576px) and (max-width: 767.98px) {
  .gallery-area-v2 .gallery-wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
  }
}

@media (max-width: 576px) {
  .gallery-area-v2 .gallery-wrapper {
    display: unset;
    grid-template-columns: unset;
  }
}

.gallery-area-v2 .gallery-wrapper .gallery-item {
  position: relative;
  width: 100%;
  min-height: 200px;
  height: 100%;
  padding-bottom: 60px;
}

.gallery-area-v2 .gallery-wrapper .gallery-item img {
  width: 100%;
  border-radius: 12px;
  position: relative;
}

@media (max-width: 576px) {
  .gallery-area-v2 .gallery-wrapper .gallery-item img {
    width: 100%;
    height: auto;
  }
}

.gallery-area-v2 .gallery-wrapper .gallery-item .gallery-inner-wrapper {
  position: relative;
  width: 100%;
}

.gallery-area-v2 .gallery-wrapper .gallery-item .overlay-button {
  margin-top: -74px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.gallery-area-v2 .gallery-wrapper .gallery-item:hover .overlay-button {
  opacity: 1;
}

.gallery-area-v2 .gallery-wrapper .gallery-item .button-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 0 24px;
}

.gallery-area-v2 .gallery-wrapper .gallery-item .button-area button {
  border: 0;
  background: transparent;
}

.gallery-area-v2 .gallery-wrapper .gallery-item .button-area button:focus {
  border: 0;
  outline: 0;
}

.gallery-area-v2 .gallery-wrapper .gallery-item .button-area button i {
  color: var(--zo-common-white);
  font-size: 24px;
  line-height: 1;
  position: relative;
  z-index: 2;
}

.gallery-area-v2 .gallery-wrapper .gallery-item h2 {
  position: absolute;
  left: -80px;
  bottom: -60px;
  font-size: 100px;
  line-height: 120px;
  font-family: var(--zo-ff-heading);
  font-weight: var(--zo-fw-bold);
  text-transform: uppercase;
  letter-spacing: -0.02em;
  background: var(--zo-common-gradient);
  -webkit-text-fill-color: var(--zo-common-black);
  background: var(--zo-common-gradient);
  -webkit-background-clip: text;
  -webkit-text-stroke: 2px transparent;
  z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .gallery-area-v2 .gallery-wrapper .gallery-item h2 {
    bottom: unset;
    top: 0;
    left: unset;
    right: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (min-width: 576px) and (max-width: 767.98px) {
  .gallery-area-v2 .gallery-wrapper .gallery-item h2 {
    left: 100%;
    bottom: 0;
    font-size: 80px;
    line-height: 100px;
  }
}

@media (max-width: 576px) {
  .gallery-area-v2 .gallery-wrapper .gallery-item h2 {
    font-size: 60px;
    line-height: 80px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
}

.gallery-area-v2 .gallery-wrapper .gallery-item-1 {
  padding-left: 54px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199.98px),
only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .gallery-area-v2 .gallery-wrapper .gallery-item-1 {
    padding-left: 0;
  }
}

.gallery-area-v2 .gallery-wrapper .gallery-item-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column: 2;
  grid-row: span 2;
}

.gallery-area-v2 .gallery-wrapper .gallery-item-2 img {
  min-height: 580px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 576px) {
  .gallery-area-v2 .gallery-wrapper .gallery-item-2 {
    display: block;
  }
}

.gallery-area-v2 .gallery-wrapper .gallery-item-3 {
  padding-right: 54px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199.98px),
only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .gallery-area-v2 .gallery-wrapper .gallery-item-3 {
    padding-right: 0;
  }
}

@media (max-width: 576px) {
  .gallery-area-v2 .gallery-wrapper .gallery-item-3 {
    padding-bottom: 90px;
  }
}

.gallery-area-v2 .gallery-wrapper .gallery-item-4 {
  padding-right: 100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199.98px),
only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .gallery-area-v2 .gallery-wrapper .gallery-item-4 {
    padding-right: 0;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .gallery-area-v2 .gallery-wrapper .gallery-item-4 {
    padding-right: 60px;
  }
}

.gallery-area-v2 .gallery-wrapper .gallery-item-5 {
  padding-right: 54px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199.98px),
only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .gallery-area-v2 .gallery-wrapper .gallery-item-5 {
    padding-right: 0;
  }
}

.gallery-area-v2 .gallery-wrapper .gallery-item-6 {
  padding-left: 54px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199.98px),
only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .gallery-area-v2 .gallery-wrapper .gallery-item-6 {
    padding-left: 0;
  }
}

.gallery-area-v2 .gallery-wrapper .gallery-item-7 {
  display: flex;
  align-items: center;
  padding-left: 54px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199.98px),
only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .gallery-area-v2 .gallery-wrapper .gallery-item-7 {
    padding-left: 0;
  }
}

@media (max-width: 576px) {
  .gallery-area-v2 .gallery-wrapper .gallery-item-7 {
    display: block;
  }
}

/*----------------------------------------*/
/*  16. Working Process Area Style
/*----------------------------------------*/
.working-process-area {
  background: rgba(255, 255, 255, 0.031372549);
  overflow: hidden;
  position: relative;
  --bullet-width: calc(100% / 5);
}

.working-process-area .section-prop {
  bottom: 80px;
  left: 0;
  position: absolute;
  z-index: 5;
}

@media (max-width: 1632px) {
  .working-process-area .section-prop {
    bottom: 40px;
  }
}

@media (max-width: 1440px) {
  .working-process-area .section-prop {
    bottom: 20px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .working-process-area .section-prop {
    bottom: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .working-process-area .section-prop {
    bottom: 0;
  }

  .working-process-area .section-prop img {
    transform-origin: left center;
    transform: scale(0.8);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .working-process-area .section-prop {
    display: none;
  }
}

.working-process-area .left-wrapper {
  float: right;
  max-width: 570px;
  position: relative;
  transform: translateX(-140px);
  z-index: 4;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .working-process-area .left-wrapper {
    max-width: 500px;
    transform: translateX(-80px);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .working-process-area .left-wrapper {
    max-width: 500px;
    transform: translateX(0);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .working-process-area .left-wrapper {
    float: none;
    margin: 0 auto;
    transform: translateX(0);
    text-align: center;
  }
}

.working-process-area .section-heading-wrapper {
  align-items: start;
  text-align: left;
}

.working-process-area .section-heading-wrapper p {
  color: var(--zo-text-body-2);
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .working-process-area .section-heading-wrapper {
    align-items: center;
    text-align: center;
  }
}

.working-process-area .right-wrapper {
  overflow: visible;
  position: relative;
  transform: translateX(-120px);
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .working-process-area .right-wrapper {
    transform: translateX(-60px);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .working-process-area .right-wrapper {
    transform: translateX(0);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .working-process-area .right-wrapper {
    transform: translateX(0);
  }
}

.working-process-area .right-wrapper .slider-controller {
  max-width: 586px;
}

.working-process-area .right-wrapper::before {
  background: var(--zo-common-background);
  border-radius: 8px;
  content: "";
  height: 100%;
  left: -150%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 150%;
  z-index: 2;
}

.working-process-area .right-wrapper::after {
  background: rgba(255, 255, 255, 0.031372549);
  border-radius: 8px;
  content: "";
  height: 100%;
  left: -150%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 150%;
  z-index: 3;
}

.working-process-area .single-wp-card {
  background: rgba(255, 255, 255, 0.031372549);
  border-radius: 8px;
  cursor: pointer;
  max-width: 586px;
  padding: 48px;
  position: relative;
}

.working-process-area .single-wp-card::before {
  background: var(--zo-common-gradient);
  border-radius: 8px;
  content: "";
  filter: drop-shadow(0 0 30px rgba(236, 235, 78, 0.8));
  height: 88px;
  left: 0;
  position: absolute;
  top: 50px;
  width: 4px;
  z-index: 1;
}

.working-process-area .single-wp-card h3,
.working-process-area .single-wp-card h4 {
  color: var(--zo-theme-primary);
}

.working-process-area .single-wp-card p {
  color: var(--zo-text-body-2);
}

.working-process-area .wp-card-pagination-wrapper {
  width: calc(100% + 120px);
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .working-process-area .wp-card-pagination-wrapper {
    width: calc(100% + 60px);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px),
only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .working-process-area .wp-card-pagination-wrapper {
    width: 100%;
  }
}

.working-process-area .wp-pagiinaton-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.working-process-area .wp-pagiinaton-top h3 {
  margin: 0 60px 32px;
}

@media (max-width: 350px) {
  .working-process-area .wp-pagiinaton-top {
    align-items: center;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
  }

  .working-process-area .wp-pagiinaton-top h3 {
    margin: 0;
  }
}

.working-process-area .paginaton-btn-wrapper {
  display: flex;
  gap: 32px;
}

.working-process-area .wp-card-pagination {
  position: relative;
  --fill-percentage: 0%;
}

.working-process-area .wp-card-pagination::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  height: 1px;
  width: var(--fill-percentage);
  background: var(--zo-common-gradient);
  transition: width 0.2s ease-in-out;
  pointer-events: none;
  z-index: 1;
}

.working-process-area .swiper-pagination-bullet {
  background: var(--zo-border-1);
  height: 1px;
  margin: 0 !important;
  transition: all 0.5s ease-in-out;
  width: var(--bullet-width);
}

.working-process-area .swiper-pagination-bullet-active {
  background: transparent;
  height: 1px;
  margin: 0 !important;
  position: relative;
  z-index: 2;
}

.working-process-area .swiper-pagination-bullet-active::after {
  background: var(--zo-common-gradient);
  border-radius: 50%;
  content: "";
  height: 9px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease-in-out;
  width: 9px;
}

.working-process-area .swiper-pagination-bullet-active:last-child::after {
  display: none;
}

/*----------------------------------------*/
/*  17. Pricing Plan Home 2 Area Style
/*----------------------------------------*/
.pricing-area-v2 {
  position: relative;
}

.pricing-area-v2::after,
.pricing-area-v2::before {
  display: none;
}

.pricing-area-v2 .section-header-container {
  max-width: 788px;
  width: 100%;
  margin: 0 auto;
}

.pricing-area-v2 .section-header-container .section-heading-wrapper {
  justify-content: center;
  align-items: center;
  text-align: center;
}

.pricing-area-v2 .section-header-container .billing-labels {
  justify-content: center;
}

.pricing-area-v2 .pricing-content-area .pricing-item {
  background: rgba(255, 255, 255, 0.03);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-radius: 8px;
  position: relative;
}

.pricing-area-v2 .pricing-content-area .pricing-item .item-shape {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 202px;
  height: 46px;
  z-index: 1;
}

.pricing-area-v2 .pricing-content-area .pricing-item .popular-tag {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: var(--zo-common-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 4px;
  z-index: 2;
}

.pricing-area-v2 .pricing-content-area .pricing-item .popular-tag::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: var(--zo-common-gradient);
  border-radius: 50%;
  z-index: 2;
  margin-left: -44px;
}

.pricing-area-v2 .pricing-content-area .pricing-item .item-header {
  background: rgba(255, 255, 255, 0.03);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-radius: 8px 8px 0 0;
  padding: 52px 24px 62px;
  text-align: center;
}

.pricing-area-v2 .pricing-content-area .pricing-item .item-header .price-wrapper {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.pricing-area-v2 .pricing-content-area .pricing-item .item-header .price-wrapper h2 {
  background: var(--zo-common-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pricing-area-v2 .pricing-content-area .pricing-item.popular-item .item-header {
  background: var(--zo-common-gradient);
}

.pricing-area-v2 .pricing-content-area .pricing-item.popular-item .item-header h3 {
  color: var(--zo-common-black);
}

.pricing-area-v2 .pricing-content-area .pricing-item.popular-item .item-header h2 {
  background: unset;
  -webkit-text-fill-color: var(--zo-common-black);
}

.pricing-area-v2 .pricing-content-area .pricing-item.popular-item .item-header p {
  color: var(--zo-common-black);
}

.pricing-area-v2 .pricing-content-area .pricing-feature ul {
  padding: 0;
}

.pricing-area-v2 .pricing-content-area .pricing-feature ul li {
  list-style: none;
  position: relative;
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px),
only screen and (min-width: 768px) and (max-width: 991.98px) {
  .pricing-area-v2 .pricing-content-area .pricing-feature ul li {
    font-size: 14px;
  }
}

.pricing-area-v2 .pricing-content-area .pricing-feature ul li i {
  margin-right: 4px;
  font-size: 24px;
  line-height: 1;
  background: var(--zo-common-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px),
only screen and (min-width: 768px) and (max-width: 991.98px) {
  .pricing-area-v2 .pricing-content-area .pricing-feature ul li i {
    font-size: 20px;
  }
}

.pricing-area-v2 .pricing-content-area .pricing-feature ul li:last-child {
  margin-bottom: 0;
}

/*----------------------------------------*/
/*  18. Testimonial Area 2 Style
/*----------------------------------------*/
.testimonial-area-2 {
  background: rgba(255, 255, 255, 0.031372549);
}

.testimonial-area-2 .card-wrapper {
  overflow: hidden;
}

.testimonial-area-2 .single-card .top-content {
  padding: 32px 32px 8px;
  position: relative;
}

.testimonial-area-2 .single-card .top-content .card-bg {
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 52px);
  z-index: -1;
  background: rgba(255, 255, 255, 0.031372549);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.testimonial-area-2 .single-card .top-content::before {
  content: "";
  position: absolute;
  bottom: -5px;
  border-radius: 8px;
  right: 120px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 23px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 46px solid rgba(255, 255, 255, 0.031372549);
  z-index: 2;
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .testimonial-area-2 .single-card .top-content::before {
    right: 50%;
  }
}

.testimonial-area-2 .single-card .top-content::after {
  content: "";
  position: absolute;
  bottom: -5px;
  border-radius: 8px;
  right: 120px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 23px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 46px solid rgba(255, 255, 255, 0.031372549);
  z-index: 3;
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .testimonial-area-2 .single-card .top-content::after {
    right: 50%;
  }
}

.testimonial-area-2 .single-card .top-content .card-bg-shape {
  position: absolute;
  bottom: -5px;
  border-radius: 8px;
  right: 120px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 23px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 46px solid var(--zo-common-background);
  z-index: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .testimonial-area-2 .single-card .top-content .card-bg-shape {
    right: 50%;
  }
}

.testimonial-area-2 .single-card .top-content p {
  color: var(--zo-text-body-2);
  min-height: 140px;
}

.testimonial-area-2 .single-card .top-content .quote {
  filter: drop-shadow(0 0 30px #EFEA4F);
  position: relative;
  z-index: -2;
}

.testimonial-area-2 .single-card .rating {
  display: flex;
  gap: 16px;
}

.testimonial-area-2 .single-card .rating i {
  color: var(--zo-theme-primary);
  font-size: 26px;
}

.testimonial-area-2 .single-card .card-bottom-content {
  display: flex;
  justify-content: end;
  min-width: 200px;
  width: 100%;
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .testimonial-area-2 .single-card .card-bottom-content {
    justify-content: center;
  }
}

.testimonial-area-2 .single-card .card-bottom-content .user-img,
.testimonial-area-2 .single-card .card-bottom-content img {
  max-width: 120px;
  width: 100%;
  aspect-ratio: 1/1;
}

.testimonial-area-2 .single-card .card-bottom-content .author-info {
  margin-right: 24px;
  text-align: center;
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .testimonial-area-2 .single-card .card-bottom-content .author-info {
    margin-right: 0;
  }
}

/*----------------------------------------*/
/*  19. Blog and News Home 2 Area Style
/*----------------------------------------*/
.blog-news-area-v2 {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background: unset;
  -webkit-backdrop-filter: unset;
  backdrop-filter: unset;
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .blog-news-area-v2 {
    padding-bottom: 140px;
  }

  .blog-news-area-v2 .primary-btn {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.blog-news-area-v2 .section-shape {
  left: unset;
  right: 0;
  top: unset;
  bottom: 50px;
  transform: rotateY(180deg);
}

.blog-news-area-v2 .section-plus-shape {
  right: unset;
  left: 108px;
  top: 380px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199.98px),
only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .blog-news-area-v2 .section-plus-shape {
    left: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .blog-news-area-v2 .blog-news-title {
    padding: 0;
  }
}

.blog-news-area-v2 .section-heading-wrapper {
  align-items: flex-start;
  text-align: left;
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .blog-news-area-v2 .section-heading-wrapper {
    text-align: center;
    align-items: center;
  }
}

.blog-news-area-v2 .title-right-area {
  text-align: end;
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .blog-news-area-v2 .title-right-area {
    text-align: center;
  }
}

.blog-news-area-v2 .blog-card-wrapper {
  position: relative;
}

.blog-news-area-v2 .blog-card-wrapper .thumbnail-image-wrapper img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 464px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  visibility: hidden;
  opacity: 0;
  transition: all 0.8s ease-in-out;
  border-radius: 8px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .blog-news-area-v2 .blog-card-wrapper .thumbnail-image-wrapper img {
    max-width: 438px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog-news-area-v2 .blog-card-wrapper .thumbnail-image-wrapper img {
    max-width: 428px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .blog-news-area-v2 .blog-card-wrapper .thumbnail-image-wrapper img {
    max-width: 330px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .blog-news-area-v2 .blog-card-wrapper .thumbnail-image-wrapper img {
    position: unset;
    max-width: 100%;
    height: 0;
    max-height: 350px;
    margin-top: 12px;
  }
}

.blog-news-area-v2 .blog-card-wrapper article {
  background: unset;
  -webkit-backdrop-filter: unset;
  backdrop-filter: unset;
  border-radius: unset;
  padding-bottom: 48px;
  margin-bottom: 48px;
  border-bottom: 1px solid var(--zo-border-1);
  transition: all 0.3s ease-in-out;
  max-width: 100%;
}

.blog-news-area-v2 .blog-card-wrapper article:nth-child(2) .row {
  --bs-gutter-x: unset;
}

.blog-news-area-v2 .blog-card-wrapper article:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .blog-news-area-v2 .blog-card-wrapper article:nth-child(odd) .row {
    flex-direction: unset;
  }
}

.blog-news-area-v2 .blog-card-wrapper article:hover {
  border-bottom: 1px solid var(--zo-theme-primary);
  -o-border-image: var(--zo-common-gradient);
  border-image: var(--zo-common-gradient);
  border-image-slice: 1;
}

.blog-news-area-v2 .blog-card-wrapper article:last-child {
  border: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .blog-news-area-v2 .blog-card-wrapper article {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

.blog-news-area-v2 .blog-card-wrapper .blog-card-item.active .thumbnail-image-wrapper img {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .blog-news-area-v2 .blog-card-wrapper .blog-card-item.active .thumbnail-image-wrapper img {
    transform: translateX(0) scale(1);
    height: 100%;
  }
}

.blog-news-area-v2 .blog-card-wrapper .blog-content p {
  margin: 0 0 12px 0;
  color: var(--zo-text-body-2);
}

.blog-news-area-v2 .blog-card-wrapper .blog-content h5 {
  padding-top: 8px;
}

.blog-news-area-v2 .blog-card-wrapper .blog-content .read-more-btn {
  display: inline-block;
  background: var(--zo-common-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*----------------------------------------*/
/*  31. About Us Page Style
/*----------------------------------------*/
.about-us-area-v2 {
  background-color: unset;
  -webkit-backdrop-filter: unset;
  backdrop-filter: unset;
}

.pricing-area-v3::before {
  top: 140px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .pricing-area-v3::before {
    top: 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .pricing-area-v3::before {
    top: 50px;
  }
}

/*----------------------------------------*/
/*  32. Blog Page Style
/*----------------------------------------*/
.blog-page-area .single-news {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border-radius: 8px;
  min-height: 520px;
  display: flex;
  align-items: flex-end;
  transition: transform 0.3s ease;
}

.blog-page-area .single-news:hover .news-image img {
  opacity: 1;
  transform: scale(1);
}

.blog-page-area .single-news:hover .content-bottom .title-xss {
  margin-bottom: 24px;
}

.blog-page-area .single-news:hover .content-bottom .read-more-btn {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  max-height: 80px;
}

.blog-page-area .single-news .news-image {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}

.blog-page-area .single-news .news-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.12);
  transition: opacity 0.5s ease, transform 0.7s ease;
}

.blog-page-area .single-news .content-bottom {
  position: relative;
  z-index: 2;
  width: 100%;
  color: #fff;
}

.blog-page-area .single-news .content-bottom .meta {
  display: flex;
  gap: 24px;
  margin-bottom: 12px;
}

.blog-page-area .single-news .content-bottom .meta span {
  font-size: var(--zo-fz-p1);
  line-height: var(--zo-lh-h5);
  display: flex;
  gap: 6px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .blog-page-area .single-news .content-bottom .meta span {
    font-size: var(--zo-fz-p2);
  }
}

.blog-page-area .single-news .content-bottom h6 {
  margin-bottom: 0;
  transition: margin-bottom 0.3s ease;
}

.blog-page-area .single-news .content-bottom .read-more-btn {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  transform: translateY(12px);
}

.blog-page-area .single-news .content-bottom .read-more-btn i {
  margin-left: 8px;
  font-size: 22px;
}

.blog-page-area .pagination {
  display: flex;
  gap: 16px;
  justify-content: center;
  padding-top: 60px;
}

@media (max-width: 399px) {
  .blog-page-area .pagination {
    gap: 8px;
  }
}

.blog-page-area .pagination .current {
  color: var(--zo-common-black);
  background: var(--zo-common-gradient);
}

.blog-page-area .pagination a {
  padding: 10px 12px 12px;
  background: var(--zo-common-black);
  border: 1px solid var(--zo-border-1);
  border-radius: 2px;
  width: 48px;
  height: 48px;
  text-align: center;
  font-size: var(--zo-fz-button);
  font-weight: var(--zo-fw-bold);
  line-height: var(--zo-lh-btn);
  font-family: var(--zo-ff-button);
}

@media (max-width: 399px) {
  .blog-page-area .pagination a {
    width: 40px;
    height: 40px;
    padding: 7px 5px 12px 5px;
  }
}

.blog-page-area .pagination a:hover {
  background: var(--zo-common-gradient);
  color: var(--zo-common-black);
}

.blog-page-area .pagination a:hover svg path {
  fill: var(--zo-common-black);
}

.news-date {
  display: flex;
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 2;
}

.news-date span {
  background: var(--zo-common-gradient);
  padding: 12px 16px;
  border-radius: 4px;
}

.news-date span a {
  color: var(--zo-common-black);
  font-size: var(--zo-fz-p1);
}

.news-date span i {
  font-size: 24px;
  margin-right: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .sidebar-wrapper {
    padding-top: 60px;
  }
}

/*----------------------------------------*/
/*  33. Blog Details Page Style
/*----------------------------------------*/
.blog-details-breadcrumb h1 {
  font-size: var(--zo-fz-h2);
  line-height: var(--zo-lh-h2);
}

.page-blog-single-area img {
  width: 100%;
  height: auto;
}

.page-blog-single-area .blog-details-wrapper .blog-main-content .feature-image {
  padding-bottom: 60px;
}

.page-blog-single-area .blog-details-wrapper .blog-main-content .feature-image img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.page-blog-single-area .blog-details-wrapper .blog-main-content .feature-image .top-meta {
  display: flex;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.03);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border-radius: 0px 0px 8px 8px;
  padding: 24px;
}

@media (max-width: 450px) {
  .page-blog-single-area .blog-details-wrapper .blog-main-content .feature-image .top-meta {
    padding: 8px;
    flex-direction: column;
    gap: 8px;
  }
}

.page-blog-single-area .blog-details-wrapper .blog-main-content .feature-image .top-meta span {
  color: var(--zo-grey-body);
  font-size: var(--zo-fz-p1);
}

@media (max-width: 576px) {
  .page-blog-single-area .blog-details-wrapper .blog-main-content .feature-image .top-meta span {
    font-size: var(--zo-fz-p2);
  }
}

.page-blog-single-area .blog-details-wrapper .blog-main-content .feature-image .top-meta i {
  margin-right: 5px;
}

.page-blog-single-area .blog-details-wrapper .blog-main-content .feature-image .top-meta .meta-left {
  display: flex;
  gap: 24px;
}

@media (max-width: 450px) {
  .page-blog-single-area .blog-details-wrapper .blog-main-content .feature-image .top-meta .meta-left {
    gap: 12px;
  }
}

.page-blog-single-area .blog-details-wrapper .blog-main-content .wp-block-heading {
  font-size: var(--zo-fz-h3);
  line-height: var(--zo-lh-h3);
}

.page-blog-single-area .blog-details-wrapper .blog-main-content .content-area p {
  color: var(--zo-grey-body);
  margin: 48px 0;
}

.page-blog-single-area .blog-details-wrapper .blog-main-content .content-area .post-inner-image img {
  border-radius: 8px;
}

.page-blog-single-area .blog-details-wrapper .blog-main-content .content-area .post-inner-image .single-image img {
  min-height: 300px;
}

.page-blog-single-area .blog-details-wrapper .blog-main-content .content-area .post-inner-image .image-full {
  max-height: 340px;
  margin-bottom: 48px;
}

.page-blog-single-area .blog-details-wrapper .blog-main-content .content-area .custom-quote-box {
  background: rgba(255, 255, 255, 0.03);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border-radius: 8px;
}

.page-blog-single-area .blog-details-wrapper .blog-main-content .content-area .custom-quote-box:after {
  content: "";
  display: block;
  clear: both;
  background: rgba(255, 255, 255, 0.03);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-radius: 0 0 8px 8px;
  width: 100%;
  height: 43px;
}

.page-blog-single-area .blog-details-wrapper .blog-main-content .content-area .custom-quote-box .quote-text {
  padding: 48px 32px 0 48px;
  font-size: var(--zo-fz-h5);
  line-height: var(--zo-lh-h5);
  font-weight: var(--zo-fw-sbold);
  display: block;
}

@media (max-width: 450px) {
  .page-blog-single-area .blog-details-wrapper .blog-main-content .content-area .custom-quote-box .quote-text {
    padding: 20px;
  }
}

.page-blog-single-area .blog-details-wrapper .blog-main-content .content-area .custom-quote-box .quote-author {
  padding: 16px 48px 32px 48px;
  background: var(--zo-common-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@media (max-width: 450px) {
  .page-blog-single-area .blog-details-wrapper .blog-main-content .content-area .custom-quote-box .quote-author {
    padding: 16px 20px;
  }
}

.page-blog-single-area .blog-details-wrapper .blog-main-content .content-area .custom-quote-box .quote-svg {
  position: absolute;
  right: 12px;
  bottom: -19px;
}

.page-blog-single-area .blog-details-wrapper .blog-content-footer {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--zo-border-1);
  padding-bottom: 48px;
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .page-blog-single-area .blog-details-wrapper .blog-content-footer {
    flex-direction: column;
    gap: 30px;
  }
}

.page-blog-single-area .blog-details-wrapper .blog-content-footer ul {
  margin-top: 24px;
  display: flex;
}

.page-blog-single-area .blog-details-wrapper .blog-content-footer ul li {
  background: rgba(255, 255, 255, 0.03);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.page-blog-single-area .blog-details-wrapper .blog-content-footer .tag-area ul {
  gap: 24px;
}

.page-blog-single-area .blog-details-wrapper .blog-content-footer .tag-area ul li {
  border-radius: 4px;
  padding: 12px 24px;
}

@media (max-width: 450px) {
  .page-blog-single-area .blog-details-wrapper .blog-content-footer .tag-area ul li {
    padding: 12px;
  }
}

.page-blog-single-area .blog-details-wrapper .blog-content-footer .tag-area ul li:hover a {
  background: var(--zo-common-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.page-blog-single-area .blog-details-wrapper .blog-content-footer .share-area ul {
  gap: 16px;
}

.page-blog-single-area .blog-details-wrapper .blog-content-footer .share-area ul li {
  padding: 8px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 2px;
}

.page-blog-single-area .blog-details-wrapper .blog-content-footer .share-area ul li:hover {
  background: var(--zo-common-gradient);
}

.page-blog-single-area .blog-details-wrapper .blog-content-footer .share-area ul li:hover a i {
  color: var(--zo-common-black);
}

.page-blog-single-area .blog-details-wrapper .blog-content-footer .share-area ul li a i {
  font-size: 24px;
}

.page-blog-single-area .blog-details-wrapper .comments-area {
  margin-top: 80px;
}

.page-blog-single-area .blog-details-wrapper .comments-area .comment-list {
  background: rgba(255, 255, 255, 0.03);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border-radius: 8px;
  padding: 60px 20px 60px 60px;
}

@media (max-width: 576px) {
  .page-blog-single-area .blog-details-wrapper .comments-area .comment-list {
    padding: 20px;
  }
}

.page-blog-single-area .blog-details-wrapper .comments-area .comment-list h5 {
  border-bottom: 1px solid var(--zo-border-1);
  margin-bottom: 24px;
  padding-bottom: 16px;
}

.page-blog-single-area .blog-details-wrapper .comments-area .comment-list .children {
  margin-top: 48px;
  padding-left: 62px;
}

@media (max-width: 399px) {
  .page-blog-single-area .blog-details-wrapper .comments-area .comment-list .children {
    padding-left: 36px;
  }
}

.page-blog-single-area .blog-details-wrapper .comments-area .comment-list .reply-btn {
  padding: 8px 30px;
}

.page-blog-single-area .blog-details-wrapper .comments-area .comment-list .list-item {
  display: flex;
  gap: 24px;
  padding-right: 40px;
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .page-blog-single-area .blog-details-wrapper .comments-area .comment-list .list-item {
    padding-right: 0;
  }
}

@media (max-width: 576px) {
  .page-blog-single-area .blog-details-wrapper .comments-area .comment-list .list-item {
    flex-direction: column;
  }
}

.page-blog-single-area .blog-details-wrapper .comments-area .comment-list .list-item .author-image img {
  width: 120px;
  height: 120px;
  border-radius: 100px;
}

.page-blog-single-area .blog-details-wrapper .comments-area .comment-list .list-item .comment-content .author-info {
  display: flex;
  justify-content: space-between;
}

.page-blog-single-area .blog-details-wrapper .comments-area .comment-list .list-item .comment-content .author-info p {
  font-size: var(--zo-fz-p2);
}

.page-blog-single-area .blog-details-wrapper .comments-area .comment-list .list-item .comment-content .author-comment {
  margin: 16px 0 24px 0;
}

.page-blog-single-area .blog-details-wrapper .comments-area .comment-list .list-item .comment-content .author-comment p {
  color: var(--zo-text-body-2);
}

.page-blog-single-area .blog-details-wrapper .comments-area .comment-respond {
  background: rgba(255, 255, 255, 0.03);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border-radius: 8px;
  padding: 60px;
  margin-top: 80px;
}

@media (max-width: 576px) {
  .page-blog-single-area .blog-details-wrapper .comments-area .comment-respond {
    padding: 40px;
  }
}

.page-blog-single-area .blog-details-wrapper .comments-area .comment-respond h5 {
  border-bottom: 1px solid var(--zo-border-1);
  margin-bottom: 24px;
  padding-bottom: 16px;
}

.page-blog-single-area .blog-details-wrapper .comments-area .comment-respond p,
.page-blog-single-area .blog-details-wrapper .comments-area .comment-respond label {
  color: var(--zo-grey-body);
}

.page-blog-single-area .blog-details-wrapper .comments-area .comment-respond label {
  margin-bottom: 12px;
}

.page-blog-single-area .blog-details-wrapper .comments-area .comment-respond .comment-form .form-control {
  background: rgba(255, 255, 255, 0.03);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border-radius: 4px;
  border: transparent;
  outline: none;
  box-shadow: none;
  color: var(--zo-grey-body);
  min-height: 48px;
}

.page-blog-single-area .blog-details-wrapper .comments-area .comment-respond .comment-form textarea {
  min-height: 140px;
  resize: none;
}

.page-blog-single-area .blog-details-wrapper .comments-area .comment-respond .comment-form button {
  border: none;
}

.page-blog-single-area .blog-details-wrapper .comments-area .comment-respond .comment-form .comment-form-cookies-consent {
  display: flex;
  align-items: center;
}

.page-blog-single-area .blog-details-wrapper .comments-area .comment-respond .comment-form .comment-form-cookies-consent label {
  margin: 24px 0;
  cursor: pointer;
}

.page-blog-single-area .blog-details-wrapper .comments-area .comment-respond .comment-form .comment-form-cookies-consent input {
  width: 15px;
  height: 15px;
  border: 1px solid #CED1D4;
  border-radius: 2px;
  margin-right: 10px;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}

.page-blog-single-area .blog-details-wrapper .comments-area .comment-respond .comment-form .comment-form-cookies-consent input:checked {
  border-color: var(--zo-common-white);
  background: transparent;
}

.page-blog-single-area .blog-details-wrapper .comments-area .comment-respond .comment-form .comment-form-cookies-consent input:checked::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--zo-common-white);
  font-size: 12px;
}

.page-blog-single-area ul li {
  list-style: none;
}

/*----------------------------------------*/
/*  34. Services Page Style
/*----------------------------------------*/
.service-page-area::after {
  display: none;
}

/*----------------------------------------*/
/*  35. Service Details Page Style
/*----------------------------------------*/
.service-details-area .service-details-sidebar {
  padding: 0;
}

.service-details-area .service-details-sidebar .widget-title {
  border: 0;
  padding: 0;
}

.service-details-area .service-details-sidebar ul li {
  margin-bottom: 20px;
}

.service-details-area .service-details-sidebar ul li:last-child {
  margin-bottom: 0;
}

.service-details-area .service-details-sidebar ul .service-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-radius: 4px;
}

.service-details-area .service-details-sidebar ul .service-list svg {
  border-radius: 50%;
  box-shadow: 0px 0px 20px 0px rgba(254, 229, 81, 0.35);
}

.service-details-area .service-details-sidebar ul .service-list.active h5,
.service-details-area .service-details-sidebar ul .service-list:hover h5 {
  background: var(--zo-common-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service-details-area .service-details-sidebar .service-cta-widget {
  padding-bottom: 0;
  text-align: center;
  overflow: hidden;
}

.service-details-area .service-details-sidebar .service-cta-widget .sidebar-cta-widget {
  position: relative;
}

.service-details-area .service-details-sidebar .service-cta-widget .sidebar-cta-widget img {
  width: 100%;
  height: auto;
  margin-top: 60px;
}

.service-details-area .service-details-sidebar .service-cta-widget .cta-sidebar-shape {
  width: 493px;
  height: 493px;
  background: var(--zo-common-gradient);
  border-radius: 50%;
  position: absolute;
  top: 140px;
  left: -118px;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (min-width: 576px) and (max-width: 767.98px) {
  .service-details-area .service-details-sidebar .service-cta-widget .cta-sidebar-shape {
    left: 50%;
    transform: translateX(-50%);
  }
}

.service-details-area .thumbnail-img {
  border-radius: 12px;
  margin-bottom: 60px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .service-details-area .thumbnail-img {
    margin-bottom: 48px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .service-details-area .thumbnail-img {
    margin-bottom: 30px;
  }
}

.service-details-area .thumbnail-img img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.service-details-area .service-details-content h2 {
  padding-bottom: 28px;
}

.service-details-area .service-details-content h3 {
  padding-bottom: 24px;
}

.service-details-area .service-details-content p {
  padding-bottom: 48px;
  color: var(--zo-text-body-2);
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .service-details-area .service-details-content p {
    padding-bottom: 30px;
  }
}

.service-details-area .single-service-step span {
  font-size: var(--zo-fz-button);
  line-height: var(--zo-lh-btn);
  font-weight: var(--zo-fw-bold);
  color: var(--zo-theme-primary);
}

.service-details-area .single-service-step h4 {
  padding: 8px 0 16px;
}

.service-details-area .content-img {
  padding-bottom: 48px;
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .service-details-area .content-img {
    padding-bottom: 30px;
  }
}

.service-details-area .content-img img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

/*----------------------------------------*/
/*   20. Hero Banner Area Home 3 Style
/*----------------------------------------*/
.hero-area {
  position: relative;
  height: 100vh;
  min-height: 903px;
  overflow: hidden;
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .hero-area {
    min-height: 600px;
  }
}

@media (max-width: 576px) {
  .hero-area {
    min-height: 550px;
  }
}

.hero-area::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 50%;
  height: 100%;
  background: rgba(106, 106, 107, 0.4);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 3;
  pointer-events: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .hero-area::before {
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .hero-area::before {
    display: none;
  }
}

.hero-area .hero-main-slider {
  position: relative;
  height: 100%;
  z-index: 3;
}

.hero-area .slider-wrapper {
  position: relative;
  height: 100%;
}

.hero-area .single-slider {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.hero-area .single-slider.active {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

.hero-area .single-slider.active .hero-content>* {
  animation: heroFadeUp 0.9s ease both;
}

.hero-area .single-slider::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--bg-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.hero-area .single-slider .container {
  position: relative;
  z-index: 9;
}

.hero-area .overlay-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
  z-index: 1;
}

.hero-area .hero-content {
  max-width: 680px;
  position: relative;
  z-index: 9;
}

.hero-area .hero-content>span {
  background: var(--zo-common-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-flex;
  align-items: center;
  font-size: var(--zo-fz-h5);
  gap: 8px;
  margin-bottom: 16px;
  animation-delay: 0.05s;
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .hero-area .hero-content>span {
    font-size: var(--zo-fz-p2);
  }
}

@media (max-width: 576px) {
  .hero-area .hero-content>span {
    font-size: var(--zo-sub-heading);
    gap: 6px;
  }
}

.hero-area .hero-content .dot {
  width: 14px;
  height: 14px;
  background: var(--zo-common-gradient);
  border-radius: 50%;
  flex-shrink: 0;
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .hero-area .hero-content .dot {
    width: 12px;
    height: 12px;
  }
}

@media (max-width: 576px) {
  .hero-area .hero-content .dot {
    width: 10px;
    height: 10px;
  }
}

.hero-area .hero-content h1,
.hero-area .hero-content h2 {
  color: var(--zo-common-white);
  margin-bottom: 16px;
  animation-delay: 0.1s;
  font-size: var(--zo-fz-h1);
  line-height: var(--zo-lh-h1);
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {

  .hero-area .hero-content h1,
  .hero-area .hero-content h2 {
    margin-bottom: 12px;
  }
}

.hero-area .hero-content h1 .highlight,
.hero-area .hero-content h2 .highlight {
  display: inline-block;
  background: var(--zo-common-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (min-width: 992px) and (max-width: 1199.98px) {

  .hero-area .hero-content h1,
  .hero-area .hero-content h2 {
    font-size: var(--zo-fz-tab-h2);
    line-height: var(--zo-lh-tab-h2);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {

  .hero-area .hero-content h1,
  .hero-area .hero-content h2 {
    font-size: var(--zo-fz-mob-h2);
    line-height: var(--zo-lh-mob-h2);
  }
}

.hero-area .hero-content p {
  margin-bottom: 32px;
  animation-delay: 0.18s;
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .hero-area .hero-content p {
    margin-bottom: 24px;
  }
}

@media (max-width: 576px) {
  .hero-area .hero-content p {
    margin-bottom: 20px;
  }
}

.hero-area .header-container-v2 {
  position: relative;
}

.hero-area .hero-thumbs-container {
  position: absolute;
  bottom: 63px;
  right: 0;
  width: 410px;
  z-index: 20;
  overflow: visible;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .hero-area .hero-thumbs-container {
    bottom: 40px;
    width: 300px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .hero-area .hero-thumbs-container {
    bottom: 30px;
    right: 50%;
    transform: translateX(50%);
    width: 260px;
  }
}

@media (max-width: 576px) {
  .hero-area .hero-thumbs-container {
    bottom: 20px;
    width: 200px;
    right: 50%;
    transform: translateX(50%);
  }
}

.hero-area .hero-thumb-slider {
  width: 100%;
  height: 140px;
  overflow: hidden;
  padding: 10px 0;
}

.hero-area .thumb-wrapper {
  display: flex;
  gap: 16px;
  height: 100%;
  align-items: end;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .hero-area .thumb-wrapper {
    gap: 12px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .hero-area .thumb-wrapper {
    gap: 10px;
  }
}

@media (max-width: 576px) {
  .hero-area .thumb-wrapper {
    gap: 8px;
  }
}

.hero-area .single-thumb {
  width: 120px;
  height: 120px;
  flex-shrink: 0;
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.3s ease;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .hero-area .single-thumb {
    width: 90px;
    height: 90px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .hero-area .single-thumb {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 576px) {
  .hero-area .single-thumb {
    width: 60px;
    height: 60px;
  }
}

.hero-area .single-thumb:hover {
  opacity: 0.8;
}

.hero-area .single-thumb.active {
  opacity: 1;
}

.hero-area .single-thumb.active .thumb-box {
  border-color: var(--zo-theme-secondary);
  box-shadow: 0 0 16px rgba(184, 255, 71, 0.3);
}

.hero-area .thumb-box {
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}

@media (max-width: 576px) {
  .hero-area .thumb-box {
    border-radius: 6px;
  }
}

.hero-area .thumb-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

/*----------------------------------------*/
/*  21. Gallery Area Home 3 Style
/*----------------------------------------*/
.gallery-area {
  overflow: hidden;
}

.gallery-area .heading-container {
  max-width: 586px;
}

.gallery-area .gallery-container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.gallery-area .gallery-container .marquee-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.gallery-area .gallery-container .marquee-wrapper .marquee-inner {
  display: flex;
  animation: marqueeScroll 30s linear infinite;
  will-change: transform;
  width: -moz-max-content;
  width: max-content;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .gallery-area .gallery-container .marquee-wrapper .marquee-inner {
    animation-duration: 25s;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .gallery-area .gallery-container .marquee-wrapper .marquee-inner {
    animation-duration: 18s;
  }
}

.gallery-area .gallery-container .marquee-wrapper .marquee-inner:hover {
  animation-play-state: paused;
}

.gallery-area .gallery-container .marquee-wrapper .marquee-inner .single-marquee {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .gallery-area .gallery-container .marquee-wrapper .marquee-inner .single-marquee {
    width: 240px;
    height: 300px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .gallery-area .gallery-container .marquee-wrapper .marquee-inner .single-marquee {
    width: 180px;
    height: 220px;
    border-radius: 8px;
  }
}

.gallery-area .gallery-container .marquee-wrapper .marquee-inner .single-marquee:hover {
  transform: scale(1.05);
}

.gallery-area .gallery-container .marquee-wrapper .marquee-inner .single-marquee img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

.gallery-area .genarate-users {
  margin-top: 60px;
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .gallery-area .genarate-users {
    margin-top: 24px;
  }
}

.gallery-area .genarate-users .genarate-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .gallery-area .genarate-users .genarate-wrapper {
    gap: 16px;
  }
}

.gallery-area .genarate-users .genarate-wrapper .user-group {
  gap: 12px;
}

.gallery-area .genarate-users .genarate-wrapper .user-group .img-group {
  display: flex;
  align-items: center;
}

.gallery-area .genarate-users .genarate-wrapper .user-group .img-group img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 3px solid var(--zo-body-bg);
  margin-left: -12px;
  transition: transform 0.3s ease;
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .gallery-area .genarate-users .genarate-wrapper .user-group .img-group img {
    width: 32px;
    height: 32px;
    margin-left: -6px;
  }
}

.gallery-area .genarate-users .genarate-wrapper .user-group .img-group img:first-child {
  margin-left: 0;
}

.gallery-area .genarate-users .genarate-wrapper .user-group .img-group img:hover {
  transform: translateY(-4px);
  z-index: 1;
}

.gallery-area .genarate-users .counter span {
  display: block;
  font-size: var(--zo-fz-h6);
  line-height: var(--zo-lh-h6);
  font-weight: var(--zo-fw-sbold);
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .gallery-area .genarate-users .counter span {
    font-size: var(--zo-fz-tab-h6);
    line-height: var(--zo-lh-tab-h6);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .gallery-area .genarate-users .counter span {
    font-size: var(--zo-fz-mob-h6);
    line-height: var(--zo-lh-mob-h6);
  }
}

/*----------------------------------------*/
/*  22. Service Area Home 3 Style
/*----------------------------------------*/
.service-v3-area {
  background: rgba(255, 255, 255, 0.03);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service-v3-area .service-v3-container {
    max-width: 1440px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .service-v3-area .service-v3-container {
    padding-inline: 24px;
  }
}

.service-v3-area .service-left {
  position: relative;
  max-width: 532px;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .service-v3-area .service-left {
    padding: 30px 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 16px;
    max-width: 100%;
    min-height: 360px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .service-v3-area .service-left {
    min-height: 520px;
  }
}

.service-v3-area .service-left .service-v3-gredient-icon {
  position: absolute;
  top: 50px;
  left: 90px;
  z-index: 10;
  animation: float 3s ease-in-out infinite;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .service-v3-area .service-left .service-v3-gredient-icon {
    top: 500px;
    left: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .service-v3-area .service-left .service-v3-gredient-icon {
    top: -10px;
    left: 10px;
  }
}

.service-v3-area .service-left .service-v3-gredient-icon img {
  width: 80px;
  height: 80px;
  filter: drop-shadow(0 10px 30px rgba(184, 255, 71, 0.4));
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .service-v3-area .service-left .service-v3-gredient-icon img {
    width: 60px;
    height: 60px;
  }
}

.service-v3-area .service-left .big-thumb {
  position: absolute;
  top: 0%;
  right: 0%;
  max-width: 380px;
  width: 100%;
  height: auto;
  transition: transform 0.6s ease;
}

.service-v3-area .service-left .small-thumb {
  position: absolute;
  bottom: 10px;
  left: 20px;
  max-width: 280px;
  width: 100%;
  height: auto;
  z-index: 2;
  border-radius: 12px;
  transition: transform 0.6s ease;
}

.service-v3-area .service-right {
  margin-left: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .service-v3-area .service-right {
    margin-left: 0;
    margin-top: 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .service-v3-area .service-right {
    margin-left: 0;
    margin-top: 30px;
    position: relative;
    padding: 20px;
  }

  .service-v3-area .service-right::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(31, 38, 42, 0.3);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: 1;
    pointer-events: none;
    border-radius: 8px;
  }
}

@media (max-width: 576px),
(max-width: 450px) {
  .service-v3-area .service-right {
    margin-left: 0;
    margin-top: 24px;
    padding: 16px;
    position: relative;
  }

  .service-v3-area .service-right::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(22, 27, 29, 0.3);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: 1;
    pointer-events: none;
    border-radius: 8px;
  }
}

.service-v3-area .service-right ul {
  list-style: none;
}

.service-v3-area .service-right ul li {
  margin-bottom: 48px;
  padding-bottom: 25px;
  position: relative;
  cursor: pointer;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .service-v3-area .service-right ul li {
    margin-bottom: 40px;
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .service-v3-area .service-right ul li {
    margin-bottom: 32px;
    padding-bottom: 18px;
    position: relative;
    z-index: 2;
  }
}

@media (max-width: 576px),
(max-width: 450px) {
  .service-v3-area .service-right ul li {
    margin-bottom: 24px;
    padding-bottom: 16px;
    position: relative;
    z-index: 2;
  }
}

.service-v3-area .service-right ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #33434d;
  transition: background 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-v3-area .service-right ul li h2 {
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-v3-area .service-right ul li .top-corner-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-v3-area .service-right ul li .top-corner-arrow svg {
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  filter: grayscale(1) opacity(1);
  width: 88px;
  height: 88px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .service-v3-area .service-right ul li .top-corner-arrow svg {
    width: 70px;
    height: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .service-v3-area .service-right ul li .top-corner-arrow svg {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 576px),
(max-width: 450px) {
  .service-v3-area .service-right ul li .top-corner-arrow svg {
    width: 50px;
    height: 50px;
  }
}

.service-v3-area .service-right ul li:hover h2 {
  background: var(--zo-common-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service-v3-area .service-right ul li:hover::after {
  background: var(--zo-common-gradient);
}

.service-v3-area .service-right ul li:hover .top-corner-arrow svg {
  filter: grayscale(0) opacity(1);
}

.service-v3-area .service-right ul li:last-child {
  margin-bottom: 0;
}

/*----------------------------------------*/
/*  23. Prompt Gallery Area Style
/*----------------------------------------*/
.prompt-gallery-area {
  position: relative;
  overflow: hidden;
}

.prompt-gallery-area .left-shape {
  position: absolute;
  left: 0;
  top: 120px;
}

.prompt-gallery-area .right-shape {
  position: absolute;
  right: 0;
  bottom: 120px;
}

.prompt-gallery-area .gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 360px;
  gap: 24px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .prompt-gallery-area .gallery {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 240px;
    gap: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .prompt-gallery-area .gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 220px;
    gap: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .prompt-gallery-area .gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 200px;
    gap: 20px;
  }
}

@media (max-width: 576px) {
  .prompt-gallery-area .gallery {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: 180px;
    gap: 16px;
  }
}

.prompt-gallery-area .gallery-img {
  border-radius: 8px;
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.prompt-gallery-area .gallery-img::after {
  border-radius: 8px;
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30.93%, #000000 100%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
  z-index: 9;
  bottom: 0;
  left: 0;
}

.prompt-gallery-area .gallery-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.5s;
  border-radius: 8px;
  border: 0;
}

.prompt-gallery-area .gallery-img:hover {
  isolation: isolate;
}

.prompt-gallery-area .gallery-img:hover::after {
  opacity: 1;
}

.prompt-gallery-area .button-area {
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  padding: 40px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: 99;
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .prompt-gallery-area .button-area {
    align-content: flex-end;
  }
}

.prompt-gallery-area .button-area button {
  border: 0;
  background: transparent;
}

.prompt-gallery-area .button-area button:focus {
  border: 0;
  outline: 0;
}

.prompt-gallery-area .button-area button i {
  color: var(--zo-common-white);
  font-size: 24px;
  line-height: 1;
}

.prompt-gallery-area .gallery-img:hover .button-area {
  opacity: 1;
}

.prompt-gallery-area .gallery-img:nth-child(1),
.prompt-gallery-area .gallery-img:nth-child(3),
.prompt-gallery-area .gallery-img:nth-child(8),
.prompt-gallery-area .gallery-img:nth-child(12) {
  grid-row: span 1;
}

.prompt-gallery-area .gallery-img:nth-child(1) .button-area,
.prompt-gallery-area .gallery-img:nth-child(3) .button-area,
.prompt-gallery-area .gallery-img:nth-child(8) .button-area,
.prompt-gallery-area .gallery-img:nth-child(12) .button-area {
  margin-top: 0;
}

.prompt-gallery-area .gallery-img:nth-child(2),
.prompt-gallery-area .gallery-img:nth-child(4),
.prompt-gallery-area .gallery-img:nth-child(5),
.prompt-gallery-area .gallery-img:nth-child(6),
.prompt-gallery-area .gallery-img:nth-child(7),
.prompt-gallery-area .gallery-img:nth-child(9),
.prompt-gallery-area .gallery-img:nth-child(10),
.prompt-gallery-area .gallery-img:nth-child(11) {
  grid-row: span 2;
}

.prompt-gallery-area .gallery-img:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 24px rgba(184, 255, 71, 0.15);
}

.prompt-gallery-area .gallery-img:hover img {
  transform: scale(1.05);
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .prompt-gallery-area .gallery-img {
    grid-row: span 2;
  }

  .prompt-gallery-area .gallery-img:nth-child(1) .button-area,
  .prompt-gallery-area .gallery-img:nth-child(3) .button-area,
  .prompt-gallery-area .gallery-img:nth-child(6) .button-area,
  .prompt-gallery-area .gallery-img:nth-child(9) .button-area,
  .prompt-gallery-area .gallery-img:nth-child(12) .button-area {
    margin-top: 0;
  }
}

/*----------------------------------------*/
/*  24. FAQ Area Home 3 Style
/*----------------------------------------*/
.faq-section-3 {
  overflow: hidden;
}

.faq-section-3 .faq-section-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .faq-section-3 .faq-section-container {
    gap: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .faq-section-3 .faq-section-container {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .faq-section-3 .faq-section-container .faq-section-image-wrapper {
    order: 2;
  }

  .faq-section-3 .faq-section-container .faq-section-conten {
    order: 1;
  }
}

.faq-section-3 .faq-section-image-wrapper {
  height: 100%;
}

.faq-section-3 .faq-section-image-wrapper img {
  border-radius: 8px;
}

.faq-section-3 .faq-section-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
}

.faq-section-3 .section-heading-wrapper {
  align-items: start;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .faq-section-3 .section-heading-wrapper {
    align-items: center;
  }
}

.faq-section-3 .single-qa-item {
  position: relative;
  border-radius: 0;
  margin-bottom: 33px;
  background: rgba(255, 255, 255, 0.031372549);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.faq-section-3 .single-qa-item:last-child {
  margin-bottom: 0;
}

.faq-section-3 .single-qa-item::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  top: 0;
  left: -4px;
  border-radius: 8px 0 0 8px;
  background: var(--zo-theme-primary);
  z-index: -1;
}

.faq-section-3 .single-qa-item .question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.faq-section-3 .single-qa-item .question .q-left-items {
  display: flex;
  align-items: center;
  gap: 8px;
}

.faq-section-3 .single-qa-item .question .q-left-items .icon {
  padding: 2px 6px;
  transition: transform 0.3s ease;
}

.faq-section-3 .single-qa-item .question .q-right-icon,
.faq-section-3 .single-qa-item .question .q-right-icon-active {
  transition: all 0.3s ease;
}

.faq-section-3 .single-qa-item .answer {
  display: none;
}

.faq-section-3 .single-qa-item-active {
  position: relative;
  border-radius: 8px;
}

.faq-section-3 .single-qa-item-active::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 100%;
  top: 0;
  left: -4px;
  border-radius: 8px 0 0 8px;
  background: var(--zo-common-gradient);
  z-index: -1;
  animation: apperFromBack 0.7s ease;
}

.faq-section-3 .single-qa-item-active::after {
  content: "";
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  border-radius: 8px;
  background: var(--zo-common-gradient);
  z-index: -1;
  animation: apperFromBack 0.8s ease;
}

.faq-section-3 .single-qa-item-active .question-active {
  position: relative;
  border-radius: 8px 8px 0 0;
  background: var(--zo-common-background);
  z-index: 2;
  isolation: isolate;
}

.faq-section-3 .single-qa-item-active .question-active::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -1px;
  left: 0;
  background: var(--zo-common-gradient);
  z-index: -1;
  animation: apperFromBack 0.8s ease;
}

.faq-section-3 .single-qa-item-active .answer-active {
  animation: fadeIn 0.4s ease;
  background: var(--zo-common-background);
  border-radius: 0 0 8px 8px;
  display: block;
  padding: 16px 24px;
  color: var(--zo-text-body-2);
}

/*----------------------------------------*/
/*  25. CTA Area Home 3 Style
/*----------------------------------------*/
.cta-area .cta-section-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.cta-area .cta-section-bg::after {
  content: "";
  position: absolute;
  inset: 0;
}

.cta-area .cta-main-wrapper {
  min-height: 848px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cta-area .cta-main-wrapper {
    min-height: 650px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .cta-area .cta-main-wrapper {
    min-height: 550px;
    padding: 40px 20px;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .cta-area .cta-main-wrapper {
    min-height: 550px;
    padding: 30px 16px;
    justify-content: center;
  }
}

.cta-area .cta-section-bg-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.35;
}

.cta-area .cta-section-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(var(--zo-common-black), 0.82) 0%, rgba(var(--zo-common-black), 0.94) 100%);
}

.cta-area .cta-section-inner {
  position: relative;
  z-index: 2;
  gap: 32px;
}

.cta-area .cta-section-content {
  max-width: 689px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cta-area .cta-section-content {
    max-width: 480px;
  }
}

@media (max-width: 576px),
only screen and (min-width: 576px) and (max-width: 767.98px) {
  .cta-area .cta-section-content {
    max-width: 100%;
    position: relative;
    z-index: 1;
    padding: 24px;
  }

  .cta-area .cta-section-content::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(31, 38, 42, 0.3);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    z-index: -1;
    pointer-events: none;
    border-radius: 8px;
  }
}

@media (max-width: 576px) {
  .cta-area .cta-section-content {
    padding: 20px;
  }

  .cta-area .cta-section-content::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(31, 38, 42, 0.3);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    z-index: -1;
    pointer-events: none;
    border-radius: 8px;
  }
}

.cta-area .cta-section-content .cta-section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cta-area .cta-section-content .cta-section-eyebrow {
    gap: 8px;
    padding: 6px 12px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .cta-area .cta-section-content .cta-section-eyebrow {
    gap: 6px;
    padding: 5px 10px;
    position: relative;
    z-index: 2;
  }
}

@media (max-width: 576px) {
  .cta-area .cta-section-content .cta-section-eyebrow {
    gap: 5px;
    padding: 4px 8px;
    position: relative;
    z-index: 2;
  }
}

.cta-area .cta-section-content .cta-section-title {
  margin: 16px 0 14px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cta-area .cta-section-content .cta-section-title {
    margin: 12px 0 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .cta-area .cta-section-content .cta-section-title {
    margin: 10px 0 8px;
    position: relative;
    z-index: 2;
  }
}

@media (max-width: 576px) {
  .cta-area .cta-section-content .cta-section-title {
    margin: 8px 0 6px;
    position: relative;
    z-index: 2;
  }
}

.cta-area .cta-section-content p {
  color: var(--zo-text-body-2);
  margin-bottom: 32px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cta-area .cta-section-content p {
    margin-bottom: 16px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .cta-area .cta-section-content p {
    margin-bottom: 14px;
    position: relative;
    z-index: 2;
  }
}

@media (max-width: 576px) {
  .cta-area .cta-section-content p {
    margin-bottom: 12px;
    position: relative;
    z-index: 2;
  }
}

.cta-area .cta-section-visual {
  right: 20px;
  bottom: -40px;
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .cta-area .cta-section-visual {
    display: none;
  }
}

.cta-area .cta-section-visual .cta-section-character {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 16px 42px rgba(var(--zo-common-black), 0.45));
}

.cta-area-3 {
  height: 100%;
  min-height: 848px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 5;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cta-area-3 {
    min-height: 650px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .cta-area-3 {
    min-height: 550px;
  }
}

.cta-area-3 .section-heading-wrapper {
  align-items: start;
  text-align: left;
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .cta-area-3 .section-heading-wrapper {
    text-align: center;
    align-items: center;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .cta-area-3 .btn-wrapper {
    text-align: center;
  }
}

/*----------------------------------------*/
/*  26. Stats Area Home 3 Style
/*----------------------------------------*/
.stats-section .stats-section-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.stats-section .stats {
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.stats-section .stats:before {
  content: "";
  background: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .stats-section .stats {
    border-right: none;
  }
}

@media (max-width: 576px) {
  .stats-section .stats {
    border-right: none;
  }
}

.stats-section .stats-item {
  position: relative;
  z-index: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .stats-section .stats-item {
    padding: 50px 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .stats-section .stats-item {
    border-left: none;
    padding: 40px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}

@media (max-width: 576px) {
  .stats-section .stats-item {
    border-left: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px 30px;
  }
}

.stats-section .stats-item .stats-label {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  font-size: var(--zo-fz-h5);
  line-height: 28px;
}

.stats-section .stats-item h5 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  text-align: end;
}

.stats-section .stats-item .stats-dot {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: var(--zo-common-gradient);
  flex-shrink: 0;
  margin-top: 5px;
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .stats-section .stats-item .stats-dot {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 576px) {
  .stats-section .stats-item .stats-dot {
    width: 16px;
    height: 16px;
  }
}

/*----------------------------------------*/
/*  27. Marquee Area Home 3 Style
/*----------------------------------------*/
.marquee-row-3-area {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  margin-top: -64px;
  z-index: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .marquee-row-3-area {
    margin-top: -40px;
  }
}

.marquee-row-3-area .marquee-block {
  position: relative;
  display: flex;
  width: 100%;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  justify-content: space-between;
  will-change: transform;
}

.marquee-row-3-area .marquee-block .marquee-item-list {
  display: inline-flex;
}

.marquee-row-3-area .marquee-block .marquee-item-list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
  width: 100%;
  list-style: none;
  padding-right: 40px;
  white-space: nowrap;
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .marquee-row-3-area .marquee-block .marquee-item-list li {
    gap: 24px;
    padding-right: 24px;
  }
}

.marquee-row-3-area .marquee-block .marquee-item-list li svg {
  width: 75px;
  height: 75px;
  animation: ripple 2s infinite normal;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px),
only screen and (min-width: 768px) and (max-width: 991.98px) {
  .marquee-row-3-area .marquee-block .marquee-item-list li svg {
    width: 60px;
    height: 60px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .marquee-row-3-area .marquee-block .marquee-item-list li svg {
    width: 40px;
    height: 40px;
  }
}

.marquee-row-3-area .marquee-block .marquee-item-list li span {
  font-size: var(--zo-fz-h1);
  line-height: var(--zo-lh-h1);
  font-family: var(--zo-ff-heading);
  font-weight: var(--zo-fw-bold);
  text-transform: uppercase;
  letter-spacing: -0.02em;
  background: var(--zo-common-gradient);
  -webkit-text-fill-color: var(--zo-common-black);
  background: var(--zo-common-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-stroke: 2px transparent;
}

.marquee-row-3-area .marquee1 {
  animation-name: marquee1;
}

/*----------------------------------------*/
/*  28. Brand Area Home 3 Style
/*----------------------------------------*/
.brand-area {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.brand-area .brand-container {
  max-width: 1391px;
}

.brand-area .brand-img {
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.brand-area .brand-img img {
  width: 100%;
  display: block;
  transition: all 0.4s ease;
  filter: brightness(0.9) contrast(1);
}

.brand-area .brand-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(184, 255, 71, 0.15), transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 8px;
  pointer-events: none;
}

.brand-area .brand-img:hover {
  transform: translateY(-8px) scale(1.05);
}

.brand-area .brand-img:hover img {
  filter: brightness(1.1) contrast(1.1) drop-shadow(0 16px 32px rgba(184, 255, 71, 0.25));
}

.brand-area .brand-img:hover::before {
  opacity: 1;
}

.brand-area .brand-logo-wrapper {
  display: flex;
  gap: 200px;
  margin-bottom: 80px;
  max-width: 1391px;
  flex-wrap: wrap;
}

.brand-area .brand-logo-wrapperlast-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .brand-area .brand-logo-wrapper {
    justify-content: center;
    gap: 32px 100px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .brand-area .brand-logo-wrapper {
    justify-content: center;
    gap: 24px 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .brand-area .brand-logo-wrapper {
    justify-content: center;
    gap: 24px 40px;
    margin-bottom: 40px;
  }
}

.brand-area .second-row {
  margin-left: 200px;
  gap: 160px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .brand-area .second-row {
    margin-left: 0;
    justify-content: center;
    gap: 32px 100px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .brand-area .second-row {
    margin-left: 0;
    justify-content: center;
    gap: 24px 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .brand-area .second-row {
    margin-left: 0;
    justify-content: center;
    gap: 24px 40px;
  }
}

/*----------------------------------------*/
/*  29. Blog & News Area Home 3 Style
/*----------------------------------------*/
.blog-page-area {
  position: relative;
}

.blog-page-area .section-shape {
  left: unset;
  right: 0;
  top: unset;
  bottom: 120px;
  transform: rotateY(180deg);
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .blog-page-area .section-shape {
    bottom: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .blog-page-area .section-shape {
    bottom: 40px;
  }
}

.blog-page-area .left-shape {
  position: absolute;
  left: 0;
  top: 0;
}

.blog-page-area-v3 {
  background: rgba(255, 255, 255, 0.031372549);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

/*----------------------------------------*/
/*  36. Testimonial Page Style
/*----------------------------------------*/
.testimonial-area-3 {
  background: transparent;
}

.testimonial-area-3 .top-content::after {
  display: none;
}

/*----------------------------------------*/
/*  37. 404 Page Style
/*----------------------------------------*/
.not-found-404 {
  max-width: 708px;
  width: 100%;
  margin: 0 auto;
  padding-top: 140px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .not-found-404 {
    padding-top: 80px;
  }
}

.not-found-404 h3 {
  padding-bottom: 8px;
}

.not-found-404 p {
  color: var(--zo-text-body-2);
}

.not-found-404 img {
  width: 100%;
}

/*----------------------------------------*/
/*  38. Contact Page Style
/*----------------------------------------*/
.contact-area {
  margin-bottom: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px),
only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .contact-area {
    margin-bottom: 0;
  }
}

.contact-area .contact-wrapper {
  background: rgba(255, 255, 255, 0.03);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  padding: 80px;
  border-radius: 8px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact-area .contact-wrapper {
    padding: 60px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px),
only screen and (min-width: 768px) and (max-width: 991.98px) {
  .contact-area .contact-wrapper {
    padding: 60px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .contact-area .contact-wrapper {
    padding: 30px;
  }
}

.contact-area .contact-wrapper .contact-left .single-info {
  display: flex;
  gap: 24px;
  padding: 32px;
  background: rgba(255, 255, 255, 0.03);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  box-shadow: 0px 4px 14.1px 0px rgba(0, 0, 0, 0.02);
  box-shadow: 0px -4px 15px 0px rgba(0, 0, 0, 0.02);
  border-radius: 8px;
  margin-bottom: 54px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px),
only screen and (min-width: 768px) and (max-width: 991.98px) {
  .contact-area .contact-wrapper .contact-left .single-info {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .contact-area .contact-wrapper .contact-left .single-info {
    padding: 20px 16px;
    gap: 24px;
    margin-bottom: 24px;
    text-align: start;
  }
}

@media (max-width: 400px) {
  .contact-area .contact-wrapper .contact-left .single-info {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.contact-area .contact-wrapper .contact-left .single-info:last-child {
  margin-bottom: 0;
}

.contact-area .contact-wrapper .contact-left .single-info .icon {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  background: var(--zo-common-gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.contact-area .contact-wrapper .contact-left .single-info .icon i {
  font-size: 30px;
  color: var(--zo-common-black);
}

.contact-area .contact-wrapper .contact-left .single-info .content {
  margin-top: -10px;
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .contact-area .contact-wrapper .contact-left .single-info .content {
    margin-top: 0;
  }
}

.contact-area .contact-wrapper .contact-left .single-info .content h5 {
  margin-bottom: 8px;
}

.contact-area .contact-wrapper .contact-left .single-info .content p {
  color: var(--zo-text-body-2);
  word-break: break-all;
}

.contact-area .contact-wrapper .contact-left .single-info .content p a {
  color: var(--zo-text-body-2);
}

.contact-area .contact-wrapper .section-heading-wrapper {
  display: block;
  text-align: start;
}

@media (max-width: 400px) {
  .contact-area .contact-wrapper .section-heading-wrapper {
    display: flex;
    text-align: center;
  }
}

.contact-area .contact-wrapper .contact-right {
  background: var(--zo-common-background);
  padding: 80px;
  border-radius: 8px;
  border: 1px solid var(--zo-border-1);
  max-width: 740px;
  width: 100%;
  position: absolute;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact-area .contact-wrapper .contact-right {
    padding: 60px;
    max-width: 680px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact-area .contact-wrapper .contact-right {
    max-width: 660px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px),
only screen and (min-width: 768px) and (max-width: 991.98px) {
  .contact-area .contact-wrapper .contact-right {
    position: relative;
    max-width: 100%;
    padding: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .contact-area .contact-wrapper .contact-right {
    margin-top: 0;
  }

  .contact-area .contact-wrapper .contact-right .mb-60 {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .contact-area .contact-wrapper .contact-right {
    position: relative;
    max-width: 100%;
    padding: 30px;
    margin-top: 0;
  }
}

.contact-area .contact-wrapper .contact-form-wrapper form .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .contact-area .contact-wrapper .contact-form-wrapper form .form-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.contact-area .contact-wrapper .contact-form-wrapper form .form-grid .input-group {
  position: relative;
  width: 100%;
  border-radius: 4px !important;
}

.contact-area .contact-wrapper .contact-form-wrapper form .form-grid .input-group input,
.contact-area .contact-wrapper .contact-form-wrapper form .form-grid .input-group select,
.contact-area .contact-wrapper .contact-form-wrapper form .form-grid .input-group textarea {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.03);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border: 1px solid transparent;
  color: var(--zo-text-body-2);
  padding: 10px 50px 10px 20px;
  outline: none;
  transition: all 0.3s ease;
  font-family: inherit;
  border-radius: 4px !important;
  font-size: 18px;
  line-height: 28px;
}

.contact-area .contact-wrapper .contact-form-wrapper form .form-grid .input-group input::-moz-placeholder,
.contact-area .contact-wrapper .contact-form-wrapper form .form-grid .input-group select::-moz-placeholder,
.contact-area .contact-wrapper .contact-form-wrapper form .form-grid .input-group textarea::-moz-placeholder {
  color: var(--zo-text-body-2);
  opacity: 1;
  font-size: 18px;
  line-height: 28px;
}

.contact-area .contact-wrapper .contact-form-wrapper form .form-grid .input-group input::placeholder,
.contact-area .contact-wrapper .contact-form-wrapper form .form-grid .input-group select::placeholder,
.contact-area .contact-wrapper .contact-form-wrapper form .form-grid .input-group textarea::placeholder {
  color: var(--zo-text-body-2);
  opacity: 1;
  font-size: 18px;
  line-height: 28px;
}

.contact-area .contact-wrapper .contact-form-wrapper form .form-grid .input-group input:focus,
.contact-area .contact-wrapper .contact-form-wrapper form .form-grid .input-group select:focus,
.contact-area .contact-wrapper .contact-form-wrapper form .form-grid .input-group textarea:focus {
  border-color: var(--zo-border-1);
  background-color: var(--zo-common-background);
  box-shadow: 0 0 0 4px rgba(56, 189, 248, 0.1);
}

.contact-area .contact-wrapper .contact-form-wrapper form .form-grid .input-group select {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  color: var(--zo-text-body-2);
}

.contact-area .contact-wrapper .contact-form-wrapper form .form-grid .input-group select:valid {
  color: var(--zo-common-white);
}

.contact-area .contact-wrapper .contact-form-wrapper form .form-grid .input-group textarea {
  height: 120px;
  resize: none;
}

.contact-area .contact-wrapper .contact-form-wrapper form .form-grid .input-group i {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--zo-common-white);
  pointer-events: none;
}

.contact-area .contact-wrapper .contact-form-wrapper form .form-grid .input-group textarea+i {
  top: 12px;
  transform: none;
}

.contact-area .contact-wrapper .contact-form-wrapper form .form-grid .full-width {
  grid-column: span 2;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px) {
  .contact-area .contact-wrapper .contact-form-wrapper form .form-grid .full-width {
    grid-column: span 1;
  }
}

.contact-area .contact-wrapper .contact-form-wrapper form .subscribe-btn {
  max-width: 167px;
  border: 0;
}

@media only screen and (min-width: 576px) and (max-width: 767.98px),
(max-width: 576px),
only screen and (min-width: 768px) and (max-width: 991.98px) {
  .contact-area .contact-wrapper .contact-form-wrapper form .subscribe-btn {
    max-width: 100%;
  }
}

.contact-area .contact-wrapper .contact-form-wrapper form .form-message {
  margin-top: 12px;
}

/*# sourceMappingURL=main.css.map */