/*!
Theme Name: k93un5
Theme URI: #
Version: 7.4.3
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: k93un5
*/

:root {
  --text-color: #000000;
  --heading-color: #FF1493;
  --primary-btn-bg: #FF69B4;
  --secondary-btn-bg: #FFC0CB;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #000000;

  --header-bg-color: #F5F5F5;
  --header-text-color: #FF1493;
  --header-border: 1px solid #FF69B4;

  --footer-bg-color: #FF69B4;
  --footer-text-color: #FFFFFF;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #FFC0CB;
  --table-border-color: #FF1493;
  --table-text-color: #290007;

  --body-bg-color: #F5F5F5;
  --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: 61%;
  --banner-padding: 144px;
  --banner-border: 4px solid #FF69B4;
  --banner-bg-color: #F5F5F5;
  --banner-text-color: #000000;

  --container-max-width: 1483px;
  --container-padding: 0 15px;
  --border-radius: 22px;
  --py: 18px;
  --py-2: 54px;
  --py-3: 62px;
  --text-align: left;
  --mb: 19px;
  --fz-1: 28.8px;
  --fz-2: 24px;
  --fz-3: 20px;
  --logo-width: 197px;
  --menu-margin: 0 auto 0 0;

  --animation-duration: 649ms;
  --animation-type: linear;
  --animation-effect: fadeIn;

  --contrast-bg-color: #292929;
  --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;
}

