/*!
Theme Name: pjmq5s
Theme URI: #
Version: 4.8.2
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pjmq5s
*/

:root {
  --text-color: #2C3E50;
  --heading-color: #2980B9;
  --primary-btn-bg: #E74C3C;
  --secondary-btn-bg: #F39C12;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #ECF0F1;
  --header-text-color: #2980B9;
  --header-border: 1px solid #E74C3C;

  --footer-bg-color: #34495E;
  --footer-text-color: #ECF0F1;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #D5DBDB;
  --table-border-color: #2980B9;
  --table-text-color: #0c0e0e;

  --body-bg-color: #ECF0F1;
  --card-bg-color: #ffffff;
  --card-text-color: #2C3E50;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: left;
  --banner-column: 67%;
  --banner-padding: 165.6px;
  --banner-border: 4px solid #E74C3C;
  --banner-bg-color: #ECF0F1;
  --banner-text-color: #000000;

  --container-max-width: 1560px;
  --container-padding: 0 15px;
  --border-radius: 30px;
  --py: 24px;
  --py-2: 63px;
  --py-3: 67px;
  --text-align: center;
  --mb: 21px;
  --fz-1: 33.12px;
  --fz-2: 27.6px;
  --fz-3: 23px;
  --logo-width: 184px;
  --menu-margin: 0 0 0 auto;

  --animation-duration: 731ms;
  --animation-type: ease-out;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #242424;
  --contrast-text-color: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Nata 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;
}

