/* ==========================================================================
   Google Fonts
   ========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

/* ==========================================================================
   Reset Style
   ========================================================================== */
:root {
  /* Background Colors */
  --bg-primary: #111111;
  --bg-badge-outer: #e6e6e6;
  --bg-badge-inner: #d3d3d3;
  --bg-button: #d3d3d3;
  --bg-button-hover: #3a3a3a;

  /* Border Colors */
  --border-badge-outer: #d3d3d3;
  --border-badge-inner: #bebebe;
  --border-button: #a3a3a3;
  --border-button-hover: #505050;

  /* Text Colors */
  --text-primary: #ffffff;
  --text-secondary: #f2f2f2;
  --text-badge: #272727;
  --text-button: #404040;
  --text-accent: #ffc46d;

  --spacing-xl: 96px;
  --spacing-lg: 64px;
  --spacing-md: 48px;
  --spacing-sm: 32px;
}

div[id^="av_section_"] *,
.template-custom-blog * {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
}

div[id^="av_section_"] .container,
.template-custom-blog .post-entry,
.template-custom-blog .container {
  width: 100% !important;
  max-width: 1280px !important;
  padding: var(--spacing-xl) 16px !important;
  margin-inline: auto !important;
}

.template-custom-blog .post-entry {
  padding: 40px 16px 12px !important;
}

.av-special-heading {
  padding: 0 !important;
  margin: 0 !important;
}

.av-special-heading-tag::after {
  content: none !important;
}

@media (min-width: 768px) {
  .template-custom-blog .post-entry {
    padding: 40px 32px 30px 16px !important;
  }
}

@media (min-width: 1280px) {
  div[id^="av_section_"] .container,
  .template-custom-blog .container {
    padding: 0 32px !important;
  }

  .template-custom-blog .post-entry {
    padding: 52px 95px 96px 110px !important;
  }
}

.hr,
.hr-default {
  height: 1px !important;
  margin: 22px 0 !important;
}

.av-subheading.av-subheading_below p,
.av_textblock_section p {
  font-size: 18px;
  line-height: 30px;
  color: #f2f2f2;
}

.main_color a {
  color: #f2f2f2 !important;
  transition: all 0.3s linear;
}
.main_color a:hover {
  color: #b7b7b7 !important;
}

strong,
b {
  font-weight: 600 !important;
}

#top .wp-caption img {
  padding: 0;
}

@media (max-width: 1024px) {
  .av-subheading.av-subheading_below p,
  .av_textblock_section p {
    font-size: 18px;
    line-height: 28px;
  }
}

/* ==========================================================================
   Headings
   ========================================================================== */
h2.av-special-heading-tag {
  font-size: 36px;
  line-height: 44px;
  font-weight: 600 !important;
  text-transform: none !important;
  margin-bottom: 20px !important;
}

/* ==========================================================================
   Header
   ========================================================================== */
#top #header_meta {
  background-color: #272727;
  border: none;
}

#top #header_main .container,
#top #header_meta .container {
  width: 100% !important;
  max-width: 1280px !important;
  font-family: "Inter", sans-serif !important;
}

#top #header_main .container {
  padding: 0px 32px 0px 32px !important;
  transition: all 0.3s linear;
  height: 100px !important;
}

#top #header.header-scrolled #header_main .container,
#top #header.header-scrolled.header-scrolled-full #header_main .container {
  height: 80px !important;
}

#top #header_meta .container {
  padding: 0px 32px !important;
}

#top #header_meta .phone-info > div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 600;
  color: #d3d3d3;
  gap: 20px;
}

.phone-info .gtranslate_wrapper {
  position: relative;
  padding-inline: 14px 22px !important;
}

.phone-info .gtranslate_wrapper::after,
.phone-info .gtranslate_wrapper::before {
  content: "";
  width: 2px;
  height: 15px;
  display: inline-block;
  background-color: #a3a3a3;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.phone-info .gtranslate_wrapper::after {
  right: 0;
}

.phone-info .gtranslate_wrapper::before {
  left: 0;
}

#top #header_meta .phone-info select {
  font-family: "Inter", sans-serif !important;
  color: #d3d3d3;
  background-color: #272727;
  border: none;
  font-size: 12px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 0px; /* space for icon */
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.875 0.875L4.875 4.875L8.875 0.875' stroke='%23D3D3D3' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 10px 6px;
  max-width: 70px;
  cursor: pointer;
}

#top #header_meta .phone-info select:focus {
  outline: none;
}

#top #header_main {
  background-color: #111111;
  border: none;
}

#header_main .inner-container {
  display: flex;
  align-items: center;
}

#header.header-scrolled .logo a,
#header.header-scrolled.header-scrolled-full .logo a,
#header_main .logo a {
  max-height: 100px !important;
}

#top #header_main .logo {
  height: 70px !important;
}

#header.header-scrolled #header_main .logo img,
#header.header-scrolled.header-scrolled-full #header_main .logo img,
#top #header_main .logo img {
  max-height: 70px !important;
}

#top #header_main .logo img {
  max-height: 82px !important;
}

