/*!
Theme Name: ekw51g
Theme URI: #
Version: 5.2.6
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ekw51g
*/

:root {
  --text-color: #000000;
  --heading-color: #FFD700;
  --primary-btn-bg: #FF4500;
  --secondary-btn-bg: #7FFF00;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #000000;

  --header-bg-color: #F0E68C;
  --header-text-color: #FFD700;
  --header-border: 1px solid #FF4500;

  --footer-bg-color: #008080;
  --footer-text-color: #FFFFFF;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #FFF0F5;
  --table-border-color: #FF1493;
  --table-text-color: #57001d;

  --body-bg-color: #F0E68C;
  --card-bg-color: #fcfae8;
  --card-text-color: #000000;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: center;
  --banner-column: 64%;
  --banner-padding: 180px;
  --banner-border: 1px solid #FF4500;
  --banner-bg-color: #F0E68C;
  --banner-text-color: #333333;

  --container-max-width: 1457px;
  --container-padding: 0 15px;
  --border-radius: 3px;
  --py: 16px;
  --py-2: 43px;
  --py-3: 54px;
  --text-align: left;
  --mb: 19px;
  --fz-1: 36px;
  --fz-2: 30px;
  --fz-3: 25px;
  --logo-width: 105px;
  --menu-margin: 0 0 0 auto;

  --animation-duration: 337ms;
  --animation-type: linear;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #000000;
  --contrast-text-color: #ffffff;
}

* {
  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;
}

