/*!
Theme Name: 9bu3vw
Theme URI: #
Version: 5.2.3
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 9bu3vw
*/

:root {
  --text-color: #000000;
  --heading-color: #4B0082;
  --primary-btn-bg: #00FA9A;
  --secondary-btn-bg: #6A5ACD;
  --primary-btn-color: #000000;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #F0E68C;
  --header-text-color: #000000;
  --header-border: {{header-border}};

  --footer-bg-color: #FFB6C1;
  --footer-text-color: #000000;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #FFF0F5;
  --table-border-color: #4B0082;
  --table-text-color: #57001d;

  --body-bg-color: #F5FFFA;
  --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: 74%;
  --banner-padding: 129.6px;
  --banner-border: 0 solid;
  --banner-bg-color: #D3D3D3;
  --banner-text-color: #000000;

  --container-max-width: 1085px;
  --container-padding: 0 15px;
  --border-radius: 6px;
  --py: 29px;
  --py-2: 74px;
  --py-3: 51px;
  --text-align: center;
  --mb: 24px;
  --fz-1: 25.92px;
  --fz-2: 21.6px;
  --fz-3: 18px;
  --logo-width: 132px;
  --menu-margin: 0;

  --animation-duration: 977ms;
  --animation-type: ease;
  --animation-effect: fadeIn;

  --contrast-bg-color: #2e2e2e;
  --contrast-text-color: #cccccc;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', 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;
}

