/*
Theme Name: CyberMark
Theme URI: https://www.cybermark.com
Author: CyberMark
Description: Custom lightweight theme for Elementor compatibility.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: cybermark
*/
html {
  scroll-behavior: auto !important;
}
@font-face {
  font-family: 'VomZom';
  src: url('assets/fonts/VomZom.woff2') format('woff2'),
      url('assets/fonts/VomZom.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  overflow-x: hidden!important;
}
:root {
  --clr-neon: hsl(290, 100%, 44%);
  --clr-bg: hsl(323 21% 16%);
}
#header {
  transition: all 0.3s ease; /* smooth transition */
}
body.e-off-canvas__no-scroll {
  overflow: hidden !important; /* Ensure no scrolling */
  position: fixed; /* Prevent content shift */
  width: 100%; /* Maintain layout */
}
/* Sticky state */
#header.is-sticky {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transform: translateY(0);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}
/* @media (max-width: 1024px) {
  #header {
    position: relative !important; /* Override sticky positioning */
  }
} */
html,
body {
  overflow-x: hidden;
  scroll-behavior: auto !important; /* avoid conflict with Lenis */
}
body {
  margin: 0;
  overflow-x: hidden;
}
strong, b {
font-weight: 700;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
margin-top: 0;
}
.elementor-button:hover svg {
  fill: transparent!important;
}

p {
  margin-top: 0;
}

.neon-button a {
  cursor: pointer;
  text-decoration: none;
  color: var(--clr-neon);
  border: var(--clr-neon) 0.125em solid;
  padding: 0.25em 1em;
  border-radius: 50px;
  text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3), 0 0 0.45em currentColor;
  box-shadow: inset 0 0 0.5em 0 var(--clr-neon), 0 0 0.5em 0 var(--clr-neon);
  position: relative;
}

.neon-button a::before {
  pointer-events: none;
  content: "";
  position: absolute;
  background: var(--clr-neon);
  top: 120%;
  left: 0;
  width: 100%;
  height: 100%;

  transform: perspective(1em) rotateX(40deg) scale(1, 0.35);
  filter: blur(1em);
  opacity: 0.7;
}

.neon-button a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 2em 0.5em var(--clr-neon);
  opacity: 0;
  background-color: var(--clr-neon);
  z-index: -1;
  transition: opacity 100ms linear;
  border-radius: 50px;
}

.neon-button a:hover,
.neon-button a:focus {
  color: var(--clr-bg);
  text-shadow: none;
}

.neon-button a:hover::before,
.neon-button a:focus::before {
  opacity: 1;
}
.neon-button a:hover::after,
.neon-button a:focus::after {
  opacity: 1;
}



.neon {
  /* font-size: 150%; */
  z-index: 1;
  position: relative;
  font-family: 'VomZom';
  letter-spacing: 0;
  -webkit-animation: blink 4s infinite alternate;
          animation: blink 4s infinite alternate;
}
/* Blue Glow */
.style1 {
  color: #dfe3ff;
  text-shadow:
    0 0 0 transparent,
    0 0 10px #2222f7,
    0 0 20px rgba(34, 34, 247, 0.5),
    0 0 40px #2222f7,
    0 0 100px #2222f7,
    0 0 200px #2222f7,
    0 0 300px #2222f7;
}

/* Pink Glow */
.style2 {
  color: #ffd9f1;
  text-shadow:
    0 0 0 transparent,
    0 0 10px #ff49be,
    0 0 20px rgba(255, 73, 190, 0.5),
    0 0 40px #ff49be,
    0 0 100px #ff49be,
    0 0 200px #ff49be;
}

/* Orange Glow */
.style3 {
  color: #ffe6d4;
  text-shadow:
    0 0 0 transparent,
    0 0 10px #f79100,
    0 0 20px rgba(247, 145, 0, 0.5),
    0 0 40px #f79100,
    0 0 100px #f79100,
    0 0 200px #f79100;
}

/* Aqua Glow */
.style4 {
  color: #d9ffff;
  text-shadow:
    0 0 0 transparent,
    0 0 10px #04f7ee,
    0 0 20px rgba(4, 247, 238, 0.5),
    0 0 40px #04f7ee,
    0 0 100px #04f7ee,
    0 0 200px #04f7ee;
}

/* Purple Glow */
.style5 {
  color: #f3d9ff;
  text-shadow:
    0 0 0 transparent,
    0 0 10px #c400dd,
    0 0 20px rgba(196, 0, 221, 0.5),
    0 0 40px #c400dd,
    0 0 100px #c400dd,
    0 0 200px #c400dd;
}

