/*!
Theme Name: f5jk0h
Theme URI: #
Version: 10.8.7
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: f5jk0h
*/

:root {
  --text-color: #000000;
  --heading-color: #8A2BE2;
  --primary-btn-bg: #40E0D0;
  --secondary-btn-bg: #FFD700;
  --primary-btn-color: #000000;
  --secondary-btn-color: #000000;

  --header-bg-color: #FFF5EE;
  --header-text-color: #8A2BE2;
  --header-border: 1px solid #40E0D0;

  --footer-bg-color: #B22222;
  --footer-text-color: #FFFFFF;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #FFF0F5;
  --table-border-color: #DDA0DD;
  --table-text-color: #57001d;

  --body-bg-color: #FFF5EE;
  --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: 71%;
  --banner-padding: 136.8px;
  --banner-border: 2px solid #40E0D0;
  --banner-bg-color: #FFF5EE;
  --banner-text-color: #000000;

  --container-max-width: 1530px;
  --container-padding: 0 15px;
  --border-radius: 14px;
  --py: 37px;
  --py-2: 43px;
  --py-3: 50px;
  --text-align: center;
  --mb: 20px;
  --fz-1: 27.36px;
  --fz-2: 22.8px;
  --fz-3: 19px;
  --logo-width: 106px;
  --menu-margin: 0;

  --animation-duration: 537ms;
  --animation-type: ease-in;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #2b2b2b;
  --contrast-text-color: #cccccc;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Lato', 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_nvrdcg {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .h_rafzlu {
        color: var(--header-text-color);
        padding: 0;
      }

      .h_rafzlu .wrap_nvrdcg {
        border-bottom: 1px solid #9fefe7;
      }

      .top_eujbvw {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .top_igslba {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .top_ieuacw {
        color: var(--heading-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .top_ieuacw:hover {
        color: var(--primary-btn-bg);
      }


      .header_joaiyd {
        display: flex;
        gap: 10px;
      }

      .top_txiykg {
        display: none;
      }

      @media (max-width: 1024px) {
        .top_ieuacw {
          color: var(--header-text-color);
        }
      }
    

@media (max-width: 1024px) {
  .top_igslba {
    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;
  }

  .top_ieuacw {
    padding: 10px 0;
    display: block;
  }

  .top_igslba.active {
    opacity: 1;
    visibility: visible;
  }

  .top_txiykg {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .top_txiykg span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .top_txiykg.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .top_txiykg.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.logo_qlihdx {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.logo_qlihdx img {
  max-height: 80px;
}

.p_jezqwi,
.alt_pxotiz {
  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;
}

.p_jezqwi {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.p_jezqwi:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.alt_pxotiz {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.alt_pxotiz:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.f_woemha{
  position: relative;
}
.f_woemha * {
  z-index: 1;
  position: relative;
}


      .content_vioedm > .wp-block-image {
        margin: 2rem 0;
        display: block;
        padding: 8px;
        border: 2px solid #96eee5;
        border-radius: var(--border-radius);
        background: rgba(255, 255, 255, 0.02);
        transition: border-color 0.3s ease, background 0.3s ease;
      }

      .content_vioedm > .wp-block-image:hover {
        border-color: var(--primary-btn-bg);
        background: rgba(255, 255, 255, 0.05);
      }

      .content_vioedm > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0;
      }
    


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

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

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

    .ps_vfntjl {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .f_woemha {
      background: linear-gradient(135deg, #d83131 0%, #891a1a 100%);
      color: var(--footer-text-color);
      padding: 40px 0 20px;
      position: relative;
      overflow: hidden;
    }

    .f_woemha::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: linear-gradient(90deg, transparent 0%, var(--primary-btn-bg) 50%, transparent 100%);
    }

    .bottom_fswgpz {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
    }

    .f_gjcbto {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 30px;
    }

    .f_dznsmw {
      width: 100%;
    }

    .bottom_gkaqon {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 30px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .bottom_rbkzlw {
      color: var(--footer-text-color);
      text-decoration: none;
      font-weight: 500;
      font-size: 16px;
      padding: 8px 16px;
      border-radius: 25px;
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
    }

    .bottom_rbkzlw:hover {
      color: var(--primary-btn-text);
      transform: translateY(-2px);
    }

    .foot_djzufv {
      height: 1px;
      background: linear-gradient(90deg, transparent 0%, var(--primary-btn-bg) 20%, var(--primary-btn-bg) 80%, transparent 100%);
      margin: 20px 0;
      opacity: 0.3;
    }

    .foot_howfqr {
      text-align: center;
      padding-top: 20px;
    }

    .foot_howfqr p {
      margin: 0;
      font-size: 14px;
      color: var(--footer-text-color);
      opacity: 0.8;
      font-weight: 400;
    }

    @media (max-width: 768px) {
      .f_woemha {
        padding: 30px 0 15px;
      }

      .bottom_gkaqon {
        gap: 15px;
        flex-direction: column;
      }

      .bottom_rbkzlw {
        font-size: 14px;
        padding: 6px 12px;
      }

      .f_gjcbto {
        margin-bottom: 20px;
      }

      .foot_djzufv {
        margin: 15px 0;
      }
    }

    @media (max-width: 480px) {
      .bottom_gkaqon {
        gap: 10px;
      }

      .bottom_rbkzlw {
        font-size: 13px;
        padding: 5px 10px;
      }
    }
    



.bottom_gkaqon li:empty {
  display: none;
}

.b_dwpaez {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.b_dwpaez {
  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;
}

.b_dwpaez svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.ban_pzrifq{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.hr_rwdvef {
  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;
}

.table_vbpyfu{
  overflow-x: auto;
  width: 100%;
}

.content_vioedm {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.content_vioedm p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.content_vioedm ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.content_vioedm ul {
  list-style: none;
}

.content_vioedm ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.content_vioedm ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .content_vioedm 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;
    }

    .content_vioedm ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .content_vioedm ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #40e0d0 0%, #80eae0 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: #40E0D0;
        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;
      }
    


      .content_vioedm 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 #ffb3cc;
        overflow: hidden;
      }

      .content_vioedm table thead tr {
        border-bottom: 1px solid #ffb3cc;
      }

      .content_vioedm table th {
        padding: 20px 25px;
        font-weight: bold;
        font-size: 12px;
        color: var(--heading-color);
        letter-spacing: 0.05em;
        border: none;
      }

      .content_vioedm table tbody tr {
        border-bottom: 1px solid #ffd6e4;
        transition: background-color 0.2s ease;
      }

      .content_vioedm table tbody tr:last-child {
        border-bottom: none;
      }

      .content_vioedm table tbody tr:hover {
        background-color: #ffe6ee;
      }

      .content_vioedm table td {
        padding: 20px 24px;
        font-size: 15px;
        color: var(--table-text-color);
        border: none;
      }

      .content_vioedm table td:first-child {
        font-weight: 500;
      }
    

.content_vioedm img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.post_zkvnyw {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.post_amyjfd {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .texted_chroqf {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: var(--py-2);
        margin: var(--py-2) 0;
        align-items: center;
      }

      .texted_chroqf .col_wducsx:first-child {
        order: 2;
      }

      .texted_chroqf .col_wducsx:last-child {
        order: 1;
      }

      .texted_chroqf h2 {
        margin-top: 0;
      }

      @media (max-width: 1024px) {
        .texted_chroqf {
          grid-template-columns: 1fr;
        }

        .texted_chroqf .col_wducsx:first-child {
          order: 1;
        }

        .texted_chroqf .col_wducsx:last-child {
          order: 2;
        }
      }
    

.tb_ltdiew {
  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%;
}

.tb_ltdiew p,
.tb_ltdiew h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.tb_ltdiew table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.tb_ltdiew table td,
.tb_ltdiew table th {
  border: 0;
}

.tb_ltdiew table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.tb_ltdiew tr:last-child {
  border-bottom: 0;
}

.tb_ltdiew h2 {
  margin-top: 0;
}

/*
.rows_pvdhzj {
  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);
}
  */

.inv_aixjyw {
  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);
}


    .inv_aixjyw{
      background: rgba(64,224,208,0.1);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(64,224,208,0.2);
      color: var(--text-color);
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    }
    

.inv_aixjyw h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .ban_pzrifq{
    flex-direction: column;
  }

  .hr_rwdvef {
    width: 100%;
  }

  .tb_ltdiew {
    padding: var(--py);
  }

  .inv_aixjyw {
    padding: var(--py);
  }
}

.map_hlrbjy{
  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);
}
.map_hlrbjy 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;
}
.map_hlrbjy a:hover {
  color: var(--primary-btn-bg);
}
.map_hlrbjy h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .fr_vupscg {
      max-width: 1000px;
      margin: var(--mb) auto;
    }

    .frm_wmxdft {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      align-items: start;
    }

    .form_pqtoia {
      background: var(--card-bg-color);
      padding: 30px;
      border-radius: var(--border-radius);
      box-shadow: var(--card-shadow);
    }

    .form_pqtoia h2 {
      font-size: var(--fz-2);
      color: var(--heading-color);
      margin: 0 0 25px 0;
      font-weight: 600;
    }

    .form_sfebhq {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .frm_twjifk {
      display: flex;
      align-items: flex-start;
      gap: 15px;
    }

    .form_lkhryd {
      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;
    }

    .fr_iyzvqr {
      color: var(--text-color);
      line-height: 1.5;
    }

    .fr_iyzvqr strong {
      color: var(--heading-color);
      font-weight: 600;
    }

    .fr_oiwmns {
      background: var(--card-bg-color);
      padding: 30px;
      border-radius: var(--border-radius);
      box-shadow: var(--card-shadow);
    }

    .fr_nzcufp {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .frm_wcljai {
      display: flex;
      flex-direction: column;
    }

    .frm_hsmfug, .form_vsqjun {
      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_hsmfug:focus, .form_vsqjun:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .form_vsqjun {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .fr_oiwmns button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
    }

    .fr_oiwmns button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .frm_wmxdft {
        grid-template-columns: 1fr;
        gap: 30px;
      }

      .form_pqtoia, .fr_oiwmns {
        padding: 20px;
      }

      .fr_nzcufp {
        gap: 15px;
      }

      .frm_hsmfug, .form_vsqjun {
        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)
  }
}


        .b_dwpaez {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 44px var(--py) 90px;
            overflow: hidden;
        }

        .b_vzyhik {
            position: absolute;
            inset: 0;
            pointer-events: none;
        }

        .banner_pgjdkf {
            position: absolute;
            border-radius: 50%;
            filter: blur(88px);
        }

        .banner_pgjdkf:nth-child(1) {
            top: 25%;
            left: 27%;
            width: 380px;
            height: 307px;
            background: rgba(64, 224, 208, 0.1);
        }

        .banner_pgjdkf:nth-child(2) {
            top: 33%;
            right: 21%;
            width: 299px;
            height: 306px;
            background: rgba(255, 215, 0, 0.1);
        }

        .banner_pgjdkf:nth-child(3) {
            bottom: 24%;
            left: 49%;
            width: 212px;
            height: 227px;
            background: rgba(64, 224, 208, 0.15);
        }

        .main_rzbnxd {
            position: relative;
            width: 100%;
            text-align: center;
            max-width: 1016px;
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(23px);
            border-radius: 38px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            padding: 68px;
            box-shadow: 0 8px 43px rgba(0, 0, 0, 0.3);
        }

        .main_rzbnxd::before {
            content: '';
            position: absolute;
            top: -43px;
            right: -40px;
            width: 157px;
            height: 153px;
            background: linear-gradient(to bottom right, rgba(64, 224, 208, 0.2), transparent);
            border-radius: 50%;
            filter: blur(37px);
        }

        .main_rzbnxd::after {
            content: '';
            position: absolute;
            bottom: -45px;
            left: -42px;
            width: 140px;
            height: 111px;
            background: linear-gradient(to top left, rgba(255, 215, 0, 0.2), transparent);
            border-radius: 50%;
            filter: blur(34px);
        }

        .main_zuwovd {
            position: absolute;
            border-radius: 50%;
            animation: pulse 2s ease-in-out infinite;
        }

        .main_zuwovd:nth-child(1) {
            top: 26px;
            right: 65px;
            width: 9px;
            height: 6px;
            background: #40E0D0;
            animation-delay: 0s;
        }

        .main_zuwovd:nth-child(2) {
            bottom: 51px;
            left: 53px;
            width: 8px;
            height: 8px;
            background: #FFD700;
            animation-delay: 0.5s;
        }

        .main_zuwovd:nth-child(3) {
            top: 76px;
            left: 76px;
            width: 3px;
            height: 5px;
            background: white;
            animation-delay: 1s;
        }

        .hr_gmdofz {
            font-size: clamp(55px, 8vw, 85px);
            font-weight: bold;
            color: #000000;
            margin-bottom: 32px;
            line-height: 1.1;
            letter-spacing: 0.02em;
            text-align: center;
        }

        .hr_gmdofz .italic {
            font-style: italic;
            color: #40E0D0;
            opacity: 0.9;
        }

        .main_oszqtu {
            font-size: 18px;
            color: #000000;
            opacity: 0.7;
            max-width: 638px;
            margin: 0 auto 36px;
            line-height: 1.6;
            text-align: center;
        }

        @keyframes pulse {
            0%, 100% { opacity: 1; transform: scale(1); }
            50% { opacity: 0.5; transform: scale(1.1); }
        }

        @media (max-width: 1024px) {
            .main_rzbnxd {
                padding: 48px;
            }

            .hr_gmdofz {
                font-size: 45px;
            }

            .main_oszqtu {
                font-size: 16px;
            }
        }
        


        .card_fydxti {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            padding: 2rem 0;
        }

        .rows_pvdhzj {
            background: linear-gradient(120deg, #40E0D0, #FFD700);
            border-radius: var(--border-radius);
            padding: var(--py);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            color: white;
        }

        .rows_pvdhzj::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
            transform: translateX(-100%);
            transition: transform 0.6s ease;
        }

        .rows_pvdhzj:hover::before {
            transform: translateX(100%);
        }

        .rows_pvdhzj:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
        }

        .rows_pvdhzj h3 {
            color: #000000;
            position: relative;
            z-index: 1;
        }

        .rows_pvdhzj p {
            color: #000000;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .card_fydxti {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        