.mtsrvbzde_c {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .tulkorfwj_head {
        padding: var(--py) 0;
      }

      .jcdbunsay_header {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: var(--mb);
      }

      .fabcuxrkw_head {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: 0;
        padding: 12px 32px;
        border-radius: var(--border-radius);
        border: 1px solid #ffa27f;
      }

      .ohydgvfcl_header {
        color: var(--heading-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .ohydgvfcl_header:hover {
        color: var(--primary-btn-bg);
      }


      .vtnrwifel_top {
        display: flex;
        gap: 10px;
      }

      .tbwchiuaj_h {
        display: none;
      }

      .ujgvtmnad_log img {
        margin: 0 auto;
        display: block;
      }

      @media (max-width: 1024px) {
        .jcdbunsay_header {
          justify-content: space-between;
          flex-direction: row;
        }

        .ohydgvfcl_header {
          color: var(--header-text-color);
        }
      }
    

@media (max-width: 1024px) {
  .fabcuxrkw_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;
  }

  .ohydgvfcl_header {
    padding: 10px 0;
    display: block;
  }

  .fabcuxrkw_head.active {
    opacity: 1;
    visibility: visible;
  }

  .tbwchiuaj_h {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .tbwchiuaj_h span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .tbwchiuaj_h.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .tbwchiuaj_h.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.ujgvtmnad_log {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.ujgvtmnad_log img {
  max-height: 80px;
}

.flwvmgzio_prim,
.wlhqzurdv_secondary {
  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;
}

.flwvmgzio_prim {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.flwvmgzio_prim:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.wlhqzurdv_secondary {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.wlhqzurdv_secondary:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.zbdjptsmf_f{
  position: relative;
}
.zbdjptsmf_f * {
  z-index: 1;
  position: relative;
}


      .wayktslvh_txt > .wp-block-image {
        margin: 2rem 0;
        display: block;
        padding: 8px;
        border: 2px solid #ff8f66;
        border-radius: var(--border-radius);
        background: rgba(255, 255, 255, 0.02);
        transition: border-color 0.3s ease, background 0.3s ease;
      }

      .wayktslvh_txt > .wp-block-image:hover {
        border-color: var(--primary-btn-bg);
        background: rgba(255, 255, 255, 0.05);
      }

      .wayktslvh_txt > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0;
      }
    


    .zbdjptsmf_f {
      background: linear-gradient(135deg, #00b3b3 0%, #004d4d 100%);
      color: var(--footer-text-color);
      padding: var(--py) 0;
    }

    .gvneokrwc_footer {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 var(--mb);
    }

    .ohvsafkqz_f {
      display: flex;
      justify-content: var(--footer-justify);
      flex-direction: var(--footer-direction);
      align-items: center;
      margin-bottom: var(--mb);
    }

    .mcjvuywqf_bottom {
      display: flex;
      flex-direction: column;
    }

    .glziwurxs_bottom {
      font-weight: 500;
      font-size: 16px;
      margin-bottom: var(--mb);
      color: var(--footer-text-color);
    }

    .yjastnplk_bot {
      display: flex;
      gap: 20px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .zocpvutqi_bottom {
      color: var(--footer-text-color);
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s ease;
    }

    .zocpvutqi_bottom:hover {
      color: var(--primary-btn-bg);
    }

    .ycrdvofnw_f {
      margin: 0;
      font-size: 14px;
      color: var(--footer-text-color);
      text-align: var(--text-align);
      opacity: 0.7;
    }

    @media (max-width: 768px) {
      .ohvsafkqz_f {
        flex-direction: column;
        gap: 20px;
        text-align: center;
      }

      .yjastnplk_bot {
        justify-content: center;
        flex-wrap: wrap;
      }
    }
    


        .zbdjptsmf_f:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.05;
            z-index: 0;
            
            background-image:  linear-gradient(#000000 2.6px, transparent 2.6px), linear-gradient(to right, #000000 2.6px, #00b3b3 2.6px);
            background-size: 180px 180px;
            
        }
        

.yjastnplk_bot li:empty {
  display: none;
}

.bwfkpaqjl_b {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.bwfkpaqjl_b {
  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;
}

.bwfkpaqjl_b svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.eowtibphy_ban{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.obeqkmpnu_main {
  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;
}

.zudxjbpft_tbl{
  overflow-x: auto;
  width: 100%;
}

.wayktslvh_txt {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.wayktslvh_txt p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.wayktslvh_txt ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.wayktslvh_txt ul {
  list-style: none;
}

.wayktslvh_txt ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.wayktslvh_txt ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .wayktslvh_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;
    }

    .wayktslvh_txt ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .wayktslvh_txt ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #ff4500 0%, #ff7c4d 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: #FF4500;
        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;
      }
    


      .wayktslvh_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 rgba(0, 0, 0, 0.1);
        overflow: hidden;
      }

      .wayktslvh_txt table thead tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      }

      .wayktslvh_txt table th {
        padding: 15px 15px;
        font-weight: normal;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.5);
        letter-spacing: 0.025em;
        border: none;
      }

      .wayktslvh_txt table tbody tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.03);
        transition: background-color 0.2s ease;
      }

      .wayktslvh_txt table tbody tr:last-child {
        border-bottom: none;
      }

      .wayktslvh_txt table tbody tr:hover {
        background-color: rgba(0, 0, 0, 0.02);
      }

      .wayktslvh_txt table td {
        padding: 20px 16px;
        font-size: 16px;
        color: var(--table-text-color);
        border: none;
        letter-spacing: 0.025em;
      }

      .wayktslvh_txt table td:first-child {
        font-weight: normal;
      }
    

.wayktslvh_txt img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.loignzera_posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.wvtqogjdi_article {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .fpnuelbwa_texted {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: var(--py-2);
        margin: var(--py-2) 0;
        align-items: center;
      }

      .fpnuelbwa_texted .iwoedalru_col:first-child {
        order: 2;
      }

      .fpnuelbwa_texted .iwoedalru_col:last-child {
        order: 1;
      }

      .fpnuelbwa_texted h2 {
        margin-top: 0;
      }

      @media (max-width: 1024px) {
        .fpnuelbwa_texted {
          grid-template-columns: 1fr;
        }

        .fpnuelbwa_texted .iwoedalru_col:first-child {
          order: 1;
        }

        .fpnuelbwa_texted .iwoedalru_col:last-child {
          order: 2;
        }
      }
    

.nfgauxvse_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%;
}

.nfgauxvse_tbl p,
.nfgauxvse_tbl h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.nfgauxvse_tbl table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.nfgauxvse_tbl table td,
.nfgauxvse_tbl table th {
  border: 0;
}

.nfgauxvse_tbl table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.nfgauxvse_tbl tr:last-child {
  border-bottom: 0;
}

.nfgauxvse_tbl h2 {
  margin-top: 0;
}

/*
.vxylfhnrg_cards {
  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);
}
  */

.stvmapcng_invert {
  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);
}


    .stvmapcng_invert{
      background: linear-gradient(135deg, #ff4500 0%, #ff6f00 50%, #ffee00 100%);
      padding: 54px;
    }
    

.stvmapcng_invert h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .eowtibphy_ban{
    flex-direction: column;
  }

  .obeqkmpnu_main {
    width: 100%;
  }

  .nfgauxvse_tbl {
    padding: var(--py);
  }

  .stvmapcng_invert {
    padding: var(--py);
  }
}

.ikujapdyg_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);
}
.ikujapdyg_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;
}
.ikujapdyg_map a:hover {
  color: var(--primary-btn-bg);
}
.ikujapdyg_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;
}


    .boljfzvae_frm {
      max-width: 1000px;
      margin: var(--mb) auto;
    }

    .mqdolwner_form {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      align-items: start;
    }

    .egycfwmxd_fr {
      background: var(--card-bg-color);
      padding: 30px;
      border-radius: var(--border-radius);
      box-shadow: var(--card-shadow);
    }

    .egycfwmxd_fr h2 {
      font-size: var(--fz-2);
      color: var(--heading-color);
      margin: 0 0 25px 0;
      font-weight: 600;
    }

    .busxmcpyr_form {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .pzortdgbf_fr {
      display: flex;
      align-items: flex-start;
      gap: 15px;
    }

    .thdgwcexo_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;
    }

    .qpvczjmsh_fr {
      color: var(--text-color);
      line-height: 1.5;
    }

    .qpvczjmsh_fr strong {
      color: var(--heading-color);
      font-weight: 600;
    }

    .zpyoncquv_form {
      background: var(--card-bg-color);
      padding: 30px;
      border-radius: var(--border-radius);
      box-shadow: var(--card-shadow);
    }

    .fargmkhje_frm {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .wnzpgoxje_fr {
      display: flex;
      flex-direction: column;
    }

    .zlrnuejqw_frm, .vspcirmyh_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;
    }

    .zlrnuejqw_frm:focus, .vspcirmyh_frm:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .vspcirmyh_frm {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .zpyoncquv_form button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
    }

    .zpyoncquv_form button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .mqdolwner_form {
        grid-template-columns: 1fr;
        gap: 30px;
      }

      .egycfwmxd_fr, .zpyoncquv_form {
        padding: 20px;
      }

      .fargmkhje_frm {
        gap: 15px;
      }

      .zlrnuejqw_frm, .vspcirmyh_frm {
        padding: 12px 15px;
        font-size: 14px;
      }
    }
    


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

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

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

