/*!
Theme Name: lknpid
Theme URI: #
Version: 8.1.1
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lknpid
*/

:root {
  --text-color: #000000;
  --heading-color: #7B68EE;
  --primary-btn-bg: #6A5ACD;
  --secondary-btn-bg: #483D8B;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #F0F8FF;
  --header-text-color: #7B68EE;
  --header-border: 1px solid #6A5ACD;

  --footer-bg-color: #6A5ACD;
  --footer-text-color: #FFFFFF;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #B0C4DE;
  --table-border-color: #7B68EE;
  --table-text-color: #000000;

  --body-bg-color: #F0F8FF;
  --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: left;
  --banner-column: 74%;
  --banner-padding: 208.8px;
  --banner-border: 1px solid #6A5ACD;
  --banner-bg-color: #F0F8FF;
  --banner-text-color: #333333;

  --container-max-width: 1008px;
  --container-padding: 0 15px;
  --border-radius: 19px;
  --py: 27px;
  --py-2: 77px;
  --py-3: 68px;
  --text-align: left;
  --mb: 16px;
  --fz-1: 41.76px;
  --fz-2: 34.8px;
  --fz-3: 29px;
  --logo-width: 161px;
  --menu-margin: 0 0 0 auto;

  --animation-duration: 418ms;
  --animation-type: ease-in-out;
  --animation-effect: fadeIn;

  --contrast-bg-color: #2b2b2b;
  --contrast-text-color: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', 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;
}