/**Reduce Glow on Mobile**/
@media only screen and (max-width: 1024px){
.style1 {
  text-shadow:
    0 0 4px rgb(34, 34, 247),
    0 0 10px rgb(34, 34, 247),
    0 0 20px rgba(34, 34, 247, 0.6);
}

.style2 {
  text-shadow:
    0 0 4px rgb(255, 73, 190),
    0 0 10px rgb(255, 73, 190),
    0 0 20px rgba(255, 73, 190, 0.6);
}

.style3 {
  text-shadow:
    0 0 4px rgb(247, 145, 0),
    0 0 10px rgb(247, 145, 0),
    0 0 20px rgba(247, 145, 0, 0.6);
}

.style4 {
  text-shadow:
    0 0 4px rgb(4, 247, 238),
    0 0 10px rgb(4, 247, 238),
    0 0 20px rgba(4, 247, 238, 0.6);
}

.style5 {
  text-shadow:
    0 0 4px rgb(196, 0, 221),
    0 0 10px rgb(196, 0, 221),
    0 0 20px rgba(196, 0, 221, 0.6);
}
}

/**Reduce Glow on Mobile**/
@media only screen and (max-width: 767px){
  .style1 {
    text-shadow:
      0 0 4px rgb(34, 34, 247),
      0 0 10px rgb(34, 34, 247);
  }
  
  .style2 {
    text-shadow:
      0 0 4px rgb(255, 73, 190),
      0 0 10px rgb(255, 73, 190);
  }
  
  .style3 {
    text-shadow:
      0 0 4px rgb(247, 145, 0),
      0 0 10px rgb(247, 145, 0);
  }
  
  .style4 {
    text-shadow:
      0 0 4px rgb(4, 247, 238),
      0 0 10px rgb(4, 247, 238);
  }
  
  .style5 {
    text-shadow:
      0 0 4px rgb(196, 0, 221),
      0 0 10px rgb(196, 0, 221);
  }
  }

@-webkit-keyframes buzz {
  70% {
    opacity: 0.80;
  }
}
 
@keyframes buzz {
  70% {
    opacity: 0.80;
  }
}
@-webkit-keyframes blink {
  40% {
    opacity: 1;
  }
  42% {
    opacity: 0.8;
  }
  43% {
    opacity: 1;
  }
  45% {
    opacity: 0.2;
  }
  46% {
    opacity: 1;
  }
}
@keyframes blink {
  40% {
    opacity: 1;
  }
  42% {
    opacity: 0.8;
  }
  43% {
    opacity: 1;
  }
  45% {
    opacity: 0.2;
  }
  46% {
    opacity: 1;
  }
}
.zoom-slide,
.dm-horizontal-section-1,
.dm-horizontal-card-3,
.dm-horizontal-card-4 {
  will-change: transform, opacity;
  transform: none!important
}


.gradient-text-1 {
  background: linear-gradient(275deg, #C400DD 2.31%, #FF8921 95.06%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-text-2 {
  background: linear-gradient(90deg,  #2222F7 0%, #04F7EE 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-text-3 {
  background: linear-gradient(91deg, #04F7EE 0.49%, #C400DD 97.37%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-text-4 {
  background: linear-gradient(283deg, #04F7EE -2.48%,  #FF49BE 50.07%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-text-5 {
  background: linear-gradient(84deg, #2222F7 -26.79%, #C400DD 48.59%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.elementor-heading-title em {
  /* font-family: "Playfair Display";
  font-weight: 400;
  font-style: italic;
  font-family: "Lobster", sans-serif;
  font-weight: 400;
  font-style: normal; */
  font-style: normal;
  font-size: 150%;

}

/*Navigation Mega Menu*/
body #quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-dropdown > .quadmenu-dropdown-menu.quadmenu-dropdown-stretch-boxed {
  left: -200px;
  right: -200px;
  padding: 16px 8px;
}
body #quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item > .quadmenu-dropdown-menu {
  padding:16px;
}
body #quadmenu .quadmenu-navbar-nav .quadmenu-dropdown-menu ul li.menu-heading a .quadmenu-item-content {
  color: #4F4F4F !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 4px;
}
body #quadmenu .quadmenu-navbar-nav .quadmenu-dropdown-menu ul li a .quadmenu-item-content {
  padding: 4px;

}
body #quadmenu.quadmenu-is-horizontal li.quadmenu-item-type-column:nth-child(4) > div > ul, body #quadmenu.quadmenu-is-horizontal li.quadmenu-item-type-column:nth-child(5) > div > ul, body #quadmenu.quadmenu-is-horizontal li.quadmenu-item-type-column:nth-child(6) > div > ul {
  border-right:
none;
}
#quadmenu em {
  font-weight: normal;
  text-transform: lowercase;
}
body #quadmenu .menu-widget {
  border-radius:5px;
  background:#080028;
  flex:
