/*!
Theme Name: 0dn3tu
Theme URI: #
Version: 5.8.3
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 0dn3tu
*/

:root {
  --text-color: #000000;
  --heading-color: #FFD700;
  --primary-btn-bg: #FFA500;
  --secondary-btn-bg: #FF8C00;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #FFDAB9;
  --header-text-color: #000000;
  --header-border: {{header-border}};

  --footer-bg-color: #FFE4B5;
  --footer-text-color: #000000;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #FFF5EE;
  --table-border-color: #FF6347;
  --table-text-color: #572400;

  --body-bg-color: #FFF0E0;
  --card-bg-color: #ffffff;
  --card-text-color: #000000;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: center;
  --banner-column: 69%;
  --banner-padding: 151.2px;
  --banner-border: 0 solid;
  --banner-bg-color: #FFE4C4;
  --banner-text-color: #000000;

  --container-max-width: 1074px;
  --container-padding: 0 15px;
  --border-radius: 6px;
  --py: 23px;
  --py-2: 57px;
  --py-3: 79px;
  --text-align: center;
  --mb: 22px;
  --fz-1: 30.24px;
  --fz-2: 25.2px;
  --fz-3: 21px;
  --logo-width: 118px;
  --menu-margin: 0 0 0 auto;

  --animation-duration: 774ms;
  --animation-type: ease-in;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #242424;
  --contrast-text-color: #cccccc;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-color);
  background-color: var(--body-bg-color);
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: var(--text-color);
  transition: color 0.3s ease;
}

img {
  max-width: 100%;
  height: auto;
  max-height: 650px;
  width: auto;
}

ul, ol {
  margin: 0;
}