#top #header_main > .container .main_menu .av-main-nav > li > a {
  line-height: 72px !important;
  display: flex;
  align-items: center;
  font-size: 16px !important;
  color: #f2f2f2 !important;
  padding: 0 10px;
  height: 102px !important;
  transition: 0.3s;
}

#top #header_main > .container .main_menu .av-main-nav > li > a:hover {
  color: #f48444 !important;
}

#top
  #header.header-scrolled
  #header_main
  > .container
  .main_menu
  .av-main-nav
  > li
  > a,
#top
  #header.header-scrolled.header-scrolled-full
  #header_main
  > .container
  .main_menu
  .av-main-nav
  > li
  > a {
  height: 80px !important;
}

#top
  #header_main
  > .container
  .main_menu
  .av-main-nav
  > li
  > a[aria-label="Search"] {
  padding: 0 5px 0 10px;
}

#top .avia-search-tooltip,
#top #s,
#top .avia-arrow {
  border-color: var(--text-accent) !important;
}

#searchsubmit {
  background-color: #272727;
}

#top
  #header_main
  > .container
  .main_menu
  .av-main-nav
  > li
  > a[aria-label="Search"]::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.6 18L10.3 11.7C9.8 12.1 9.225 12.4167 8.575 12.65C7.925 12.8833 7.23333 13 6.5 13C4.68333 13 3.14583 12.3708 1.8875 11.1125C0.629167 9.85417 0 8.31667 0 6.5C0 4.68333 0.629167 3.14583 1.8875 1.8875C3.14583 0.629167 4.68333 0 6.5 0C8.31667 0 9.85417 0.629167 11.1125 1.8875C12.3708 3.14583 13 4.68333 13 6.5C13 7.23333 12.8833 7.925 12.65 8.575C12.4167 9.225 12.1 9.8 11.7 10.3L18 16.6L16.6 18ZM6.5 11C7.75 11 8.8125 10.5625 9.6875 9.6875C10.5625 8.8125 11 7.75 11 6.5C11 5.25 10.5625 4.1875 9.6875 3.3125C8.8125 2.4375 7.75 2 6.5 2C5.25 2 4.1875 2.4375 3.3125 3.3125C2.4375 4.1875 2 5.25 2 6.5C2 7.75 2.4375 8.8125 3.3125 9.6875C4.1875 10.5625 5.25 11 6.5 11Z' fill='%23F2F2F2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

#top #header_main .av-hamburger {
  transform: scale(0.65);
}

#top #header_main .av-hamburger-inner:after,
#top #header_main .av-hamburger-inner:before,
#top #header_main .av-hamburger-inner {
  background-color: #f2f2f2;
}

.avia-menu-fx {
  display: none;
}

.av-main-nav ul {
  margin-top: -20px;
}

.header-scrolled .av-main-nav ul {
  margin-top: -1px;
}

#top .av-main-nav ul a {
  border: none !important;
  font-size: 14px !important;
}

.social_bookmarks {
  display: flex;
  gap: 12px;
}

#top .social_bookmarks {
  margin-left: -8px !important;
}

#top .social_bookmarks li,
#top .social_bookmarks li a {
  width: 20px !important;
  background-color: transparent !important;
}

#top .social_bookmarks li:hover {
  filter: brightness(0.8);
}

.social_bookmarks > li {
  border: none !important;
}

.av-social-link-mail {
  order: 1;
}

.av-social-link-facebook {
  order: -1;
}

a[aria-label="Link to Mail"],
a[aria-label="Link to Facebook"],
a[aria-label="Link to LinkedIn"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

a[aria-label="Link to Mail"]::before,
a[aria-label="Link to Facebook"]::before,
a[aria-label="Link to LinkedIn"]::before {
  content: "";
  display: inline-block;
  width: 20px; /* adjust size */
  height: 20px; /* adjust size */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

a[aria-label="Link to Mail"]::before {
  background-image: url("/wp-content/themes/enfold-child/img/svg/email.svg");
}

a[aria-label="Link to Facebook"]::before {
  background: url("/wp-content/themes/enfold-child/img/svg/fb.svg") no-repeat
    center / contain;
}

a[aria-label="Link to LinkedIn"]::before {
  background: url("/wp-content/themes/enfold-child/img/svg/linkedin.svg")
    no-repeat center / contain;
}

.avia-post-nav {
  display: none;
}

@media (max-width: 1280px) {
  #top #header.header-scrolled #header_main .container,
  #top #header.header-scrolled.header-scrolled-full #header_main .container,
  #top #header_main .container {
    padding-inline: 16px !important;
  }
}

@media (max-width: 1024px) {
  #top #header.header-scrolled #header_main .container,
  #top #header.header-scrolled.header-scrolled-full #header_main .container,
  #top #header_main .container {
    padding: 0px 26px 0 16px !important;
    height: 76px !important;
  }

  #header.header-scrolled #header_main .logo img,
  #header.header-scrolled.header-scrolled-full #header_main .logo img,
  #top #header_main .logo img {
    margin-top: 6px;
    max-height: 62px !important;
  }

  #top
    #header.header-scrolled
    #header_main
    > .container
    .main_menu
    .av-main-nav
    > li
    > a,
  #top
    #header.header-scrolled.header-scrolled-full
    #header_main
    > .container
    .main_menu
    .av-main-nav
    > li
    > a,
  #top #header_main > .container .main_menu .av-main-nav > li > a {
    height: 72px !important;
  }
}

