/*!
Theme Name: sp2yfe
Theme URI: #
Version: 7.1.6
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sp2yfe
*/

:root {
  --text-color: #FFFFFF;
  --heading-color: #FF6F61;
  --primary-btn-bg: #F7D08A;
  --secondary-btn-bg: #6FCF7E;
  --primary-btn-color: #4A4A4A;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #FF6F61;
  --header-text-color: #FFFFFF;
  --header-border: {{header-border}};

  --footer-bg-color: #4A4A4A;
  --footer-text-color: #FFFFFF;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #F5A623;
  --table-border-color: #FF6F61;
  --table-text-color: #000000;

  --body-bg-color: #333333;
  --card-bg-color: #666666;
  --card-text-color: #FFFFFF;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: center;
  --banner-column: 77%;
  --banner-padding: 129.6px;
  --banner-border: 0 solid;
  --banner-bg-color: #4A4A4A;
  --banner-text-color: #ffffff;

  --container-max-width: 1154px;
  --container-padding: 0 15px;
  --border-radius: 28px;
  --py: 39px;
  --py-2: 42px;
  --py-3: 64px;
  --text-align: left;
  --mb: 17px;
  --fz-1: 25.92px;
  --fz-2: 21.6px;
  --fz-3: 18px;
  --logo-width: 152px;
  --menu-margin: 0 0 0 auto;

  --animation-duration: 904ms;
  --animation-type: ease-in;
  --animation-effect: fadeIn;

  --contrast-bg-color: #ffffff;
  --contrast-text-color: #333333;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Inter', 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;
}

