/*!
Theme Name: invka6
Theme URI: #
Version: 6.2.0
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: invka6
*/

:root {
  --text-color: #FFFFFF;
  --heading-color: #FFD700;
  --primary-btn-bg: #8A2BE2;
  --secondary-btn-bg: #FF69B4;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #800000;
  --header-text-color: #FFD700;
  --header-border: 1px solid #8A2BE2;

  --footer-bg-color: #2E8B57;
  --footer-text-color: #FFD700;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #000000;
  --table-border-color: #FF6347;
  --table-text-color: #cccccc;

  --body-bg-color: #800000;
  --card-bg-color: #e60000;
  --card-text-color: #FFFFFF;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: left;
  --banner-column: 66%;
  --banner-padding: 180px;
  --banner-border: 2px solid #8A2BE2;
  --banner-bg-color: #800000;
  --banner-text-color: #ffffff;

  --container-max-width: 1226px;
  --container-padding: 0 15px;
  --border-radius: 26px;
  --py: 32px;
  --py-2: 80px;
  --py-3: 74px;
  --text-align: center;
  --mb: 23px;
  --fz-1: 36px;
  --fz-2: 30px;
  --fz-3: 25px;
  --logo-width: 104px;
  --menu-margin: 0 auto 0 0;

  --animation-duration: 650ms;
  --animation-type: ease-in-out;
  --animation-effect: fadeIn;

  --contrast-bg-color: #ffffff;
  --contrast-text-color: #333333;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', 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;
}