@media (max-width: 767px) {
  #top #header_meta .container {
    padding: 0px 24px 0 16px !important;
    display: flex;
    justify-content: end;
  }

  .phone-info {
    width: fit-content !important;
  }

  .phone-info > div {
    justify-content: end;
  }

  #top #header .social_bookmarks {
    display: flex !important;
    width: fit-content;
    order: 1;
  }

  #top #header_main .container {
    height: 72px !important;
  }

  #top
    #header_main
    > .container
    .main_menu
    .av-main-nav
    > li
    > a[aria-label="Search"] {
    padding: 0 2px 0 10px;
  }

  .responsive #top #header_main > .container .main_menu .av-main-nav > li > a {
    height: 70px;
  }

  .av-hamburger-box {
    width: 30px;
  }
}

/* mobile */
@media (max-width: 699px) {
  #top #header .social_bookmarks {
    display: none !important;
  }
  .phone-info {
    width: 100% !important;
  }
  .phone-info .gtranslate_wrapper::after,
  .phone-info .gtranslate_wrapper::before {
    content: none;
  }

  .phone-info .gtranslate_wrapper {
    padding-inline: 0 !important;
  }
}
/* ==========================================================================
   Hero Section
   ========================================================================== */
main.template-custom-blog,
.main_color,
.main_color.avia-section,
#main {
  background-color: var(--bg-primary);
  padding: 0 !important;
}

.entry-hero {
  padding: 62px 0 64px;
  border-bottom: 1px solid var(--border-button) !important;
}

.entry-hero .entry-meta {
  display: flex;
  align-items: center;
  justify-content: center;
}

.entry-hero .entry-meta .badges {
  background-color: var(--bg-badge-outer);
  display: inline-flex;
  margin-inline: auto;
  align-items: center;
  border-radius: 100px;
  border: 1px solid var(--border-badge-outer);
  padding: 2px 12px 2px 2px;
  gap: 8px;
  margin-bottom: 12px;
}

.entry-hero .entry-meta .badges .badge {
  font-size: 12px;
  font-weight: 500;
  color: var(--text-badge);
}

.entry-hero .entry-meta .badges .badge:first-child {
  background-color: var(--bg-badge-inner);
  padding: 0px 8px;
  border-radius: 100px;
  border: 1px solid var(--border-badge-inner);
}

.entry-hero .entry-intro {
  text-align: center;
}

.entry-hero .entry-intro .entry-title {
  font-size: 36px;
  text-transform: unset !important;
  font-weight: 600;
  line-height: 1.2em;
  color: var(--text-primary);
  margin-bottom: 16px;
}

.entry-hero .entry-intro .entry-summary {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5em;
  color: var(--text-secondary);
  margin-bottom: 48px;
}

.entry-hero .entry-thumbnail {
  margin-bottom: 50px;
  border-radius: 8px;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  height: 107px;
}

.entry-hero .entry-thumbnail img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.entry-hero .entry-footer {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.entry-hero .entry-footer .entry-meta-bottom .meta-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.entry-hero .entry-footer .entry-meta-bottom .meta-item .meta-label {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2em;
  color: var(--text-accent);
}

.entry-hero .entry-footer .entry-meta-bottom .meta-item .meta-value {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3em;
  color: var(--text-secondary);
}

.avia_textblock .entry-actions .button-wrapper,
.entry-hero .entry-footer .entry-actions .button-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  align-items: center;
}

.avia_textblock > :first-child {
  margin-top: 0 !important;
}

.avia_textblock .entry-actions .btn,
.entry-hero .entry-footer .entry-actions .btn {
  padding: 10px 16px 10px 14px;
  background-color: var(--bg-button);
  border: 1px solid var(--border-button);
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-button);
}

.avia_textblock .entry-actions .btn:hover,
.entry-hero .entry-footer .entry-actions .btn:hover {
  background-color: var(--bg-button-hover);
  border-color: var(--border-button-hover);
  color: var(--text-secondary);
}

.avia_textblock .entry-actions .btn svg,
.entry-hero .entry-footer .entry-actions .btn svg {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
}

.avia_textblock .entry-actions .btn .btnIcon,
.entry-hero .entry-footer .entry-actions .btn .btnIcon {
  display: flex;
  align-items: center;
}

.avia_textblock .entry-actions .btn.iconBtn,
.entry-hero .entry-footer .entry-actions .btn.iconBtn {
  padding: 10px;
  min-width: 40px;
  justify-content: center;
}

.avia_textblock .entry-actions .btn.iconBtn svg,
.entry-hero .entry-footer .entry-actions .btn.iconBtn svg {
  color: var(--text-button);
}