.cihrlwys_wrapper {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .xnmdovut_h {
        background-color: var(--header-bg-color);
        color: var(--header-text-color);
        padding: var(--py) 0;
        border-bottom: var(--header-border);
      }

      .faxsolwi_h {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .rdzetklh_h {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .liebjgns_head {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .liebjgns_head:hover {
        color: var(--primary-btn-bg);
      }


      .opjvyuqf_header {
        display: flex;
        gap: 10px;
      }

      .fhocstgi_header {
        display: none;
      }
    

@media (max-width: 1024px) {
  .rdzetklh_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;
  }

  .liebjgns_head {
    padding: 10px 0;
    display: block;
  }

  .rdzetklh_h.active {
    opacity: 1;
    visibility: visible;
  }

  .fhocstgi_header {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .fhocstgi_header span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .fhocstgi_header.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .fhocstgi_header.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.gimswrko_logo {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.gimswrko_logo img {
  max-height: 80px;
}

.btnyjriz_p,
.cgftxwjm_sec {
  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;
}

.btnyjriz_p {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.btnyjriz_p:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.cgftxwjm_sec {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.cgftxwjm_sec:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.cpwzdqgu_footer{
  position: relative;
}
.cpwzdqgu_footer * {
  z-index: 1;
  position: relative;
}


      .pjykixnc_text > .wp-block-image {
        margin: 2.5rem auto;
        display: block;
        position: relative;
        padding: 10px;
        background: linear-gradient(135deg, #00fa9a 0%, #00c77b 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%;
      }

      .pjykixnc_text > .wp-block-image:hover {
        transform: scale(1.01);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }

      .pjykixnc_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;
      }
    


    .cpwzdqgu_footer {
      background: linear-gradient(135deg, #ffd1d8 0%, #ff8597 50%, #ff1f40 100%);
      color: var(--footer-text-color);
      padding: 64px 24px;
    }

    .sdrxfajw_foot {
      max-width: 1280px;
      margin: 0 auto;
    }

    .fqgeljpb_bottom {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 32px;
    }

    .efyuajmt_bottom {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 32px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .rlotfkmv_foot {
      color: var(--footer-text-color);
      opacity: 0.7;
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s ease, opacity 0.3s ease;
    }

    .rlotfkmv_foot:hover {
      color: var(--footer-text-color);
      opacity: 1;
    }

    .fobytkvc_bottom {
      text-align: center;
      font-size: 14px;
      color: var(--footer-text-color);
      opacity: 0.5;
    }

    @media (max-width: 768px) {
      .cpwzdqgu_footer {
        padding: 48px 16px;
      }

      .efyuajmt_bottom {
        gap: 24px;
      }
    }
    


        .cpwzdqgu_footer:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.05;
            z-index: 0;
            
            background-image:  linear-gradient(135deg, #eb0023 25%, transparent 25%), linear-gradient(225deg, #eb0023 25%, transparent 25%), linear-gradient(45deg, #eb0023 25%, transparent 25%), linear-gradient(315deg, #eb0023 25%, #ffebee 25%);
            background-position:  80px 0, 80px 0, 0 0, 0 0;
            background-size: 80px 80px;
            background-repeat: repeat;
            
        }
        

.efyuajmt_bottom li:empty {
  display: none;
}

.kqpxgltr_banner {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.kqpxgltr_banner {
  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;
}

.kqpxgltr_banner svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.nfpgzxsy_b{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.spdbaohv_hr {
  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;
}

.ovkqdpub_tbl{
  overflow-x: auto;
  width: 100%;
}

.pjykixnc_text {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.pjykixnc_text p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.pjykixnc_text ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.pjykixnc_text ul {
  list-style: none;
}

.pjykixnc_text ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.pjykixnc_text ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .pjykixnc_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;
    }

    .pjykixnc_text 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;
    }

    .pjykixnc_text 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, #00fa9a 0%, #00ad6b 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: 1rem 0;
        padding: 0.5rem 0;
        font-size: 0.875rem;
      }

      .aioseo-breadcrumb {
        display: inline-block;
      }

      .aioseo-breadcrumb a {
        color: #00FA9A;
        text-decoration: none;
        opacity: 0.8;
        transition: opacity 0.2s ease;
      }

      .aioseo-breadcrumb a:hover {
        opacity: 1;
      }

      .aioseo-breadcrumb:not(:has(a)) {
        color: var(--text-color);
        opacity: 0.6;
      }

      .aioseo-breadcrumb-separator {
        color: var(--text-color);
        opacity: 0.4;
        margin: 0 0.5rem;
      }
    


      .pjykixnc_text table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: var(--mb);
        color: var(--table-text-color);
        border-radius: var(--border-radius);
        overflow: hidden;
        margin: 0;
      }

      .wp-block-table {
        border-radius: var(--border-radius);
        border: 1px solid #ffbdd3;
        box-shadow: 0 25px 50px -12px #ffbdd3;
      }

      .pjykixnc_text table thead {
        background-color: #ffffff;
      }

      .pjykixnc_text table thead tr {
        border-bottom: 1px solid #ffbdd3;
      }

      .pjykixnc_text table th {
        padding: 16px 30px;
        font-weight: bold;
        font-size: 18px;
        color: var(--heading-color);
        border: none;
      }

      .pjykixnc_text table tbody tr {
        border-bottom: 1px solid #ffbdd3;
      }

      .pjykixnc_text table tbody tr:last-child {
        border-bottom: none;
      }

      .pjykixnc_text table td {
        padding: 25px 34px;
        font-size: 18px;
        color: var(--table-text-color);
        border: none;
      }

      .pjykixnc_text table td:first-child {
        font-weight: 500;
      }
    

.pjykixnc_text img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.naxpwgiu_posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.juclzwxi_articles {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .pigolvau_texted {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        margin: var(--py-2) 0;
        align-items: center;
      }

      .pigolvau_texted .orutdhwb_col:first-child {
        order: 1;
      }

      .pigolvau_texted .orutdhwb_col:last-child {
        order: 2;
        padding-left: 2rem;
      }

      .pigolvau_texted h2 {
        margin-top: 0;
        color: var(--primary-btn-bg);
        position: relative;
        padding-bottom: 1rem;
      }

      .pigolvau_texted h2::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 3rem;
        height: 3px;
        background: linear-gradient(90deg, #00fa9a 0%, #61ffc2 100%);
        border-radius: 2px;
      }

      .pigolvau_texted figure {
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
      }

      .pigolvau_texted figure img {
        width: 100%;
        height: auto;
        transition: transform 0.3s ease;
        border-radius: var(--border-radius);
      }

      .pigolvau_texted figure:hover img {
        transform: scale(1.05);
      }

      @media (max-width: 1024px) {
        .pigolvau_texted {
          grid-template-columns: 1fr;
          gap: 2rem;
        }

        .pigolvau_texted .orutdhwb_col:first-child {
          order: 1;
        }

        .pigolvau_texted .orutdhwb_col:last-child {
          order: 2;
          padding-right: 0;
        }
      }
    

.iypkbxaw_table {
  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%;
}

.iypkbxaw_table p,
.iypkbxaw_table h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.iypkbxaw_table table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.iypkbxaw_table table td,
.iypkbxaw_table table th {
  border: 0;
}

.iypkbxaw_table table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.iypkbxaw_table tr:last-child {
  border-bottom: 0;
}

.iypkbxaw_table h2 {
  margin-top: 0;
}

/*
.elpgdqvm_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);
}
  */

.cztqgvab_inv {
  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);
}


    .cztqgvab_inv{
      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);
    }
    

.cztqgvab_inv h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .nfpgzxsy_b{
    flex-direction: column;
  }

  .spdbaohv_hr {
    width: 100%;
  }

  .iypkbxaw_table {
    padding: var(--py);
  }

  .cztqgvab_inv {
    padding: var(--py);
  }
}

.anwmzxlb_map{
  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);
}
.anwmzxlb_map 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;
}
.anwmzxlb_map a:hover {
  color: var(--primary-btn-bg);
}
.anwmzxlb_map h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .rzunxglp_form {
      max-width: 1200px;
      margin: var(--mb) auto;
      padding: 0 20px;
    }

    .acnovsxy_form {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
      align-items: start;
    }

    .pkhvsqyn_fr {
      padding: 40px 0;
    }

    .gkajytzh_form {
      display: flex;
      flex-direction: column;
      gap: 15px;
    }

    .mrpbqdzt_form {
      color: var(--text-color);
      font-size: 16px;
    }

    .mrpbqdzt_form strong {
      color: var(--heading-color);
      font-weight: 600;
    }

    .dmwbqraz_fr {
      background: var(--card-bg-color);
      padding: 40px;
      border-radius: var(--border-radius);
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .ejqvkbmh_frm {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .jyiambgl_frm {
      display: flex;
      flex-direction: column;
    }

    .rbpdczlm_fr, .wmvejsta_frm {
      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;
    }

    .rbpdczlm_fr:focus, .wmvejsta_frm:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .wmvejsta_frm {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .ejqvkbmh_frm button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
    }

    .ejqvkbmh_frm button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .acnovsxy_form {
        grid-template-columns: 1fr;
        gap: 40px;
      }

      .dmwbqraz_fr {
        padding: 30px 20px;
      }

      .pkhvsqyn_fr {
        padding: 20px 0;
      }

      ."form__title" {
        font-size: var(--fz-2);
      }

      ."form__subtitle" {
        font-size: 16px;
      }
    }
    


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

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

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

.ps__title {
  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)
  }
}


        .kqpxgltr_banner {
            position: relative;
            overflow: hidden;
            background: linear-gradient(135deg, #00FA9A15, #6A5ACD15);
            min-height: 608px;
            display: flex;
            align-items: center;
        }

        .lenhczbr_hr {
            position: absolute;
            inset: 0;
            pointer-events: none;
        }

        .unbaevgz_ban {
            position: absolute;
            animation: float 6s ease-in-out infinite;
        }

        .unbaevgz_ban:nth-child(1) {
            top: 20%;
            right: 10%;
            width: 26px;
            height: 27px;
            background: #00FA9A;
            border-radius: 3px;
            transform: rotate(28deg);
            animation-delay: 0s;
        }

        .unbaevgz_ban:nth-child(2) {
            bottom: 36%;
            left: 10%;
            width: 16px;
            height: 21px;
            background: #6A5ACD;
            border-radius: 2px;
            animation-delay: 2s;
        }

        .unbaevgz_ban:nth-child(3) {
            top: 38%;
            left: 34%;
            width: 13px;
            height: 23px;
            background: #4B0082;
            border-radius: 3px;
            transform: rotate(29deg);
            animation-delay: 4s;
        }

        .nstkpadf_main {
            position: relative;
            z-index: 10;
            text-align: center;
            max-width: 1051px;
            margin: 0 auto;
            padding: 0 1rem;
        }

        .drsgfcta_banner {
            font-size: clamp(3rem, 8vw, 2rem);
            font-weight: bold;
            background: linear-gradient(45deg, #00FA9A, #6A5ACD);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 3rem;
        }

        .avkjtmcr_main {
            font-size: 16px;
            color: #000000;
            margin-bottom: 3rem;
            line-height: 1.6;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-28px); }
        }

        @media (max-width: 1024px) {
            .drsgfcta_banner {
                font-size: 28px;
            }
        }
        


        .mrzdvchl_block {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            padding: 2rem 0;
        }

        .elpgdqvm_row {
            background: linear-gradient(263deg, #00FA9A, #6A5ACD);
            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;
        }

        .elpgdqvm_row::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;
        }

        .elpgdqvm_row:hover::before {
            transform: translateX(100%);
        }

        .elpgdqvm_row:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
        }

        .elpgdqvm_row h3 {
            color: #000000;
            position: relative;
            z-index: 1;
        }

        .elpgdqvm_row p {
            color: #000000;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .mrzdvchl_block {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        