.wraper--dmnlvzt {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .header--xpoekvg {
        color: var(--header-text-color);
        padding: 0;
      }

      .header--xpoekvg .wraper--dmnlvzt {
        border-bottom: 1px solid #c495f0;
      }

      .head--tnjrdmz {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .top--imfetnu {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .top--rnqjcxm {
        color: var(--heading-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .top--rnqjcxm:hover {
        color: var(--primary-btn-bg);
      }


      .h--wnlihad {
        display: flex;
        gap: 10px;
      }

      .h--mlreqjc {
        display: none;
      }

      @media (max-width: 1024px) {
        .top--rnqjcxm {
          color: var(--header-text-color);
        }
      }
    

@media (max-width: 1024px) {
  .top--imfetnu {
    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--rnqjcxm {
    padding: 10px 0;
    display: block;
  }

  .top--imfetnu.active {
    opacity: 1;
    visibility: visible;
  }

  .h--mlreqjc {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .h--mlreqjc span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .h--mlreqjc.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .h--mlreqjc.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.log--buhotjq {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.log--buhotjq img {
  max-height: 80px;
}

.prim--cwhbaqf,
.alt--wqfltnh {
  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;
}

.prim--cwhbaqf {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.prim--cwhbaqf:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.alt--wqfltnh {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.alt--wqfltnh:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.f--vwhlqku{
  position: relative;
}
.f--vwhlqku * {
  z-index: 1;
  position: relative;
}


      .text--hgksqji > .wp-block-image {
        margin: 2rem 0;
        display: block;
      }

      .text--hgksqji > .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;
      }

      .text--hgksqji > .wp-block-image img:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }
    


    .f--vwhlqku {
      position: relative;
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: var(--py) 0;
    }

    .foot--twfgckl {
      display: flex;
      justify-content: var(--footer-justify);
      flex-direction: var(--footer-direction);
      gap: var(--mb);
      position: relative;
      z-index: 1;
    }

    .bottom--cpvldji {
      display: flex;
      gap: 10px;
      list-style: none;
      flex-direction: column;
      margin: 0;
      padding: 0;
    }

    .bot--eodlysj {
      color: var(--footer-text-color);
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .bot--eodlysj:hover {
      color: var(--primary-btn-bg);
    }

    .bottom--lebvxfi {
      font-weight: 500;
      font-size: 18px;
      margin-bottom: var(--mb);
      color: var(--footer-text-color);
    }

    .bottom--gmsjhik {
      margin: 0;
      margin-top: var(--mb);
      font-size: 14px;
      color: var(--footer-text-color);
      text-align: var(--text-align);
    }

    @media (max-width: 1024px) {
      .foot--twfgckl {
        flex-direction: column;
        gap: 20px;
      }
    }
    



.bottom--cpvldji li:empty {
  display: none;
}

.ban--bwqkxet {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.ban--bwqkxet {
  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;
}

.ban--bwqkxet svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.banner--mgbtjvs{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.b--nmogxwz {
  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--stpnlqg{
  overflow-x: auto;
  width: 100%;
}

.text--hgksqji {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.text--hgksqji p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.text--hgksqji ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.text--hgksqji ul {
  list-style: none;
}

.text--hgksqji ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.text--hgksqji ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .text--hgksqji ol {
      counter-reset: list-counter;
      list-style: none;
      padding-left: 0;
      margin: 3rem 0;
    }

    .text--hgksqji 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 #c89cf2;
      border-radius: 6px;
      padding: 1rem 1rem 1rem 3.5rem;
      background: rgba(255, 255, 255, 0.02);
    }

    .text--hgksqji 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;
    }

    .text--hgksqji 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: #8A2BE2;
        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;
      }
    


      .text--hgksqji 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 #262626;
        overflow: hidden;
      }

      .text--hgksqji table thead tr {
        border-bottom: 1px solid #262626;
      }

      .text--hgksqji table th {
        padding: 20px 25px;
        font-weight: bold;
        font-size: 12px;
        color: var(--heading-color);
        letter-spacing: 0.05em;
        border: none;
      }

      .text--hgksqji table tbody tr {
        border-bottom: 1px solid #141414;
        transition: background-color 0.2s ease;
      }

      .text--hgksqji table tbody tr:last-child {
        border-bottom: none;
      }

      .text--hgksqji table tbody tr:hover {
        background-color: #080808;
      }

      .text--hgksqji table td {
        padding: 20px 24px;
        font-size: 15px;
        color: var(--table-text-color);
        border: none;
      }

      .text--hgksqji table td:first-child {
        font-weight: 500;
      }
    

.text--hgksqji img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.articles--hbtarxv {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.item--shvuzmf {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .col--wurclfe {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        margin: var(--py-2) 0;
        align-items: center;
        position: relative;
        padding: 2rem;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%);
        border-radius: 24px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        overflow: hidden;
      }

      .col--wurclfe::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, #bc86ee05 0%, transparent 70%);
        z-index: 0;
      }

      .col--wurclfe .col--pesxfun {
        position: relative;
        z-index: 1;
      }

      .col--wurclfe .col--pesxfun:first-child {
        order: 2;
      }

      .col--wurclfe .col--pesxfun:last-child {
        order: 1;
      }

      .col--wurclfe figure {
        border-radius: 16px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
        transform: perspective(1000px) rotateY(-5deg);
        transition: transform 0.3s ease;
      }

      .col--wurclfe figure:hover {
        transform: perspective(1000px) rotateY(0deg) scale(1.02);
      }

      .col--wurclfe figure img {
        width: 100%;
        height: auto;
        transition: transform 0.3s ease;
        border-radius: var(--border-radius);
      }

      .col--wurclfe h2 {
        margin-top: 0;
        color: var(--text-color);
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 1.5rem;
        background: linear-gradient(135deg, var(--text-color) 0%, #8a2be2 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        position: relative;
      }

      .col--wurclfe h2::after {
        content: '';
        position: absolute;
        bottom: -0.75rem;
        left: 0;
        width: 4rem;
        height: 4px;
        background: linear-gradient(90deg, #8a2be2 0%, #701ac1 100%);
        border-radius: 2px;
        box-shadow: 0 2px 8px #8a2be240;
      }

      .col--wurclfe p {
        line-height: 1.8;
        margin-bottom: 1.25rem;
        color: var(--text-color);
        opacity: 0.85;
        font-size: 1.1rem;
      }

      @media (max-width: 1024px) {
        .col--wurclfe {
          grid-template-columns: 1fr;
          gap: 2rem;
          padding: 1.5rem;
        }

        .col--wurclfe .col--pesxfun:first-child {
          order: 1;
        }

        .col--wurclfe .col--pesxfun:last-child {
          order: 2;
        }

        .col--wurclfe figure {
          transform: none;
        }

        .col--wurclfe figure:hover {
          transform: scale(1.02);
        }

        .col--wurclfe h2 {
          font-size: 2rem;
        }
      }
    

.tb--lqvcmjo {
  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--lqvcmjo p,
.tb--lqvcmjo h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.tb--lqvcmjo table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.tb--lqvcmjo table td,
.tb--lqvcmjo table th {
  border: 0;
}

.tb--lqvcmjo table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.tb--lqvcmjo tr:last-child {
  border-bottom: 0;
}

.tb--lqvcmjo h2 {
  margin-top: 0;
}

/*
.blocks--eratukf {
  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--shbolmx {
  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--shbolmx{
      border: 2px solid var(--primary-btn-bg);
      color: var(--text-color);
      background-color: var(--body-bg-color);
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    }
    

.invert--shbolmx h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .banner--mgbtjvs{
    flex-direction: column;
  }

  .b--nmogxwz {
    width: 100%;
  }

  .tb--lqvcmjo {
    padding: var(--py);
  }

  .invert--shbolmx {
    padding: var(--py);
  }
}

.sitemap--vbarcoj{
  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);
}
.sitemap--vbarcoj 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;
}
.sitemap--vbarcoj a:hover {
  color: var(--primary-btn-bg);
}
.sitemap--vbarcoj 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--kerpxoq {
      max-width: 1200px;
      margin: var(--mb) auto;
      padding: 0 20px;
    }

    .frm--txnjrzo {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
      align-items: start;
    }

    .fr--xtdsver {
      padding: 40px 0;
    }

    .form--eudwxqi {
      display: flex;
      flex-direction: column;
      gap: 15px;
    }

    .fr--ctbvkjz {
      color: var(--text-color);
      font-size: 16px;
    }

    .fr--ctbvkjz strong {
      color: var(--heading-color);
      font-weight: 600;
    }

    .form--mnfugoc {
      background: var(--card-bg-color);
      padding: 40px;
      border-radius: var(--border-radius);
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .frm--ezpwtsg {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .frm--zhlnogc {
      display: flex;
      flex-direction: column;
    }

    .form--ncmrxzs, .fr--oldkpwu {
      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;
    }

    .form--ncmrxzs:focus, .fr--oldkpwu:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .fr--oldkpwu {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .frm--ezpwtsg button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
    }

    .frm--ezpwtsg button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .frm--txnjrzo {
        grid-template-columns: 1fr;
        gap: 40px;
      }

      .form--mnfugoc {
        padding: 30px 20px;
      }

      .fr--xtdsver {
        padding: 20px 0;
      }

      ."form__title" {
        font-size: var(--fz-2);
      }

      ."form__subtitle" {
        font-size: 16px;
      }
    }
    


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

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

.or-uohlaged a:hover {
  opacity: .7;
}

.lks__title-cfhmkyoj {
  font-size: var(--fz-2);
  font-weight: bold;
  color: var(--heading-color);
  margin-bottom: var(--mb);
}

@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)
  }
}


        .ban--bwqkxet {
            position: relative;
            min-height: 538px;
            background: linear-gradient(135deg, #8A2BE2, #FF69B4);
            display: flex;
            align-items: center;
            overflow: hidden;
        }

        .b--nmogxwz {
            display: flex;
            align-items: center;
            justify-content: var(--banner-direction);
        }

        .ban--bwqkxet::before {
            content: '';
            position: absolute;
            inset: 0;
            background: url('data:image/svg+xml,%3Csvg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg fill="%23ffffff" fill-opacity="0.1"%3E%3Ccircle cx="30" cy="30" r="2"/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
            opacity: 0.3;
        }

        .main--bpkufys {
            position: absolute;
            inset: 0;
            background: linear-gradient(45deg, rgba(0,0,0,0.3), rgba(0,0,0,0.1));
        }

        .hr--fosxaeg {
            position: relative;
            z-index: 10;
            text-align: var(--banner-direction);
            width: 1158px;
            max-width: 100%;
            padding: var(--py);
        }

        .hr--lryhakf {
            font-size: clamp(2rem, 8vw, 3rem);
            font-weight: bold;
            color: #FFFFFF;
            margin-bottom: 3rem;
            text-shadow: 0 2px 4px rgba(0,0,0,0.3);
        }

        .main--cdesgvn {
            font-size: 18px;
            color: #FFFFFF;
            margin-bottom: 2rem;
            line-height: 1.6;
        }

        @media (max-width: 1024px) {
            .hr--lryhakf {
                font-size: 34px;
            }
        }
        


        .rows--tnkyqxi {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            padding: 2rem 0;
        }

        .blocks--eratukf {
            background: linear-gradient(286deg, #8A2BE2, #FF69B4);
            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;
        }

        .blocks--eratukf::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;
        }

        .blocks--eratukf:hover::before {
            transform: translateX(100%);
        }

        .blocks--eratukf:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
        }

        .blocks--eratukf h3 {
            color: #FFFFFF;
            position: relative;
            z-index: 1;
        }

        .blocks--eratukf p {
            color: #FFFFFF;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .rows--tnkyqxi {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        