1 0 0;
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: row;
  padding:
16px;
}
body #quadmenu .menu-widget:hover {
  background-color: #C400DD;
}
#quadmenu .menu-widget::after {
  content: "";
  position: absolute;
  background-image: url(assets/images/menu-icon.svg);
  width: 15px;
  height: 21px;
  display: inline-block;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
#quadmenu .menu-widget .quadmenu-item-content {
  color: #FFF !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.secondary-menu #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.quadmenu-item > a {
  font-size: 14px !important;
  font-weight: 500;
}
#quadmenu .quadmenu-navbar-nav .quadmenu-item-type-mega .quadmenu-dropdown-menu > ul:first-of-type > li.quadmenu-item {
  border-right: 1px solid #DDD;
}
#quadmenu .quadmenu-navbar-nav .quadmenu-dropdown-menu > ul:first-of-type > li.quadmenu-item:nth-child(4), #quadmenu .quadmenu-navbar-nav .quadmenu-dropdown-menu > ul:first-of-type > li.quadmenu-item:nth-child(5), #quadmenu .quadmenu-navbar-nav .quadmenu-dropdown-menu > ul:first-of-type > li.quadmenu-item:nth-child(6) {
  border-right: none;
}

.secondary-menu #quadmenu .quadmenu-navbar-nav .quadmenu-dropdown-menu > ul:first-of-type > li.quadmenu-item:nth-child(3) {
  border-right: none;
}
body .secondary-menu #quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-dropdown > .quadmenu-dropdown-menu.quadmenu-dropdown-stretch-boxed {
  left: 0;
  right: auto;
}
body .secondary-menu #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li:not(.quadmenu-item-type-button) > a > .quadmenu-item-content {
  text-transform: none;
}
.secondary-menu #quadmenu .quadmenu-navbar-nav li.quadmenu-item > a > .quadmenu-item-content > .quadmenu-description {
  margin-top: 0;
  font-size: 14px;
  margin-bottom: 10px;
}
.secondary-menu #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item > a {
  font-weight: 600;
}


@media (max-width: 1024px) {
 #header #quadmenu:not(.quadmenu-is-horizontal) .quadmenu-navbar-nav li.quadmenu-item > a > .quadmenu-item-content > .quadmenu-caret::before {
    font-size: 32px;
    width: 32px;
  height: 32px;
  margin-top: -16px;
  }
  #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav a span {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFF;
    font-size: 32px;
    padding: 0 !important;
    text-transform: none;
  }
  #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav a:hover span, #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav a span:hover {
    transition: all 400ms ease-in-out;
    -webkit-text-fill-color: #C400DD;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #C400DD;
  }
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .quadmenu-dropdown-menu {
  background-color: #080028!important;
  color: #FFF;
}
#quadmenu ul li .quadmenu-dropdown-menu a span {
  font-size: 32px;
  -webkit-text-fill-color: #FFF;
  -webkit-text-stroke-width: 0;
  -webkit-text-stroke-color: transparent;
}
#quadmenu.quadmenu-default_theme:not(.quadmenu-is-horizontal) .quadmenu-navbar-nav li.quadmenu-item.open > a > .quadmenu-item-content > .quadmenu-caret {
  color: #fff!important;
  background-color: #080028!important;
}
 #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .quadmenu-dropdown-menu a span {
    font-size: 18px;
    font-weight: 600;
    -webkit-text-fill-color: #FFF;
    -webkit-text-stroke-width: 0;
    -webkit-text-stroke-color: transparent;
    padding: 4px 8px !important;
  }
  #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .quadmenu-dropdown-menu .quadmenu-dropdown-menu a span {
    font-size: 16px;
    margin-left: 8px;
    padding: 4px !important;
    color: #f83f74 !important;
    -webkit-text-fill-color: #f83f74;
    -webkit-text-stroke-width: 0;
    -webkit-text-stroke-color: transparent;
  }
}
/*Blog Pagination*/

.pagination .elementor-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-numbers {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #CFD6DC;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 400ms ease-in-out;
  }
  .page-numbers:hover {
    border-color: #06F701;
    background-color: #06F701;
  }
  .page-numbers.next, .page-numbers.prev {
    border-radius: 5px;
    width: 40px;
  }
  .page-numbers.current {
    width: 40px;
    height: 40px;
    border-color: #06F701;
    background-color: #06F701;
  }
  /* Hide first loop on paginated pages */