.partners__title {
  font-size: var(--fz-2);
  font-weight: bold;
  color: var(--heading-color);
  margin-bottom: var(--mb);
}

@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)
  }
}


        .bwfkpaqjl_b {
            position: relative;
            padding: 136px var(--py) 82px;
            background: linear-gradient(to bottom, #F0E68C, rgba(127, 255, 0, 0.2), rgba(255, 69, 0, 0.3));
            overflow: hidden;
        }

        .mdlvacnke_main {
            position: absolute;
            top: 28%;
            left: 29%;
            width: 351px;
            height: 391px;
            background: rgba(255, 69, 0, 0.1);
            border-radius: 50%;
            filter: blur(80px);
        }

        .mdlvacnke_main:nth-child(2) {
            bottom: 28%;
            right: 26%;
            width: 307px;
            height: 301px;
            background: rgba(127, 255, 0, 0.2);
        }

        .bfocyqdmx_main {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 1px;
            background: linear-gradient(to right, transparent, rgba(255, 69, 0, 0.2), transparent);
        }

        .klyxaztgq_b {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 1px;
            background: linear-gradient(to right, transparent, rgba(255, 69, 0, 0.2), transparent);
        }

        .eowtibphy_ban {
            max-width: 1174px;
            margin: 0 auto;
            position: relative;
            z-index: 10;
        }

        .obeqkmpnu_main {
            text-align: center;
        }

        .xwgjnfazr_main {
            font-size: clamp(54px, 8vw, 70px);
            font-weight: bold;
            color: #333333;
            margin-bottom: 25px;
            line-height: 1.2;
            letter-spacing: 0.01em;
        }

        .xwgjnfazr_main span {
            background: linear-gradient(to right, #333333, #FF4500);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .hiqpvtwkc_b {
            font-size: 16px;
            color: #333333;
            opacity: 0.7;
            max-width: 620px;
            margin: 0 auto;
            margin-bottom: 45px;
            line-height: 1.6;
        }

        .fbldvxwpk_banner {
            position: absolute;
            bottom: -47px;
            left: 50%;
            transform: translateX(-50%);
            width: 227px;
            height: 4px;
            background: linear-gradient(to right, transparent, #FF4500, transparent);
            filter: blur(7px);
        }

        @media (max-width: 1024px) {
            .bwfkpaqjl_b {
                padding: 85px var(--py) 64px;
            }

            .xwgjnfazr_main {
                font-size: 39px;
            }

            .hiqpvtwkc_b {
                font-size: 18px;
            }
        }
        


        .lsmetzcki_card {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            padding: 2rem 0;
        }

        .vxylfhnrg_cards {
            background: #fcfae8;
            border-radius: var(--border-radius);
            padding: var(--py);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            position: relative;
            overflow: hidden;
            cursor: pointer;
        }

        .vxylfhnrg_cards::before {
            content: '';
            position: absolute;
            top: 21%;
            left: 40%;
            width: 0;
            height: 0;
            background: radial-gradient(circle, #FF450020, transparent);
            border-radius: 50%;
            transform: translate(-50%, -50%);
            transition: all 0.4s ease;
        }

        .vxylfhnrg_cards:hover::before {
            width: 308px;
            height: 308px;
        }

        .vxylfhnrg_cards:hover {
            transform: translateY(-5px) scale(1.01);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }

        .vxylfhnrg_cards h3 {
            color: #000000;
            position: relative;
            z-index: 1;
            transition: color 0.3s ease;
        }

        .vxylfhnrg_cards:hover h3 {
            color: #FF4500;
        }

        .vxylfhnrg_cards p {
            color: #000000;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .lsmetzcki_card {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        