.avia_textblock .entry-actions .btn.iconBtn:hover svg,
.entry-hero .entry-footer .entry-actions .btn.iconBtn:hover svg {
  color: var(--text-secondary);
}

.js-copy-link.copied {
  opacity: 0.7;
}

@media (min-width: 600px) {
  .entry-hero .entry-footer {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .entry-hero .entry-footer .entry-meta-bottom {
    display: flex;
    gap: 24px;
  }
}

/* Tablet */
@media (min-width: 700px) {
  .entry-hero {
    padding: var(--spacing-lg) 0 64px;
  }

  .entry-hero .entry-intro .entry-title {
    font-size: 36px;
    margin-bottom: 16px;
    max-width: 768px;
    margin-inline: auto;
  }

  .entry-hero .entry-intro .entry-summary {
    max-width: 768px;
    margin-inline: auto;
  }

  .entry-hero .entry-thumbnail {
    margin-bottom: 50px;
    height: 211px;
  }

  .entry-hero .entry-footer {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }

  .entry-hero .entry-footer .entry-meta-bottom .meta-item .meta-value {
    font-size: 18px;
  }

  .entry-hero .entry-footer .entry-actions {
    flex-wrap: nowrap;
  }
}

/* Tablet Custom */
@media (min-width: 768px) {
  .entry-hero {
    margin-top: 21px;
  }
}

/* Desktop */
@media (min-width: 1024px) {
  .entry-hero {
    padding: 64px 0 48px;
  }
}

@media (min-width: 1280px) {
  .entry-hero {
    margin-top: 0px;
    padding: 242px 0 48px;
  }

  .entry-hero .entry-intro {
    margin-bottom: 48px;
  }

  .entry-hero .entry-intro .entry-title {
    font-size: 48px;
    margin-bottom: 24px;
  }

  .entry-hero .entry-intro .entry-summary {
    font-size: 18px;
  }

  .entry-hero .entry-thumbnail {
    border-radius: 12px;
    margin-bottom: 26px;
    height: 350px;
  }

  .entry-hero .entry-footer .entry-meta-bottom .meta-item {
    gap: 16px;
  }

  .entry-hero .entry-footer .entry-actions .btn:hover {
    transform: translateY(-1px);
  }

  .entry-hero .entry-footer .entry-meta-bottom {
    gap: 48px;
  }

  .entry-hero .entry-footer .entry-actions .btn {
    padding: 10px 14px;
    gap: 8px;
  }
}

@media (max-width: 1024px) {
  .entry-hero {
    border-bottom: none !important;
  }
  .entry-hero .container {
    padding-bottom: 0px !important;
  }
}

@media (max-width: 767px) {
  .entry-hero .container {
    padding-block: 0px !important;
  }
}

@media (min-width: 1025px) and (max-width: 1279px) {
  .entry-hero .container {
    padding-bottom: 0 !important;
  }

  .entry-hero .entry-thumbnail {
    height: 300px;
  }
}

/* ==========================================================================
   Blog Style
   ========================================================================== */
div.hr + br,
.av_textblock_section + br,
.post-entry header .page-thumb {
  display: none;
}

div.hr {
  margin: 16px 0 !important;
}

div.hr .hr-inner {
  border-color: #a3a3a3 !important;
}

.entry-content {
  /* padding-inline: 76px;
  padding-block: 50px; */
  width: 100%;
  max-width: 1218px;
  margin-inline: auto;
  padding: 0 !important;
}

.entry-content .main-content {
  width: 68%;
}
.entry-content .main-content img {
  border-radius: 8px;
}

.entry-content a,
.entry-content li,
.entry-content p,
.entry-content strong,
.av-special-heading-tag,
.entry-content, .custom-card-subtle ol > li > h3 {
  font-size: 18px;
  line-height: 28px;
  color: #f2f2f2 !important;
}

.av-special-heading-tag::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #a3a3a3;
  display: block;
  margin-block: 16px;
}

.entry-content h2, .entry-content .h2 {
  text-transform: unset !important;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  margin-top: 32px;
}

.entry-content h2[id^="toc-"] {
  scroll-margin-top: 100px;
}

.entry-content h2 + p, .entry-content .h2 + p {
  margin-top: 16px;
}

.entry-content h3, .entry-content .h3 {
  text-transform: unset !important;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-top: 28px;
}

.entry-content h3 + p, .entry-content .h3 + p {
  margin-top: 16px;
}

.entry-content p + p {
  margin-top: 18px;
}

.entry-content p + p.list-title {
  margin-top: 16px;
}

.entry-content ol,
.entry-content ul {
  margin: 16px 0 16px 10px;
}

.entry-content ol li,
.entry-content ul li {
  padding: 0;
}

.variant-text-copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.variant-text-copy .text-share {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-secondary);
}

.custom-card ol, .custom-card ul, .custom-card-subtle ol, .custom-card-subtle ul, .custom-product-stats ol, .custom-product-stats ul {
  list-style: none !important;
}

