:root {
  --aigentix-body-color: #363636;
  --aigentix-primary-color: #FF7F50;
  --aigentix-secondary-color: #7D2C0E;
  --aigentix-white-color: #fff;
  --aigentix-dark-color: #363636;
  --aigentix-gradient-primary: linear-gradient(180deg, var(--aigentix-primary-color) 0%, var(--aigentix-secondary-color) 100%);
  --aigentix-gradient-primary-hover: linear-gradient(180deg, var(--aigentix-secondary-color) 0%, var(--aigentix-primary-color) 100%);
  --aigentix-border-color: #E6E6E6;
  --aigentix-border-radius: 6px;
  --bs-body-bg: #FFF8EA;
  --bs-body-color: var(--aigentix-body-color, #363636);
  --bs-link-color: var(--aigentix-primary-color);
  --bs-link-hover-color: var(--aigentix-secondary-color);
  --bs-body-font-weight: 500;
  --bs-primary: var(--aigentix-primary-color);
  --bs-secondary: var(--aigentix-secondary-color);
}

:root body {
  --e-global-typography-primary-font-family: var(--bs-body-font-family);
  --e-global-typography-secondary-font-family: var(--bs-body-font-family);
  --e-global-typography-text-font-family: var(--bs-body-font-family);
  --e-global-color-primary: var(--aigentix-primary-color);
  --e-global-color-secondary: var(--aigentix-secondary-color);
}

body {
  font-family: var(--bs-body-font-family, "Manrope", "Lato", sans-serif);
  color: var(--aigentix-body-color, #363636);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--bs-headings-font-family, "Manrope", "Lato", sans-serif);
  font-weight: 800;
}

a {
  color: var(--aigentix-primary-color);
}

.aigentix-h-link {
  --aigentix-underline-position: bottom;
  --aigentix-underline-size: 1px;
  --aigentix-h-link-color: var(--bs-body-color);
  --aigentix-h-link-hover-color: var(--aigentix-primary-color);
  background-image: linear-gradient(90deg, currentColor, currentColor);
  background-repeat: no-repeat;
  background-size: 0% var(--aigentix-underline-size);
  background-position: 0% var(--aigentix-underline-position);
  transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: inline;
  text-decoration: none;
  color: var(--aigentix-h-link-color);
}
.aigentix-h-link:hover {
  color: var(--aigentix-h-link-hover-color);
  background-size: 100% var(--aigentix-underline-size);
}

.line-through {
  text-decoration: line-through;
  text-decoration-thickness: 3px;
}

.color-primary {
  color: var(--aigentix-body-color);
}

.color-accent {
  color: var(--aigentix-primary-color);
}

.link-accent {
  color: var(--aigentix-primary-color);
}

.link-accent:hover {
  color: var(--aigentix-lightOrange-color);
}

.color-white {
  color: var(--aigentix-white-color);
}

.cursor-pointer {
  cursor: pointer;
}

.list-style-none {
  list-style: none;
}

.transition-base {
  transition: all 0.25s ease-in-out;
}

.br-25 {
  border-radius: 25px;
}

.ellipse-1-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.ellipse-2-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ellipse-3-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.gap-15 {
  gap: 15px;
}

.gap-30 {
  gap: 30px;
}

.gap-40 {
  gap: 40px;
}

.ellipsis-1-line {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.ellipsis-2-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.ellipsis-3-lines {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.highlighted-text {
  background: var(--aigentix-gradient-secondary);
  background-clip: text;
  color: transparent;
}

.ult-text-background {
  background-color: var(--aigentix-primary-color);
  color: var(--aigentix-accent-foreground-color);
  padding: 0px 10px;
}

.ult-text-underline {
  color: var(--aigentix-primary-color);
  border-bottom: 2px solid var(--aigentix-primary-color);
  padding-bottom: 5px;
}

/* Control Elementor */
.elementor-editor-active .loader-wrapper {
  display: none;
}

.e-con {
  --container-default-padding-left: 0;
  --container-default-padding-right: 0;
  --container-default-padding-top: 0;
  --container-default-padding-bottom: 0;
  --widgets-spacing-row: 0;
  --widgets-spacing-column: 0;
}

@media screen and (max-width: 767px) {
  .ult-text-underline {
    padding-bottom: 1px;
  }
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  row-gap: 15px;
}

.aigentix-pagination {
  margin-top: 40px;
}

.header-area {
  max-width: 1920px;
  margin: 0 auto;
}

.footer-area {
  max-width: 1920px;
  margin: 0 auto;
}

.arrow-top::before {
  content: "";
  margin: 0;
  opacity: 1 !important;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  transition: all 0.3s ease-in-out;
  position: absolute;
  width: 2px;
  height: 16px;
  left: calc(50% - 1px);
  top: calc(50% - 6px);
  background: var(--w3e-arrow-color);
}
.arrow-top::after {
  content: "";
  margin: 0;
  opacity: 1 !important;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  transition: all 0.3s ease-in-out;
  position: absolute;
  width: 0;
  border-top: 7px solid transparent;
  border-left: 7px solid var(--w3e-arrow-color);
  border-bottom: 7px solid transparent;
  left: auto;
  height: 2px;
  left: calc(50% - 3px);
  top: calc(50% - 12px);
  transform: rotate(-90deg);
}

.ult-slider-pagination .swiper-pagination-bullet {
  --swiper-pagination-bullet-width: 12px;
  --swiper-pagination-bullet-height: 12px;
  --swiper-pagination-bullet-inactive-opacity: 0.3;
  --swiper-pagination-bullet-inactive-color: var(--aigentix-secondary-color);
  --swiper-pagination-color: var(--aigentix-secondary-color);
}

.main-wrapper {
  margin-top: 60px;
  margin-bottom: 120px;
}

.scroll-disabled {
  overflow: hidden;
}

.error404 .header-area.sticky ~ .main-wrapper {
  margin-top: 140px;
}

.error404-wrapper .image-404 img {
  width: auto;
  width: 100%;
  max-width: 700px;
}

@media screen and (max-width: 1560px) {
  .container {
    max-width: 100%;
    --bs-gutter-x: 2.5rem;
  }
}
@media screen and (max-width: 991px) {
  /* Offcanvas */
  .offcanvas.offcanvas-start,
  .offcanvas.offcanvas-end {
    --bs-offcanvas-width: 450px;
    top: var(--wp-admin--admin-bar--height, 0);
    width: 100%;
    max-width: var(--bs-offcanvas-width);
  }
}
@media screen and (max-width: 768px) {
  .main-wrapper {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 575px) {
  .container {
    max-width: 100%;
  }
  .main-wrapper {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1520px) {
  .container {
    max-width: 1520px;
  }
}
/* Animations */
.toLeftFromRight {
  -webkit-animation: toLeftFromRight 0.6s alternate-reverse;
  animation: toLeftFromRight 0.6s alternate-reverse;
}

@keyframes toLeftFromRight {
  49% {
    transform: translate(-100%, 100%);
  }
  50% {
    opacity: 0;
    transform: translate(100%, -100%);
  }
  51% {
    opacity: 1;
  }
}
.move-up-down {
  -webkit-animation: moverY 4s ease-in-out alternate infinite;
  animation: moverY 4s ease-in-out alternate infinite;
}

.move-down-up {
  -webkit-animation: movernY 4s ease-in-out alternate infinite;
  animation: movernY 4s ease-in-out alternate infinite;
}

@keyframes moverY {
  0% {
    -webkit-transform: translateX(0px) translateY(50px);
    -moz-transform: translateX(0px) translateY(50px);
    -ms-transform: translateX(0px) translateY(50px);
    transform: translateX(0px) translateY(50px);
  }
  100% {
    -webkit-transform: translateX(0px) translateY(0px);
    -moz-transform: translateX(0px) translateY(0px);
    -ms-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
  }
}
@keyframes movernY {
  0% {
    -webkit-transform: translateX(0px) translateY(-50px);
    -moz-transform: translateX(0px) translateY(-50px);
    -ms-transform: translateX(0px) translateY(-50px);
    transform: translateX(0px) translateY(-50px);
  }
  100% {
    -webkit-transform: translateX(0px) translateY(0px);
    -moz-transform: translateX(0px) translateY(0px);
    -ms-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
  }
}
.move-left-right {
  -webkit-animation: moverX 4s ease-in-out alternate infinite;
  animation: moverX 4s ease-in-out alternate infinite;
}

@keyframes moverX {
  0% {
    -webkit-transform: translateY(0px) translateX(50px);
    -moz-transform: translateY(0px) translateX(50px);
    -ms-transform: translateY(0px) translateX(50px);
    transform: translateY(0px) translateX(50px);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px);
    -moz-transform: translateY(0px) translateX(0px);
    -ms-transform: translateY(0px) translateX(0px);
    transform: translateY(0px) translateX(0px);
  }
}
.appf-big-circle-rotate {
  animation: big-circle-rotate 20s linear infinite;
  -webkit-animation: big-circle-rotate 20s linear infinite;
}

.inner-circle-rotate {
  animation: inner-circle-rotate 20s linear infinite;
  -webkit-animation: inner-circle-rotate 20s linear infinite;
}

@keyframes big-circle-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes inner-circle-rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
.appf-move-up-down {
  -webkit-animation: moveY 4s ease-in-out alternate infinite;
  animation: moveY 4s ease-in-out alternate infinite;
}

@keyframes moveY {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.appf-move-left-right {
  -webkit-animation: moveX 4s ease-in-out alternate infinite;
  animation: moveX 4s ease-in-out alternate infinite;
}

@keyframes moveX {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}
.bubble-top-right,
.bubble-bottom-left {
  width: 250px;
  height: 250px;
  object-fit: contain;
  position: absolute;
  z-index: 1;
  mix-blend-mode: color-burn;
  pointer-events: none;
}

/* Position and animation for top-right */
.bubble-top-right {
  animation: element-rotate 20s infinite linear;
}

/* Position and animation for bottom-left */
.bubble-bottom-left {
  animation: element-rotate-reverse 20s infinite linear;
}

@keyframes element-rotate {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(100%) rotate(360deg);
  }
  100% {
    transform: translateY(0%) rotate(0deg);
  }
}
@keyframes element-rotate-reverse {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-100%) rotate(360deg);
  }
  100% {
    transform: translateY(0%) rotate(0deg);
  }
}
.header-area {
  padding-top: 35px;
  transition: all 0.1s ease-in-out;
  /* mobile search form */
}
.header-area.transparent-header {
  background: transparent;
  position: fixed;
  left: 0;
  right: 0;
  top: var(--wp-admin--admin-bar--height);
  width: 100%;
  z-index: 999;
}
.header-area.transparent-header:not(.sticky) .nav-link {
  --bs-nav-link-color: #fff;
  --bs-nav-link-hover-color: var(--aigentix-secondary-color);
  --bs-nav-link-active-color: var(--aigentix-secondary-color);
}
.header-area.transparent-header:not(.sticky) .header-search,
.header-area.transparent-header:not(.sticky) .header-cart-icon {
  color: #fff;
}
.header-area.transparent-header.sticky .header-search,
.header-area.transparent-header.sticky .header-cart-icon {
  color: #343434;
}
.header-area.sticky {
  padding-top: 0;
  background-color: var(--bs-body-bg);
  top: var(--wp-admin--admin-bar--height, 0);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
}
.header-area.sticky ~ .banner-section {
  padding-top: 180px;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.header-area .mobile-search-form .form-control {
  padding-right: 45px;
  background-color: inherit;
  color: inherit;
}
.header-area .mobile-search-form .form-control::placeholder {
  color: inherit;
  opacity: 0.5;
}
.header-area .mobile-search-form .submit-button {
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background-color: transparent;
  color: inherit;
}
.header-area .mobile-search-form .submit-button svg {
  width: 32px;
  height: 32px;
}
.header-area .aigentix-navbar-toggler {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
  width: 30px;
  height: 21px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.header-area .aigentix-navbar-toggler .hb-line {
  display: block;
  height: 3px;
  border-radius: 3px;
  background-color: var(--aigentix-dark-color);
}
.header-area .aigentix-navbar-toggler .hb-line.hb-line1 {
  width: 22px;
}
.header-area .aigentix-navbar-toggler .hb-line.hb-line2 {
  width: 100%;
}
.header-area .aigentix-navbar-toggler .hb-line.hb-line3 {
  width: 16px;
}
.header-area .aigentix-navbar-toggler:hover {
  align-items: start;
}

.navbar {
  --bs-navbar-color: var(--bs-body-color);
  --bs-navbar-active-color: var(--aigentix-secondary-color);
  --bs-navbar-hover-color: var(--bs-navbar-active-color);
  --bs-navbar-brand-padding-y: 0;
  --bs-navbar-brand-margin-end: 16px;
  --bs-navbar-padding-y: 10px;
  --bs-navbar-nav-link-padding-x: 0.875rem;
  --bs-navbar-nav-link-padding-y: 0.35rem;
  --bs-navbar-toggler-padding-x: 0;
  --bs-navbar-toggler-padding-y: 0;
  --bs-navbar-toggler-border-color: transparent;
}
.navbar .container {
  position: relative;
}

.navbar-nav {
  --bs-nav-link-padding-x: 0.875rem;
  --bs-nav-link-padding-y: 0.35rem;
  --bs-nav-link-font-size: 1rem;
  --bs-nav-link-font-weight: 800;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--aigentix-white-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  gap: 20px;
  padding: 0 8px;
  border: 1px solid var(--aigentix-border-color);
  border-radius: var(--aigentix-border-radius);
  background-color: var(--aigentix-white-color);
}
.navbar-nav > .nav-item {
  padding: 8px 0;
  color: var(--bs-nav-link-color);
}
.navbar-nav .nav-item {
  text-transform: uppercase;
  font-weight: var(--bs-nav-link-font-weight);
}
.navbar-nav .nav-item:hover, .navbar-nav .nav-item:focus {
  color: var(--bs-nav-link-hover-color);
}
.navbar-nav .nav-item:hover .nav-link, .navbar-nav .nav-item:focus .nav-link {
  background-color: var(--aigentix-dark-color);
  color: inherit;
}
.navbar-nav .nav-item.active {
  color: var(--aigentix-white-color);
}
.navbar-nav .nav-item .nav-link {
  color: inherit;
  background-color: transparent;
  border-radius: var(--aigentix-border-radius);
  transition: all 0.3s ease-in-out;
  font-weight: inherit;
}
.navbar-nav .nav-item.dropdown > .dropdown-menu {
  display: block;
  top: 100%;
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
}
.navbar-nav .nav-item.dropdown > .dropdown-menu > li {
  font-weight: var(--bs-nav-link-font-weight);
}
.navbar-nav .nav-item.dropdown > .dropdown-menu > li:not(:last-child) {
  margin-bottom: 7px;
}
.navbar-nav .nav-item.dropdown > .dropdown-menu > li .dropdown-item {
  font-weight: inherit;
  color: inherit;
  background-color: inherit;
}
.navbar-nav .nav-item.dropdown > .dropdown-menu > li .dropdown-item::after {
  position: absolute;
  right: var(--bs-dropdown-item-padding-x);
  transform: rotate(-135deg) translateY(50%);
}
.navbar-nav .nav-item.dropdown > .dropdown-menu > li > .dropdown-menu {
  left: calc(100% + 2px);
  top: 0;
}
.navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
  transform: translateY(2px);
  opacity: 1;
  visibility: visible;
  background-color: var(--aigentix-white-color);
}
.navbar-nav .nav-item.dropdown .dropdown-toggle::after {
  display: inline-block;
  margin-left: 10px;
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  border-color: inherit;
  border-right: 0;
  border-top: 0;
  background-color: transparent;
  transform: rotate(-45deg) translateY(-50%);
  position: relative;
  top: 50%;
  vertical-align: unset;
}
.navbar-nav .nav-item.active .nav-link {
  color: var(--aigentix-white-color);
  background-color: var(--aigentix-dark-color);
}
.navbar-nav .nav-item.has-apf-megamenu .dropdown-toggle::after {
  display: inline-block;
  margin-left: 12px;
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  border-color: inherit;
  border-right: 0;
  border-top: 0;
  background-color: transparent;
  transform: rotate(-45deg) translateY(-50%);
  position: relative;
  top: 50%;
  vertical-align: unset;
}
.navbar-nav .nav-item.has-apf-megamenu .apf-mega-menu-wrapper {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  transform: translateY(20px);
  padding: 0;
  border: 0;
  opacity: 1;
  visibility: hidden;
  max-width: 100%;
  background-color: transparent;
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
}
.navbar-nav .nav-item.has-apf-megamenu:hover .apf-mega-menu-wrapper {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.navbar-nav .dropdown-menu {
  --bs-dropdown-link-active-bg: var(--aigentix-dark-color);
  --bs-dropdown-link-hover-bg: var(--aigentix-dark-color);
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-border-color: var(--aigentix-border-color);
}
.navbar-nav .dropdown-menu .nav-item:hover, .navbar-nav .dropdown-menu .nav-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.navbar-nav .dropdown-menu .nav-item.active {
  background-color: var(--aigentix-dark-color);
  color: #fff;
}

.offcanvas.navbar-offcanvas {
  top: var(--wp-admin--admin-bar--height, 0);
}
.offcanvas.navbar-offcanvas .offcanvas-body {
  gap: var(--bs-navbar-brand-margin-end);
}

.header-search, .header-cart-icon {
  color: #000;
}
.header-search svg, .header-cart-icon svg {
  width: 24px;
  transition: all 0.3s ease-in-out;
}
.header-search:hover svg, .header-cart-icon:hover svg {
  scale: 0.9;
}

.popup-search-form-wrapper {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  inset: 0;
  width: 100%;
  overflow: scroll;
  z-index: 99999;
  pointer-events: none;
  transition: all 0.25s linear;
  background-color: initial;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow: hidden;
}

.aigentix-template-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 0;
  opacity: 0;
  transition: opacity 0.25s linear;
}

.popup-search-form {
  padding: 100px 50px;
  border-radius: 12px;
  width: 100%;
  max-width: 750px;
  background-color: #fff;
  scale: 0;
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s ease-in-out;
}

.aigentix-close-button-wrapper {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.aigentix-close-button-wrapper:hover .aigentix-close-button::before {
  transform: rotate(0);
}
.aigentix-close-button-wrapper:hover .aigentix-close-button::after {
  transform: rotate(0);
}

.aigentix-close-button {
  display: inline-block;
  width: 30px;
  height: 30px;
}
.aigentix-close-button::before {
  content: "";
  position: absolute;
  top: 15px;
  width: 30px;
  height: 2px;
  background-color: #000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
.aigentix-close-button::after {
  content: "";
  position: absolute;
  top: 15px;
  width: 30px;
  height: 2px;
  background-color: #000;
  transition: all 0.3s ease-in-out;
  transform: rotate(45deg);
}

.popup-search-form-wrapper.show {
  pointer-events: visible;
}
.popup-search-form-wrapper.show .aigentix-template-overlay {
  opacity: 1;
}
.popup-search-form-wrapper.show .popup-search-form {
  scale: 1;
  opacity: 1;
  transform: scale(1);
}

.header-cart-icon .cart-count {
  font-size: 0.625rem;
  line-height: 1;
  height: 18px;
  min-width: 18px;
  text-align: center;
  padding: 0 3px;
  font-weight: 500;
  border-radius: 50%;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 2;
  top: -7px;
  right: -8px;
  color: #fff;
  background-color: var(--aigentix-secondary-color);
}

.offcanvas.aigentix-offcanvas-mini-cart {
  top: var(--wp-admin--admin-bar--height, 0);
}
.offcanvas.aigentix-offcanvas-mini-cart .offcanvas-header {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
}
.offcanvas.aigentix-offcanvas-mini-cart .widget_shopping_cart_content {
  height: 100%;
}

.footer-area.footer-default {
  position: relative;
  color: #fff;
  padding: 80px 0;
  margin-bottom: 20px;
  width: calc(100% - 40px);
  background-color: #1F1F1F;
  border: 4px solid var(--aigentix-primary-color);
  border-radius: 40px;
  color: var(--aigentix-white-color);
}
.footer-area.footer-default .footer-logo {
  background: var(--aigentix-gradient-primary);
  border-radius: 40px;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-area.footer-default .footer-logo img {
  max-width: 250px;
}
.footer-area.footer-default .footer-widget-content {
  position: relative;
  border: 1px solid #3D3D3D;
  border-radius: 40px;
  padding: 60px;
  background-color: #252525;
  gap: 95px;
  overflow: hidden;
}
.footer-area.footer-default .footer-widget-content .footer-shape {
  position: absolute;
  top: 0;
  right: 0;
}
.footer-area.footer-default .footer-menu.nav {
  --bs-nav-link-padding-x: .5rem;
  --bs-nav-link-padding-y: 0;
}
.footer-area.footer-default .footer-menu .nav-link {
  position: relative;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-color: var(--aigentix-white-color);
  --bs-nav-link-hover-color: var(--aigentix-primary-color);
}
.footer-area.footer-default .footer-contact-info {
  z-index: 2;
}
.footer-area.footer-default .footer-contact-info .contact-info {
  font-size: 1.25rem;
  font-weight: 800;
}
.footer-area.footer-default .footer-contact-info .contact-info a {
  color: var(--aigentix-white-color);
  text-decoration: none;
}
.footer-area.footer-default .footer-contact-info .contact-info a:hover {
  color: var(--aigentix-primary-color);
}
.footer-area.footer-default .footer-contact-info .contact-info .info-icon {
  margin-right: 10px;
}
.footer-area.footer-default .footer-contact-info .contact-info .info-icon svg {
  width: 24px;
  height: 24px;
}
.footer-area.footer-default .aigentix-footer-cta {
  border: 1px solid #3D3D3D;
  border-radius: 30px;
  padding: 29px 30px;
  margin-bottom: 20px;
}
.footer-area.footer-default .aigentix-footer-cta .cta-title {
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
}
.footer-area.footer-default .aigentix-footer-cta .btn {
  flex-shrink: 0;
}
.footer-area.footer-default .copyright-text {
  font-weight: 700;
  color: var(--aigentix-white-color);
  opacity: 0.6;
}
.footer-area.footer-default .footer-bottom-menu.nav {
  --bs-nav-link-padding-x: .5rem;
  --bs-nav-link-padding-y: 0;
}
.footer-area.footer-default .footer-bottom-menu .nav-link {
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  opacity: 0.6;
  text-transform: uppercase;
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-color: var(--aigentix-white-color);
  --bs-nav-link-hover-color: var(--aigentix-primary-color);
}

#back-to-top {
  --w3e-arrow-color: #fff;
  height: 60px;
  width: 60px;
  line-height: 41px;
  border-radius: 50px;
  text-align: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  font-size: 1.1em;
  opacity: 0;
  box-shadow: 2px 10px 30px rgba(0, 0, 0, 0.2);
  background: var(--aigentix-secondary-color);
  border: 2px solid var(--aigentix-secondary-color);
  color: #000;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#back-to-top:focus {
  --w3e-arrow-color: #fff;
  height: 60px;
  width: 60px;
  line-height: 41px;
  border-radius: 50px;
  text-align: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  font-size: 1.1em;
  opacity: 0;
  box-shadow: 2px 10px 30px rgba(0, 0, 0, 0.2);
  background: var(--aigentix-secondary-color);
  border: 2px solid var(--aigentix-secondary-color);
  color: #000;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#back-to-top:hover {
  --w3e-arrow-color: #fff;
  box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.3);
  background: var(--aigentix-secondary-color);
}
#back-to-top svg {
  width: calc(100% - 10px);
}
#back-to-top svg path {
  fill: none;
}
#back-to-top svg.progress-circle path {
  stroke: #fff;
  stroke-width: 4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

#back-to-top.show {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

@media screen and (max-width: 1200px) {
  .footer-area .aigentix-footer-cta .cta-title {
    font-size: 1.5rem;
  }
  .footer-area .footer-widget-content {
    padding: 40px;
  }
  .footer-area .footer-menu .nav-link {
    font-size: 1rem;
  }
  .footer-area .footer-contact-info .contact-number, .footer-area .footer-contact-info .email {
    font-size: 1rem;
  }
  .footer-area .footer-logo img {
    max-width: 170px;
  }
}
@media screen and (max-width: 991px) {
  .header-area .navbar-collapse {
    background-color: rgb(0, 0, 0);
    color: #fff;
    padding: 30px;
    border-radius: 12px;
    margin-top: 10px;
  }
  .header-area .navbar {
    padding: 20px 0;
  }
  .header-area .navbar-nav {
    --bs-nav-link-padding-y: 0.5rem;
    gap: 15px;
    justify-content: start !important;
    padding: 0;
    border: 0;
    background-color: transparent;
    margin-bottom: 20px;
  }
  .header-area .navbar-nav .dropdown-menu {
    --bs-dropdown-item-padding-y: 0.5rem;
  }
  .header-area .navbar-nav li.dropdown {
    position: relative;
  }
  .header-area .navbar-nav li.dropdown .nav-link::after, .header-area .navbar-nav li.dropdown .dropdown-item::after {
    display: none;
  }
  .header-area .navbar-nav li.dropdown .dropdown-menu {
    display: none;
  }
  .header-area .navbar-nav li.dropdown .dropdown-menu.show {
    display: block;
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
  }
  .header-area .navbar-nav li.dropdown .dropdown-menu .dropdown-menu {
    margin: 5px 10px 0 10px;
  }
  .header-area .navbar-nav li.has-apf-megamenu {
    position: relative;
  }
  .header-area .navbar-nav li.has-apf-megamenu .nav-link::after {
    display: none;
  }
  .header-area .navbar-nav li.has-apf-megamenu .apf-mega-menu-wrapper {
    position: relative;
    top: unset;
    left: unset;
    display: none;
  }
  .header-area .navbar-nav li.has-apf-megamenu .apf-mega-menu-wrapper.show {
    display: block;
  }
  .header-area .navbar-nav li .appf-menu-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-area .navbar-nav li .appf-menu-toggler::after {
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    border-bottom: 2px solid;
    border-left: 2px solid;
    border-color: inherit;
    border-right: 0;
    border-top: 0;
    background-color: transparent;
    transform: rotate(-45deg);
    position: relative;
  }
  .header-area .navbar-nav li .dropdown-menu .appf-menu-toggler {
    right: var(--bs-dropdown-item-padding-x);
  }
  .header-area .offcanvas-menu .offcanvas-body .header-nav-right, .header-area .navbar-offcanvas .offcanvas-body .header-nav-right {
    padding: 0 var(--bs-offcanvas-padding-x);
  }
  .header-area .navbar-toggler:focus {
    box-shadow: none;
  }
  .header-area .btn {
    margin: 0 var(--bs-offcanvas-padding-x) 0 var(--bs-offcanvas-padding-x);
  }
  .header-area.sticky .nav-link {
    --bs-nav-link-color: #fff;
  }
}
@media screen and (max-width: 1200px) {
  .header-area {
    padding-top: 20px;
  }
  .header-area .logo {
    max-width: 180px;
  }
  .header-area .navbar-nav {
    gap: 10px;
  }
}
@media screen and (max-width: 991px) {
  .header-area {
    padding-top: 0;
  }
  .header-area .logo {
    max-width: 150px;
  }
  .header-area .navbar-nav > .nav-item {
    padding: 0px 0;
  }
  .header-area .navbar-nav > .nav-item.menu-item-has-children .dropdown-menu {
    margin-top: 5px;
  }
  .header-area .navbar-nav .nav-item.menu-item-has-children:has(.dropdown-menu.show) {
    padding-bottom: 10px;
  }
  .footer-area .footer-widget-content {
    gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .footer-area .aigentix-footer-cta .cta-title {
    font-size: 1rem;
  }
}
@media screen and (max-width: 575px) {
  .popup-search-form {
    padding: 80px 30px;
  }
  .footer-area.footer-default {
    padding: 40px 0;
    margin-bottom: 10px;
    width: calc(100% - 20px);
  }
  .footer-area.footer-default .aigentix-footer-cta {
    padding: 20px;
  }
  .footer-area.footer-default .footer-widget-content {
    padding: 40px 20px;
  }
  .footer-area.footer-default .contact-info .info-icon svg {
    width: 20px;
    height: 20px;
  }
  #back-to-top {
    height: 50px;
    width: 50px;
    bottom: 40px;
  }
}
@media screen and (max-width: 420px) {
  .footer-area .aigentix-footer-cta .cta-content {
    flex-wrap: wrap;
  }
  .footer-area .aigentix-footer-cta .cta-content .btn {
    width: 100%;
    justify-content: space-between;
  }
}
/* Page banner */
.aigentix-page-banner {
  position: relative;
  max-width: 1920px;
  margin: 120px auto 120px auto;
}
.aigentix-page-banner .aigentix-banner-wrapper {
  position: relative;
  padding: 70px 80px;
  min-height: 300px;
  border-radius: 40px;
  background-color: var(--aigentix-primary-color);
  background-image: var(--aigentix-page-banner-bg-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.aigentix-page-banner .aigentix-banner-wrapper .banner-content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 140px;
  z-index: 2;
}
.aigentix-page-banner .aigentix-banner-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: var(--aigentix-dark-color);
  opacity: 0.4;
  z-index: 1;
}
.aigentix-page-banner .title {
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 1.3;
  color: white;
  max-width: 900px;
}
.aigentix-page-banner .post-breadcrumb {
  margin-bottom: 0;
}

.header-area.sticky ~ .aigentix-page-banner {
  margin-top: 235px;
}
.header-area.sticky ~ .elementor {
  margin-top: 115px;
}

@media screen and (max-width: 1200px) {
  .header-area.sticky ~ .aigentix-page-banner {
    margin-top: 150px;
  }
  .header-area.sticky ~ .elementor {
    margin-top: 100px;
  }
  .aigentix-page-banner {
    margin: 50px auto 50px auto;
  }
}
@media screen and (max-width: 1024px) {
  .aigentix-page-banner .aigentix-banner-wrapper .title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .header-area.sticky ~ .aigentix-page-banner {
    margin-top: 122px;
  }
  .header-area.sticky ~ .elementor {
    margin-top: 72px;
  }
}
@media screen and (max-width: 767px) {
  .aigentix-page-banner .aigentix-banner-wrapper {
    padding: 40px;
  }
  .aigentix-page-banner .title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 575px) {
  .aigentix-page-banner .aigentix-banner-wrapper {
    padding: 40px 20px;
    min-height: auto;
  }
  .aigentix-page-banner .aigentix-banner-wrapper .banner-content {
    gap: 80px;
  }
  .aigentix-page-banner .title {
    font-size: 2rem;
  }
}
/* Sidebar Styles */
.sidebar {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 30px;
  background-color: var(--aigentix-white-color);
  border-radius: 30px;
  position: sticky;
  top: calc(var(--wp-admin--admin-bar--height, 0px) + 100px);
}
.sidebar .widget-title {
  font-size: 1.25rem;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #D5D5D5;
}
.sidebar .wp-block-heading {
  font-size: 1.25rem;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #D5D5D5;
}
.sidebar ul, .sidebar ol {
  margin-bottom: 0;
}
.sidebar img {
  max-width: 100%;
  height: auto;
}
.sidebar select {
  width: 100%;
}
.sidebar a {
  text-decoration: none;
  color: var(--bs-body-color);
  transition: all 0.2s ease-in-out;
}
.sidebar a:hover {
  color: var(--aigentix-primary-color);
}
.sidebar .wp-block-tag-cloud a {
  margin-bottom: 0px;
  margin-right: 0;
}
.sidebar .wp-block-tag-cloud a:hover {
  color: #fff;
}
.sidebar .wp-block-latest-posts li {
  border-radius: 5px;
  overflow: hidden;
}
.sidebar .wp-block-latest-posts li:hover a {
  color: var(--aigentix-primary-color);
}
.sidebar .wp-block-latest-posts li:hover .wp-block-latest-posts__featured-image::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
.sidebar .wp-block-latest-posts li:hover .wp-block-latest-posts__featured-image .wp-post-image {
  scale: 1.05;
}
.sidebar .wp-block-latest-posts .wp-block-latest-posts__featured-image {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.sidebar .wp-block-latest-posts .wp-block-latest-posts__featured-image::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.sidebar .wp-block-latest-posts .wp-block-latest-posts__featured-image .wp-post-image {
  height: 80px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.sidebar .wp-block-latest-posts .wp-block-latest-posts__post-title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sidebar .wp-block-latest-posts .wp-block-latest-posts__post-date {
  margin-left: 60px;
  margin-top: 10px;
}
.sidebar .wp-block-archives, .sidebar .wp-block-categories {
  list-style: none;
  padding-left: 0;
}
.sidebar .wp-block-archives li, .sidebar .wp-block-categories li {
  display: flex;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
.sidebar .wp-block-archives li:not(:last-child), .sidebar .wp-block-categories li:not(:last-child) {
  margin-bottom: 10px;
}
.sidebar .wp-block-archives li:hover, .sidebar .wp-block-categories li:hover {
  margin-left: 7px;
}
.sidebar .sidebar-post-data li {
  display: flex;
  gap: 15px;
}
.sidebar .sidebar-post-data li:not(:last-child) {
  margin-bottom: 15px;
}
.sidebar .sidebar-post-data li .label {
  min-width: 115px;
}
.sidebar .sidebar-post-data li .post-data img {
  display: none;
}

@media screen and (max-width: 991px) {
  .sidebar {
    margin-top: 40px;
  }
}
/* ---------------------------------
5. PRELOADER STYLING
--------------------------------- */
.aigentix-preloader {
  color: var(--aigentix-preloader-block-color, var(--aigentix-primary-color));
  width: 6px;
  aspect-ratio: 1;
  border-radius: 50%;
  animation: l37-1 0.75s infinite linear alternate, l37-2 1.5s infinite linear;
}

@keyframes l37-1 {
  0%, 20% {
    box-shadow: 30px 0 0 3px, 10px 0 0 3px, -10px 0 0 3px, -30px 0 0 3px;
  }
  60%, 100% {
    box-shadow: 12px 0 0 3px, 14px 0 0 6px, -14px 0 0 6px, -12px 0 0 3px;
  }
}
@keyframes l37-2 {
  0%, 25% {
    transform: rotate(0);
  }
  50%, 100% {
    transform: rotate(0.5turn);
  }
}
.loader-wrapper {
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100000;
  background: #fff;
}

.aigentix-disable-preloader {
  border-radius: 0;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

@-webkit-keyframes mainAnimation {
  0% {
    width: 50px;
    -webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
  }
  20% {
    width: 50px;
    -webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
  }
  40% {
    width: 150px;
    -webkit-transform: translateX(-50px) translateY(0px) rotate(0deg);
  }
  60% {
    width: 150px;
    -webkit-transform-origin: bottom right;
    -webkit-transform: translateX(-150px) translateY(0px) rotate(90deg);
  }
  80% {
    width: 50px;
    -webkit-transform: translateX(-25px) translateY(0px) rotate(90deg);
  }
  100% {
    width: 50px;
    -webkit-transform: translateX(-50px) translateY(0px) rotate(90deg);
  }
}
@keyframes mainAnimation {
  0% {
    width: 50px;
    transform: translateX(0px) translateY(0px) rotate(0deg);
  }
  20% {
    width: 50px;
    transform: translateX(0px) translateY(0px) rotate(0deg);
  }
  40% {
    width: 150px;
    transform: translateX(-50px) translateY(0px) rotate(0deg);
  }
  60% {
    width: 150px;
    transform-origin: bottom right;
    transform: translateX(-150px) translateY(0px) rotate(90deg);
  }
  80% {
    width: 50px;
    transform: translateX(-25px) translateY(0px) rotate(90deg);
  }
  100% {
    width: 50px;
    transform: translateX(-50px) translateY(0px) rotate(90deg);
  }
}
@-webkit-keyframes secundaryAnimation {
  0% {
    -webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translateX(0px) translateY(0px) rotate(180deg);
  }
  40% {
    -webkit-transform: translateX(0px) translateY(0px) rotate(180deg);
  }
  60% {
    -webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
  }
  80% {
    -webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(0px) translateY(0px) rotate(180deg);
  }
}
@keyframes secundaryAnimation {
  0% {
    transform: translateX(0px) translateY(0px) rotate(0deg);
  }
  20% {
    transform: translateX(0px) translateY(0px) rotate(180deg);
  }
  40% {
    transform: translateX(0px) translateY(0px) rotate(180deg);
  }
  60% {
    transform: translateX(0px) translateY(0px) rotate(0deg);
  }
  80% {
    transform: translateX(0px) translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateX(0px) translateY(0px) rotate(180deg);
  }
}
@-webkit-keyframes shadowAnimation {
  0% {
    width: 150px;
    -webkit-transform: translateX(-25px) translateY(0px) rotate(0deg);
  }
  20% {
    width: 75px;
    -webkit-transform: translateX(37.5px) translateY(0px) rotate(0deg);
  }
  40% {
    width: 200px;
    -webkit-transform: translateX(-25px) translateY(0px) rotate(0deg);
  }
  60% {
    width: 75px;
    -webkit-transform: translateX(37.5px) translateY(0px) rotate(0deg);
  }
  80% {
    width: 75px;
    -webkit-transform: translateX(37.5px) translateY(0px) rotate(0deg);
  }
  100% {
    width: 150px;
    -webkit-transform: translateX(-25px) translateY(0px) rotate(0deg);
  }
}
@keyframes shadowAnimation {
  0% {
    width: 150px;
    transform: translateX(-25px) translateY(0px) rotate(0deg);
  }
  20% {
    width: 75px;
    transform: translateX(37.5px) translateY(0px) rotate(0deg);
  }
  40% {
    width: 200px;
    transform: translateX(-25px) translateY(0px) rotate(0deg);
  }
  60% {
    width: 75px;
    transform: translateX(37.5px) translateY(0px) rotate(0deg);
  }
  80% {
    width: 75px;
    transform: translateX(37.5px) translateY(0px) rotate(0deg);
  }
  100% {
    width: 150px;
    transform: translateX(-25px) translateY(0px) rotate(0deg);
  }
}
@-webkit-keyframes float {
  0% {
    top: 50%;
  }
  50% {
    top: 51%;
  }
  100% {
    top: 50%;
  }
}
@keyframes float {
  0% {
    top: 50%;
  }
  50% {
    top: 51%;
  }
  100% {
    top: 50%;
  }
}
.loader {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 2;
  background-color: var(--aigentix-preloader-block-color, var(--aigentix-primary-color));
  -webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
  transform: translateX(0px) translateY(0px) rotate(0deg);
  -webkit-animation: mainAnimation 2.6s ease 0s infinite forwards;
  animation: mainAnimation 2.6s ease 0s infinite forwards;
}

.loader:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  left: -50px;
  background-color: var(--aigentix-preloader-block-color, var(--aigentix-primary-color));
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
  transform: translateX(0px) translateY(0px) rotate(0deg);
  -webkit-animation: secundaryAnimation 2.6s ease 0s infinite forwards;
  animation: secundaryAnimation 2.6s ease 0s infinite forwards;
}

.shadow {
  position: absolute;
  width: 100px;
  height: 10px;
  top: 50%;
  left: 50%;
  margin-top: 50px;
  margin-left: -75px;
  border-radius: 50%;
  z-index: 1;
  background-color: #95a5a6;
  -webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
  transform: translateX(0px) translateY(0px) rotate(0deg);
  -webkit-animation: shadowAnimation 2.6s ease 0s infinite forwards, float 5s ease-in-out 0s infinite forwards;
  animation: shadowAnimation 2.6s ease 0s infinite forwards, float 5s ease-in-out 0s infinite forwards;
}

.post-breadcrumb {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 7px;
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
}
.post-breadcrumb li {
  position: relative;
}
.post-breadcrumb li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -15px;
  top: calc(50% - 4px);
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.post-breadcrumb a {
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.post-breadcrumb a:hover {
  color: var(--aigentix-primary-color);
}
.post-breadcrumb .current-item {
  color: var(--aigentix-primary-color);
  word-wrap: break-word;
  word-break: break-word;
}

@media screen and (max-width: 575px) {
  .post-breadcrumb {
    justify-content: start;
  }
}
.btn {
  --bs-btn-padding-x: 0.875rem;
  --bs-btn-padding-y: 0.875rem;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 800;
  --bs-btn-border-width: 0;
  --bs-btn-border-radius: 18px;
  fill: currentColor;
  text-transform: uppercase;
}
.btn.has-icon {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x) var(--bs-btn-padding-y) calc(var(--bs-btn-padding-x) + 6px);
}
.btn.has-icon .btn-text {
  width: 100%;
  text-align: center;
}
.btn.has-icon .btn-icon {
  border-radius: 7px;
  background: inherit;
  color: inherit;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2509803922);
  overflow: hidden;
}
.btn.has-icon .btn-icon svg {
  width: 12px;
  height: 12px;
  transition: all 0.3s ease-in-out;
}
.btn.has-icon:hover .btn-icon svg {
  animation: toLeftFromRight 0.6s alternate-reverse;
}

.btn-primary {
  --bs-btn-bg: var(--aigentix-primary-color);
  --bs-btn-border-color: var(--aigentix-primary-color);
  --bs-btn-hover-bg: var(--aigentix-secondary-color);
  --bs-btn-hover-border-color: var(--aigentix-secondary-color);
  --bs-btn-active-bg: var(--aigentix-secondary-color);
  --bs-btn-active-border-color: var(--aigentix-secondary-color);
}

.btn-outline-primary {
  --bs-btn-color: var(--aigentix-primary-color);
  --bs-btn-border-color: var(--aigentix-primary-color);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--aigentix-primary-color);
  --bs-btn-hover-border-color: var(--aigentix-primary-color);
  --bs-btn-active-bg: var(--aigentix-primary-color);
  --bs-btn-active-border-color: var(--aigentix-primary-color);
  --bs-btn-disabled-color: var(--aigentix-primary-color);
  --bs-btn-disabled-border-color: var(--aigentix-primary-color);
}

.btn-gradient-primary {
  background: var(--aigentix-gradient-primary);
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-active-color: #fff ;
}

.btn-gradient-primary:hover {
  background: var(--aigentix-gradient-primary-hover);
}

.btn-secondary {
  --bs-btn-bg: var(--aigentix-secondary-color);
  --bs-btn-border-color: var(--aigentix-secondary-color);
  --bs-btn-hover-bg: var(--aigentix-primary-color);
  --bs-btn-hover-border-color: var(--aigentix-primary-color);
  --bs-btn-active-bg: var(--aigentix-primary-color);
  --bs-btn-active-border-color: var(--aigentix-primary-color);
}

.btn-outline-secondary {
  --bs-btn-color: var(--aigentix-secondary-color);
  --bs-btn-border-color: var(--aigentix-secondary-color);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--aigentix-secondary-color);
  --bs-btn-hover-border-color: var(--aigentix-secondary-color);
  --bs-btn-active-bg: var(--aigentix-secondary-color);
  --bs-btn-active-border-color: var(--aigentix-secondary-color);
  --bs-btn-disabled-color: var(--aigentix-secondary-color);
  --bs-btn-disabled-border-color: var(--aigentix-secondary-color);
}

.btn-gradient-secondary {
  background: var(--aigentix-gradient-secondary);
  --bs-btn-padding-y: 1.0625rem;
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-border-width: 0;
}

.btn-gradient-secondary:hover {
  background: var(--aigentix-gradient-secondary-hover);
}

.btn-light {
  --bs-btn-bg: var(--aigentix-white-color);
  --bs-btn-border-color: var(--aigentix-white-color);
  --bs-btn-hover-bg: var(--aigentix-white-color);
  --bs-btn-hover-border-color: var(--aigentix-white-color);
  --bs-btn-active-bg: var(--aigentix-white-color);
}

@media screen and (max-width: 480px) {
  .btn {
    --bs-btn-font-size: 0.875rem;
  }
}
.form-control {
  padding: 0.75rem;
  background-color: transparent;
  text-align: left;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: transparent;
  border-color: var(--aigentix-primary-color);
  outline: 0;
  box-shadow: none;
}

.form-select {
  padding: 0.75rem;
  background-color: transparent;
}
.form-select:focus {
  color: var(--bs-body-color);
  background-color: transparent;
  border-color: var(--aigentix-primary-color);
  outline: 0;
  box-shadow: none;
}

.aigentix-main-grid {
  --bs-gutter-x: 60px;
  --bs-gutter-y: 60px;
}

.aigentix-post-grid {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}

.aigentix-service-grid {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}

.aigentix-project-grid {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}

@media screen and (max-width: 1560px) {
  .aigentix-main-grid {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
  }
  .aigentix-post-grid,
  .aigentix-service-grid,
  .aigentix-project-grid {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
  }
}
@media screen and (max-width: 991px) {
  .aigentix-main-grid {
    --bs-gutter-x: 0px;
    --bs-gutter-y: 30px;
  }
  .aigentix-post-grid {
    --bs-gutter-x: 15px;
    --bs-gutter-y: 15px;
  }
}
.aigentix-pagination {
  width: 100%;
}
.aigentix-pagination ul.page-numbers {
  font-size: 1.125rem;
  font-weight: 700;
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: end;
}
.aigentix-pagination a.page-numbers {
  color: var(--aigentix-body-color);
  border: 2px solid #DFE3E8;
  border-radius: 5px;
  padding: 7px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.aigentix-pagination a.page-numbers:hover {
  background-color: var(--aigentix-primary-color);
  border-color: var(--aigentix-primary-color);
  color: var(--aigentix-white-color);
}
.aigentix-pagination span.page-numbers {
  color: var(--aigentix-body-color);
  border: 2px solid var(--aigentix-primary-color);
  border-radius: 5px;
  padding: 7px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.aigentix-pagination span.page-numbers.current {
  border: 2px solid transparent;
  background-color: var(--aigentix-primary-color);
  color: var(--aigentix-white-color);
}

.wp-block-query-pagination-numbers, .post-nav-links {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 50px;
}
.wp-block-query-pagination-numbers .page-numbers, .wp-block-query-pagination-numbers .post-page-numbers, .post-nav-links .page-numbers, .post-nav-links .post-page-numbers {
  color: var(--aigentix-body-color);
  border: 2px solid #DFE3E8;
  border-radius: 5px;
  padding: 7px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.wp-block-query-pagination-numbers .page-numbers:hover, .wp-block-query-pagination-numbers .post-page-numbers:hover, .post-nav-links .page-numbers:hover, .post-nav-links .post-page-numbers:hover {
  background-color: var(--aigentix-primary-color);
  border-color: var(--aigentix-primary-color);
  color: var(--aigentix-white-color);
}
.wp-block-query-pagination-numbers .page-numbers.current, .wp-block-query-pagination-numbers .post-page-numbers.current, .post-nav-links .page-numbers.current, .post-nav-links .post-page-numbers.current {
  border: 2px solid var(--aigentix-primary-color);
  background-color: var(--aigentix-primary-color);
  color: var(--aigentix-white-color);
}

.aigentix-loop-before {
  padding: 0px 25px 30px 25px;
  margin-bottom: 50px;
  border-radius: 25px;
  box-shadow: 0px 1.85px 3.15px 0px rgba(0, 0, 0, 0.0039215686), 0px 8.15px 6.52px 0px rgba(0, 0, 0, 0.0078431373), 0px 20px 13px 0px rgba(0, 0, 0, 0.0117647059), 0px 38.52px 25.48px 0px rgba(0, 0, 0, 0.0117647059), 0px 64.81px 46.85px 0px rgba(0, 0, 0, 0.0156862745), 0px 100px 80px 0px rgba(0, 0, 0, 0.0196078431);
}

.aigentix-post-category {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.aigentix-post-category .term-link {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8.5px 14px;
  border: 1px solid var(--aigentix-primary-color);
  color: var(--aigentix-white-color);
  background-color: var(--aigentix-primary-color);
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.aigentix-post-category .term-link:hover {
  background-color: transparent;
  color: var(--aigentix-body-color);
}

.post-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.post-categories a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 7px 14px;
  border: 1px solid #d5d5d7;
  color: var(--aigentix-body-color);
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
.post-categories a:hover {
  background-color: var(--aigentix-primary-color);
  color: var(--aigentix-white-color);
  border-color: var(--aigentix-primary-color);
}

.wp-block-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.wp-block-tag-cloud a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 7px 14px;
  border: 1px solid var(--aigentix-primary-color);
  color: var(--aigentix-body-color);
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
.wp-block-tag-cloud a:hover {
  background-color: var(--aigentix-primary-color);
  color: var(--aigentix-white-color);
  border-color: var(--aigentix-primary-color);
}

.blog-category-list .aigentix-post-category {
  justify-content: center;
}

.aigentix-post-tags a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 7px 14px;
  border: 1px solid var(--aigentix-primary-color);
  color: var(--aigentix-body-color);
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
.aigentix-post-tags a:hover {
  background-color: var(--aigentix-primary-color);
  color: var(--aigentix-white-color);
  border-color: var(--aigentix-primary-color);
}

.sticky-badge {
  position: absolute;
  right: 15px;
  bottom: 15px;
  background-color: var(--aigentix-primary-color);
  color: var(--aigentix-white-color);
  border-radius: 99px;
  padding: 10px 15px;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
}

.badge-pill {
  padding: 3px 12px;
  background-color: #F7F7F7;
  border: 1px solid #F7F7F7;
  color: var(--aigentix-dark-color);
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}

.featured-post {
  margin-top: 80px;
}
.featured-post .post-image {
  width: calc(50% - 12px);
  flex-basis: calc(50% - 12px);
}
.featured-post .post-content {
  width: calc(50% - 12px);
  flex-basis: calc(50% - 12px);
  gap: 24px;
}
.featured-post .post-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.featured-post .desc {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.post-card.card {
  --bs-card-border-width: 0;
  --bs-card-border-radius: 30px;
  --bs-card-spacer-y: 0.875rem;
  --bs-card-spacer-x: 0.875rem;
  --bs-card-bg: var(--aigentix-white-color);
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
}
.post-card.card .card-body {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.post-card.card .card-img {
  border-radius: inherit;
  max-height: 210px;
  min-height: 210px;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}
.post-card.card .card-img-top {
  border-radius: inherit;
  max-height: 210px;
  min-height: 210px;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}

.post-card .post-img-holder {
  position: relative;
  overflow: hidden;
  border-radius: calc(var(--bs-card-border-radius) * 0.66);
  padding: var(--bs-card-spacer-y), var(--bs-card-spacer-x);
  margin-bottom: 20px;
}
.post-card .post-img-holder::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.post-card .post-img-holder .post-date {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: var(--aigentix-white-color);
  padding: 8px 10px;
  border-radius: 99px;
  background-color: rgba(34, 34, 33, 0.75);
  overflow: hidden;
}
.post-card .post-img-holder .post-date img {
  filter: invert(1);
  width: 22px;
}
.post-card:hover .card-img-top {
  transform: scale(1.05);
}
.post-card .card-title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--aigentix-body-color);
}
.post-card .card-title:hover {
  color: var(--aigentix-primary-color);
}
.post-card .card-title a {
  color: inherit;
}
.post-card .post-author {
  margin-top: 20px;
  gap: 10px;
}
.post-card .post-author .avatar {
  width: 44px;
  height: 44px;
  border-radius: 13px;
  overflow: hidden;
}
.post-card .post-author .autho-meta .name {
  font-weight: 600;
}
.post-card .post-author .autho-meta .name a {
  color: inherit;
}
.post-card .post-author .autho-meta .name a:hover {
  color: var(--aigentix-primary-color);
}
.post-card .post-author .autho-meta .designation {
  font-size: 0.875;
}
.post-card:hover .post-img-holder::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

.aigentix-image-mask {
  -webkit-mask-image: url("../images/mask/post-card.png");
  mask-image: url("../images/mask/post-card.png");
  mask-repeat: no-repeat;
}

/* Comments area */
.blog-post-section {
  /*Post Password Form*/
}
.blog-post-section .post-content-area {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
}
.blog-post-section .post-content-area.has-sidebar {
  --bs-gutter-x: 60px;
}
.blog-post-section .post-content-area.has-sidebar {
  max-width: 1320px;
}
.blog-post-section .featured-image {
  position: relative;
  width: 100%;
  height: 500px;
  border-radius: 30px;
  margin-bottom: 30px;
}
.blog-post-section .featured-image img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}
.blog-post-section .post-info {
  font-weight: 600;
  margin-bottom: 30px;
}
.blog-post-section .post-info li {
  text-transform: capitalize;
}
.blog-post-section .entry-title {
  font-size: 2.75rem;
  font-weight: 800;
}
.blog-post-section .aigentix-post-category {
  margin-top: 30px;
}
.blog-post-section .blog-desc {
  margin-top: 60px;
}
.blog-post-section .blog-desc > *:not(.wp-block-heading) {
  margin-bottom: 30px;
}
.blog-post-section .blog-desc > *:not(.wp-block-heading):last-of-type {
  margin-bottom: 0;
}
.blog-post-section .blog-desc ~ * {
  clear: both;
}
.blog-post-section .post-meta-footer {
  padding: 30px 0;
  margin-top: 60px;
  border-top: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
}
.blog-post-section .post-password-form input[type=password] {
  padding: 0.75rem;
  background-color: transparent;
  text-align: left;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}
.blog-post-section .post-password-form input[type=password]:focus {
  color: var(--bs-body-color);
  background-color: transparent;
  border-color: var(--aigentix-primary-color);
  outline: 0;
  box-shadow: none;
}
.blog-post-section .post-password-form input[type=submit] {
  padding: 0.875rem;
  font-size: 1rem;
  font-weight: 800;
  border-width: 0;
  border-radius: var(--bs-border-radius);
  fill: currentColor;
  text-transform: uppercase;
  background: var(--aigentix-gradient-primary);
  color: #fff;
}
.blog-post-section .post-password-form input[type=submit]:hover {
  background: var(--aigentix-gradient-primary-hover);
}
.blog-post-section .post-password-form .post-password-form-invalid-password {
  color: red;
}

.aigentix-author-bio {
  background-color: var(--aigentix-white-color);
  padding: 20px;
  margin-top: 60px;
  border-radius: 30px;
  width: 100%;
  max-width: 670px;
  font-weight: 700;
}
.aigentix-author-bio .author-bio-wrapper {
  gap: 30px;
}
.aigentix-author-bio .author-meta-wrapper {
  flex-shrink: 0;
}
.aigentix-author-bio label {
  font-size: 2rem;
  line-height: 1;
}
.aigentix-author-bio .author-meta {
  gap: 15px;
}
.aigentix-author-bio .author-meta .name {
  font-size: 1.5rem;
}
.aigentix-author-bio .author-meta .description {
  font-weight: 500;
}
.aigentix-author-bio .author-meta .post-count {
  padding: 8.5px 14px;
  border-radius: 6px;
  line-height: 1;
  background-color: rgba(54, 54, 54, 0.1019607843);
  color: var(--aigentix-body-color);
  width: fit-content;
  text-decoration: none;
  text-transform: capitalize;
  transition: transform 0.3s ease-in-out;
}
.aigentix-author-bio .author-meta .post-count:hover {
  transform: translateY(-3px);
}
.aigentix-author-bio .avatar {
  width: 100%;
  max-width: 300px;
  height: auto;
  max-height: 220px;
  border-radius: 30px;
  overflow: hidden;
}
.aigentix-author-bio .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aigentix-post-share .post-share-wrapper {
  position: relative;
  gap: 10px;
}
.aigentix-post-share .post-share-wrapper a {
  border: 1px solid var(--bs-border-color);
  padding: 5px;
  width: 45px;
  height: 36px;
  background-color: var(--aigentix-white-color);
  color: var(--aigentix-body-color);
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.aigentix-post-share .post-share-wrapper a:hover {
  transform: translateY(-3px);
}
.aigentix-post-share .post-share-wrapper a svg {
  width: 16px;
  height: 16px;
}
.aigentix-post-share .post-share-wrapper a.facebook {
  background-color: #0862f7;
  color: #fff;
}
.aigentix-post-share .post-share-wrapper a.twitter {
  background-color: #000;
  color: #fff;
}
.aigentix-post-share .post-share-wrapper a.mail {
  background-color: #A7ACB2;
  color: #fff;
}
.aigentix-post-share .post-share-wrapper .copy-status {
  display: none;
  font-size: 0.875rem;
  background-color: var(--aigentix-dark-color);
  color: var(--aigentix-white-color);
  padding: 5px 10px;
  border-radius: 6px;
  position: absolute;
  right: 0;
  top: -25px;
  transform: translateY(-50%);
}

.comments-area {
  margin-top: 60px;
  margin-bottom: 20px;
}
.comments-area a {
  color: var(--bs-body-color);
}
.comments-area .comments-title, .comments-area .comment-reply-title {
  font-size: 2rem;
}
.comments-area .comment-list {
  margin-top: 30px;
}
.comments-area .comment-list .children {
  list-style: none;
  padding-left: 120px;
}
.comments-area .form-submit {
  margin-bottom: 0;
}
.comments-area .comment-meta {
  display: flex;
  gap: 20px;
}
.comments-area .comment-author {
  width: 100px;
}
.comments-area .comment-author img {
  border-radius: 30px;
}
.comments-area .comment-metadata {
  width: calc(100% - 120px);
  max-width: 100%;
}
.comments-area .comment-metadata .url {
  font-weight: 800;
  text-decoration: none;
}
.comments-area .comment-metadata .date a {
  text-decoration: none;
}
.comments-area .comment-body {
  margin-bottom: 30px;
}
.comments-area .comment-respond {
  padding: 30px;
  background-color: var(--aigentix-white-color);
  border-radius: 30px;
  margin-bottom: 30px;
}
.comments-area .comment-form label {
  margin-bottom: 5px;
}
.comments-area .comment-form label .required {
  color: red;
}
.comments-area .comment-reply-link {
  display: flex;
  align-items: center;
  gap: 5px;
  background-color: var(--aigentix-secondary-color);
  color: #fff;
  border-radius: 6px;
  padding: 3px 7px 3px 5px;
  text-decoration: none;
  transition: transform 0.3s ease-in-out;
}
.comments-area .comment-reply-link:hover {
  transform: translateY(-3px);
}
.comments-area #cancel-comment-reply-link {
  font-size: 1rem;
  margin-left: 15px;
  color: red;
}
.comments-area .comment-error {
  color: red;
}

@media screen and (max-width: 991px) {
  .blog-post-section .post-content-area.has-sidebar {
    --bs-gutter-x: 0px;
  }
}
@media screen and (max-width: 767px) {
  .blog-post-section .entry-title {
    font-size: 2rem;
  }
  .comments-area .comment-list .children {
    padding-left: 50px;
  }
}
@media screen and (max-width: 575px) {
  .blog-post-section .entry-title {
    font-size: 1.75rem;
  }
  .blog-post-section .featured-image {
    height: 300px;
  }
  .aigentix-author-bio label {
    font-size: 1.75rem;
  }
  .comments-area .comments-title, .comments-area .comment-reply-title {
    font-size: 1.75rem;
  }
  .comments-area .comment-metadata {
    width: calc(100% - 80px);
  }
  .comments-area .comment-author {
    width: 60px;
  }
  .comments-area .comment-author img {
    border-radius: 6px;
  }
}

/*# sourceMappingURL=theme.css.map */
