/*!
Theme Name: pujcxi
Theme URI: #
Version: 1.5.6
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pujcxi
*/

:root {
  --text-color: #1D1D1D;
  --heading-color: #28A745;
  --primary-btn-bg: #C4E17F;
  --secondary-btn-bg: #FFC107;
  --primary-btn-color: #1D1D1D;
  --secondary-btn-color: #1D1D1D;

  --header-bg-color: #FAFAFA;
  --header-text-color: #28A745;
  --header-border: 1px solid #C4E17F;

  --footer-bg-color: #F1F1F1;
  --footer-text-color: #1D1D1D;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #FFFFFF;
  --table-border-color: #E0E0E0;
  --table-text-color: #333333;

  --body-bg-color: #FAFAFA;
  --card-bg-color: #ffffff;
  --card-text-color: #1D1D1D;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: center;
  --banner-column: 62%;
  --banner-padding: 158.4px;
  --banner-border: 3px solid #C4E17F;
  --banner-bg-color: #FAFAFA;
  --banner-text-color: #000000;

  --container-max-width: 1371px;
  --container-padding: 0 15px;
  --border-radius: 7px;
  --py: 35px;
  --py-2: 64px;
  --py-3: 68px;
  --text-align: left;
  --mb: 18px;
  --fz-1: 31.68px;
  --fz-2: 26.4px;
  --fz-3: 22px;
  --logo-width: 125px;
  --menu-margin: 0;

  --animation-duration: 954ms;
  --animation-type: linear;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #2e2e2e;
  --contrast-text-color: #e8e8e8;
}

* {
  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;
}