.qwikpzofs--wrapper {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .wielfxrht--h {
        color: var(--header-text-color);
        padding: 0;
      }

      .wielfxrht--h .qwikpzofs--wrapper {
        border-bottom: 1px solid #f3a59d;
      }

      .bpjyewosr--header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .bghkxprsq--header {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .xiecrhnau--head {
        color: var(--heading-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .xiecrhnau--head:hover {
        color: var(--primary-btn-bg);
      }


      .yrsdonpka--head {
        display: flex;
        gap: 10px;
      }

      .zrvsmicud--top {
        display: none;
      }

      @media (max-width: 1024px) {
        .xiecrhnau--head {
          color: var(--header-text-color);
        }
      }
    

@media (max-width: 1024px) {
  .bghkxprsq--header {
    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;
  }

  .xiecrhnau--head {
    padding: 10px 0;
    display: block;
  }

  .bghkxprsq--header.active {
    opacity: 1;
    visibility: visible;
  }

  .zrvsmicud--top {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .zrvsmicud--top span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .zrvsmicud--top.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .zrvsmicud--top.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.tqdivwnzf--brand {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.tqdivwnzf--brand img {
  max-height: 80px;
}

.iztovalnw--p,
.nlfedbgpv--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;
}

.iztovalnw--p {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.iztovalnw--p:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.nlfedbgpv--alt {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.nlfedbgpv--alt:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.vosuhmfdc--bottom{
  position: relative;
}
.vosuhmfdc--bottom * {
  z-index: 1;
  position: relative;
}


      .qdvzsycex--txt > .wp-block-image {
        margin: 2rem 0;
        display: block;
        padding: 8px;
        border: 2px solid #f2a097;
        border-radius: var(--border-radius);
        background: rgba(255, 255, 255, 0.02);
        transition: border-color 0.3s ease, background 0.3s ease;
      }

      .qdvzsycex--txt > .wp-block-image:hover {
        border-color: var(--primary-btn-bg);
        background: rgba(255, 255, 255, 0.05);
      }

      .qdvzsycex--txt > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0;
      }
    


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

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

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

    .vtedpfnug--pr__title {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .vosuhmfdc--bottom {
      position: relative;
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: var(--py) 0;
    }

    .sxtrclgmp--bottom {
      display: flex;
      justify-content: var(--footer-justify);
      flex-direction: var(--footer-direction);
      gap: var(--mb);
      position: relative;
      z-index: 1;
    }

    .xcbvknsyz--bot {
      display: flex;
      gap: 10px;
      list-style: none;
      flex-direction: column;
      margin: 0;
      padding: 0;
    }

    .sjfqchztb--bottom {
      color: var(--footer-text-color);
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .sjfqchztb--bottom:hover {
      color: var(--primary-btn-bg);
    }

    .xgvezpftd--footer {
      font-weight: 500;
      font-size: 18px;
      margin-bottom: var(--mb);
      color: var(--footer-text-color);
    }

    .mixtfzldh--bot {
      margin: 0;
      margin-top: var(--mb);
      font-size: 14px;
      color: var(--footer-text-color);
      text-align: var(--text-align);
    }

    @media (max-width: 1024px) {
      .sxtrclgmp--bottom {
        flex-direction: column;
        gap: 20px;
      }
    }
    


        .vosuhmfdc--bottom:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.05;
            z-index: 0;
            
            background-image: radial-gradient(#000000 1.3px, #476380 1.3px);
            background-size: 66px 66px;
            
        }
        

.xcbvknsyz--bot li:empty {
  display: none;
}

.wentybvgq--main {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.wentybvgq--main {
  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;
}

.wentybvgq--main svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.gdvcsmrxh--banner{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.anpyuwbdo--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;
}

.bzinkypmt--table{
  overflow-x: auto;
  width: 100%;
}

.qdvzsycex--txt {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.qdvzsycex--txt p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.qdvzsycex--txt ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.qdvzsycex--txt ul {
  list-style: none;
}

.qdvzsycex--txt ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.qdvzsycex--txt ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .qdvzsycex--txt ol {
      counter-reset: list-counter;
      list-style: none;
      padding-left: 0;
      margin: 3rem 0;
    }

    .qdvzsycex--txt 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 #f5b4ad;
      border-radius: 6px;
      padding: 1rem 1rem 1rem 3.5rem;
      background: rgba(255, 255, 255, 0.02);
    }

    .qdvzsycex--txt 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;
    }

    .qdvzsycex--txt ol li:hover {
      background: rgba(255, 255, 255, 0.05);
      border-color: var(--primary-btn-bg);
    }
    


      .aioseo-breadcrumbs {
        margin: 1.25rem 0;
        padding: 0.75rem 0;
        font-size: 0.875rem;
        background: rgba(255, 255, 255, 0.02);
        border-radius: 4px;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
      }

      .aioseo-breadcrumb {
        display: inline-block;
      }

      .aioseo-breadcrumb a {
        color: #E74C3C;
        text-decoration: none;
        opacity: 0.9;
        transition: opacity 0.2s ease;
        font-weight: 400;
      }

      .aioseo-breadcrumb a:hover {
        opacity: 1;
        text-decoration: underline;
      }

      .aioseo-breadcrumb:not(:has(a)) {
        color: var(--text-color);
        opacity: 0.7;
        font-weight: 500;
      }

      .aioseo-breadcrumb-separator {
        color: var(--text-color);
        opacity: 0.5;
        margin: 0 0.625rem;
        font-weight: 300;
      }
    


      .qdvzsycex--txt 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 #bac4c4;
        box-shadow: 0 25px 50px -12px #bac4c4;
      }

      .qdvzsycex--txt table thead {
        background-color: #e3e8e8;
      }

      .qdvzsycex--txt table thead tr {
        border-bottom: 1px solid #bac4c4;
      }

      .qdvzsycex--txt table th {
        padding: 25px 32px;
        font-weight: bold;
        font-size: 18px;
        color: var(--heading-color);
        border: none;
      }

      .qdvzsycex--txt table tbody tr {
        border-bottom: 1px solid #bac4c4;
      }

      .qdvzsycex--txt table tbody tr:last-child {
        border-bottom: none;
      }

      .qdvzsycex--txt table td {
        padding: 22px 31px;
        font-size: 18px;
        color: var(--table-text-color);
        border: none;
      }

      .qdvzsycex--txt table td:first-child {
        font-weight: 500;
      }
    

.qdvzsycex--txt img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.ceumzryha--item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.shwrlfqkp--blog {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .cklogjsyb--texted {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: var(--py-2);
        margin: var(--py-2) 0;
        align-items: center;
      }

      .cklogjsyb--texted .zhogfkeiy--cols:first-child {
        order: 1;
        padding: 15px;
        border-radius: var(--border-radius);
        box-shadow: 0 16px 35px rgba(0, 0, 0, 0.6);
        background-color: rgb(from var(--table-bg-color) r g b / 0.5);
        border: 1px solid var(--table-border-color);
      }

      .cklogjsyb--texted .zhogfkeiy--cols:last-child {
        order: 2;
      }

      .cklogjsyb--texted h2 {
        margin-top: 0;
      }

      .cklogjsyb--texted img,
      .cklogjsyb--texted figure {
        margin: 0;
        border-radius: var(--border-radius);
      }

      @media (max-width: 1024px) {
        .cklogjsyb--texted {
          grid-template-columns: 1fr;
        }

        .cklogjsyb--texted .zhogfkeiy--cols:first-child {
          order: 1;
        }

        .cklogjsyb--texted .zhogfkeiy--cols:last-child {
          order: 2;
        }
      }
    

.zomfdblic--tbl {
  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%;
}

.zomfdblic--tbl p,
.zomfdblic--tbl h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.zomfdblic--tbl table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.zomfdblic--tbl table td,
.zomfdblic--tbl table th {
  border: 0;
}

.zomfdblic--tbl table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.zomfdblic--tbl tr:last-child {
  border-bottom: 0;
}

.zomfdblic--tbl h2 {
  margin-top: 0;
}

/*
.rswkpcntl--rows {
  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);
}
  */

.xlkiamryw--d {
  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);
}


    .xlkiamryw--d{
      background: linear-gradient(135deg, #e74c3c 0%, #e7693c 50%, #e7bf3c 100%);
      padding: 55px;
    }
    

.xlkiamryw--d h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .gdvcsmrxh--banner{
    flex-direction: column;
  }

  .anpyuwbdo--hr {
    width: 100%;
  }

  .zomfdblic--tbl {
    padding: var(--py);
  }

  .xlkiamryw--d {
    padding: var(--py);
  }
}

.xjtnbfwlv--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);
}
.xjtnbfwlv--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;
}
.xjtnbfwlv--sitemap a:hover {
  color: var(--primary-btn-bg);
}
.xjtnbfwlv--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;
}


    .wrezokdlb--fr {
      max-width: 1000px;
      margin: var(--mb) auto;
    }

    .tipowfjeq--frm {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      align-items: start;
    }

    .rqjtasxny--fr {
      background: var(--card-bg-color);
      padding: 30px;
      border-radius: var(--border-radius);
      box-shadow: var(--card-shadow);
    }

    .rqjtasxny--fr h2 {
      font-size: var(--fz-2);
      color: var(--heading-color);
      margin: 0 0 25px 0;
      font-weight: 600;
    }

    .gntdapqrc--frm {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .leugmqhcn--form {
      display: flex;
      align-items: flex-start;
      gap: 15px;
    }

    .cwdpikxeg--fr {
      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;
    }

    .oaheiupks--form {
      color: var(--text-color);
      line-height: 1.5;
    }

    .oaheiupks--form strong {
      color: var(--heading-color);
      font-weight: 600;
    }

    .gdtpylwvf--form {
      background: var(--card-bg-color);
      padding: 30px;
      border-radius: var(--border-radius);
      box-shadow: var(--card-shadow);
    }

    .jklpzqhry--fr {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .rqnyxlvaz--fr {
      display: flex;
      flex-direction: column;
    }

    .igrwmdknp--frm, .fjxedzotw--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;
    }

    .igrwmdknp--frm:focus, .fjxedzotw--frm:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .fjxedzotw--frm {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .gdtpylwvf--form button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
    }

    .gdtpylwvf--form button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .tipowfjeq--frm {
        grid-template-columns: 1fr;
        gap: 30px;
      }

      .rqjtasxny--fr, .gdtpylwvf--form {
        padding: 20px;
      }

      .jklpzqhry--fr {
        gap: 15px;
      }

      .igrwmdknp--frm, .fjxedzotw--frm {
        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)
  }
}


        .wentybvgq--main {
            position: relative;
            padding: 121px var(--py) 180px;
            background-color: #ECF0F1;
            overflow: hidden;
        }

        .vuixdcqls--main {
            position: absolute;
            inset: 0;
            pointer-events: none;
        }

        .djkncpobw--main {
            position: absolute;
            top: 25%;
            left: 50%;
            width: 617px;
            height: 525px;
            background: radial-gradient(circle, rgba(231, 76, 60, 0.05) 0%, transparent 70%);
            border-radius: 50%;
            filter: blur(69px);
        }

        .djkncpobw--main:nth-child(2) {
            top: 30%;
            left: 25%;
            width: 483px;
            height: 470px;
            background: radial-gradient(circle, rgba(243, 156, 18, 0.05) 0%, transparent 70%);
        }

        .gdvcsmrxh--banner {
            max-width: 955px;
            margin: 0 auto;
        }

        .sanpztjcu--banner {
            font-size: clamp(55px, 8vw, 87px);
            color: #000000;
            margin-bottom: 28px;
            line-height: 1.1;
            letter-spacing: -0.02em;
            text-align: center;
        }

        .hzdtakepo--b {
            font-size: 16px;
            color: #000000;
            opacity: 0.4;
            max-width: 535px;
            margin: 0 auto 40px;
            line-height: 1.6;
            text-align: center;
        }

        .anpyuwbdo--hr {
            text-align: center;
        }

        @media (max-width: 1024px) {
            .wentybvgq--main {
                padding: 80px var(--py) 104px;
            }

            .sanpztjcu--banner {
                font-size: 36px;
            }

            .hzdtakepo--b {
                font-size: 16px;
            }
        }
        


        .wkgfciqry--cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: var(--py);
            padding: var(--py) 0;
        }

        .rswkpcntl--rows {
            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;
        }

        .rswkpcntl--rows::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 10px;
            background: linear-gradient(90deg, #E74C3C, #F39C12);
        }

        .rswkpcntl--rows:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        }

        .rswkpcntl--rows h3 {
            color: #2C3E50;
        }

        .rswkpcntl--rows p {
            color: #2C3E50;
            margin: 0;
        }

        @media (max-width: 768px) {
            .wkgfciqry--cards {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        