/*!
Theme Name: 234oyj
Theme URI: #
Version: 10.3.5
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 234oyj
*/

:root {
  --text-color: #000000;
  --heading-color: #8E24AA;
  --primary-btn-bg: #F06292;
  --secondary-btn-bg: #FFAB00;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #000000;

  --header-bg-color: #F9FBE7;
  --header-text-color: #8E24AA;
  --header-border: 1px solid #F06292;

  --footer-bg-color: #FFC107;
  --footer-text-color: #000000;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #FFFFFF;
  --table-border-color: #BDBDBD;
  --table-text-color: #333333;

  --body-bg-color: #F9FBE7;
  --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: 65%;
  --banner-padding: 151.2px;
  --banner-border: 3px solid #F06292;
  --banner-bg-color: #F9FBE7;
  --banner-text-color: #000000;

  --container-max-width: 1384px;
  --container-padding: 0 15px;
  --border-radius: 5px;
  --py: 21px;
  --py-2: 54px;
  --py-3: 74px;
  --text-align: left;
  --mb: 15px;
  --fz-1: 30.24px;
  --fz-2: 25.2px;
  --fz-3: 21px;
  --logo-width: 100px;
  --menu-margin: 0;

  --animation-duration: 686ms;
  --animation-type: ease-out;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #262626;
  --contrast-text-color: #cccccc;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Titillium Web', 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;
}