.custom-card {
  background: #272727;
  border-radius: 12px;
  padding: 32px;
  width: 100%;
}

.custom-card > :first-child {
  margin-top: 0 !important;
}

.custom-card > :last-child {
  margin-bottom: 0 !important;
}

p + .custom-card {
  margin-top: 28px;
}

.custom-card h3 {
  font-size: 24px;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.3;
  margin-bottom: 10px;
  text-transform: unset !important;
}

.custom-card h3 + p {
  margin-top: 8px;
}

.custom-card p {
  font-size: 18px;
  line-height: 1.56;
  color: var(--text-secondary);
  margin-bottom: 18px;
}

.custom-card ul {
  list-style: none;
  margin: 0 0 20px;
}

.custom-card ul li {
  display: flex;
  align-items: start;
  gap: 12px;
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 24px;
}

.custom-card ul li:last-of-type {
  margin: 0;
}

.custom-card ul li::before {
  content: "";
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background-color: #d3d3d3;
  border-radius: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.3345 11.3038L0 5.96925L1.069 4.9L5.3345 9.1655L14.5 0L15.569 1.06925L5.3345 11.3038Z' fill='%23272727'/%3E%3C/svg%3E");
  background-size: 16px 12px;
  background-repeat: no-repeat;
  background-position: center;
}

.custom-card a {
  display: inline-block;
  background: #ca4900;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.custom-card a:hover {
  background: #a53c00;
  color: #fff !important;
}

.newsletter.nl-mobile {
  display: none;
}

.entry-content .main-content .hr:last-of-type {
  margin-top: 24px !important;
  margin-bottom: 16px !important;
}

@media (max-width: 1024px) {
  .custom-card {
    padding: 24px 20px;
    margin-bottom: 35px;
  }

  .custom-card h3 {
    font-size: 22px;
  }

  .custom-card li {
    gap: 12px;
  }

  .newsletter.nl-mobile {
    display: block;
  }

  .entry-content .main-content .hr:last-of-type {
    margin-block: 32px !important;
  }
}

/* Mobile - Tablet */
@media (max-width: 1024px) {
  .entry-content h2, .entry-content .h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .entry-content h3, .entry-content .h3 {
    font-size: 22px;
    line-height: 30px;
  }
}

/* Mobile Only */
@media (max-width: 699px) {
  .variant-text-copy {
    flex-wrap: wrap;
    gap: 25px;
  }

  .custom-card ul {
    margin: 0 0 16px;
  }

  .custom-card ul li {
    gap: 12px;
    line-height: 1.5em;
  }

  .entry-hero .entry-footer .entry-meta-bottom .meta-item:first-child {
    margin-bottom: 28px;
  }
}

/* ==========================================================================
   Form Style
   ========================================================================== */

.gform_heading {
  display: none;
}

.gform_wrapper form {
  margin: 0 !important;
  padding: 0 !important;
}

#top .main_color .input-text,
#top .main_color input[type="text"],
#top .main_color input[type="input"],
#top .main_color input[type="password"],
#top .main_color input[type="email"],
#top .main_color input[type="number"],
#top .main_color input[type="url"],
#top .main_color input[type="tel"],
#top .main_color input[type="search"],
#top .main_color textarea,
#top .main_color select {
  background: white !important;
  color: #717680 !important;
  padding: 10px 14px !important;
  border: 0px solid #d5d7da !important;
  border-radius: 8px !important;
  font-size: 16px !important;
  line-height: 24px;
  font-family: "Inter", sans-serif !important;
  margin: 0 !important;
}

#top .gform_wrapper input,
#top .gform_wrapper select {
  background-color: #ca4900 !important;
  border: 2px solid !important;
  border-image-source: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.12) 0%,
    rgba(255, 255, 255, 0) 100%
  ) !important;
  padding: 10px 14px !important;
  border-radius: 8px !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-family: "Inter", sans-serif !important;
  transition: 0.3s;
  line-height: 24px !important;
}

.lts-blog .avia-button:hover,
#top .gform_wrapper input[type="submit"]:hover {
  background-color: #a53c00 !important;
  color: #fff !important;
}

.gform-footer {
  margin: 0 !important;
  padding: 24px 0 0 0 !important;
}

/* ==========================================================================
   Sidebar Style
   ========================================================================== */
.toc-sidebar {
  width: 26% !important;
  margin-left: 50px !important;
  margin-bottom: 0 !important;
}

.newsletter > p {
  color: #ffc46d !important;
  font-weight: 600;
  margin-bottom: 16px;
  font-size: 16px;
}

.newsletter .gform-footer {
  padding-top: 16px !important;
}

.newsletter.nl-mobile {
  display: none;
}

.toc-sidebar div.hr {
  margin: 32px 0 !important;
}

@media (max-width: 1024px) {
  .newsletter.nl-mobile {
    display: block;
  }

  .entry-content {
    display: flex;
    flex-direction: column-reverse;
  }

  .entry-content .flex_column {
    width: 100%;
  }

  .entry-content .toc-sidebar {
    margin-left: 0 !important;
    width: 100% !important;
  }

  .entry-content .toc-sidebar .hr-default:not(:first-of-type),
  .entry-content .toc-sidebar .av_textblock_section:not(:first-of-type) {
    display: none;
  }

  .newsletter > p {
    font-size: 16px !important;
  }

  .template-custom-blog .post-entry {
    padding-top: 0 !important;
  }
}