.wrap_ejudnw {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .header_ubdfrw {
        background-color: var(--header-bg-color);
        color: var(--header-text-color);
        padding: var(--py) 0;
        border-bottom: var(--header-border);
      }

      .h_zkbdwa {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .top_hntady {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .header_jkwait {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .header_jkwait:hover {
        color: var(--primary-btn-bg);
      }


      .h_bzislc {
        display: flex;
        gap: 10px;
      }

      .h_bdzwcp {
        display: none;
      }
    

@media (max-width: 1024px) {
  .top_hntady {
    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;
  }

  .header_jkwait {
    padding: 10px 0;
    display: block;
  }

  .top_hntady.active {
    opacity: 1;
    visibility: visible;
  }

  .h_bdzwcp {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .h_bdzwcp span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .h_bdzwcp.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .h_bdzwcp.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.brand_kmejpq {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.brand_kmejpq img {
  max-height: 80px;
}

.primary_bcfmhj,
.alt_edlgat {
  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;
}

.primary_bcfmhj {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.primary_bcfmhj:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.alt_edlgat {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.alt_edlgat:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.f_aukeqs{
  position: relative;
}
.f_aukeqs * {
  z-index: 1;
  position: relative;
}


      .txt_ymnpht > .wp-block-image {
        margin: 2.5rem auto;
        display: block;
        position: relative;
        padding: 10px;
        background: linear-gradient(135deg, #6a5acd 0%, #4b3abb 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%;
      }

      .txt_ymnpht > .wp-block-image:hover {
        transform: scale(1.01);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }

      .txt_ymnpht > .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;
      }
    


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

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

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

    .nvs_takjew {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .f_aukeqs {
      background: linear-gradient(135deg, #7c6fd3 0%, #4b3abb 50%, #2c226d 100%);
      color: var(--footer-text-color);
      padding: 64px 24px;
    }

    .bot_myzkgi {
      max-width: 1280px;
      margin: 0 auto;
    }

    .f_wsbnud {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 32px;
    }

    .bot_yicfqt {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 32px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .bot_ganmjx {
      color: var(--footer-text-color);
      opacity: 0.7;
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s ease, opacity 0.3s ease;
    }

    .bot_ganmjx:hover {
      color: var(--footer-text-color);
      opacity: 1;
    }

    .bottom_cpktiu {
      text-align: center;
      font-size: 14px;
      color: var(--footer-text-color);
      opacity: 0.5;
    }

    @media (max-width: 768px) {
      .f_aukeqs {
        padding: 48px 16px;
      }

      .bot_yicfqt {
        gap: 24px;
      }
    }
    



.bot_yicfqt li:empty {
  display: none;
}

.banner_vsdqbm {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.banner_vsdqbm {
  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;
}

.banner_vsdqbm svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.ban_snemwt{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.banner_ufgjzm {
  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_fpwitg{
  overflow-x: auto;
  width: 100%;
}

.txt_ymnpht {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.txt_ymnpht p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.txt_ymnpht ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.txt_ymnpht ul {
  list-style: none;
}

.txt_ymnpht ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.txt_ymnpht ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .txt_ymnpht 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_ymnpht ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .txt_ymnpht ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #6a5acd 0%, #9f96df 100%);
      color: white;
      width: 2rem;
      height: 2rem;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 600;
      font-size: 0.875rem;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
    


      .aioseo-breadcrumbs {
        margin: 1rem 0;
        padding: 0.5rem 0;
        font-size: 0.875rem;
      }

      .aioseo-breadcrumb {
        display: inline-block;
      }

      .aioseo-breadcrumb a {
        color: #6A5ACD;
        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;
      }
    


      .txt_ymnpht table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: var(--mb);
        background-color: var(--table-bg-color);
        color: var(--table-text-color);
        border-radius: var(--border-radius);
        border: 1px solid rgba(0, 0, 0, 0.1);
        overflow: hidden;
      }

      .txt_ymnpht table thead tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      }

      .txt_ymnpht table th {
        padding: 15px 15px;
        font-weight: normal;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.5);
        letter-spacing: 0.025em;
        border: none;
      }

      .txt_ymnpht table tbody tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.03);
        transition: background-color 0.2s ease;
      }

      .txt_ymnpht table tbody tr:last-child {
        border-bottom: none;
      }

      .txt_ymnpht table tbody tr:hover {
        background-color: rgba(0, 0, 0, 0.02);
      }

      .txt_ymnpht table td {
        padding: 20px 16px;
        font-size: 16px;
        color: var(--table-text-color);
        border: none;
        letter-spacing: 0.025em;
      }

      .txt_ymnpht table td:first-child {
        font-weight: normal;
      }
    

.txt_ymnpht img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.post_geovxp {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.article_qyknrl {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .column_qwrcbe {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: var(--py-2);
        margin: var(--py-2) 0;
        align-items: center;
      }

      .column_qwrcbe .cols_nowcgb:first-child {
        order: 1;
      }

      .column_qwrcbe .cols_nowcgb:last-child {
        order: 2;
      }

      .column_qwrcbe h2 {
        margin-top: 0;
      }

      @media (max-width: 1024px) {
        .column_qwrcbe {
          grid-template-columns: 1fr;
        }

        .column_qwrcbe .cols_nowcgb:first-child {
          order: 1;
        }

        .column_qwrcbe .cols_nowcgb:last-child {
          order: 2;
        }
      }
    

.tbl_gahodt {
  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%;
}

.tbl_gahodt p,
.tbl_gahodt h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.tbl_gahodt table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.tbl_gahodt table td,
.tbl_gahodt table th {
  border: 0;
}

.tbl_gahodt table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.tbl_gahodt tr:last-child {
  border-bottom: 0;
}

.tbl_gahodt h2 {
  margin-top: 0;
}

/*
.rows_ejbkwf {
  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);
}
  */

.d_qduxfc {
  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);
}


    .d_qduxfc{
      background: rgba(106,90,205,0.1);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(106,90,205,0.2);
      color: var(--text-color);
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    }
    

.d_qduxfc h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .ban_snemwt{
    flex-direction: column;
  }

  .banner_ufgjzm {
    width: 100%;
  }

  .tbl_gahodt {
    padding: var(--py);
  }

  .d_qduxfc {
    padding: var(--py);
  }
}

.sm_cjqabs{
  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);
}
.sm_cjqabs 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;
}
.sm_cjqabs a:hover {
  color: var(--primary-btn-bg);
}
.sm_cjqabs h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .frm_ldwcqa {
      max-width: 1000px;
      margin: var(--mb) auto;
    }

    .form_pfaixm {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      align-items: start;
    }

    .form_ucvobd {
      background: var(--card-bg-color);
      padding: 30px;
      border-radius: var(--border-radius);
      box-shadow: var(--card-shadow);
    }

    .form_ucvobd h2 {
      font-size: var(--fz-2);
      color: var(--heading-color);
      margin: 0 0 25px 0;
      font-weight: 600;
    }

    .fr_scbukd {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .frm_yjktoi {
      display: flex;
      align-items: flex-start;
      gap: 15px;
    }

    .fr_gtohim {
      font-size: 24px;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: var(--primary-btn-bg);
      border-radius: 50%;
      flex-shrink: 0;
    }

    .frm_yjtowk {
      color: var(--text-color);
      line-height: 1.5;
    }

    .frm_yjtowk strong {
      color: var(--heading-color);
      font-weight: 600;
    }

    .fr_xpujsg {
      background: var(--card-bg-color);
      padding: 30px;
      border-radius: var(--border-radius);
      box-shadow: var(--card-shadow);
    }

    .fr_zqkefd {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .fr_esbhnk {
      display: flex;
      flex-direction: column;
    }

    .frm_msqugd, .fr_rsnbax {
      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;
    }

    .frm_msqugd:focus, .fr_rsnbax:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .fr_rsnbax {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .fr_xpujsg button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
    }

    .fr_xpujsg button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .form_pfaixm {
        grid-template-columns: 1fr;
        gap: 30px;
      }

      .form_ucvobd, .fr_xpujsg {
        padding: 20px;
      }

      .fr_zqkefd {
        gap: 15px;
      }

      .frm_msqugd, .fr_rsnbax {
        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)
  }
}


        .banner_vsdqbm {
            position: relative;
            min-height: 554px;
            background: linear-gradient(184deg, #6A5ACD, #483D8B);
            display: flex;
            align-items: center;
            overflow: hidden;
        }

        .banner_ufgjzm {
            display: flex;
            align-items: center;
            justify-content: var(--banner-direction);
        }

        .b_rscthw {
            position: absolute;
            inset: 0;
        }

        .hr_xdhiyk {
            position: absolute;
            background: rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            animation: float-particle 20s infinite linear;
        }

        .hr_xdhiyk:nth-child(1) {
            width: 4px;
            height: 4px;
            left: 10%;
            animation-delay: 0s;
            animation-duration: 15s;
        }

        .hr_xdhiyk:nth-child(2) {
            width: 6px;
            height: 6px;
            left: 20%;
            animation-delay: 2s;
            animation-duration: 18s;
        }

        .hr_xdhiyk:nth-child(3) {
            width: 3px;
            height: 3px;
            left: 30%;
            animation-delay: 4s;
            animation-duration: 12s;
        }

        .hr_xdhiyk:nth-child(4) {
            width: 5px;
            height: 5px;
            left: 40%;
            animation-delay: 6s;
            animation-duration: 16s;
        }

        .hr_xdhiyk:nth-child(5) {
            width: 4px;
            height: 4px;
            left: 50%;
            animation-delay: 8s;
            animation-duration: 14s;
        }

        .hr_xdhiyk:nth-child(6) {
            width: 6px;
            height: 6px;
            left: 60%;
            animation-delay: 10s;
            animation-duration: 17s;
        }

        .hr_xdhiyk:nth-child(7) {
            width: 3px;
            height: 3px;
            left: 70%;
            animation-delay: 12s;
            animation-duration: 13s;
        }

        .hr_xdhiyk:nth-child(8) {
            width: 5px;
            height: 5px;
            left: 80%;
            animation-delay: 14s;
            animation-duration: 19s;
        }

        .main_okhujz {
            position: relative;
            z-index: 10;
            text-align: var(--banner-direction);
            width: 1111px;
            max-width: 100%;
            padding: var(--py);
        }

        .hr_ofkypl {
            font-size: clamp(3rem, 8vw, 5rem);
            font-weight: bold;
            color: #FFFFFF;
            margin-bottom: 2rem;
            line-height: 1.2;
        }

        .banner_azwcus {
            font-size: 19px;
            color: #FFFFFF;
            margin-bottom: 4rem;
            line-height: 1.6;
        }

        @media (max-width: 1024px) {
            .hr_ofkypl {
                font-size: 27px;
            }
        }

        @keyframes float-particle {
            0% {
                transform: translateY(100vh) rotate(0deg);
                opacity: 0;
            }
            10% {
                opacity: 1;
            }
            90% {
                opacity: 1;
            }
            100% {
                transform: translateY(-100px) rotate(360deg);
                opacity: 0;
            }
        }
        


        .cards_rstgko {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 2rem;
            padding: 2rem 0;
        }

        .rows_ejbkwf {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(12px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: var(--border-radius);
            padding: var(--py);
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .rows_ejbkwf::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .rows_ejbkwf:hover::before {
            opacity: 1;
        }

        .rows_ejbkwf:hover {
            transform: translateY(-5px) scale(1.02);
            box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
        }

        .rows_ejbkwf h3 {
            color: #000000;
            position: relative;
            z-index: 1;
        }

        .rows_ejbkwf p {
            color: #000000;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .cards_rstgko {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        