.wr--jkflydxvb {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .header--istwgmuql {
        background-color: var(--header-bg-color);
        color: var(--header-text-color);
        padding: var(--py) 0;
        border-bottom: var(--header-border);
      }

      .head--kczqitawj {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .header--blwmnacsq {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .top--aklripebz {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .top--aklripebz:hover {
        color: var(--primary-btn-bg);
      }


      .top--znvifaquj {
        display: flex;
        gap: 10px;
      }

      .header--qkxsuidjb {
        display: none;
      }
    

@media (max-width: 1024px) {
  .header--blwmnacsq {
    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;
  }

  .top--aklripebz {
    padding: 10px 0;
    display: block;
  }

  .header--blwmnacsq.active {
    opacity: 1;
    visibility: visible;
  }

  .header--qkxsuidjb {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .header--qkxsuidjb span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .header--qkxsuidjb.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .header--qkxsuidjb.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.brand--cbqanedjy {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.brand--cbqanedjy img {
  max-height: 80px;
}

.first--yxapovfkh,
.second--lbvwyfepo {
  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;
}

.first--yxapovfkh {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.first--yxapovfkh:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.second--lbvwyfepo {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.second--lbvwyfepo:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.bottom--synqbgluo{
  position: relative;
}
.bottom--synqbgluo * {
  z-index: 1;
  position: relative;
}


      .txt--mrbiodtkh > .wp-block-image {
        margin: 2rem 0;
        display: block;
      }

      .txt--mrbiodtkh > .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;
      }

      .txt--mrbiodtkh > .wp-block-image img:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }
    


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

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

    .our--jwphndrgv a:hover {
      opacity: .7;
    }

    .nvs__title--ohdbrvmgi {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .bottom--synqbgluo {
      position: relative;
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: var(--py) 0;
    }

    .footer--escwqxmai {
      display: flex;
      justify-content: var(--footer-justify);
      flex-direction: var(--footer-direction);
      gap: var(--mb);
      position: relative;
      z-index: 1;
    }

    .f--vdwlszcqy {
      display: flex;
      gap: 10px;
      list-style: none;
      flex-direction: column;
      margin: 0;
      padding: 0;
    }

    .footer--puibwcong {
      color: var(--footer-text-color);
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .footer--puibwcong:hover {
      color: var(--primary-btn-bg);
    }

    .bottom--vzsqfhawu {
      font-weight: 500;
      font-size: 18px;
      margin-bottom: var(--mb);
      color: var(--footer-text-color);
    }

    .bot--vlihqyzmb {
      margin: 0;
      margin-top: var(--mb);
      font-size: 14px;
      color: var(--footer-text-color);
      text-align: var(--text-align);
    }

    @media (max-width: 1024px) {
      .footer--escwqxmai {
        flex-direction: column;
        gap: 20px;
      }
    }
    



.f--vdwlszcqy li:empty {
  display: none;
}

.b--yozwqrhcb {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.b--yozwqrhcb {
  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;
}

.b--yozwqrhcb svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.hero--rpdznfokg{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.ban--tblyenwoc {
  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;
}

.tbl--netclioaf{
  overflow-x: auto;
  width: 100%;
}

.txt--mrbiodtkh {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.txt--mrbiodtkh p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.txt--mrbiodtkh ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.txt--mrbiodtkh ul {
  list-style: none;
}

.txt--mrbiodtkh ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.txt--mrbiodtkh ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .txt--mrbiodtkh 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;
    }

    .txt--mrbiodtkh ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 4rem;
      margin-bottom: var(--mb);
      color: var(--text-color);
      background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.05) 100%);
      padding: 5px 5px 5px 4rem;
      border-radius: 8px;
      border-left: 4px solid transparent;
      background-clip: padding-box;
    }

    .txt--mrbiodtkh ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0.5rem;
      top: 50%;
      transform: translateY(-50%);
      border-left-color: var(--primary-btn-bg);
      background: linear-gradient(135deg, #f06292 0%, #ea1a5f 100%);
      color: white;
      width: 2.5rem;
      height: 2.5rem;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      font-size: 1rem;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }
    


      .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: #F06292;
        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;
      }
    


      .txt--mrbiodtkh 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(240,98,146,0.3);
        overflow: hidden;
      }

      .txt--mrbiodtkh table thead tr {
        border-bottom: 1px solid rgba(240,98,146,0.3);
      }

      .txt--mrbiodtkh table th {
        padding: 24px 32px;
        font-weight: normal;
        font-size: 14px;
        color: #f06292;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        border: none;
      }

      .txt--mrbiodtkh table tbody tr {
        border-bottom: 1px solid rgba(240,98,146,0.1);
        transition: all 0.2s ease;
      }

      .txt--mrbiodtkh table tbody tr:last-child {
        border-bottom: none;
      }

      .txt--mrbiodtkh table tbody tr:hover {
        background-color: rgba(0, 0, 0, 0.05);
      }

      .txt--mrbiodtkh table tbody tr:hover td:first-child {
        color: #f06292;
      }

      .txt--mrbiodtkh table td {
        padding: 23px 33px;
        font-size: 16px;
        color: var(--table-text-color);
        border: none;
        transition: color 0.2s ease;
      }

      .txt--mrbiodtkh table td:first-child {
        font-weight: normal;
      }
    

.txt--mrbiodtkh img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.article--ndqvkabjs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.post--oxgmyebaf {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .column--ynglhtckb {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        margin: var(--py-2) 0;
        align-items: center;
      }

      .column--ynglhtckb .column--mzrgpuhok:first-child {
        order: 2;
      }

      .column--ynglhtckb .column--mzrgpuhok:last-child {
        order: 1;
        padding-right: 2rem;
      }

      .column--ynglhtckb h2 {
        margin-top: 0;
        color: var(--primary-btn-bg);
        position: relative;
        padding-bottom: 1rem;
      }

      .column--ynglhtckb h2::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 3rem;
        height: 3px;
        background: linear-gradient(90deg, #f06292 0%, #f9bed1 100%);
        border-radius: 2px;
      }

      .column--ynglhtckb figure {
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
      }

      .column--ynglhtckb figure img {
        width: 100%;
        height: auto;
        transition: transform 0.3s ease;
        border-radius: var(--border-radius);
      }

      .column--ynglhtckb figure:hover img {
        transform: scale(1.05);
      }

      @media (max-width: 1024px) {
        .column--ynglhtckb {
          grid-template-columns: 1fr;
          gap: 2rem;
        }

        .column--ynglhtckb .column--mzrgpuhok:first-child {
          order: 1;
        }

        .column--ynglhtckb .column--mzrgpuhok:last-child {
          order: 2;
          padding-right: 0;
        }
      }
    

.tb--ytuzkseqo {
  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%;
}

.tb--ytuzkseqo p,
.tb--ytuzkseqo h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.tb--ytuzkseqo table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.tb--ytuzkseqo table td,
.tb--ytuzkseqo table th {
  border: 0;
}

.tb--ytuzkseqo table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.tb--ytuzkseqo tr:last-child {
  border-bottom: 0;
}

.tb--ytuzkseqo h2 {
  margin-top: 0;
}

/*
.card--nyudoczbi {
  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);
}
  */

.invert--dbwnchvui {
  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);
}


    .invert--dbwnchvui{
      background: rgba(240,98,146,0.1);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(240,98,146,0.2);
      color: var(--text-color);
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    }
    

.invert--dbwnchvui h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .hero--rpdznfokg{
    flex-direction: column;
  }

  .ban--tblyenwoc {
    width: 100%;
  }

  .tb--ytuzkseqo {
    padding: var(--py);
  }

  .invert--dbwnchvui {
    padding: var(--py);
  }
}

.sitemappage--gblkzyawp{
  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);
}
.sitemappage--gblkzyawp 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;
}
.sitemappage--gblkzyawp a:hover {
  color: var(--primary-btn-bg);
}
.sitemappage--gblkzyawp h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .form--cerkvmpwa {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .fr--febnsmpwd {
      display: flex;
      flex-direction: column;
    }

    .form--cliduwtsf, .form--cehplysrn {
      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;
    }

    .form--cliduwtsf:focus, .form--cehplysrn:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .form--cehplysrn {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .form--cerkvmpwa button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .form--cerkvmpwa button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .form--cerkvmpwa {
        max-width: 100%;
        gap: 15px;
      }

      .form--cliduwtsf, .form--cehplysrn {
        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)
  }
}


        .b--yozwqrhcb {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 27px var(--py) 97px;
            overflow: hidden;
        }

        .b--hipklcxtz {
            position: absolute;
            inset: 0;
            pointer-events: none;
        }

        .hero--eixqgszpb {
            position: absolute;
            border-radius: 50%;
            filter: blur(98px);
        }

        .hero--eixqgszpb:nth-child(1) {
            top: 30%;
            left: 24%;
            width: 371px;
            height: 342px;
            background: rgba(240, 98, 146, 0.1);
        }

        .hero--eixqgszpb:nth-child(2) {
            top: 34%;
            right: 26%;
            width: 279px;
            height: 267px;
            background: rgba(255, 171, 0, 0.1);
        }

        .hero--eixqgszpb:nth-child(3) {
            bottom: 26%;
            left: 40%;
            width: 227px;
            height: 270px;
            background: rgba(240, 98, 146, 0.15);
        }

        .ban--hrqzuvwyo {
            position: relative;
            width: 100%;
            text-align: center;
            max-width: 1086px;
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(27px);
            border-radius: 36px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            padding: 66px;
            box-shadow: 0 10px 32px rgba(0, 0, 0, 0.3);
        }

        .ban--hrqzuvwyo::before {
            content: '';
            position: absolute;
            top: -42px;
            right: -49px;
            width: 138px;
            height: 133px;
            background: linear-gradient(to bottom right, rgba(240, 98, 146, 0.2), transparent);
            border-radius: 50%;
            filter: blur(35px);
        }

        .ban--hrqzuvwyo::after {
            content: '';
            position: absolute;
            bottom: -48px;
            left: -48px;
            width: 125px;
            height: 100px;
            background: linear-gradient(to top left, rgba(255, 171, 0, 0.2), transparent);
            border-radius: 50%;
            filter: blur(34px);
        }

        .hr--etrofbzni {
            position: absolute;
            border-radius: 50%;
            animation: pulse 2s ease-in-out infinite;
        }

        .hr--etrofbzni:nth-child(1) {
            top: 26px;
            right: 76px;
            width: 10px;
            height: 9px;
            background: #F06292;
            animation-delay: 0s;
        }

        .hr--etrofbzni:nth-child(2) {
            bottom: 49px;
            left: 55px;
            width: 4px;
            height: 8px;
            background: #FFAB00;
            animation-delay: 0.5s;
        }

        .hr--etrofbzni:nth-child(3) {
            top: 62px;
            left: 67px;
            width: 4px;
            height: 4px;
            background: white;
            animation-delay: 1s;
        }

        .b--oficpewkh {
            font-size: clamp(53px, 8vw, 88px);
            font-weight: bold;
            color: #000000;
            margin-bottom: 25px;
            line-height: 1.1;
            letter-spacing: 0.02em;
            text-align: center;
        }

        .b--oficpewkh .italic {
            font-style: italic;
            color: #F06292;
            opacity: 0.9;
        }

        .b--xncajlpzm {
            font-size: 20px;
            color: #000000;
            opacity: 0.7;
            max-width: 660px;
            margin: 0 auto 39px;
            line-height: 1.6;
            text-align: center;
        }

        @keyframes pulse {
            0%, 100% { opacity: 1; transform: scale(1); }
            50% { opacity: 0.5; transform: scale(1.1); }
        }

        @media (max-width: 1024px) {
            .ban--hrqzuvwyo {
                padding: 46px;
            }

            .b--oficpewkh {
                font-size: 36px;
            }

            .b--xncajlpzm {
                font-size: 17px;
            }
        }
        


        .rows--ekuljqmht {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            padding: 2rem 0;
        }

        .card--nyudoczbi {
            background: linear-gradient(306deg, #F06292, #FFAB00);
            border-radius: var(--border-radius);
            padding: var(--py);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            color: white;
        }

        .card--nyudoczbi::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
            transform: translateX(-100%);
            transition: transform 0.6s ease;
        }

        .card--nyudoczbi:hover::before {
            transform: translateX(100%);
        }

        .card--nyudoczbi:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
        }

        .card--nyudoczbi h3 {
            color: #000000;
            position: relative;
            z-index: 1;
        }

        .card--nyudoczbi p {
            color: #000000;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .rows--ekuljqmht {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        