/* ==========================================================================
   TOC
   ========================================================================== */
/* Container Styling to match image */
.toc-wrapper {
  padding: 0;
  font-family: "Inter", sans-serif !important;
  max-width: 100%;
  margin-bottom: 0;
}

/* Title Styling */
.toc-heading {
  color: #ffb54d !important;
  /* The specific Orange from your image */
  margin-top: 0 !important;
  margin-bottom: 16px !important;
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 600;
  border: none;
  text-transform: unset !important;
}

/* List Styling */
.toc-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.toc-list li {
  margin-bottom: 12px;
  margin-left: 0 !important;
}

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

.toc-list li a {
  color: #cfcfcf !important;
  /* Off-white text */
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  transition: 0.2s ease;
  display: block;
}

.toc-list li a:hover {
  color: #ffb54d !important;
  /* Orange on hover */
  padding-left: 5px;
  /* Slight movement on hover */
}

/* Indentation for H3, H4 */
.toc-list li.toc-h4 {
  margin-left: 40px;
  font-size: 0.9em;
}

/* --- Skeleton Loading Animation --- */
.skeleton-bar {
  height: 14px;
  background: #2a2a2a;
  margin-bottom: 15px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.skeleton-bar::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.05) 20%,
    rgba(255, 255, 255, 0.1) 60%,
    rgba(255, 255, 255, 0)
  );
  animation: shimmer 2s infinite;
}

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

/* ==========================================================================
   Section - Still have questions
   ========================================================================== */
.section-question .gform_wrapper {
  max-width: 480px;
  margin: auto;
  margin-top: var(--spacing-sm);
}

.avia-section.section-question > .container {
  padding-block: 96px 100px !important;
}

.section-question h2.av-special-heading-tag {
  font-size: 35px;
  font-family: "Inter", sans-serif;
}

.section-question h2.av-special-heading-tag + .av-subheading_below p {
  margin-bottom: 32px;
  max-width: 480px;
  margin-inline: auto;
  font-family: "Inter", sans-serif;
}

.section-question .gform-body label {
  font-size: 14px !important;
  margin-bottom: 5px !important;
  font-weight: 500 !important;
  color: var(--text-primary);
  font-family: "Inter", sans-serif;
}

.section-question .gform-body label span {
  color: #ff5d01 !important;
}

.section-question .gform-body textarea {
  height: 136px !important;
}

@media (max-width: 1024px) {
  .avia-section.section-question > .container {
    padding-block: 64px !important;
  }

  .section-question h2.av-special-heading-tag {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 20px !important;
  }
}

@media (max-width: 767px) {
  .avia-section.section-question > .container {
    padding: 64px 32px !important;
  }
}
/* ==========================================================================
Section - Join Us on the Microfocus Journey
========================================================================== */
.avia-section.section-join .container {
  padding-block: 96px !important;
}

.section-join .av-special-heading + .av_textblock_section:not(:last-child) {
  width: 100%;
  max-width: 750px;
  margin: 0 auto 32px;
}

.section-join
  .av-special-heading
  + .av_textblock_section:not(:last-child)
  p:first-of-type {
  margin-bottom: 20px;
}

.section-join .avia_textblock p {
  line-height: 1.5em;
}

.section-join .gform_wrapper {
  max-width: 480px;
  margin: auto;
  margin-top: var(--spacing-sm);
}

.section-join .gform_wrapper form {
  display: flex;
  gap: 16px;
}

.section-join .gform-body {
  flex: 1;
}

.section-join .gform-footer {
  padding: 0 !important;
}
.section-join .form > p {
  max-width: 480px;
  margin: auto;
  font-size: 14px;
  margin-top: 6px;
  margin-bottom: 0 !important;
  line-height: 20px;
}

.section-join .form > p a {
  color: #f2f2f2;
  text-decoration: underline !important;
}

#top .section-join .gform-body input[type="email"] {
  padding-block: 13px !important;
  padding: 12px 14px !important;
}

.section-join .gform_wrapper input[type="submit"].gform_button {
  padding: 13px 20px !important;
}