.getihcaon--wrap {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .hstnvkwpj--top {
        padding: var(--py) 0;
      }

      .zykedlguh--h {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: var(--mb);
      }

      .zswvukymj--top {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: 0;
        padding: 12px 32px;
        border-radius: var(--border-radius);
        border: 1px solid #ffd27f;
      }

      .cgibmolay--header {
        color: var(--heading-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .cgibmolay--header:hover {
        color: var(--primary-btn-bg);
      }


      .atjeudpnz--top {
        display: flex;
        gap: 10px;
      }

      .ejflsazhc--h {
        display: none;
      }

      .eliucsnpt--log img {
        margin: 0 auto;
        display: block;
      }

      @media (max-width: 1024px) {
        .zykedlguh--h {
          justify-content: space-between;
          flex-direction: row;
        }

        .cgibmolay--header {
          color: var(--header-text-color);
        }
      }
    

@media (max-width: 1024px) {
  .zswvukymj--top {
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--header-bg-color);
    z-index: 100;
    padding: var(--py) 15px;
    display: block;
  }

  .cgibmolay--header {
    padding: 10px 0;
    display: block;
  }

  .zswvukymj--top.active {
    opacity: 1;
    visibility: visible;
  }

  .ejflsazhc--h {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .ejflsazhc--h span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .ejflsazhc--h.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .ejflsazhc--h.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.eliucsnpt--log {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.eliucsnpt--log img {
  max-height: 80px;
}

.tdqsykzjh--first,
.buimofzpk--second {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: none;
  border-radius: var(--border-radius);
  transition: background-color 0.3s ease;
  font-weight: 500;
}

.tdqsykzjh--first {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.tdqsykzjh--first:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.buimofzpk--second {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.buimofzpk--second:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.mewtbshyc--f{
  position: relative;
}
.mewtbshyc--f * {
  z-index: 1;
  position: relative;
}


      .npdvstbcm--text > .wp-block-image {
        margin: 2.5rem auto;
        display: block;
        position: relative;
        padding: 10px;
        background: linear-gradient(135deg, #ffa500 0%, #cc8500 100%);
        border-radius: var(--border-radius);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        transition: all .3s ease;
        overflow: hidden;
        width: max-content;
        max-width: 100%;
      }

      .npdvstbcm--text > .wp-block-image:hover {
        transform: scale(1.01);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }

      .npdvstbcm--text > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        position: relative;
        z-index: 1;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        margin: 0 auto;
      }
    


    .oxwqjketz--ps {
      margin: 0 auto 0;
      max-width: 100%;
      width: 100%;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 20px 35px;
      background: rgb(from var(--table-bg-color) r g b / 0.5);
      border-radius: var(--border-radius);
      padding: 15px;
      box-sizing: border-box;
      margin-bottom: var(--mb);
    }

    .oxwqjketz--ps a {
      color: var(--table-text-color);
      text-decoration: none;
      text-transform: capitalize;
      transition: all .3s ease;
    }

    .oxwqjketz--ps a:hover {
      opacity: .7;
    }

    .qbjdmpezl--lks {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .mewtbshyc--f {
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: 64px 24px;
    }

    .iwyqhxkav--bottom {
      max-width: 1280px;
      margin: 0 auto;
    }

    .fdpjksqxa--bot {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 24px;
    }

    .rjeahnist--foot {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 24px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .peuaswjkg--foot {
      color: var(--footer-text-color);
      opacity: 0.6;
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s ease, opacity 0.3s ease;
    }

    .peuaswjkg--foot:hover {
      color: var(--primary-btn-bg);
      opacity: 1;
    }

    .pmxdqfbtz--foot {
      color: var(--footer-text-color);
      opacity: 0.2;
    }

    .taojhuiby--f {
      text-align: center;
      font-size: 12px;
      color: var(--footer-text-color);
      opacity: 0.6;
      margin: 0;
    }

    @media (max-width: 768px) {
      .mewtbshyc--f {
        padding: 48px 16px;
      }

      .rjeahnist--foot {
        gap: 16px;
      }
    }
    



.rjeahnist--foot li:empty {
  display: none;
}

.kcajuzpwb--hero {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.kcajuzpwb--hero {
  text-align: var(--banner-direction);
  padding: var(--banner-padding) 0;
  background-color: var(--banner-bg-color);
  color: var(--banner-text-color);
  border-bottom: var(--banner-border);
  position: relative;
  overflow: hidden;
}

.kcajuzpwb--hero svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.uoszlgerc--ban{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.otgfqnhrk--hero {
  width: var(--banner-column);
  animation: var(--animation-effect) var(--animation-duration) var(--animation-type);
  animation-fill-mode: both;
}
  */

h1 {
  font-size: var(--fz-1);
  margin-bottom: var(--mb);
  font-weight: 700;
  margin-top: 0;
}

h2 {
  color: var(--heading-color);
  font-size: var(--fz-2);
  margin-bottom: var(--mb);
  font-weight: 700;
  margin-top: var(--py-2);
}

h3 {
  color: var(--heading-color);
  font-size: var(--fz-3);
  margin-bottom: var(--mb);
  font-weight: 700;
  margin-top: 0;
}

.brjziudcv--tbl{
  overflow-x: auto;
  width: 100%;
}

.npdvstbcm--text {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.npdvstbcm--text p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.npdvstbcm--text ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.npdvstbcm--text ul {
  list-style: none;
}

.npdvstbcm--text ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.npdvstbcm--text ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .npdvstbcm--text ol {
      counter-reset: list-counter;
      list-style: none;
      padding-left: 0;
      margin: 1.5rem 0;
      width: max-content;
      max-width: 100%;
      text-align: left;
      display: inline-block;
    }

    .npdvstbcm--text ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .npdvstbcm--text ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #ffa500 0%, #ffc14d 100%);
      color: white;
      width: 2rem;
      height: 2rem;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 600;
      font-size: 0.875rem;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
    


      .aioseo-breadcrumbs {
        margin: 1.25rem 0;
        padding: 0.75rem 0;
        font-size: 0.875rem;
        background: rgba(255, 255, 255, 0.02);
        border-radius: 4px;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
      }

      .aioseo-breadcrumb {
        display: inline-block;
      }

      .aioseo-breadcrumb a {
        color: #FFA500;
        text-decoration: none;
        opacity: 0.9;
        transition: opacity 0.2s ease;
        font-weight: 400;
      }

      .aioseo-breadcrumb a:hover {
        opacity: 1;
        text-decoration: underline;
      }

      .aioseo-breadcrumb:not(:has(a)) {
        color: var(--text-color);
        opacity: 0.7;
        font-weight: 500;
      }

      .aioseo-breadcrumb-separator {
        color: var(--text-color);
        opacity: 0.5;
        margin: 0 0.625rem;
        font-weight: 300;
      }
    


      .npdvstbcm--text table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: var(--mb);
        background-color: var(--table-bg-color);
        color: var(--table-text-color);
        border-radius: var(--border-radius);
        border: 1px solid rgba(0, 0, 0, 0.05);
        overflow: hidden;
      }

      .npdvstbcm--text table thead tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      }

      .npdvstbcm--text table th {
        padding: 21px 27px;
        font-weight: normal;
        font-size: 12px;
        color: rgba(0, 0, 0, 0.4);
        text-transform: uppercase;
        letter-spacing: 0.2em;
        border: none;
      }

      .npdvstbcm--text table tbody tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        transition: background-color 0.2s ease;
      }

      .npdvstbcm--text table tbody tr:last-child {
        border-bottom: none;
      }

      .npdvstbcm--text table tbody tr:hover {
        background-color: rgba(0, 0, 0, 0.02);
      }

      .npdvstbcm--text table td {
        padding: 23px 35px;
        font-size: 14px;
        color: var(--table-text-color);
        border: none;
        letter-spacing: 0.025em;
      }

      .npdvstbcm--text table td:first-child {
        font-weight: normal;
      }
    

.npdvstbcm--text img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.lzsbmxkpo--item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.wjazgubhy--item {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .hfdcpgjky--col {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: var(--py-2);
        margin: var(--py-2) 0;
        align-items: center;
      }

      .hfdcpgjky--col .okcjdbpih--texted:first-child {
        order: 2;
      }

      .hfdcpgjky--col .okcjdbpih--texted:last-child {
        order: 1;
      }

      .hfdcpgjky--col h2 {
        margin-top: 0;
      }

      @media (max-width: 1024px) {
        .hfdcpgjky--col {
          grid-template-columns: 1fr;
        }

        .hfdcpgjky--col .okcjdbpih--texted:first-child {
          order: 1;
        }

        .hfdcpgjky--col .okcjdbpih--texted:last-child {
          order: 2;
        }
      }
    

.ksnhvfxmc--tb {
  background: rgb(from var(--table-bg-color) r g b / 0.5);
  border-radius: var(--border-radius);
  padding: var(--py-3);
  margin: var(--py-2) auto;
  width: max-content;
  max-width: 100%;
}

.ksnhvfxmc--tb p,
.ksnhvfxmc--tb h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.ksnhvfxmc--tb table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.ksnhvfxmc--tb table td,
.ksnhvfxmc--tb table th {
  border: 0;
}

.ksnhvfxmc--tb table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.ksnhvfxmc--tb tr:last-child {
  border-bottom: 0;
}

.ksnhvfxmc--tb h2 {
  margin-top: 0;
}

/*
.skvjmaqdz--row {
  border: var(--card-border);
  background-color: var(--card-bg-color);
  color: var(--card-text-color);
  box-shadow: var(--card-shadow);
  padding: var(--py);
  border-radius: var(--border-radius);
}
  */

.tvryxufls--contrast {
  position: relative;
  border-radius: var(--border-radius);
  color: var(--contrast-text-color);
  padding: var(--py-2);
  margin-top: var(--py-2);
  margin-bottom: var(--py-2);
}


    .tvryxufls--contrast{
      background: linear-gradient(135deg, #242424 0%, #3d3d3d 100%);
      border-left: 4px solid var(--primary-btn-bg);
    }
    

.tvryxufls--contrast h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .uoszlgerc--ban{
    flex-direction: column;
  }

  .otgfqnhrk--hero {
    width: 100%;
  }

  .ksnhvfxmc--tb {
    padding: var(--py);
  }

  .tvryxufls--contrast {
    padding: var(--py);
  }
}

.vdyalngtu--sitemap{
  display: flex;
  flex-direction: column;
  gap: var(--mb);
  list-style: none;
  margin: 15px 0;
  padding: 15px;
  border-radius: var(--border-radius);
  background: rgb(from var(--table-bg-color) r g b / 0.5);
}
.vdyalngtu--sitemap a {
  color: var(--text-color);
  text-decoration: none;
  transition: color 0.3s ease;
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}
.vdyalngtu--sitemap a:hover {
  color: var(--primary-btn-bg);
}
.vdyalngtu--sitemap h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .bixymuvoq--frm {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .clwopnavd--frm {
      display: flex;
      flex-direction: column;
    }

    .jyekumvxs--frm, .tdjfckoxl--form {
      padding: 15px 20px;
      border-radius: var(--border-radius);
      border: 2px solid var(--table-border-color);
      background-color: var(--table-bg-color);
      color: var(--text-color);
      font-size: 16px;
      outline: none;
      transition: all 0.3s ease;
    }

    .jyekumvxs--frm:focus, .tdjfckoxl--form:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .tdjfckoxl--form {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .bixymuvoq--frm button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .bixymuvoq--frm button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .bixymuvoq--frm {
        max-width: 100%;
        gap: 15px;
      }

      .jyekumvxs--frm, .tdjfckoxl--form {
        padding: 12px 15px;
        font-size: 14px;
      }
    }
    

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}


        .kcajuzpwb--hero {
            position: relative;
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            padding: 133px 0 69px;
        }

        .vmcuxtdgi--hero {
            position: absolute;
            inset: 0;
            overflow: hidden;
        }

        .kvjndybic--ban {
            position: absolute;
            inset: 0;
            background: linear-gradient(to bottom right, rgba(255, 165, 0, 0.6) 0%, transparent 50%);
            clip-path: polygon(0 0, 55% 0, 45% 100%, 0 100%);
        }

        .wzmvrltod--banner {
            position: absolute;
            inset: 0;
            background: linear-gradient(to bottom left, rgba(255, 140, 0, 0.6) 0%, transparent 50%);
            clip-path: polygon(55% 0, 100% 0, 100% 100%, 45% 100%);
        }

        .xuyezvhks--main {
            position: absolute;
            inset: 0;
            background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, transparent 50%, rgba(0,0,0,0.6) 100%);
        }

        .krslfwuhn--hero {
            position: absolute;
            border-radius: 50%;
            animation: float-particle 4s ease-in-out infinite;
        }

        .krslfwuhn--hero:nth-child(1) {
            top: 25%;
            left: 25%;
            width: 6px;
            height: 6px;
            background: #FFA500;
            animation-delay: 0s;
        }

        .krslfwuhn--hero:nth-child(2) {
            top: 33%;
            right: 33%;
            width: 7px;
            height: 6px;
            background: #FF8C00;
            animation-delay: 1s;
        }

        .krslfwuhn--hero:nth-child(3) {
            bottom: 33%;
            left: 50%;
            width: 10px;
            height: 12px;
            background: #FFA500;
            opacity: 0.6;
            animation-delay: 2s;
        }

        .krslfwuhn--hero:nth-child(4) {
            top: 50%;
            right: 25%;
            width: 6px;
            height: 4px;
            background: #FF8C00;
            opacity: 0.8;
            animation-delay: 0.5s;
        }

        .qrcxsutml--hr {
            position: relative;
            z-index: 10;
            max-width: 1024px;
            margin: 0 auto;
            padding: 0 var(--py);
            text-align: center;
        }

        .dmnejziyf--hero {
            font-size: clamp(64px, 8vw, 108px);
            font-weight: bold;
            color: #000000;
            margin-bottom: 30px;
            line-height: 0.9;
            letter-spacing: -0.03em;
        }

        .oemfdwczx--banner {
            width: 187px;
            height: 3px;
            background: linear-gradient(to right, transparent, #FFA500, transparent);
            margin: 0 auto 28px;
            transform: rotate(-1deg);
            position: relative;
        }

        .oemfdwczx--banner::after {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(to right, transparent, #FFA500, transparent);
            filter: blur(11px);
            animation: glow-pulse 3s ease-in-out infinite;
        }

        .wtmphsocb--hero {
            font-size: 15px;
            color: #000000;
            opacity: 0.6;
            max-width: 673px;
            margin: 0 auto 41px;
            line-height: 1.6;
            letter-spacing: 0.05em;
            text-transform: uppercase;
        }

        @keyframes float-particle {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-16px); }
        }

        @keyframes glow-pulse {
            0%, 100% { opacity: 1; }
            50% { opacity: 0.5; }
        }

        @media (max-width: 1024px) {
            .kcajuzpwb--hero {
                padding: 117px 0 53px;
            }

            .dmnejziyf--hero {
                font-size: 50px;
            }

            .wtmphsocb--hero {
                font-size: 14px;
            }
        }
        


        .naeuofwpm--block {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
            padding: 2rem 0;
            max-width: 600px;
            margin: 0 auto;
        }

        .skvjmaqdz--row {
            background: #ffffff;
            border-radius: var(--border-radius);
            padding: var(--py);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            position: relative;
            border-left: 7px solid #FFA500;
        }

        .skvjmaqdz--row:nth-child(even) {
            border-left-color: #FF8C00;
            margin-left: 42px;
        }

        .skvjmaqdz--row:nth-child(odd) {
            margin-right: 42px;
        }

        .skvjmaqdz--row::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, #FFA50005, #FF8C0005);
            border-radius: var(--border-radius);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .skvjmaqdz--row:hover::before {
            opacity: 1;
        }

        .skvjmaqdz--row:hover {
            transform: translateX(8px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        }

        .skvjmaqdz--row h3 {
            color: #000000;
            position: relative;
            z-index: 1;
        }

        .skvjmaqdz--row p {
            color: #000000;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .naeuofwpm--block {
                max-width: 100%;
            }

            .skvjmaqdz--row:nth-child(even),
            .skvjmaqdz--row:nth-child(odd) {
                margin-left: 0;
                margin-right: 0;
            }
        }
        