:root {
  --heading-color: #000;
  --body-color: #0c0c0c;
  --primary-color: #02999c;
  --secondary-color: #06d2d5;
  --white-color: #ffffff;
  --gray-color: #414141;
  --light-color: #e6e6e6;
  --dark-bg: #092138;
  --blue-bg: #06d2d5;
  --light-bg: #fafafa;
  --white-bg: #092138;
}

/*1.0 base css*/
@media (min-width: 1400px) {
  .container {
    max-width: 1296px;
  }
}

:root {
  --fs-xl-20: 20px;
  --fs-xl-lineheight: 32px;
  --fs-lg-18: 18px;
  --fs-lg-lineheight: 28px;
  --fs-md-16: 16px;
  --fs-md-lineheight: 24px;
  --fs-xs-14: 14px;
  --fs-xs-lineheight: 22px;
  --fs-xss-12: 12px;
  --fs-xss-lineheight: 20px;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0px;
  padding: 0px;
}

html {
  box-sizing: border-box;
  height: 100%;
}

body {
  height: 100% !important;
  color: var(--body-color);
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  overflow-x: hidden;
  background-color: var(--light-bg1);
  counter-reset: my-sec-counter;
  font-size: 21px;
  line-height: 30px;
}

img {
  vertical-align: middle;
}

::-moz-selection {
  background-color: #989ffd;
  color: #fff;
}

::selection {
  background-color: #989ffd;
  color: #fff;
}

[type="color"]:focus,
[type="month"]:focus,
[type="time"]:focus,
[type="color"]:active,
[type="month"]:active,
[type="time"]:active,
[type="color"]:hover,
[type="month"]:hover,
[type="time"]:hover,
[type="color"]:invalid,
[type="month"]:invalid,
[type="time"]:invalid {
  outline: none;
  box-shadow: none;
}

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */

  img {
    page-break-inside: avoid;
  }
  p,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h3 {
    page-break-after: avoid;
  }
}
ul,
li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

h1,
h3,
.h1,
.h3 {
  font-family: "Raleway", sans-serif;
  color: var(--heading-color);
  font-weight: 700;
  margin: 0;
}

h1,
.h1 {
  z-index: 0;
  font-size: 60px;
  letter-spacing: -2px;
  line-height: 1.04em;
  margin-bottom: 24px;
  position: relative;
}
@media (max-width: 1600px) {
  h1,
  .h1 {
    font-size: 54px;
  }
}
@media (max-width: 1400px) {
  h1,
  .h1 {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 36px;
  }
}
@media (max-width: 479px) {
  h1,
  .h1 {
    font-size: 40px;
  }
}

h3,
.h3 {
  font-size: 30px;
  line-height: 1.4em;
}
@media (max-width: 767px) {
  h3,
  .h3 {
    line-height: 1.2em;
  }
}
@media (max-width: 479px) {
  h3,
  .h3 {
    font-size: 24px;
  }
}