.exstmzgy__wrapper {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .qcepmgno__header {
        padding: var(--py) 0;
      }

      .xvdihzlc__top {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: var(--mb);
      }

      .uknqgwft__head {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: 0;
        padding: 12px 32px;
        border-radius: var(--border-radius);
        border: 1px solid #e1f0bf;
      }

      .pqtgfbme__header {
        color: var(--heading-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .pqtgfbme__header:hover {
        color: var(--primary-btn-bg);
      }


      .cginqakr__header {
        display: flex;
        gap: 10px;
      }

      .ikmjvblx__head {
        display: none;
      }

      .rfakelyq__logo img {
        margin: 0 auto;
        display: block;
      }

      @media (max-width: 1024px) {
        .xvdihzlc__top {
          justify-content: space-between;
          flex-direction: row;
        }

        .pqtgfbme__header {
          color: var(--header-text-color);
        }
      }
    

@media (max-width: 1024px) {
  .uknqgwft__head {
    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;
  }

  .pqtgfbme__header {
    padding: 10px 0;
    display: block;
  }

  .uknqgwft__head.active {
    opacity: 1;
    visibility: visible;
  }

  .ikmjvblx__head {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .ikmjvblx__head span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .ikmjvblx__head.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .ikmjvblx__head.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.rfakelyq__logo {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.rfakelyq__logo img {
  max-height: 80px;
}

.cnkjvxom__first,
.eymwhdzl__alt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: none;
  border-radius: var(--border-radius);
  transition: background-color 0.3s ease;
  font-weight: 500;
}

.cnkjvxom__first {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.cnkjvxom__first:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.eymwhdzl__alt {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.eymwhdzl__alt:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.bwaeztph__f{
  position: relative;
}
.bwaeztph__f * {
  z-index: 1;
  position: relative;
}


      .eqaiyzbr__text > .wp-block-image {
        margin: 2.5rem auto;
        display: block;
        position: relative;
        padding: 10px;
        background: linear-gradient(135deg, #c4e17f 0%, #b0d756 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%;
      }

      .eqaiyzbr__text > .wp-block-image:hover {
        transform: scale(1.01);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }

      .eqaiyzbr__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;
      }
    


    .mzuibxwd__nvs {
      margin: 0 auto 0;
      max-width: 100%;
      width: 100%;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 20px 35px;
      background: rgb(from var(--table-bg-color) r g b / 0.5);
      border-radius: var(--border-radius);
      padding: 15px;
      box-sizing: border-box;
      margin-bottom: var(--mb);
    }

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

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

    .rsuyawek__pr {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .bwaeztph__f {
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: 48px 24px;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .jpmzadlb__footer {
      max-width: 1280px;
      margin: 0 auto;
    }

    .pgqtljna__f {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 32px;
      flex-wrap: wrap;
      margin-bottom: 24px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .xwuethca__bottom {
      color: var(--footer-text-color);
      opacity: 0.6;
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s ease, opacity 0.3s ease;
    }

    .xwuethca__bottom:hover {
      color: var(--primary-btn-bg);
      opacity: 1;
    }

    .doiralhm__footer {
      color: var(--footer-text-color);
      opacity: 0.2;
    }

    .slwoubvh__bot {
      text-align: center;
      font-size: 12px;
      color: var(--footer-text-color);
      opacity: 0.4;
      margin: 15px 0 0 0;
    }

    @media (max-width: 768px) {
      .pgqtljna__f {
        gap: 16px;
      }
    }
    



.pgqtljna__f li:empty {
  display: none;
}

.rbgtximy__hero {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.rbgtximy__hero {
  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;
}

.rbgtximy__hero svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.dtfcjlwa__main{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.wilpcaqk__b {
  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;
}

.dmxoklvy__tbl{
  overflow-x: auto;
  width: 100%;
}

.eqaiyzbr__text {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.eqaiyzbr__text p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.eqaiyzbr__text ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.eqaiyzbr__text ul {
  list-style: none;
}

.eqaiyzbr__text ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.eqaiyzbr__text ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .eqaiyzbr__text ol {
      counter-reset: list-counter;
      list-style: none;
      padding-left: 0;
      margin: 3rem 0;
    }

    .eqaiyzbr__text ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3.5rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
      border: 1px solid #f3f9e6;
      border-radius: 6px;
      padding: 1rem 1rem 1rem 3.5rem;
      background: rgba(255, 255, 255, 0.02);
    }

    .eqaiyzbr__text ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0.75rem;
      top: 50%;
      transform: translateY(-50%);
      background: transparent;
      color: var(--primary-btn-bg);
      width: 2rem;
      height: 2rem;
      border: 2px solid var(--primary-btn-bg);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 600;
      font-size: 0.875rem;
    }

    .eqaiyzbr__text ol li:hover {
      background: rgba(255, 255, 255, 0.05);
      border-color: var(--primary-btn-bg);
    }
    


      .aioseo-breadcrumbs {
        margin: 1rem 0;
        padding: 0.5rem 0;
        font-size: 0.875rem;
      }

      .aioseo-breadcrumb {
        display: inline-block;
      }

      .aioseo-breadcrumb a {
        color: #C4E17F;
        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;
      }
    


      .eqaiyzbr__text table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: var(--mb);
        background-color: var(--table-bg-color);
        color: var(--table-text-color);
        border-radius: var(--border-radius);
        border: 1px solid #e0e0e0;
        overflow: hidden;
      }

      .eqaiyzbr__text table thead tr {
        border-bottom: 1px solid #e0e0e0;
      }

      .eqaiyzbr__text table th {
        padding: 20px 25px;
        font-weight: bold;
        font-size: 12px;
        color: var(--heading-color);
        letter-spacing: 0.05em;
        border: none;
      }

      .eqaiyzbr__text table tbody tr {
        border-bottom: 1px solid #f2f2f2;
        transition: background-color 0.2s ease;
      }

      .eqaiyzbr__text table tbody tr:last-child {
        border-bottom: none;
      }

      .eqaiyzbr__text table tbody tr:hover {
        background-color: #fafafa;
      }

      .eqaiyzbr__text table td {
        padding: 20px 24px;
        font-size: 15px;
        color: var(--table-text-color);
        border: none;
      }

      .eqaiyzbr__text table td:first-child {
        font-weight: 500;
      }
    

.eqaiyzbr__text img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.zyuadvog__item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.fgtxousp__item {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .kluhibtx__cols {
        display: grid;
        grid-template-columns: 1fr 1.5fr;
        gap: var(--py-2);
        margin: var(--py-2) 0;
        align-items: center;
      }

      .kluhibtx__cols .efbvxcti__texted:first-child {
        order: 2;
      }

      .kluhibtx__cols .efbvxcti__texted:last-child {
        order: 1;
      }

      .kluhibtx__cols h2 {
        margin-top: 0;
      }

      .kluhibtx__cols figure {
        margin: 0 auto;
        width: max-content;
        position: relative;
      }

      .kluhibtx__cols figure:before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%);
        z-index: 1;
        border-radius: var(--border-radius);
      }

      .kluhibtx__cols img {
        margin: 0 auto;
        max-height: 320px;
        border-radius: var(--border-radius);
        border: 1px solid var(--table-border-color);
      }

      @media (max-width: 1024px) {
        .kluhibtx__cols {
          grid-template-columns: 1fr;
        }

        .kluhibtx__cols .efbvxcti__texted:first-child {
          order: 1;
        }

        .kluhibtx__cols .efbvxcti__texted:last-child {
          order: 2;
        }
      }
    

.tjxbopui__tb {
  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%;
}

.tjxbopui__tb p,
.tjxbopui__tb h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.tjxbopui__tb table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.tjxbopui__tb table td,
.tjxbopui__tb table th {
  border: 0;
}

.tjxbopui__tb table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.tjxbopui__tb tr:last-child {
  border-bottom: 0;
}

.tjxbopui__tb h2 {
  margin-top: 0;
}

/*
.cabrjmdf__card {
  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);
}
  */

.djfpykqr__dark {
  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);
}


    .djfpykqr__dark{
      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);
    }
    

.djfpykqr__dark h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .dtfcjlwa__main{
    flex-direction: column;
  }

  .wilpcaqk__b {
    width: 100%;
  }

  .tjxbopui__tb {
    padding: var(--py);
  }

  .djfpykqr__dark {
    padding: var(--py);
  }
}

.pdfgwjxv__sitemap{
  display: flex;
  flex-direction: column;
  gap: var(--mb);
  list-style: none;
  margin: 15px 0;
  padding: 15px;
  border-radius: var(--border-radius);
  background: rgb(from var(--table-bg-color) r g b / 0.5);
}
.pdfgwjxv__sitemap a {
  color: var(--text-color);
  text-decoration: none;
  transition: color 0.3s ease;
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}
.pdfgwjxv__sitemap a:hover {
  color: var(--primary-btn-bg);
}
.pdfgwjxv__sitemap h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .wpuglkth__fr {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .szqglour__form {
      display: flex;
      flex-direction: column;
    }

    .avqkpyed__frm, .ildxubmq__fr {
      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;
    }

    .avqkpyed__frm:focus, .ildxubmq__fr:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .ildxubmq__fr {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .wpuglkth__fr button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .wpuglkth__fr button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .wpuglkth__fr {
        max-width: 100%;
        gap: 15px;
      }

      .avqkpyed__frm, .ildxubmq__fr {
        padding: 12px 15px;
        font-size: 14px;
      }
    }
    

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}


        .qcepmgno__header {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            background: #fff0;
            z-index: 100;
            border: 0;
        }

        .rbgtximy__hero {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 90vh;
            padding: 150px 15px 50px;
        }

        .wilpcaqk__b {
            position: relative;
            text-align: center;
            max-width: 67rem;
            margin: 0 auto;
            z-index: 10;
        }

        .ckifyvga__ban {
            font-size: 58px;
            margin-bottom: var(--mb);
            margin-top: 0;
            line-height: 1.25;
            color: transparent;
            font-weight: 900;
            background-clip: text;
            background-image: linear-gradient(to right in oklab, #28A745 0%, #C4E17F 50%, #FFC107 100%);
        }

        .ckifyvga__ban span {
            color: transparent;
            background-clip: text;
            background-image: linear-gradient(to right in oklab, #C4E17F 0%, #FFC107 100%);
        }

        .jbdkxswz__b {
            font-size: 18px;
            color: #000000;
            max-width: 52rem;
            margin: 0 auto var(--mb);
        }

        .kerntdgs__main {
            position: absolute;
            inset: 0;
            background-image: linear-gradient(to bottom right,
                    rgba(#C4E17F, 0.2),
                    rgba(#FFC107, 0.2),
                    rgba(#C4E17F, 0.2));
            opacity: 0.5;
        }

        .yfvdbgzu__banner {
            position: absolute;
            border-radius: 9999px;
            opacity: 0.3;
        }

        .yfvdbgzu__banner:nth-child(1) {
            top: 4rem;
            left: 52%;
            width: 8rem;
            height: 8rem;
            background-image: linear-gradient(to right, #C4E17F, #FFC107);
            border-radius: 9999px;
            filter: blur(24px);
            opacity: 0.3;
            animation: pulse 2s infinite;
        }

        .yfvdbgzu__banner:nth-child(2) {
            bottom: 6rem;
            right: 23%;
            width: 12rem;
            height: 12rem;
            background-image: linear-gradient(to right, #C4E17F, #FFC107);
            border-radius: 9999px;
            filter: blur(40px);
            opacity: 0.2;
            animation: pulse 2s infinite;
            animation-delay: 1s;
        }

        .yfvdbgzu__banner:nth-child(3) {
            top: 61%;
            left: 30%;
            width: 8rem;
            height: 6rem;
            background-image: linear-gradient(to right, #FFC107, #C4E17F);
            border-radius: 0.5rem;
            filter: blur(16px);
            opacity: 0.25;
            animation: bounce 1s infinite;
        }

        @media (max-width: 1024px) {
            .ckifyvga__ban {
                font-size: 27px;
                max-width: 100%;
            }

            .rbgtximy__hero {
                padding: 120px 15px 50px;
                min-height: 70vh;
            }

            .jbdkxswz__b {
                max-width: 100%;
            }

            .yfvdbgzu__banner:nth-child(1),
            .yfvdbgzu__banner:nth-child(2),
            .yfvdbgzu__banner:nth-child(3){
                width: 3rem;
                height: 3rem;
            }
        }

        @keyframes pulse {

            0%,
            100% {
                opacity: 1;
            }

            50% {
                opacity: .5;
            }
        }

        @keyframes bounce {

            0%,
            100% {
                transform: translateY(-25%);
                animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
            }

            50% {
                transform: translateY(0);
                animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
            }
        }
        


        .relkjtus__cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: var(--py);
            padding: var(--py) 0;
        }

        .cabrjmdf__card {
            background: #ffffff;
            border-radius: var(--border-radius);
            padding: var(--py);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            border: 1px solid rgba(0, 0, 0, 0.05);
            position: relative;
            overflow: hidden;
        }

        .cabrjmdf__card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, #C4E17F, #FFC107);
        }

        .cabrjmdf__card:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        }

        .cabrjmdf__card h3 {
            color: #1D1D1D;
        }

        .cabrjmdf__card p {
            color: #1D1D1D;
            margin: 0;
        }

        @media (max-width: 768px) {
            .relkjtus__cards {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        