body[class*="paged-"] .only-page-1,body.archive .only-page-1 {
    display: none !important;
}
/*Breadcrumbs*/
.rank-math-breadcrumb, .rank-math-breadcrumb a {
  color: #837F93;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.rank-math-breadcrumb a:hover {
  color: #C400DD;
}
.rank-math-breadcrumb .separator {
  font-size: 0;
  width: 16px;
  height: 16px;
  background-image: url(assets/images/blog-right.svg);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin:0 4px;
}
.rank-math-breadcrumb span {
  position: relative;
}
.rank-math-breadcrumb p {
  display: flex;
  align-items: center;
}
.rank-math-breadcrumb a {
  position: relative;
}
.rank-math-breadcrumb a:first-child::before {
  background-image: url(assets/images/blog-home.svg);
  content: "";
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin-right: 8px;
}
.rank-math-breadcrumb a:nth-of-type(2)::before {
  background-image: url(assets/images/archive-icon.svg);
  content: "";
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin-right: 8px;
}
.rank-math-breadcrumb a:nth-of-type(3)::before {
  background-image: url(assets/images/category-svg.svg);
  content: "";
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin-right: 8px;
}
.rank-math-breadcrumb span.last{
  color: #F79100;
}
.rank-math-breadcrumb span.last::before {
  background-image: url(assets/images/post-svg.svg);
  content: "";
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin-right: 8px;
}
/*Glow Effects*/
.glow-img img {
    filter: drop-shadow(0 0 8px #116466) drop-shadow(0 0 16px #116466);
    animation: neonPulse 2s infinite ease-in-out;
    transition: filter 0.3s ease;
}

@keyframes neonPulse {
    0%, 100% {
        filter: drop-shadow(0 0 8px #116466) drop-shadow(0 0 16px #116466);
    }
    50% {
        filter: drop-shadow(0 0 2px #116466) drop-shadow(0 0 6px #116466);
    }
}

.glow-img-2 img {
  filter: drop-shadow(0 0 4px #F79100) drop-shadow(0 0 8px #F79100);
  animation: neonPulse2 2s infinite ease-in-out;
  transition: filter 0.3s ease;
}

@keyframes neonPulse2 {
  0%, 100% {
      filter: drop-shadow(0 0 2px #F79100) drop-shadow(0 0 4px #F79100);
  }
  50% {
      filter: drop-shadow(0 0 1px #C400DD) drop-shadow(0 0 3px #C400DD);
  }
}
.glow-img-3 img {
  filter: drop-shadow(0 0 4px #FF49BE) drop-shadow(0 0 8px #FF49BE);
  animation: neonPulse3 2s infinite ease-in-out;
  transition: filter 0.3s ease;
}

@keyframes neonPulse3 {
  0%, 100% {
      filter: drop-shadow(0 0 2px #FF49BE) drop-shadow(0 0 4px #FF49BE);
  }
  50% {
      filter: drop-shadow(0 0 1px #2222F7) drop-shadow(0 0 3px #2222F7);
  }
}
:root {
  --glow-timing: 5s;
  --pulse-timing: 3s;
}

/* Base Neon SVG Path Styling */
.svg-file path {
  fill: transparent;
  stroke-width: 3;
  animation: var(--logo-anim) var(--glow-timing) linear infinite,
             var(--pulse-anim) var(--pulse-timing) ease-in-out infinite alternate;
}

.svg-file svg,
.svg-file {
  overflow: visible;
}

.svg-file.z-logo path {
  stroke-dasharray: 550;
  stroke-dashoffset: 0;
}

/* ===== COLOR VARIANTS ===== */

/* --- TEAL --- */
.svg-file.teal path {
  stroke: #04F7EE;
  --logo-anim: animate-zlogo-teal;
  --pulse-anim: neon-pulse-teal;
  filter: drop-shadow(0 0 1px #04F7EE)
          drop-shadow(0 0 3px #04F7EE)
          drop-shadow(0 0 5px #04F7EE)
          drop-shadow(0 0 7px #04F7EE);
}

/* --- PURPLE --- */
.svg-file.purple path {
  stroke: #C400DD;
  --logo-anim: animate-zlogo-purple;
  --pulse-anim: neon-pulse-purple;
  filter: drop-shadow(0 0 1px #C400DD)
          drop-shadow(0 0 3px #C400DD)
          drop-shadow(0 0 5px #C400DD)
          drop-shadow(0 0 7px #C400DD);
}

/* --- ORANGE --- */
.svg-file.orange path {
  stroke: #FF8921;
  --logo-anim: animate-zlogo-orange;
  --pulse-anim: neon-pulse-orange;
  filter: drop-shadow(0 0 1px #FF8921)
          drop-shadow(0 0 3px #FF8921)
          drop-shadow(0 0 5px #FF8921)
          drop-shadow(0 0 7px #FF8921);
}

/* ===== KEYFRAMES ===== */

/* Glow Pulse Animations */
@keyframes neon-pulse-teal {
  0% {
    filter: drop-shadow(0 0 1px #04F7EE)
            drop-shadow(0 0 3px #04F7EE)
            drop-shadow(0 0 5px #04F7EE)
            drop-shadow(0 0 7px #04F7EE);
  }
  100% {
    filter: drop-shadow(0 0 2px #04F7EE)
            drop-shadow(0 0 4px #04F7EE)
            drop-shadow(0 0 6px #04F7EE)
            drop-shadow(0 0 10px #04F7EE);
  }
}

@keyframes neon-pulse-purple {
  0% {
    filter: drop-shadow(0 0 1px #C400DD)
            drop-shadow(0 0 3px #C400DD)
            drop-shadow(0 0 5px #C400DD)
            drop-shadow(0 0 7px #C400DD);
  }
  100% {
    filter: drop-shadow(0 0 2px #C400DD)
            drop-shadow(0 0 4px #C400DD)
            drop-shadow(0 0 6px #C400DD)
            drop-shadow(0 0 10px #C400DD);
  }
}

@keyframes neon-pulse-orange {
  0% {
    filter: drop-shadow(0 0 1px #FF8921)
            drop-shadow(0 0 3px #FF8921)
            drop-shadow(0 0 5px #FF8921)
            drop-shadow(0 0 7px #FF8921);
  }
  100% {
    filter: drop-shadow(0 0 2px #FF8921)
            drop-shadow(0 0 4px #FF8921)
            drop-shadow(0 0 6px #FF8921)
            drop-shadow(0 0 10px #FF8921);
  }
}

/* Draw + Fill Animations */
@keyframes animate-zlogo-teal {
  0% { stroke-dashoffset: 0; fill: transparent; }
  20% { stroke-dashoffset: 550; fill: transparent; }
  40% { stroke-dashoffset: 1100; fill: transparent; }
  60% { stroke-dashoffset: 1100; fill: #04F7EE; }
  80% { stroke-width: 0; fill: #04F7EE; }
  100% { stroke-width: 3; fill: transparent; }
}

@keyframes animate-zlogo-purple {
  0% { stroke-dashoffset: 0; fill: transparent; }
  20% { stroke-dashoffset: 550; fill: transparent; }
  40% { stroke-dashoffset: 1100; fill: transparent; }
  60% { stroke-dashoffset: 1100; fill: #C400DD; }
  80% { stroke-width: 0; fill: #C400DD; }
  100% { stroke-width: 3; fill: transparent; }
}

@keyframes animate-zlogo-orange {
  0% { stroke-dashoffset: 0; fill: transparent; }
  20% { stroke-dashoffset: 550; fill: transparent; }
  40% { stroke-dashoffset: 1100; fill: transparent; }
  60% { stroke-dashoffset: 1100; fill: #FF8921; }
  80% { stroke-width: 0; fill: #FF8921; }
  100% { stroke-width: 3; fill: transparent; }
}



.drop-bg {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.drop-bg::before {
  content: "";
  position: absolute;
  top: 24px;
  right: -8px;
  width: auto;
  height: auto;
  left: 4px;
  bottom: 0px;
  z-index: -1;
}
.drop-bg-teal::before {
  background-color: #04F7EE;
}
.drop-bg-blue::before {
  background-color: #2222F7;
}
.drop-bg-orange::before {
  background-color: #F79100;
}
.drop-bg-pink::before {
  background-color: #FF49BE;
}
.outline-text {
  color: #FFF;
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: #04F7EE;
font-size: 8rem;
font-style: normal;
font-weight: 800;
line-height: 77%; /* 154px */
}

.outline-text-fill {
  display: block;
  color: var(--Color-3, #04F7EE);
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: var(--Color-3, #04F7EE);
font-style: normal;
font-weight: 800;
line-height: 77%; /* 154px */
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #2222F7;
  text-shadow: 4px 4px #04F7EE;
}
.outline-text-clear {
  color: transparent;
  -webkit-text-stroke-color: #fff;
}
.outline-text-white {
  -webkit-text-stroke-color: #fff;
}
.outline-text-orange {
  -webkit-text-stroke-color: #FF8921;
  color: transparent;
}
.outline-text-teal {
  -webkit-text-stroke-color: #04F7EE;
  color: transparent;
}
.outline-text-fill-white {
  -webkit-text-stroke-color: #fff;
  color: #FFF;
  text-shadow: 4px 4px #fff;
}
.outline-text-fill-orange {
  -webkit-text-stroke-color: #fff;
  color: #FF8921;
  text-shadow: 4px 4px #FF8921;
}
.outline-text-fill-teal {
  -webkit-text-stroke-color: #fff;
  color: #04F7EE;
  text-shadow: 4px 4px #04F7EE;
}
.outline-text.outline-text-primary {
  color: #080028;
  -webkit-text-stroke-color: #080028;
}
.outline-text-fill-primary {
  color: #080028;
  text-shadow: 4px 4px #080028;
}
.step .elementor-icon-box-title {
  background: linear-gradient(89deg, #FF49BE -1.7%, #F79100 11.91%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
  margin: 0;
}
.step h4 {
  font-size: 36px;
  background-image: url(/wp-content/themes/cybermark-theme/assets/images/step-arrow.svg);
  background-position:
right center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: .5em 0;
}

.step.step-white h4 {
  background-image: url(/wp-content/themes/cybermark-theme/assets/images/step-arrow-white.svg);
}
.elementor-icon-list-item {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.6s ease-out forwards;
}

.elementor-icon-list-item {
  animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
  from {
    opacity: 0;
    transform: translateY(20px);
  }
}

.scroll-highlight .char {
  display: inline-block;
  white-space: pre;
}

.scroll-highlight strong,
.scroll-highlight span {
  display: inline!important;
}
body .case-study .elementor-post-info__terms-list .elementor-post-info__terms-list-item {
  font-size: 14px;
  border-radius: 50px;
  padding: 8px 12px;
  background-color: #04F7EE;
  color: #080028 !important;
  line-height: 1.4;
  display: flex !important;
  align-items: center;
}
@media only screen and (max-width: 641px){
body .case-study .elementor-post-info__terms-list .elementor-post-info__terms-list-item {
  font-size: 12px;
  border-radius: 50px;
  padding: 4px 8px;
}
}
body .case-study .elementor-post-info__terms-list {
  font-size: 0;
  display: flex !important;
  gap: 8px;
}
.case-study .elementor-button-icon svg {
  width: 20px;
  transform: rotate(-45deg);
}
/*Contact Page*/
.budget-range-wrapper {
  width: 100%;
  position: relative;
  margin: 2em auto;
}
.elementor-popup-modal .gform_wrapper {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.range-values {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  margin-top: 1em;
}

.slider-container {
  position: relative;
  height: 8px;
  border-radius: 10px;
}

.slider-container input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  width: 100%;
  background: transparent;
  pointer-events: none;
  border:
none;
  box-shadow: none;
  top: 48%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 0;
}

.slider-container input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  height: 16px;
  width: 16px;
  background-color: #04F7EE;
  border-radius: 50%;
  border: 4px solid white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  position: relative;
  z-index: 3;
}

.slider-container input[type="range"]::-moz-range-thumb {
  pointer-events: all;
  height: 16px;
  width: 16px;
  background-color: #04F7EE;
  border-radius: 50%;
  border: 4px solid white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  position: relative;
  z-index: 3;
}

.slider-container::before {
  content: '';
  position: absolute;
  top: 50%;
  height: 8px;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
  border-radius: 10px;
}

.thumb-label {
  position: absolute;
  top: -40px;
  background: white;
  padding: 4px 10px;
  font-weight: bold;
  color: #ff00c8;
  font-size: 14px;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  white-space: nowrap;
  transform: translateX(-50%);
}

input[type="submit"].gform_button {
  font-family: "Poppins", sans-serif;
  background-image: url(https://cybermarko.kinsta.cloud/wp-content/uploads/2025/04/IC_arrow-Right.svg);
  background-position:
96% 50%;
  background-repeat: no-repeat;
  padding:
16px 40px 16px 24px!important;
border-color: var( --e-global-color-accent );
color: #FFF;
}

body .custom-slider.elementor-element .elementor-swiper-button {
  position: absolute;
  transform: none!important;
  width: 50px;
  top: -70px!important;
  border: 1px solid #FF49BE;
  border-radius: 50%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .custom-slider.elementor-element .elementor-swiper-button:hover {
  background-color: #FF49BE;
}
body .custom-slider.elementor-element .elementor-swiper-button.elementor-swiper-button-prev {
  right: 60px;
  left: auto;
}

body .custom-slider.elementor-element .elementor-swiper-button.elementor-swiper-button-next {
  right: 0;
  left: auto;
}

.rotating-badge {
  position: relative;
  width: 270px;
  height: 270px;
  margin: 0 auto;
  border-radius: 269px;
border: 15px solid #FFF;
background: var(--Base-Color, #080028);
box-shadow: 0px 14px 25px 0px rgba(0, 0, 0, 0.25);
}

.center-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.center-icon img {
  width: 134px;
  height: 127px;
}

.rotating-text {
  width: 100%;
  height: 100%;
  font-size: 18px;
  animation: spinText 30s linear infinite;
  transform-origin: center center;
  letter-spacing: 5px;
  font-weight: 600;
}

@keyframes spinText {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 1024px) {
  .rotating-badge {
    width: 150px;
    height: 150px;    
    border-width: 10px;
  }
}
.image-wrapper {
  position: relative;
  overflow: hidden;
}

.image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
  opacity: 0;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.image-overlay1 {
  background: linear-gradient(275deg, #C400DD 2.31%, #FF8921 95.06%);
}
.image-overlay2 {
  background: linear-gradient(84deg, var(--Color, #2222F7) -26.79%, var(--Color-4, #C400DD) 48.59%);
}
.image-overlay3 {
  background: linear-gradient(90deg, var(--Color, #2222F7) 0%, var(--Color-3, #04F7EE) 100%);
}

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

xAnimation keayframes 

-------------------------------- */
@-moz-keyframes fade-in {
  0%, 84% {
    opacity: 0;
    -moz-transform: translateY(20px);
    transform: translateY(20px);
  }

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

@-webkit-keyframes fade-in {
  0%, 84% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

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

@-o-keyframes fade-in {
  0%, 84% {
    opacity: 0;
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }

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

@-ms-keyframes fade-in {
  0%, 84% {
    opacity: 0;
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

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

@keyframes fade-in {
  0%, 84% {
    opacity: 0;
    transform: translateY(20px);
  }

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

@keyframes draw {
    0% {
    opacity: 0;
    stroke-dashoffset:-100;
  }

  100% {
    opacity: 1;
    stroke-dashoffset:0;
  }
}


.animated-accordion-content {
  opacity: 0;
  height: 0;
  animation-duration: 1s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 1s;
}
.animated-accordion:hover .animated-accordion-content {
  opacity: 1;
  height: 9rem;
}

@media only screen and (max-width: 1024px) {
.animated-accordion:hover .animated-accordion-content {
  height: 20rem;
}
}


.group {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}

.elementor-element.item {
  height: 60vh;
  background-position: center;
  margin: 1vw;
  border-radius: 2vw;
  display: inline-block;
  cursor: pointer;
  background-size: cover;
  background-repeat: no-repeat;
}


@media only screen and (max-width: 767px) {
.elementor-element.item {
  height: 40vh;
}
}

.selected-works-grid .elementor-loop-container.elementor-grid {
  display: flex;
}

.custom-key-results-list li, .custom-goals-list li {
  list-style: none;
  padding: 2em;
  border: 1px solid #FF49BE;
  border-radius: 15px;
}

.custom-key-results-list, .custom-goals-list {
  margin: 2em 0 0;
  padding: 0;
  display: flex;
  gap: 24px;
}

.custom-feature-list {
  padding: 0;
  list-style: none;
  margin: 0;
}

.custom-feature-list {
  padding: 0;
  list-style: none;
  margin: 0;
}

.custom-feature-list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
}

.custom-feature-list li::before {
  background-image: url(https://cybermarko.kinsta.cloud/wp-content/uploads/2025/06/4-1.svg);
  content: "";
  position: relative;
  width: 20px;
  height: 20px;
  background-size: contain;
}
.before-after-comparison-list {
  margin: 0;
  padding: 0;
  list-style: none;
}


.before-after-item {
  display: flex;
}

.before-after-images {
  width: 100%;
  display: flex;
  gap: 24px;
  justify-content: space-between;
}

.before-after-images img {
  min-height: 400px;
  object-fit: cover;
  width: 100%;
  object-position: center top;
  max-height: 400px;
  border-radius: 15px !important;
    -webkit-transition: ease-in-out 4s !important;
    transition: ease-in-out 4s !important;
}
.before-after-images div {
  width: 50%;
  height: 400px;
}
.before-after-images img:hover{
    object-position: center bottom !important;
}


#home-animation-wrapper {
  width: 100%;
  height: 100vh;
  position: relative;
  float: left;
  cursor: pointer;
}
#home-animation-wrapper svg {
  width: 100%;
  max-height: 90%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#svg-texts text {
  fill:#FFFFFF; 
  font-weight: 900; 
  font-size:15vw;
  text-transform: none;
  letter-spacing: -4%;
}
@media only screen and (max-width: 1024px) {
  #home-animation-wrapper {
    height: 70vh;
  }
  #svg-texts text {
    font-size: 35vw;
  }
}

@media only screen and (max-width: 641px) {
  #home-animation-wrapper {
    height: 40vh;
  }
  #svg-texts text {
    font-size: 60vw;
  }
}
@media only screen and (max-width: 480px) {
  #svg-texts text {
    font-size: 70vw;
  }
}

.second-card-list {
  display: flex;
}
.cargs_wrapper_result {
  position: relative;
}

.cargs_wrapper_result .result-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 28px);
  align-items: center;
  justify-items: center;
  /* lets the pin breathe on tall screens */
  padding: clamp(12px, 2vw, 28px);
}

.cargs_wrapper_result .result-card-item {
  will-change: transform, opacity;
  transform-origin: center center;
}

.cargs_wrapper_result .result-card-item img {
  display: block;
  width: 100%;
  height: auto;
}

/* Tablet. Two columns if you prefer */
@media (max-width: 1200px) {
  .cargs_wrapper_result .result-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Mobile. One column for safety */
@media (max-width: 767px) {
  .cargs_wrapper_result .result-grid {
    grid-template-columns: 1fr;
  }
}

    .marquee {
  overflow: hidden;
  display: flex;
}

.marquee h2{
  white-space: nowrap;
}
/* Hide default cursor */
/* target your Elementor carousel wrapper */
.custom-drag-cursor {
  position: relative;
  cursor: none;
}

/* floating circle that follows the pointer */
.custom-drag-cursor::after {
  content: "< Drag >";
  position: fixed;
  left: var(--cursor-x, -1000px);
  top: var(--cursor-y, -1000px);
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #cf00dd;
  color: #fff;
  font: 600 18px/100px system-ui, -apple-system, Segoe UI, Poppins, Arial;
  text-align: center;
  pointer-events: none;
  opacity: var(--cursor-opacity, 0);
  transition: opacity .15s ease;
  z-index: 9999;
}

.dm-single-heading-3 .word {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.dm-single-heading-3 span .word, .dm-single-heading-3 strong .word {
    clip-path: none;
}
.marquee-container, .marquee-inner {
    transition: none !important;
}
.dm-marquee p {
  white-space: nowrap;
}
 /*Glowing Circle*/
    
    .dm-glowy-circle {
        
        height: 500px;
        width: 500px;
        
        transform: translate(-50%, -50%);
        transition: opacity 0.3s;
        pointer-events: none;
        /*mix-blend-mode: screen;*/
    }
    
    /*Edge Glow Color*/
    
    .dm-glow-card {
        
        border-radius: 10px;
        
			
		transition: 0.3s;
        
    }
    
    
   /*Glowing Circle is invisible when not hovered*/
   
    .dm-glowy-circle {
        
        opacity: 0;
    }
    
    .dm-glow-card:hover .dm-glowy-circle {
        
        opacity: 1;
        
    }
    
    /*Card 1 Color*/
    
    .dm-glow-card.card1:hover {
    
     
     background: radial-gradient(
				250px circle at var(--xPos) var(--yPos),
				rgba(196, 0, 221, 1),
				transparent 80%
			);
    }
    
     /*Card 2 Color*/
    .dm-glow-card.card2:hover {
    
     
     background: radial-gradient(
				250px circle at var(--xPos) var(--yPos),
				rgba(34, 34, 247, 1),
				transparent 80%
			);
    }
    
     /*Card 3 Color*/
    .dm-glow-card.card3:hover {
    
     
     background: radial-gradient(
				250px circle at var(--xPos) var(--yPos),
				rgba(247, 145, 0, 1),
				transparent 80%
			);
    }
    
     /*Card 4 Color*/
    .dm-glow-card.card4:hover {
    
     
     background: radial-gradient(
				250px circle at var(--xPos) var(--yPos),
				rgba(6, 247, 1, 1),
				transparent 80%
			);
    }
    
    /* Move Card Up on Hover*/
    
    .dm-glow-card:hover {
        
        transform:translateY(-20px);
        
    }

        .dm-heading9 .word, .dm-paragraph9 .word {
        
        color:#c400dd;
        opacity: 0.1;
    }

    .page-content {
      color: #fffafa;
    }
    .container {
      max-width: 1280px;
      margin: 0 auto;
    }
    #main-content .container {
      padding: 80px 0;
    }