.dclpwoe_cont {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .duyxfgp_h {
        background-color: var(--header-bg-color);
        color: var(--header-text-color);
        padding: var(--py) 0;
        border-bottom: var(--header-border);
      }

      .tkrdbsw_top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .sogblqf_head {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .mxbqvce_head {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .mxbqvce_head:hover {
        color: var(--primary-btn-bg);
      }


      .cprvxuq_h {
        display: flex;
        gap: 10px;
      }

      .kmyloqa_top {
        display: none;
      }
    

@media (max-width: 1024px) {
  .sogblqf_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;
  }

  .mxbqvce_head {
    padding: 10px 0;
    display: block;
  }

  .sogblqf_head.active {
    opacity: 1;
    visibility: visible;
  }

  .kmyloqa_top {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .kmyloqa_top span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .kmyloqa_top.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .kmyloqa_top.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.sybdtjq_log {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.sybdtjq_log img {
  max-height: 80px;
}

.kqzshwn_p,
.axcjfdr_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;
}

.kqzshwn_p {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.kqzshwn_p:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.axcjfdr_sec {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.axcjfdr_sec:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.cdgropu_foot{
  position: relative;
}
.cdgropu_foot * {
  z-index: 1;
  position: relative;
}


      .fwdparu_txt > .wp-block-image {
        margin: 2rem 0;
        display: block;
        padding: 8px;
        border: 2px solid #fdf6e7;
        border-radius: var(--border-radius);
        background: rgba(255, 255, 255, 0.02);
        transition: border-color 0.3s ease, background 0.3s ease;
      }

      .fwdparu_txt > .wp-block-image:hover {
        border-color: var(--primary-btn-bg);
        background: rgba(255, 255, 255, 0.05);
      }

      .fwdparu_txt > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0;
      }
    


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

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

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

    .ubenvhz_lks {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .cdgropu_foot {
      position: relative;
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: var(--py) 0;
    }

    .uibrmql_f {
      display: flex;
      justify-content: var(--footer-justify);
      flex-direction: var(--footer-direction);
      gap: var(--mb);
      position: relative;
      z-index: 1;
    }

    .vndemrs_foot {
      display: flex;
      gap: 10px;
      list-style: none;
      flex-direction: column;
      margin: 0;
      padding: 0;
    }

    .ghqbzfw_footer {
      color: var(--footer-text-color);
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .ghqbzfw_footer:hover {
      color: var(--primary-btn-bg);
    }

    .wgikscy_f {
      font-weight: 500;
      font-size: 18px;
      margin-bottom: var(--mb);
      color: var(--footer-text-color);
    }

    .xzowges_footer {
      margin: 0;
      margin-top: var(--mb);
      font-size: 14px;
      color: var(--footer-text-color);
      text-align: var(--text-align);
    }

    @media (max-width: 1024px) {
      .uibrmql_f {
        flex-direction: column;
        gap: 20px;
      }
    }
    


        .cdgropu_foot:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.05;
            z-index: 0;
            
            background: repeating-linear-gradient( -45deg, #000000, #000000 13px, #636363 13px, #636363 65px );
            
        }
        

.vndemrs_foot li:empty {
  display: none;
}

.fudgtvn_ban {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.fudgtvn_ban {
  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;
}

.fudgtvn_ban svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.rqjfsan_hero{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.mbezpas_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;
}

.vltofmb_table{
  overflow-x: auto;
  width: 100%;
}

.fwdparu_txt {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.fwdparu_txt p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.fwdparu_txt ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.fwdparu_txt ul {
  list-style: none;
}

.fwdparu_txt ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.fwdparu_txt ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .fwdparu_txt 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;
    }

    .fwdparu_txt ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .fwdparu_txt ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #f7d08a 0%, #fceccf 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: 0.75rem 0;
        padding: 0.25rem 0;
        font-size: 0.8rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 0.5rem;
      }

      .aioseo-breadcrumb {
        display: inline-block;
      }

      .aioseo-breadcrumb a {
        color: #F7D08A;
        text-decoration: none;
        opacity: 0.7;
        transition: all 0.2s ease;
        padding: 0.125rem 0.25rem;
        border-radius: 3px;
      }

      .aioseo-breadcrumb a:hover {
        opacity: 1;
        background: rgba(255, 255, 255, 0.05);
      }

      .aioseo-breadcrumb:not(:has(a)) {
        color: var(--text-color);
        opacity: 0.5;
        font-weight: 500;
      }

      .aioseo-breadcrumb-separator {
        color: var(--text-color);
        opacity: 0.3;
        margin: 0 0.375rem;
        font-size: 0.75rem;
      }
    


      .fwdparu_txt 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 #d1850a;
        overflow: hidden;
      }

      .fwdparu_txt table thead tr {
        border-bottom: 1px solid #d1850a;
      }

      .fwdparu_txt table th {
        padding: 20px 25px;
        font-weight: bold;
        font-size: 12px;
        color: var(--heading-color);
        letter-spacing: 0.05em;
        border: none;
      }

      .fwdparu_txt table tbody tr {
        border-bottom: 1px solid #f49b0b;
        transition: background-color 0.2s ease;
      }

      .fwdparu_txt table tbody tr:last-child {
        border-bottom: none;
      }

      .fwdparu_txt table tbody tr:hover {
        background-color: #f4a11a;
      }

      .fwdparu_txt table td {
        padding: 20px 24px;
        font-size: 15px;
        color: var(--table-text-color);
        border: none;
      }

      .fwdparu_txt table td:first-child {
        font-weight: 500;
      }
    

.fwdparu_txt img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.ihbadnw_article {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.mcoehkj_posts {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .kxrmbdl_col {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: var(--py-2);
        margin: var(--py-2) 0;
        align-items: center;
      }

      .kxrmbdl_col .atugpvo_cols:first-child {
        order: 2;
      }

      .kxrmbdl_col .atugpvo_cols:last-child {
        order: 1;
      }

      .kxrmbdl_col h2 {
        margin-top: 0;
      }

      @media (max-width: 1024px) {
        .kxrmbdl_col {
          grid-template-columns: 1fr;
        }

        .kxrmbdl_col .atugpvo_cols:first-child {
          order: 1;
        }

        .kxrmbdl_col .atugpvo_cols:last-child {
          order: 2;
        }
      }
    

.lutkqow_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%;
}

.lutkqow_table p,
.lutkqow_table h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.lutkqow_table table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.lutkqow_table table td,
.lutkqow_table table th {
  border: 0;
}

.lutkqow_table table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.lutkqow_table tr:last-child {
  border-bottom: 0;
}

.lutkqow_table h2 {
  margin-top: 0;
}

/*
.wsxchdv_blocks {
  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);
}
  */

.iwuhmqe_contrast {
  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);
}


    .iwuhmqe_contrast{
      background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
      border-left: 6px solid var(--primary-btn-bg);
    }
    

.iwuhmqe_contrast h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .rqjfsan_hero{
    flex-direction: column;
  }

  .mbezpas_hr {
    width: 100%;
  }

  .lutkqow_table {
    padding: var(--py);
  }

  .iwuhmqe_contrast {
    padding: var(--py);
  }
}

.vtdezmp_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);
}
.vtdezmp_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;
}
.vtdezmp_map a:hover {
  color: var(--primary-btn-bg);
}
.vtdezmp_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;
}


    .oscwelh_form {
      max-width: 1000px;
      margin: var(--mb) auto;
    }

    .bkhpfoe_form {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      align-items: start;
    }

    .rhsnzud_form {
      background: var(--card-bg-color);
      padding: 30px;
      border-radius: var(--border-radius);
      box-shadow: var(--card-shadow);
    }

    .rhsnzud_form h2 {
      font-size: var(--fz-2);
      color: var(--heading-color);
      margin: 0 0 25px 0;
      font-weight: 600;
    }

    .sfrmytx_fr {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .xmrcdtj_form {
      display: flex;
      align-items: flex-start;
      gap: 15px;
    }

    .kymisqh_form {
      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;
    }

    .lvxyifr_fr {
      color: var(--text-color);
      line-height: 1.5;
    }

    .lvxyifr_fr strong {
      color: var(--heading-color);
      font-weight: 600;
    }

    .zsbrakd_fr {
      background: var(--card-bg-color);
      padding: 30px;
      border-radius: var(--border-radius);
      box-shadow: var(--card-shadow);
    }

    .eocskmq_form {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .qlebgov_form {
      display: flex;
      flex-direction: column;
    }

    .leadrub_form, .kzndcse_form {
      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;
    }

    .leadrub_form:focus, .kzndcse_form:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .kzndcse_form {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .zsbrakd_fr button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
    }

    .zsbrakd_fr button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .bkhpfoe_form {
        grid-template-columns: 1fr;
        gap: 30px;
      }

      .rhsnzud_form, .zsbrakd_fr {
        padding: 20px;
      }

      .eocskmq_form {
        gap: 15px;
      }

      .leadrub_form, .kzndcse_form {
        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)
  }
}


        .fudgtvn_ban {
            position: relative;
            min-height: 551px;
            background: linear-gradient(225deg, #F7D08A, #6FCF7E);
            display: flex;
            align-items: center;
            overflow: hidden;
        }

        .mbezpas_hr {
            display: flex;
            align-items: center;
            justify-content: var(--banner-direction);
        }

        .zqgwphj_hero {
            position: absolute;
            inset: 0;
        }

        .ytacwzl_b {
            position: absolute;
            background: rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            animation: float-particle 20s infinite linear;
        }

        .ytacwzl_b:nth-child(1) {
            width: 4px;
            height: 4px;
            left: 10%;
            animation-delay: 0s;
            animation-duration: 15s;
        }

        .ytacwzl_b:nth-child(2) {
            width: 6px;
            height: 6px;
            left: 20%;
            animation-delay: 2s;
            animation-duration: 18s;
        }

        .ytacwzl_b:nth-child(3) {
            width: 3px;
            height: 3px;
            left: 30%;
            animation-delay: 4s;
            animation-duration: 12s;
        }

        .ytacwzl_b:nth-child(4) {
            width: 5px;
            height: 5px;
            left: 40%;
            animation-delay: 6s;
            animation-duration: 16s;
        }

        .ytacwzl_b:nth-child(5) {
            width: 4px;
            height: 4px;
            left: 50%;
            animation-delay: 8s;
            animation-duration: 14s;
        }

        .ytacwzl_b:nth-child(6) {
            width: 6px;
            height: 6px;
            left: 60%;
            animation-delay: 10s;
            animation-duration: 17s;
        }

        .ytacwzl_b:nth-child(7) {
            width: 3px;
            height: 3px;
            left: 70%;
            animation-delay: 12s;
            animation-duration: 13s;
        }

        .ytacwzl_b:nth-child(8) {
            width: 5px;
            height: 5px;
            left: 80%;
            animation-delay: 14s;
            animation-duration: 19s;
        }

        .qtuwbly_main {
            position: relative;
            z-index: 10;
            text-align: var(--banner-direction);
            width: 1087px;
            max-width: 100%;
            padding: var(--py);
        }

        .qjbmpec_b {
            font-size: clamp(3rem, 8vw, 5rem);
            font-weight: bold;
            color: #4A4A4A;
            margin-bottom: 2rem;
            line-height: 1.2;
        }

        .axrqpmi_hero {
            font-size: 18px;
            color: #4A4A4A;
            margin-bottom: 3rem;
            line-height: 1.6;
        }

        @media (max-width: 1024px) {
            .qjbmpec_b {
                font-size: 26px;
            }
        }

        @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;
            }
        }
        


        .uzjahkn_cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: var(--py);
            padding: var(--py) 0;
        }

        .wsxchdv_blocks {
            background: #666666;
            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;
        }

        .wsxchdv_blocks::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 5px;
            background: linear-gradient(90deg, #F7D08A, #6FCF7E);
        }

        .wsxchdv_blocks:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        }

        .wsxchdv_blocks h3 {
            color: #FFFFFF;
        }

        .wsxchdv_blocks p {
            color: #FFFFFF;
            margin: 0;
        }

        @media (max-width: 768px) {
            .uzjahkn_cards {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        