@media (max-width: 1024px) {
  .avia-section.section-join .container {
    padding-block: 56px !important;
  }

  h2.av-special-heading-tag {
    font-size: 28px;
    line-height: 38px;
  }

  .section-join .av-special-heading + .av_textblock_section:not(:last-child) p {
    font-size: 18px;
    width: 100%;
    line-height: 28px;
    max-width: 600px;
    margin-inline: auto;
  }

  .section-join .gform_wrapper form {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .avia-section.section-join .container {
    padding-block: 60px !important;
  }
}

/* ==========================================================================
Section - Frequently asked questions
========================================================================== */
.avia-section.section-faq > .container:first-of-type {
  padding-block: 92px 60px !important;
}

.section-faq .togglecontainer {
  margin-top: 39px;
  margin-inline: auto;
  width: 100%;
  max-width: 768px;
}

.section-faq .toggle_content,
.section-faq .toggler {
  background-color: transparent !important;
  font-size: 16px !important;
}

.section-faq .av-elegant-toggle.togglecontainer .av_toggle_section .toggler {
  border-top: 1px solid;
  border-bottom: none !important;
  padding: 24px 55px 30px 0;
  transition: padding 0.25s ease;
}

.section-faq
  .av-elegant-toggle.togglecontainer
  .av_toggle_section
  .toggler.activeTitle {
  padding-bottom: 4px;
}

.section-faq
  .av-elegant-toggle.togglecontainer
  .av_toggle_section:first-of-type
  .toggler {
  border-top: none;
}

.section-faq .hor_icon,
.section-faq .vert_icon,
.section-faq .toggle_icon {
  border-color: white !important;
  opacity: 1 !important;
  transition: margin-top 0.25s ease !important;
}

.section-faq .toggler {
  color: #ffffff !important;
  font-weight: 600;
}

.section-faq .toggle_content {
  color: #f2f2f2;
  padding: 0 0 0 0 !important;
}

.section-faq .toggle_content {
  padding-bottom: 32px !important;
  border-bottom: none;
}

.section-faq .toggle_content p + p {
  margin-top: 4px;
}

.section-faq .toggle_content p {
  padding: 0 55px 0 0;
  color: #f2f2f2;
}

.av-elegant-toggle .toggle_icon {
  width: 20px;
  height: 20px;
  right: 2px;
  margin-top: 0 !important;
  top: 24px !important;
}

@media (max-width: 1024px) {
  .avia-section.section-faq > .container:first-of-type {
    padding: 60px 32px 30px !important;
  }

  .section-faq .togglecontainer {
    margin-top: 22px;
    max-width: 704px;
  }
}

@media (max-width: 767px) {
  .avia-section.section-faq > .container:first-of-type {
    padding: 60px 23px 30px 32px !important;
  }
}

/* ==========================================================================
   Latest Post Blog
   ========================================================================== */
div[id^="av_section_"] {
  border: none;
}

div[id^="av_section_"].lts-blog .container {
  padding: 96px 32px 186px !important;
}

.lts-blog .av_three_fourth {
  width: 75%;
  margin-bottom: 62px;
}

.lts-blog .av_one_fourth {
  width: 25%;
  margin-left: 0;
}

.lts-blog .av-special-heading-tag {
  font-size: 36px;
  font-weight: 600 !important;
  line-height: 1.2em;
  color: var(--text-primary) !important;
  margin-bottom: 22px !important;
}

.lts-blog .av-subheading_below p {
  font-size: 20px !important;
  color: var(--text-secondary);
  font-weight: 400;
  line-height: 1.5em;
}

.lts-blog .avia-button-wrap {
  text-align: right;
}

.lts-blog .avia-button {
  background-color: #ca4900 !important;
  color: #fff !important;
  font-size: 16px !important;
  line-height: 1.2em;
  padding: 12px 20px !important;
  border: 2px solid;
  border-image-source: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.12) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  text-align: right;
  border-radius: 8px;
  transition: 0.3s;
  margin: 0 !important;
  min-width: 0 !important;
}

/* Cover Link */
.mxr-lw-coverlink {
  display: block;
  text-decoration: none;
  position: relative;
}

/* Media Container */
.mxr-lw-media {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 16px;
  height: 256px;
}

/* Image Styling */
.mxr-lw-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
}

.mxr-lw-card:hover .mxr-lw-img {
  transform: scale(1.05);
}