.tcfnxg__container {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .cabphr__header {
        background-color: var(--header-bg-color);
        color: var(--header-text-color);
        padding: 0;
        border-bottom: var(--header-border);
      }

      .ejfvpb__h {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .yvfqbr__h {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .tavsfd__h {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
        padding: 8px 20px;
        border-radius: var(--border-radius);
        border: 1px solid #ffb4d9;
      }

      .tavsfd__h:hover {
        color: var(--primary-btn-bg);
      }


      .earctv__head {
        display: flex;
        gap: 10px;
      }

      .jszyhf__top {
        display: none;
      }
    

@media (max-width: 1024px) {
  .yvfqbr__h {
    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;
  }

  .tavsfd__h {
    padding: 10px 0;
    display: block;
  }

  .yvfqbr__h.active {
    opacity: 1;
    visibility: visible;
  }

  .jszyhf__top {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .jszyhf__top span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .jszyhf__top.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .jszyhf__top.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.ugrnke__logo {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.ugrnke__logo img {
  max-height: 80px;
}

.sdnojg__prim,
.ltcgqj__alt {
  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;
}

.sdnojg__prim {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.sdnojg__prim:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.ltcgqj__alt {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.ltcgqj__alt:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.osqvhb__footer{
  position: relative;
}
.osqvhb__footer * {
  z-index: 1;
  position: relative;
}


      .hankwy__text > .wp-block-image {
        margin: 2rem 0;
        display: block;
      }

      .hankwy__text > .wp-block-image img {
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        max-width: 100%;
        height: auto;
        display: block;
      }

      .hankwy__text > .wp-block-image img:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }
    


    .gxepby__nvs {
      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);
    }

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

    .gxepby__nvs a:hover {
      opacity: .7;
    }

    .yqehdw__lks {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .osqvhb__footer {
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: 48px 24px;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .mbcwut__footer {
      max-width: 1280px;
      margin: 0 auto;
    }

    .kemrtj__bot {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 32px;
      flex-wrap: wrap;
      margin-bottom: 24px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .uvwoel__footer {
      color: var(--footer-text-color);
      opacity: 0.6;
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s ease, opacity 0.3s ease;
    }

    .uvwoel__footer:hover {
      color: var(--primary-btn-bg);
      opacity: 1;
    }

    .paeohx__f {
      color: var(--footer-text-color);
      opacity: 0.2;
    }

    .atrbyv__foot {
      text-align: center;
      font-size: 12px;
      color: var(--footer-text-color);
      opacity: 0.4;
      margin: 15px 0 0 0;
    }

    @media (max-width: 768px) {
      .kemrtj__bot {
        gap: 16px;
      }
    }
    



.kemrtj__bot li:empty {
  display: none;
}

.vpgsct__main {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.vpgsct__main {
  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;
}

.vpgsct__main svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.kiydlw__banner{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.febjvh__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;
}

.stxrlq__tb{
  overflow-x: auto;
  width: 100%;
}

.hankwy__text {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.hankwy__text p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.hankwy__text ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.hankwy__text ul {
  list-style: none;
}

.hankwy__text ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.hankwy__text ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .hankwy__text ol {
      counter-reset: list-counter;
      list-style: none;
      padding-left: 0;
      margin: 3rem 0;
    }

    .hankwy__text ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3.5rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
      border: 1px solid #ffebf5;
      border-radius: 6px;
      padding: 1rem 1rem 1rem 3.5rem;
      background: rgba(255, 255, 255, 0.02);
    }

    .hankwy__text ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0.75rem;
      top: 50%;
      transform: translateY(-50%);
      background: transparent;
      color: var(--primary-btn-bg);
      width: 2rem;
      height: 2rem;
      border: 2px solid var(--primary-btn-bg);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 600;
      font-size: 0.875rem;
    }

    .hankwy__text ol li:hover {
      background: rgba(255, 255, 255, 0.05);
      border-color: var(--primary-btn-bg);
    }
    


      .aioseo-breadcrumbs {
        margin: 0.75rem 0;
        padding: 0.25rem 0;
        font-size: 0.8rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 0.5rem;
      }

      .aioseo-breadcrumb {
        display: inline-block;
      }

      .aioseo-breadcrumb a {
        color: #FF69B4;
        text-decoration: none;
        opacity: 0.7;
        transition: all 0.2s ease;
        padding: 0.125rem 0.25rem;
        border-radius: 3px;
      }

      .aioseo-breadcrumb a:hover {
        opacity: 1;
        background: rgba(255, 255, 255, 0.05);
      }

      .aioseo-breadcrumb:not(:has(a)) {
        color: var(--text-color);
        opacity: 0.5;
        font-weight: 500;
      }

      .aioseo-breadcrumb-separator {
        color: var(--text-color);
        opacity: 0.3;
        margin: 0 0.375rem;
        font-size: 0.75rem;
      }
    


      .hankwy__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 #ff758c;
        overflow: hidden;
      }

      .hankwy__text table thead {
        background-color: #ffb8c4;
      }

      .hankwy__text table thead tr {
        border-bottom: 1px solid #ff758c;
      }

      .hankwy__text table th {
        padding: 24px 30px;
        font-weight: bold;
        font-size: 14px;
        color: var(--heading-color);
        letter-spacing: 0.05em;
        border: none;
      }

      .hankwy__text table tbody tr {
        border-bottom: 1px solid #ff758c;
        transition: background-color 0.2s ease;
      }

      .hankwy__text table tbody tr:last-child {
        border-bottom: none;
      }

      .hankwy__text table tbody tr:hover {
        background-color: #ffbdc8;
      }

      .hankwy__text table td {
        padding: 19px 31px;
        font-size: 14px;
        color: var(--table-text-color);
        border: none;
      }

      .hankwy__text table td:first-child {
        font-weight: 500;
      }
    

.hankwy__text img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.upwxjt__articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.dkspme__item {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .rfehnc__texted {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: var(--py-2);
        margin: var(--py-2) 0;
        align-items: center;
      }

      .rfehnc__texted .pinjwg__cols:first-child {
        order: 2;
        padding: 26px;
        border-radius: var(--border-radius);
        box-shadow: 0 16px 35px rgba(0, 0, 0, 0.6);
        background-color: rgb(from var(--table-bg-color) r g b / 0.5);
        border: 1px solid var(--table-border-color);
      }

      .rfehnc__texted .pinjwg__cols:last-child {
        order: 1;
      }

      .rfehnc__texted h2 {
        margin-top: 0;
      }

      .rfehnc__texted img,
      .rfehnc__texted figure {
        margin: 0;
        border-radius: var(--border-radius);
      }

      @media (max-width: 1024px) {
        .rfehnc__texted {
          grid-template-columns: 1fr;
        }

        .rfehnc__texted .pinjwg__cols:first-child {
          order: 1;
        }

        .rfehnc__texted .pinjwg__cols:last-child {
          order: 2;
        }
      }
    

.wgrkpn__tbl {
  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%;
}

.wgrkpn__tbl p,
.wgrkpn__tbl h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.wgrkpn__tbl table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.wgrkpn__tbl table td,
.wgrkpn__tbl table th {
  border: 0;
}

.wgrkpn__tbl table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.wgrkpn__tbl tr:last-child {
  border-bottom: 0;
}

.wgrkpn__tbl h2 {
  margin-top: 0;
}

/*
.etiqnc__rows {
  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);
}
  */

.lhzraf__d {
  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);
}


    .lhzraf__d{
      background: linear-gradient(135deg, #ff69b4 0%, #ff6b9c 50%, #ff846b 100%);
      padding: 50px;
    }
    

.lhzraf__d h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .kiydlw__banner{
    flex-direction: column;
  }

  .febjvh__hero {
    width: 100%;
  }

  .wgrkpn__tbl {
    padding: var(--py);
  }

  .lhzraf__d {
    padding: var(--py);
  }
}

.rxzkqa__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);
}
.rxzkqa__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;
}
.rxzkqa__sitemap a:hover {
  color: var(--primary-btn-bg);
}
.rxzkqa__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;
}


    .rkdscn__fr {
      background: var(--card-bg-color);
      border-radius: var(--border-radius);
      padding: 40px;
      box-shadow: var(--card-shadow);
      max-width: 600px;
      margin: var(--mb) auto;
    }

    .cpxlna__fr {
      display: flex;
      flex-direction: column;
    }

    .jayoup__form {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .rcmwfy__fr {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
    }

    .leavnz__frm {
      display: flex;
      flex-direction: column;
    }

    .cqemdf__form, .pdhzjx__fr {
      padding: 15px 20px;
      border-radius: var(--border-radius);
      border: 2px solid var(--table-border-color);
      background-color: var(--body-bg-color);
      color: var(--text-color);
      font-size: 16px;
      outline: none;
      transition: all 0.3s ease;
    }

    .cqemdf__form:focus, .pdhzjx__fr:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .pdhzjx__fr {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .cpxlna__fr button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
    }

    .cpxlna__fr button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .rkdscn__fr {
        padding: 30px 20px;
        margin: var(--mb) 15px;
      }

      .rcmwfy__fr {
        grid-template-columns: 1fr;
        gap: 15px;
      }

      .jayoup__form {
        gap: 15px;
      }

      .cqemdf__form, .pdhzjx__fr {
        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)
  }
}


        .vpgsct__main {
            position: relative;
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            padding: 141px 0 73px;
        }

        .klbnqd__hr {
            position: absolute;
            inset: 0;
            overflow: hidden;
        }

        .qvrtmf__main {
            position: absolute;
            inset: 0;
            background: linear-gradient(to bottom right, rgba(255, 105, 180, 0.6) 0%, transparent 50%);
            clip-path: polygon(0 0, 55% 0, 45% 100%, 0 100%);
        }

        .niqbsl__hero {
            position: absolute;
            inset: 0;
            background: linear-gradient(to bottom left, rgba(255, 192, 203, 0.6) 0%, transparent 50%);
            clip-path: polygon(55% 0, 100% 0, 100% 100%, 45% 100%);
        }

        .nbykvh__ban {
            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%);
        }

        .xrtwgc__hero {
            position: absolute;
            border-radius: 50%;
            animation: float-particle 4s ease-in-out infinite;
        }

        .xrtwgc__hero:nth-child(1) {
            top: 25%;
            left: 25%;
            width: 8px;
            height: 10px;
            background: #FF69B4;
            animation-delay: 0s;
        }

        .xrtwgc__hero:nth-child(2) {
            top: 33%;
            right: 33%;
            width: 6px;
            height: 7px;
            background: #FFC0CB;
            animation-delay: 1s;
        }

        .xrtwgc__hero:nth-child(3) {
            bottom: 33%;
            left: 50%;
            width: 9px;
            height: 8px;
            background: #FF69B4;
            opacity: 0.6;
            animation-delay: 2s;
        }

        .xrtwgc__hero:nth-child(4) {
            top: 50%;
            right: 25%;
            width: 6px;
            height: 6px;
            background: #FFC0CB;
            opacity: 0.8;
            animation-delay: 0.5s;
        }

        .whetzo__hero {
            position: relative;
            z-index: 10;
            max-width: 1151px;
            margin: 0 auto;
            padding: 0 var(--py);
            text-align: center;
        }

        .cvymlw__banner {
            font-size: clamp(57px, 8vw, 117px);
            font-weight: bold;
            color: #000000;
            margin-bottom: 27px;
            line-height: 0.9;
            letter-spacing: -0.03em;
        }

        .zuhjvc__hero {
            width: 188px;
            height: 3px;
            background: linear-gradient(to right, transparent, #FF69B4, transparent);
            margin: 0 auto 27px;
            transform: rotate(-1deg);
            position: relative;
        }

        .zuhjvc__hero::after {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(to right, transparent, #FF69B4, transparent);
            filter: blur(8px);
            animation: glow-pulse 3s ease-in-out infinite;
        }

        .ujwxrb__banner {
            font-size: 18px;
            color: #000000;
            opacity: 0.6;
            max-width: 729px;
            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(-22px); }
        }

        @keyframes glow-pulse {
            0%, 100% { opacity: 1; }
            50% { opacity: 0.5; }
        }

        @media (max-width: 1024px) {
            .vpgsct__main {
                padding: 105px 0 52px;
            }

            .cvymlw__banner {
                font-size: 48px;
            }

            .ujwxrb__banner {
                font-size: 13px;
            }
        }
        


        .esxzcq__rows {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
            padding: 2rem 0;
            max-width: 600px;
            margin: 0 auto;
        }

        .etiqnc__rows {
            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: 6px solid #FF69B4;
        }

        .etiqnc__rows:nth-child(even) {
            border-left-color: #FFC0CB;
            margin-left: 13px;
        }

        .etiqnc__rows:nth-child(odd) {
            margin-right: 13px;
        }

        .etiqnc__rows::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, #FF69B405, #FFC0CB05);
            border-radius: var(--border-radius);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .etiqnc__rows:hover::before {
            opacity: 1;
        }

        .etiqnc__rows:hover {
            transform: translateX(8px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        }

        .etiqnc__rows h3 {
            color: #000000;
            position: relative;
            z-index: 1;
        }

        .etiqnc__rows p {
            color: #000000;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .esxzcq__rows {
                max-width: 100%;
            }

            .etiqnc__rows:nth-child(even),
            .etiqnc__rows:nth-child(odd) {
                margin-left: 0;
                margin-right: 0;
            }
        }
        