p {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  p {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
p:last-child {
  margin-bottom: 0;
}

a {
  text-decoration: none;
  transition: all 0.24s ease-in-out;
}

img {
  max-width: 100%;
}

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

/*1.1 layout css*/
header.zubuz-header-section {
  position: relative;
  z-index: 9;
  width: 100%;
  padding: 15px 0;
  transition: all 0.4s;
  background-color: var(--dark-bg);
}

header.zubuz-header-section.sticky-menu {
  box-shadow: 0 4px 80px rgba(0, 0, 0, 0.1);
  background-color: var(--white-bg);
}

.zubuz-header-btn-wrap {
  display: flex;
  align-items: center;
}

.zubuz-login-btn {
  font-size: 16px;
  font-weight: 700;
  /* color: var(--heading-color); */
  color: var(--white-color);
  transition: all 0.4s;
  margin-right: 40px;
}
@media (max-width: 767px) {
  .zubuz-login-btn {
    margin-right: 15px;
  }
}
.zubuz-login-btn:hover {
  color: var(--primary-color);
}

.zubuz-breadcrumb {
  text-align: center;
  padding: 90px 0;
  background-color: var(--secondary-color);
}
@media (max-width: 991px) {
  .zubuz-breadcrumb {
    padding: 75px 0;
  }
}
@media (max-width: 767px) {
  .zubuz-breadcrumb {
    padding: 65px 0;
  }
}
@media (max-width: 575px) {
  .zubuz-breadcrumb {
    padding: 55px 0;
  }
}
.zubuz-breadcrumb.breadcrumb-light {
  background-color: var(--white-bg);
  border-bottom: 1px solid var(--light-color);
}

h1.post__title {
  margin-bottom: 40px;
  color: var(--dark-color);
}
@media (max-width: 1400px) {
  h1.post__title {
    margin-bottom: 30px;
  }
}

.breadcrumb-light h1.post__title {
  color: var(--heading-color);
}

.breadcrumbs ul li {
  font-weight: 700;
  line-height: 1;
  z-index: 0;
  padding: 0 10px;
  position: relative;
  display: inline-block;
  color: var(--dark-color);
}
@media (max-width: 767px) {
  .breadcrumbs ul li {
    font-size: 18px;
  }
}
.breadcrumbs ul li:first-child {
  padding-left: 0;
}
.breadcrumbs ul li:last-child {
  padding-right: 0;
}
.breadcrumbs ul li:before {
  content: "";
  right: -10px;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  background-size: 9px;
  background-position: center right;
  background-repeat: no-repeat;
  background-image: url(../images/blog/backspece2.svg);
}
.breadcrumbs ul li:last-child:before {
  content: none;
}
.breadcrumbs ul li a {
  font-weight: 400;
  color: var(--dark-bg);
}

.breadcrumb-light .breadcrumbs ul li::before {
  background-image: url(../images/blog/backspece.svg);
}
.breadcrumb-light .breadcrumbs ul li a {
  color: var(--heading-color);
}

.zubuz-default-btn {
  font-size: 16px;
  line-height: 24px;
  padding: 18px 40px;
  border-radius: 3px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  color: var(--white-color);
  width: fit-content;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  text-align: center;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  background-color: var(--blue-bg);
  position: relative;
  z-index: 0;
  transform-style: preserve-3d;
}
.zubuz-default-btn:hover {
  color: var(--heading-color);
  background-color: var(--secondary-color);
}
.zubuz-default-btn span {
  position: relative;
  z-index: 10;
  display: inline-block;
}
.zubuz-default-btn.zubuz-header-btn {
  padding: 13px 29px;
}
.zubuz-default-btn:before,
.zubuz-default-btn:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.zubuz-default-btn:before {
  top: -110%;
  left: -10%;
  padding-bottom: 120%;
  width: 120%;
  height: 0;
  border-radius: 50%;
  background: var(--secondary-color);
  content: "";
  -webkit-transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
  transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transition:
    transform 0.4s cubic-bezier(0.1, 0, 0.3, 1),
    -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.zubuz-default-btn:hover:before {
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}
.zubuz-default-btn:after {
  background: var(--secondary-color);
  content: "";
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transition:
    transform 0.4s cubic-bezier(0.1, 0, 0.3, 1),
    -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.zubuz-default-btn:hover:after {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 0.05s;
  transition-duration: 0.05s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.zubuz-default-btn:hover span {
  -webkit-animation:
    HaCtvBtn_Exploit_MoveScaleUpInitial 0.3s forwards,
    HaCtvBtn_Exploit_MoveScaleUpEnd 0.3s forwards 0.3s;
  animation:
    HaCtvBtn_Exploit_MoveScaleUpInitial 0.3s forwards,
    HaCtvBtn_Exploit_MoveScaleUpEnd 0.3s forwards 0.3s;
}
.zubuz-default-btn:disabled {
  opacity: 1;
}
.zubuz-default-btn.pill {
  border-radius: 50px;
}
.zubuz-default-btn:focus {
  box-shadow: none;
}

@-webkit-keyframes HaCtvBtn_Exploit_MoveScaleUpInitial {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
    transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
  }
}
@keyframes HaCtvBtn_Exploit_MoveScaleUpInitial {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
    transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
  }
}
@-webkit-keyframes HaCtvBtn_Exploit_MoveScaleUpEnd {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
    transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes HaCtvBtn_Exploit_MoveScaleUpEnd {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
    transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.zubuz-hero-content.center {
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 80px;
}
@media (max-width: 1400px) {
  .zubuz-hero-content.center {
    max-width: 800px;
  }
}
.zubuz-hero-content.center p {
  max-width: 950px;
  margin: 0 auto 50px;
}
@media (max-width: 991px) {
  .zubuz-hero-content.center p {
    margin: 0 auto 30px;
  }
}
@media (max-width: 991px) {
  .zubuz-hero-content {
    text-align: center;
  }
}
.zubuz-hero-content p {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .zubuz-hero-content p {
    margin-bottom: 30px;
  }
}

.zubuz-hero-btn-wrap {
  display: flex;
  align-items: center;
  column-gap: 24px;
}
.zubuz-hero-btn-wrap.center {
  justify-content: center;
}
@media (max-width: 991px) {
  .zubuz-hero-btn-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .zubuz-hero-btn-wrap {
    flex-direction: column;
    row-gap: 20px;
  }
}

@keyframes float-left-right {
  0% {
    transform: translatex(0px);
  }
  50% {
    transform: translatex(-40px);
  }
  100% {
    transform: translatex(0px);
  }
}
.zubuz_screenfix_right {
  margin-right: calc((-100vw + 100%) / 2);
  max-width: 1610px;
}
@media (max-width: 991px) {
  .zubuz_screenfix_right {
    max-width: 100%;
    margin: 0 auto;
  }
}

.zubuz-hero-section2 {
  position: relative;
  padding: 90px 0 130px;
}
@media (max-width: 991px) {
  .zubuz-hero-section2 {
    padding: 85px 0 100px;
  }
}
@media (max-width: 767px) {
  .zubuz-hero-section2 {
    padding: 85px 0 100px;
  }
}
@media (max-width: 479px) {
  .zubuz-hero-section2 {
    padding: 65px 0 100px;
  }
}
.zubuz-hero-thumb2 {
  left: 15px;
  z-index: 0;
  position: relative;
  margin-left: 65px;
}
@media (max-width: 991px) {
  .zubuz-hero-thumb2 {
    left: 0;
    margin-left: 0;
    margin-top: 40px;
  }
}

.zubuz-hero-shape2 {
  top: -15%;
  right: 0;
  z-index: -1;
  position: absolute;
}
@media (max-width: 1250px) {
  .zubuz-hero-shape2 img {
    width: 300px;
  }
}
@media (max-width: 991px) {
  .zubuz-hero-shape2 {
    display: none;
  }
}

.zubuz-hero-shape3 {
  position: absolute;
  bottom: -10%;
  left: -15%;
  z-index: -1;
}
@media (max-width: 767px) {
  .zubuz-hero-shape3 {
    display: none;
  }
}

.business-icon-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.business-icon-box img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  padding: 2px;
}
.business-icon-box span {
  font-size: 18px;
  font-weight: 600;
}

.business-label-slider {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}
.zubuz-iconbox-wrap-left {
  display: flex;
  max-width: 590px;
  margin-bottom: 24px;
  text-align: left;
}
.zubuz-iconbox-wrap-left:last-child {
  margin-bottom: 0;
}
.zubuz-iconbox-wrap-left .zubuz-iconbox-icon {
  margin-right: 24px;
}
.zubuz-iconbox-wrap-left.iconbox-left-border {
  padding: 28px;
  border-radius: 20px;
  border: 1px solid #ccc;
  max-width: 100%;
  transition: all 0.4s;
  margin-bottom: 24px !important;
  height: 100%;
}

/* Equal height icon boxes */
.row:has(.zubuz-iconbox-wrap-left.iconbox-left-border) {
  display: flex;
  flex-wrap: wrap;
  row-gap: 24px;
}
.row:has(.zubuz-iconbox-wrap-left.iconbox-left-border) > [class*="col-"] {
  display: flex;
  margin-bottom: 0;
}
.row:has(.zubuz-iconbox-wrap-left.iconbox-left-border)
  .zubuz-iconbox-wrap-left.iconbox-left-border {
  margin-bottom: 0 !important;
}
.zubuz-iconbox-wrap-left.iconbox-left-border:hover {
  border: 1px solid var(--white-color);
  box-shadow: 0px 4px 80px 0px rgba(0, 0, 0, 0.08);
}
.zubuz-iconbox-icon {
  width: 60px;
  height: 60px;
  display: flex;
  flex-shrink: 0;
  margin-bottom: 30px;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  background-color: var(--secondary-color);
}
.zubuz-iconbox-icon.none-bg {
  width: auto;
  height: auto;
  display: block;
  margin-bottom: 0;
  background-color: transparent;
}
.zubuz-iconbox-data span {
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}
.zubuz-iconbox-data h3 {
  margin-bottom: 15px;
}
.zubuz-iconbox-data.data-small p {
  font-size: 18px;
}
.zubuz-iconbox-data.light h3,
.zubuz-iconbox-data.light span,
.zubuz-iconbox-data.light p {
  color: var(--white-color);
}

.zubuz-accordion-wrap {
  margin-right: 65px;
}
@media (max-width: 1199px) {
  .zubuz-accordion-wrap {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .zubuz-accordion-wrap {
    margin-top: 40px;
  }
}
.zubuz-accordion-item {
  padding: 23px 24px;
  position: relative;
  margin-bottom: 20px;
  border-radius: 20px;
  transition: all 0.4s;
  border: 1px solid var(--light-color);
  background-color: var(--light-bg);
}
.zubuz-accordion-item:last-child {
  margin-bottom: 0;
}
.zubuz-accordion-item.open .zubuz-active-icon {
  transform: rotate(180deg);
}
.zubuz-accordion-item.open {
  background-color: var(--dark-bg);
}
.zubuz-accordion-item.open .zubuz-accordion-body {
  display: block;
  color: var(--white-color);
}
.zubuz-accordion-item.open .zubuz-accordion-header h3 {
  color: var(--secondary-color);
}
.zubuz-accordion-header {
  cursor: pointer;
  position: relative;
}
@media (max-width: 767px) {
  .zubuz-accordion-header h3 {
    font-size: 24px;
    padding-right: 25px;
  }
}
.zubuz-accordion-body {
  display: none;
  padding-top: 15px;
}
@media (max-width: 991px) {
  .zubuz-accordion-body {
    padding: 24px 0 0;
  }
}

.zubuz-accordion-wrap2 {
  margin: 0;
}
.zubuz-accordion-wrap2 .zubuz-accordion-item {
  background-color: transparent;
}
.zubuz-accordion-wrap2 .zubuz-accordion-item.open .zubuz-active-icon {
  transform: rotate(0);
  opacity: 0;
}
.zubuz-accordion-wrap2 .zubuz-accordion-item.open .zubuz-inactive-icon {
  opacity: 1;
}
.zubuz-accordion-wrap2 .zubuz-accordion-header {
  padding-right: 20px;
}
.zubuz-accordion-wrap2 .zubuz-accordion-header p {
  font-weight: 600;
  margin: 0;
}
.zubuz-accordion-wrap2 .zubuz-accordion-body {
  padding-right: 70px;
}
@media (max-width: 991px) {
  .zubuz-accordion-wrap2 .zubuz-accordion-body {
    padding-right: 0;
  }
}
.zubuz-accordion-wrap2 .zubuz-accordion-body p {
  font-size: 18px;
  color: var(--body-color) !important;
}
.zubuz-accordion-wrap2 .zubuz-accordion-item.open {
  background-color: transparent;
}
.zubuz-accordion-wrap2 .zubuz-active-icon,
.zubuz-accordion-wrap2 .zubuz-inactive-icon {
  top: 0;
}
.zubuz-accordion-wrap2 .zubuz-inactive-icon {
  opacity: 0;
}

.zubuz-active-icon,
.zubuz-inactive-icon {
  position: absolute;
  top: 5px;
  right: 0px;
  transition: all 0.4s;
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
  }
}

.zubuz-testimonial-wrap {
  padding: 24px;
  margin-bottom: 24px;
  border-radius: 10px;
  border: 2px solid var(--heading-color);
  background-color: var(--light-bg);
}
.zubuz-testimonial-data h3 {
  margin-bottom: 15px;
}
.zubuz-testimonial-author {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.zubuz-testimonial-author-thumb {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  margin-right: 15px;
  border-radius: 100%;
  overflow: hidden;
}
.zubuz-testimonial-author-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zubuz-testimonial-author-data span {
  font-size: 18px;
  font-weight: 600;
}
.zubuz-testimonial-author-data p {
  font-size: 16px;
  color: #666;
}

.zubuz-brand-logo-content {
  margin-right: 30px;
}
@media (max-width: 991px) {
  .zubuz-brand-logo-content {
    margin: 0 0 30px;
    text-align: center;
  }
}
.zubuz-brand-logo-content h3 {
  font-weight: 600;
  color: var(--white-color);
}

.zubuz-brand-item {
  padding: 0 20px;
}

.brand-slider-img {
  height: 36px;
  width: auto;
  max-width: 150px;
  object-fit: contain;
}

/* Sticky Pricing Footer */
.sticky-pricing-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0ad2d5;
  box-shadow: 0px -4px 15px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  padding: 24px 0;
  transition: padding 0.3s ease;
}

/* Toggle Button */
.sticky-pricing-toggle {
  position: absolute;
  top: 12px;
  right: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: transform 0.2s ease;
  z-index: 10;
}

.sticky-pricing-toggle:hover {
  transform: scale(1.05);
}

.sticky-pricing-toggle img {
  width: 30px;
  height: 30px;
  display: block;
}

.sticky-pricing-toggle .toggle-icon-up {
  display: none;
}

.sticky-pricing-toggle .toggle-icon-down {
  display: block;
}

/* Collapsed State */
.sticky-pricing-footer.collapsed {
  padding: 20px 0;
}

.sticky-pricing-footer.collapsed .sticky-pricing-container {
  display: none;
}

.sticky-pricing-footer.collapsed .sticky-pricing-collapsed {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sticky-pricing-footer.collapsed .sticky-pricing-toggle .toggle-icon-up {
  display: block;
}

.sticky-pricing-footer.collapsed .sticky-pricing-toggle .toggle-icon-down {
  display: none;
}

.sticky-pricing-collapsed {
  display: none;
}

.sticky-pricing-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.sticky-pricing-image {
  flex-shrink: 0;
}

.sticky-pricing-image img {
  max-width: 180px;
  height: auto;
  border-radius: 8px;
}

.sticky-pricing-turntable {
  position: relative;
  width: 180px;
}

.sticky-pricing-turntable .turntable-base {
  display: block;
  width: 100%;
  height: auto;
}

.sticky-pricing-turntable .turntable-disc {
  position: absolute;
  top: 52%;
  left: 40%;
  width: 60%;
  height: auto;
  transform: translate(-50%, -50%);
  animation: turntable-spin 6s linear infinite;
  transform-origin: 50% 50%;
}

.sticky-pricing-turntable .turntable-needle {
  position: absolute;
  top: 8%;
  right: 25%;
  width: 20%;
  height: auto;
}

@keyframes turntable-spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.sticky-pricing-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.sticky-pricing-content {
  text-align: center;
}

.sticky-pricing-content h3 {
  color: #092138;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 8px;
}

.sticky-pricing-content p {
  color: #092138;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 12px;
}

.sticky-pricing-note {
  font-size: 14px;
  opacity: 0.8;
  margin-top: 4px;
}

.sticky-pricing-content p strong {
  font-weight: 700;
}

.sticky-pricing-btn {
  display: inline-block;
  background: #092138;
  color: white;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 32px;
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.sticky-pricing-btn:hover {
  background: #0a2d4d;
  color: white;
  transform: translateY(-2px);
}

.sticky-pricing-price-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.sticky-pricing-price-card .price-badge {
  background: #092138;
  color: #0ad2d5;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 3px 10px;
  border-radius: 20px;
  line-height: 1.4;
}

.sticky-pricing-price-card .price-amount {
  color: #092138;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
}

.sticky-pricing-price-card .price-old {
  text-decoration: line-through;
  opacity: 0.5;
  font-size: 18px;
  font-weight: 400;
}

.sticky-pricing-price-card .price-new {
  font-weight: 700;
}

.sticky-pricing-price-card .price-details {
  text-align: center;
  color: #092138;
  font-size: 14px;
  line-height: 1.5;
}

/* Hero License Note */
.zubuz-hero-license-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 20px;
}

.zubuz-hero-license-note .license-bullet {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  position: relative;
  display: inline-flex;
  margin-top: 4px;
}

.zubuz-hero-license-note .license-bullet::before {
  content: "";
  width: 5px;
  height: 9px;
  border: solid #06d2d5;
  border-width: 0 2.5px 2.5px 0;
  transform: rotate(45deg);
  margin-bottom: 2px;
}

.zubuz-hero-license-note span:last-child {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

/* Feature List & Section Intro */
.zubuz-section-intro {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 24px;
  color: var(--paragraph-color);
}

.zubuz-section-intro.light {
  color: rgba(255, 255, 255, 0.85);
}

.zubuz-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.zubuz-feature-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--paragraph-color);
}

.zubuz-feature-list li:last-child {
  margin-bottom: 0;
}

.zubuz-feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background: var(--secondary-color);
  border-radius: 50%;
}

.zubuz-feature-list.light li {
  color: rgba(255, 255, 255, 0.85);
}

.zubuz-feature-list.light li::before {
  background: #fff;
}

/* Upgrade CTA Section */
.zubuz-upgrade-cta {
  background: #082238;
  padding: 50px 0;
}

.zubuz-upgrade-cta-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.zubuz-upgrade-cta-content {
  max-width: 762px;
}

.zubuz-upgrade-cta-content h3 {
  color: white;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 12px;
}

.zubuz-upgrade-cta-content p {
  color: white;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  margin: 0;
}

.zubuz-upgrade-cta-btn .zubuz-default-btn {
  background: #06d2d5;
  color: white;
  white-space: nowrap;
}

.zubuz-upgrade-cta-btn .zubuz-default-btn:hover {
  background: #05b8bb;
}

@media (max-width: 991px) {
  .zubuz-upgrade-cta-wrap {
    flex-direction: column;
    text-align: center;
  }

  .zubuz-upgrade-cta-content {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .zubuz-upgrade-cta {
    padding: 40px 0;
  }

  .zubuz-upgrade-cta-content h3 {
    font-size: 20px;
  }

  .zubuz-upgrade-cta-content p {
    font-size: 16px;
  }
}

/* Simple Footer */
.zubuz-footer-simple {
  background: #fff;
  padding: 40px 0 260px;
}

.zubuz-footer-simple-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.zubuz-footer-simple-mission {
  flex: 1;
}

.zubuz-footer-simple-logo {
  flex-shrink: 0;
}

.zubuz-footer-simple-mission p {
  color: #092138;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}

.zubuz-footer-simple-divider {
  height: 1px;
  /* background: #082238; */
  background: rgba(8, 34, 56, 0.2);
  margin: 20px 0;
}

.zubuz-footer-simple-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.zubuz-footer-simple-copyright p {
  color: #092138;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  opacity: 0.4;
}

.zubuz-footer-simple-social {
  display: flex;
  align-items: center;
  gap: 20px;
}

.zubuz-footer-simple-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #092138;
  font-size: 20px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.zubuz-footer-simple-social a:hover {
  color: #0ad2d5;
  transform: translateY(-2px);
}

.zubuz-footer-simple-social a .social-icon-img {
  object-fit: contain;
  transition: all 0.3s ease;
}

.zubuz-footer-simple-social a:hover .social-icon-img {
  filter: brightness(0) saturate(100%) invert(76%) sepia(47%) saturate(1217%)
    hue-rotate(128deg) brightness(96%) contrast(92%);
}

.trusted-business-logos-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  justify-items: center;
  gap: 24px;
  width: 100%;
}

.trusted-business {
  display: flex;
  justify-content: center;
  align-items: center;
}

.trusted-business-logo {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 991px) {
  .trusted-business-logos-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .trusted-business-logo {
    max-width: 140px;
    transform: scale(0.9);
  }
}

@media (max-width: 575px) {
  .trusted-business-logos-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .trusted-business-logo {
    max-width: 100px;
    transform: scale(0.8);
  }
}

@media (max-width: 991px) {
  .zubuz-footer-simple-top {
    flex-wrap: wrap;
  }

  .zubuz-footer-simple-mission {
    order: 3;
    flex: 0 0 100%;
    margin-top: 10px;
  }

  .zubuz-footer-simple-social {
    margin-left: auto;
  }
}

@media (max-width: 768px) {
  .zubuz-footer-simple {
    padding: 30px 0 220px;
  }

  .zubuz-footer-simple-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .zubuz-footer-simple-mission {
    order: unset;
    margin-top: 0;
  }

  .zubuz-footer-simple-social {
    margin-left: 0;
  }

  .zubuz-footer-simple-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .sticky-pricing-footer {
    padding: 16px 0;
  }

  .sticky-pricing-toggle {
    top: 8px;
    right: 12px;
  }

  .sticky-pricing-toggle img {
    width: 28px;
    height: 28px;
  }

  .sticky-pricing-footer.collapsed {
    padding: 16px 0;
  }

  .sticky-pricing-container {
    flex-direction: column;
    gap: 16px;
  }

  .sticky-pricing-image {
    display: none;
  }

  .sticky-pricing-content h3 {
    font-size: 20px;
  }

  .sticky-pricing-content p {
    font-size: 14px;
  }

  .sticky-pricing-note {
    font-size: 12px;
    line-height: 1.4;
  }

  .sticky-pricing-btn {
    padding: 12px 24px;
    font-size: 14px;
  }

  .sticky-pricing-price-card {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px 10px;
    padding: 12px 14px;
  }

  .sticky-pricing-price-card .price-badge {
    /* width: 100%; */
    width: calc(100% - 40px);
    text-align: center;
    font-size: 10px;
    padding: 2px 8px;
  }

  .sticky-pricing-price-card .price-amount {
    font-size: 24px;
    flex-shrink: 0;
    justify-content: flex-start;
  }

  .sticky-pricing-price-card .price-old {
    font-size: 14px;
  }

  .sticky-pricing-price-card .price-details {
    text-align: left;
  }
}

.zubuz-brand-slider2 {
  direction: rtl;
  margin-top: 30px;
}

@keyframes float-top-bottom {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-40px);
  }
  100% {
    transform: translatey(0px);
  }
}
.zubuz-v2-thumb {
  position: relative;
  z-index: 0;
}
.zubuz-v2-thumb.thumb-ml {
  margin-left: 65px;
}
@media (max-width: 1199px) {
  .zubuz-v2-thumb.thumb-ml {
    margin-left: 15px;
  }
}
@media (max-width: 991px) {
  .zubuz-v2-thumb.thumb-ml {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .zubuz-v2-thumb {
    margin-bottom: 40px;
  }
}
.zubuz-v2-thumb img {
  border-radius: 10px;
}

.zubuz-v3-thumb2 {
  margin-left: 30px;
  position: relative;
}
.zubuz-v3-thumb2 img {
  border-radius: 20px;
}
@media (max-width: 991px) {
  .zubuz-v3-thumb2 {
    margin-left: 0;
    margin-bottom: 40px;
  }
}

.zubuz-v3-card2 {
  bottom: 55px;
  left: -20px;
  width: 65%;
  overflow: hidden;
  position: absolute;
  box-shadow: 0px 2.534px 38.004px 0px rgba(0, 0, 0, 0.12);
  animation: float-top-bottom 6s ease-in-out infinite;
}
.zubuz-v3-card2 img {
  border-radius: 10px;
}
@media (max-width: 1299px) {
  .zubuz-v3-card2 {
    left: -20px;
  }
}
@media (max-width: 767px) {
  .zubuz-v3-card2 {
    display: none;
  }
}

.zubuz-section-padding2 {
  padding: 130px 0;
}
@media (max-width: 991px) {
  .zubuz-section-padding2 {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .zubuz-section-padding2 {
    padding: 80px 0;
  }
}

.zubuz-section-padding3 {
  padding: 125px 0 106px;
}
@media (max-width: 991px) {
  .zubuz-section-padding3 {
    padding: 100px 0 76px;
  }
}
@media (max-width: 767px) {
  .zubuz-section-padding3 {
    padding: 80px 0 56px;
  }
}

.zubuz-section-padding4 {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .zubuz-section-padding4 {
    padding: 50px 0;
    /* padding: 80px 0; */
  }
}

.zubuz-section-padding5 {
  padding: 0 0 130px;
}
@media (max-width: 991px) {
  .zubuz-section-padding5 {
    padding: 0 0 100px;
  }
}
@media (max-width: 767px) {
  .zubuz-section-padding5 {
    padding: 0 0 80px;
  }
}

.zubuz-section-padding6 {
  padding: 80px 0 56px;
}

.zubuz-section-title {
  padding-bottom: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .zubuz-section-title {
    padding-bottom: 60px;
  }
}
.zubuz-section-title.center {
  margin: 0 auto;
  text-align: center;
  max-width: 830px;
}
@media (max-width: 991px) {
  .zubuz-section-title {
    padding-bottom: 60px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .zubuz-section-title {
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .zubuz-default-content {
    text-align: center;
  }
}

.zubuz-default-content.light p {
  color: var(--white-color);
}
.zubuz-default-content.m-right {
  margin-right: 65px;
}
@media (max-width: 1399px) {
  .zubuz-default-content.m-right {
    margin-right: 0;
  }
}

.zubuz-extara-mt {
  margin-top: 45px;
}
@media (max-width: 991px) {
  .zubuz-extara-mt {
    margin-top: 30px;
  }
}
.zubuz-extara-mt p {
  margin-bottom: 24px;
}
.zubuz-extara-mt p:last-child {
  margin-bottom: 0;
}

/*1.3 pages css*/

@keyframes dot-keyframes {
  0% {
    opacity: 0.4;
    transform: scale(1, 1);
  }
  50% {
    opacity: 1;
    transform: scale(1.2, 1.2);
  }
  100% {
    opacity: 0.4;
    transform: scale(1, 1);
  }
}
.zubuz-preloader-wrap {
  position: fixed;
  z-index: 1222;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: var(--dark-bg);
  display: flex;
  justify-content: center;
  align-items: center;
}

.zubuz-preloader {
  display: inline-block;
  position: relative;
  width: 74px;
  height: 100px;
  align-items: center;
  justify-content: center;
}

.zubuz-preloader div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--secondary-color);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.zubuz-preloader div:nth-child(1) {
  left: 8px;
  animation: zubuz-preloader1 0.6s infinite;
}

.zubuz-preloader div:nth-child(2) {
  left: 8px;
  animation: zubuz-preloader2 0.6s infinite;
}

.zubuz-preloader div:nth-child(3) {
  left: 32px;
  animation: zubuz-preloader2 0.6s infinite;
}

.zubuz-preloader div:nth-child(4) {
  left: 56px;
  animation: zubuz-preloader3 0.6s infinite;
}

@keyframes zubuz-preloader1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zubuz-preloader3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes zubuz-preloader2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

/*1.4 themes css*/

.zubuz-footer-simple-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}

.zubuz-footer-simple-links ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.zubuz-footer-simple-links ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.zubuz-footer-simple-links ul li:after {
  content: "|";
  margin-left: 10px;
  color: #092138;
  font-size: 14px;
  font-weight: 400;
}

.zubuz-footer-simple-links ul li:last-child:after {
  content: none;
}

.zubuz-footer-simple-links ul li a {
  color: #092138;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s ease;
  text-decoration: underline;
  text-decoration-color: #092138;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.zubuz-footer-simple-links ul li a:hover {
  color: #0ad2d5;
  text-decoration-color: #0ad2d5;
}

/* Legal Content Styles */
.zubuz-legal-content {
  /* max-width: 800px; */
  margin: 0 auto;
}

.zubuz-legal-content .legal-updated {
  color: #092138;
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 14px;
}

.zubuz-legal-content h2 {
  font-size: 22px;
  font-weight: 700;
  /* color: #092138; */
  color: var(--body-color);
  margin-top: 40px;
  margin-bottom: 16px;
  font-family: "Raleway", sans-serif;
}

.zubuz-legal-content h3 {
  font-size: 18px;
  font-weight: 600;
  /* color: #092138; */
  color: var(--body-color);
  margin-top: 24px;
  margin-bottom: 12px;
  font-family: "Raleway", sans-serif;
}

.zubuz-legal-content p {
  margin-bottom: 16px;
  line-height: 1.7;
  color: var(--body-color);
  font-size: 18px;
}

.zubuz-legal-content p strong {
  font-weight: 600;
}

.zubuz-legal-content ul {
  margin-bottom: 16px;
  padding-left: 24px;
  list-style: disc !important;
}

.zubuz-legal-content ul li {
  margin-bottom: 10px;
  line-height: 1.7;
  color: var(--body-color);
  margin-left: 20px;
  display: list-item !important;
  list-style: disc !important;
  font-size: 18px;
}

.zubuz-legal-content ul li strong {
  /* color: #092138; */
  color: var(--body-color);
  font-weight: 600;
}

.zubuz-legal-content a {
  color: var(--primary-color);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.zubuz-legal-content a:hover {
  color: var(--secondary-color);
}

.zubuz-legal-content img {
  max-width: 100%;
  height: auto;
}

/* Mobile Responsive - Breadcrumb */
@media (max-width: 767px) {
  .zubuz-breadcrumb h1.post__title {
    font-size: 28px;
    line-height: 1.3;
  }

  .zubuz-breadcrumb .breadcrumbs ul {
    flex-wrap: wrap;
    gap: 5px;
  }
}

/* Mobile Responsive - Legal Content */
@media (max-width: 991px) {
  .zubuz-legal-content p,
  .zubuz-legal-content ul li {
    font-size: 17px;
  }

  .zubuz-legal-content h2 {
    font-size: 20px;
  }

  .zubuz-legal-content h3 {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .zubuz-legal-content {
    padding: 0 10px;
  }

  .zubuz-legal-content p,
  .zubuz-legal-content ul li {
    font-size: 16px;
    line-height: 1.6;
  }

  .zubuz-legal-content h2 {
    font-size: 18px;
    margin-top: 30px;
  }

  .zubuz-legal-content h3 {
    font-size: 16px;
  }

  .zubuz-legal-content ul {
    padding-left: 20px;
  }
}

@media (max-width: 479px) {
  .zubuz-breadcrumb h1.post__title {
    font-size: 24px;
  }

  .zubuz-legal-content p,
  .zubuz-legal-content ul li {
    font-size: 15px;
  }

  .zubuz-legal-content h2 {
    font-size: 17px;
  }

  .zubuz-legal-content h3 {
    font-size: 15px;
  }
}

/* Mobile Responsive - Simple Footer */
@media (max-width: 767px) {
  .zubuz-footer-simple {
    padding: 40px 0 30px;
  }

  .zubuz-footer-simple-top {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .zubuz-footer-simple-logo {
    margin-bottom: 10px;
  }

  .zubuz-footer-simple-mission {
    max-width: 100%;
  }

  .zubuz-footer-simple-social {
    justify-content: center;
  }

  .zubuz-footer-simple-links ul {
    gap: 10px;
    text-align: left;
    align-items: flex-start;
  }
  /* 
  .zubuz-footer-simple-links ul li::after {
    display: none;
  } */

  .zubuz-footer-simple-bottom {
    text-align: center;
  }
}