/* Card Body */
.mxr-lw-body {
  padding: 14px 0px 20px !important;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* Date */
.mxr-lw-date {
  font-size: 14px !important;
  color: var(--text-accent) !important;
  font-weight: 600;
}

/* Title Container with Arrow */
.mxr-lw-body .mxr-lw-content > div {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

/* Post Title */
.mxr-lw-posttitle {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  flex: 1;
  margin-bottom: 4px !important;
}

.mxr-lw-posttitle a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s ease;
}

.mxr-lw-card:hover .mxr-lw-posttitle a {
  color: var(--text-accent) !important;
}

/* Arrow Icon */
.mxr-lw-body > div svg {
  margin-top: 8px;
  color: #ffffff;
  transition:
    transform 0.2s ease,
    color 0.2s ease;
  width: 32px;
}

.mxr-lw-card:hover .mxr-lw-body > div svg {
  transform: translate(2px, -2px);
  color: var(--text-accent);
}

/* Excerpt */
.mxr-lw-excerpt {
  font-size: 16px !important;
  line-height: 1.6 !important;
  color: var(--text-secondary) !important;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Category Tags */
.mxr-lw-category {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mxr-lw-category a {
  background-color: var(--bg-button);
  color: #535353 !important;
  padding: 0 10px;
  border-radius: 100px;
  font-size: 14px;
  border: 1px solid var(--border-button);
  font-weight: 500;
  line-height: 1.6em;
}

.mxr-lw-category a:hover {
  background-color: var(--border-button-hover) !important;
}

.lts-blog .splide__arrows {
  position: absolute;
  top: 112%;
}

.lts-blog .splide__arrow {
  align-items: center;
  background: transparent;
  color: #ffffff;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 56px;
  justify-content: center;
  position: absolute;
  top: 50%;
  width: 56px;
  z-index: 1;
  transition: 0.3s;
}

.lts-blog .splide__arrow--prev {
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}

.lts-blog .splide__arrow--next {
  left: 86px;
  transform: translateY(-50%) rotate(0deg);
}

.lts-blog .splide__arrow svg {
  width: 20px;
  height: 20px;
}

.splide__arrow:hover:not(:disabled) {
  background-color: #1a1a1a;
  border-color: #4a4a4a;
}

.splide__arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.splide__arrow svg {
  width: 20px;
  height: 20px;
}

@media (max-width: 1280px) {
  div[id^="av_section_"].lts-blog .container {
    padding-inline: 16px !important;
  }
}

@media (max-width: 1024px) {
  div[id^="av_section_"].lts-blog .container {
    padding: 64px 16px !important;
  }

  .lts-blog .av_three_fourth {
    margin-bottom: 46px;
  }

  .lts-blog .av-special-heading-tag {
    font-size: 30px;
  }

  .lts-blog .av-subheading_below {
    font-size: 18px !important;
  }

  .lts-blog .splide.is-static {
    visibility: visible;
  }

  .lts-blog .splide.is-static .splide__arrow {
    display: none;
  }

  .lts-blog .splide.is-static .splide__list {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }

  .mxr-lw-item:nth-child(n + 4) {
    display: none;
  }

  .mxr-lw-media {
    height: 232px;
  }

  .mxr-lw-body {
    gap: 6px;
  }

  .mxr-lw-posttitle {
    line-height: 1.5;
  }
}

@media (max-width: 699px) {
  .lts-blog .av_three_fourth {
    width: 100%;
    margin-bottom: 32px;
  }

  .lts-blog .av_one_fourth {
    width: max-content;
    float: unset;
    margin-bottom: 48px;
  }

  .lts-blog .av-subheading.av-subheading_below p {
    font-size: 18px !important;
  }

  .lts-blog .avia-button {
    padding: 12px 20px;
  }

  .lts-blog .splide.is-static .splide__list {
    grid-template-columns: 1fr;
  }

  .mxr-lw-media {
    height: 228px;
  }

  .mxr-lw-body {
    gap: 4px;
  }
}

/* ==========================================================================
   Table Style
   ========================================================================== */
table {
  margin-top: 16px !important;
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  background-color: var(--bg-primary) !important;
}

table td {
  font-size: 16px !important;
  padding: 10px !important;
  color: var(--text-secondary) !important;
  border-color: rgb(255 255 255 / 50%) !important;
}

table td b {
  color: var(--text-secondary) !important;
}

table tr:nth-child(even),
table tr:nth-child(odd) {
  background: var(--bg-primary) !important;
}

table td {
  /* width: 40%; */
}

/* ==========================================================================
   Footer Style
   ========================================================================== */

#footer {
  background-color: #272727;
  padding: var(--spacing-lg) 0 45px 0 !important;
  border: none;
}

#footer .container {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
}

#footer .container > .av_one_third {
  width: 100%;
  margin-left: 0;
}

#footer .container > .av_one_third .textwidget,
#footer .container > .av_one_third .textwidget strong {
  font-weight: 400 !important;
  color: var(--text-secondary);
  font-size: 16px;
}

#footer .container > .av_one_third:nth-child(3) .widgettitle {
  margin: 0;
  font-weight: 400;
  margin-bottom: 20px;
}

#footer .container > .av_one_third:nth-child(3) .widgettitle ~ .textwidget {
  display: flex;
  align-items: center;
  gap: 5px;
}

#footer
  .container
  > .av_one_third:nth-child(3)
  .widgettitle
  ~ .textwidget
  p:last-child {
  width: 160px;
}

#footer .container:after {
  content: none !important;
}

#footer .address {
  max-width: 350px;
  display: block;
}

#footer .address + br {
  display: none;
}
#socket {
  background-color: #272727;
  border-top: 0;
}

#footer .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#socket .container {
  padding-block: 0 var(--spacing-md) !important;
}

#socket .container::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #a3a3a3;
  margin-bottom: 32px;
}

#footer .widget {
  margin: 0 !important;
}
#footer #text-5 {
  display: none;
}

#socket .copyright {
  color: #f2f2f2 !important;
  font-size: 16px !important;
}

@media (max-width: 1024px) {
  #footer {
    padding: 46px 16px !important;
  }

  #footer .container {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  #footer .address {
    max-width: inherit;
  }

  #socket .container {
    padding-inline: 32px !important;
  }
}

@media (max-width: 767px) {
  #footer .container {
    gap: 28px;
  }
}
