/*!
Theme Name: e73qn1
Theme URI: #
Version: 8.2.1
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: e73qn1
*/

:root {
  --text-color: #333333;
  --heading-color: #FF5733;
  --primary-btn-bg: #FFCE54;
  --secondary-btn-bg: #36D7B7;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #F1F1F1;
  --header-text-color: #2C3E50;
  --header-border: {{header-border}};

  --footer-bg-color: #2C3E50;
  --footer-text-color: #FFFFFF;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #FFFFFF;
  --table-border-color: #E8E8E8;
  --table-text-color: #333333;

  --body-bg-color: #F7F9FA;
  --card-bg-color: #ffffff;
  --card-text-color: #333333;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: center;
  --banner-column: 78%;
  --banner-padding: 151.2px;
  --banner-border: 0 solid;
  --banner-bg-color: #FFFFFF;
  --banner-text-color: #000000;

  --container-max-width: 1464px;
  --container-padding: 0 15px;
  --border-radius: 21px;
  --py: 24px;
  --py-2: 46px;
  --py-3: 71px;
  --text-align: center;
  --mb: 15px;
  --fz-1: 30.24px;
  --fz-2: 25.2px;
  --fz-3: 21px;
  --logo-width: 111px;
  --menu-margin: 0;

  --animation-duration: 311ms;
  --animation-type: ease-in;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #2b2b2b;
  --contrast-text-color: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Titillium Web', 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;
}

.qbgfkhwx--wrapper {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .lxizvfte--head {
        color: var(--header-text-color);
        padding: 0;
        backdrop-filter: blur(25px);
        background-color: rgba(241,241,241,0.5);
        position: sticky;
        top: 0;
        z-index: 100;
      }

      .avejuwik--header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .navubrth--head {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .bfvogexi--head {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .bfvogexi--head:hover {
        color: var(--primary-btn-bg);
      }


      .kstjrowb--h {
        display: flex;
        gap: 10px;
      }

      .lrhszkmp--head {
        display: none;
      }
    

@media (max-width: 1024px) {
  .navubrth--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;
  }

  .bfvogexi--head {
    padding: 10px 0;
    display: block;
  }

  .navubrth--head.active {
    opacity: 1;
    visibility: visible;
  }

  .lrhszkmp--head {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .lrhszkmp--head span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .lrhszkmp--head.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .lrhszkmp--head.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.dhjpirxl--brand {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.dhjpirxl--brand img {
  max-height: 80px;
}

.ebgyamhv--first,
.rvlzyefo--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;
}

.ebgyamhv--first {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.ebgyamhv--first:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.rvlzyefo--sec {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.rvlzyefo--sec:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.qcrznoxm--bottom{
  position: relative;
}
.qcrznoxm--bottom * {
  z-index: 1;
  position: relative;
}


      .bdsovxgq--content > .wp-block-image {
        margin: 2rem 0;
        display: block;
        padding: 8px;
        border: 2px solid #ffebb8;
        border-radius: var(--border-radius);
        background: rgba(255, 255, 255, 0.02);
        transition: border-color 0.3s ease, background 0.3s ease;
      }

      .bdsovxgq--content > .wp-block-image:hover {
        border-color: var(--primary-btn-bg);
        background: rgba(255, 255, 255, 0.05);
      }

      .bdsovxgq--content > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0;
      }
    


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

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

    .mqrpunzg--ps a:hover {
      opacity: .7;
    }

    .kgwyzdso--ps__title {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .qcrznoxm--bottom {
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: 48px 24px;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .ckrhedzx--footer {
      max-width: 1280px;
      margin: 0 auto;
    }

    .ysromwzx--bot {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 32px;
      flex-wrap: wrap;
      margin-bottom: 24px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .cgezsyjv--bottom {
      color: var(--footer-text-color);
      opacity: 0.6;
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s ease, opacity 0.3s ease;
    }

    .cgezsyjv--bottom:hover {
      color: var(--primary-btn-bg);
      opacity: 1;
    }

    .luyapdkj--f {
      color: var(--footer-text-color);
      opacity: 0.2;
    }

    .xjylgcem--f {
      text-align: center;
      font-size: 12px;
      color: var(--footer-text-color);
      opacity: 0.4;
      margin: 15px 0 0 0;
    }

    @media (max-width: 768px) {
      .ysromwzx--bot {
        gap: 16px;
      }
    }
    



.ysromwzx--bot li:empty {
  display: none;
}

.ncdpszyt--hr {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.ncdpszyt--hr {
  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;
}

.ncdpszyt--hr svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.zaodwbnv--main{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.lxzvknhc--ban {
  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;
}

.qcvbmlkh--tbl{
  overflow-x: auto;
  width: 100%;
}

.bdsovxgq--content {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.bdsovxgq--content p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.bdsovxgq--content ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.bdsovxgq--content ul {
  list-style: none;
}

.bdsovxgq--content ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.bdsovxgq--content ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .bdsovxgq--content 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;
    }

    .bdsovxgq--content ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .bdsovxgq--content ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #ffce54 0%, #ffe49e 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: #FFCE54;
        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;
      }
    


      .bdsovxgq--content 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.05);
        overflow: hidden;
      }

      .bdsovxgq--content table thead tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      }

      .bdsovxgq--content table th {
        padding: 20px 25px;
        font-weight: normal;
        font-size: 12px;
        color: rgba(0, 0, 0, 0.4);
        text-transform: uppercase;
        letter-spacing: 0.2em;
        border: none;
      }

      .bdsovxgq--content table tbody tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        transition: background-color 0.2s ease;
      }

      .bdsovxgq--content table tbody tr:last-child {
        border-bottom: none;
      }

      .bdsovxgq--content table tbody tr:hover {
        background-color: rgba(0, 0, 0, 0.02);
      }

      .bdsovxgq--content table td {
        padding: 17px 35px;
        font-size: 14px;
        color: var(--table-text-color);
        border: none;
        letter-spacing: 0.025em;
      }

      .bdsovxgq--content table td:first-child {
        font-weight: normal;
      }
    

.bdsovxgq--content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.hvygmilj--blog {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.spaxlneo--post {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .eyqncjwx--column {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        margin: var(--py-2) 0;
        align-items: start;
        position: relative;
      }

      .eyqncjwx--column::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 1px;
        height: 80%;
        background: linear-gradient(180deg, transparent 0%, #fff2d1 50%, transparent 100%);
        z-index: 1;
      }

      .eyqncjwx--column .xtvnlyck--col:first-child {
        position: relative;
        z-index: 2;
        order: 2;
      }

      .eyqncjwx--column .xtvnlyck--col:last-child {
        position: relative;
        z-index: 2;
        order: 1;
        padding-right: 2rem;
      }

      .eyqncjwx--column figure {
        border-radius: 20px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
      }

      .eyqncjwx--column figure::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, #ffce5420 0%, #fff2d110 100%);
        z-index: 1;
        opacity: 0;
        transition: opacity 0.3s ease;
      }

      .eyqncjwx--column figure:hover::before {
        opacity: 1;
      }

      .eyqncjwx--column figure img {
        width: 100%;
        height: auto;
        position: relative;
        z-index: 0;
        border-radius: var(--border-radius);
      }

      .eyqncjwx--column h2 {
        margin-top: 0;
        color: var(--text-color);
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.3;
        margin-bottom: 1.5rem;
        position: relative;
      }

      .eyqncjwx--column h2::after {
        content: '';
        position: absolute;
        bottom: -0.5rem;
        left: 0;
        width: 2rem;
        height: 2px;
        background: #ffce54;
        border-radius: 1px;
      }

      .eyqncjwx--column p {
        line-height: 1.7;
        margin-bottom: 1rem;
        color: var(--text-color);
        opacity: 0.9;
      }

      @media (max-width: 1024px) {
        .eyqncjwx--column {
          grid-template-columns: 1fr;
          gap: 2rem;
        }

        .eyqncjwx--column::before {
          display: none;
        }

        .eyqncjwx--column .xtvnlyck--col:first-child {
          order: 1;
        }

        .eyqncjwx--column .xtvnlyck--col:last-child {
          order: 2;
          padding-left: 0;
          padding-right: 0;
        }
      }
    

.tekqcdzv--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%;
}

.tekqcdzv--tbl p,
.tekqcdzv--tbl h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.tekqcdzv--tbl table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.tekqcdzv--tbl table td,
.tekqcdzv--tbl table th {
  border: 0;
}

.tekqcdzv--tbl table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.tekqcdzv--tbl tr:last-child {
  border-bottom: 0;
}

.tekqcdzv--tbl h2 {
  margin-top: 0;
}

/*
.vzgkbmyd--row {
  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);
}
  */

.bhzkvync--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);
}


    .bhzkvync--invert{
      background: rgba(255,206,84,0.1);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(255,206,84,0.2);
      color: var(--text-color);
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    }
    

.bhzkvync--invert h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .zaodwbnv--main{
    flex-direction: column;
  }

  .lxzvknhc--ban {
    width: 100%;
  }

  .tekqcdzv--tbl {
    padding: var(--py);
  }

  .bhzkvync--invert {
    padding: var(--py);
  }
}

.ebgczoaw--sitemappage{
  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);
}
.ebgczoaw--sitemappage 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;
}
.ebgczoaw--sitemappage a:hover {
  color: var(--primary-btn-bg);
}
.ebgczoaw--sitemappage h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .ykiztbqp--form {
      background: var(--card-bg-color);
      border-radius: var(--border-radius);
      padding: 40px;
      box-shadow: var(--card-shadow);
      max-width: 600px;
      margin: var(--mb) auto;
    }

    .vspmgdut--form {
      display: flex;
      flex-direction: column;
    }

    .eqgowaxy--fr {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .dftlnwke--fr {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
    }

    .fyvnqilm--form {
      display: flex;
      flex-direction: column;
    }

    .shmykzgp--fr, .eslxtyqa--fr {
      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;
    }

    .shmykzgp--fr:focus, .eslxtyqa--fr:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .eslxtyqa--fr {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .vspmgdut--form button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
    }

    .vspmgdut--form button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .ykiztbqp--form {
        padding: 30px 20px;
        margin: var(--mb) 15px;
      }

      .dftlnwke--fr {
        grid-template-columns: 1fr;
        gap: 15px;
      }

      .eqgowaxy--fr {
        gap: 15px;
      }

      .shmykzgp--fr, .eslxtyqa--fr {
        padding: 12px 15px;
        font-size: 14px;
      }
    }
    

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}


        .ncdpszyt--hr {
            position: relative;
            min-height: 411px;
            background: linear-gradient(62deg, #FFCE54, #36D7B7);
            display: flex;
            align-items: center;
            overflow: hidden;
        }

        .lxzvknhc--ban {
            display: flex;
            align-items: center;
            justify-content: var(--banner-direction);
        }

        .vdfqoskz--main {
            position: absolute;
            inset: 0;
        }

        .xvimrzta--hr {
            position: absolute;
            background: rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            animation: float-particle 20s infinite linear;
        }

        .xvimrzta--hr:nth-child(1) {
            width: 4px;
            height: 4px;
            left: 10%;
            animation-delay: 0s;
            animation-duration: 15s;
        }

        .xvimrzta--hr:nth-child(2) {
            width: 6px;
            height: 6px;
            left: 20%;
            animation-delay: 2s;
            animation-duration: 18s;
        }

        .xvimrzta--hr:nth-child(3) {
            width: 3px;
            height: 3px;
            left: 30%;
            animation-delay: 4s;
            animation-duration: 12s;
        }

        .xvimrzta--hr:nth-child(4) {
            width: 5px;
            height: 5px;
            left: 40%;
            animation-delay: 6s;
            animation-duration: 16s;
        }

        .xvimrzta--hr:nth-child(5) {
            width: 4px;
            height: 4px;
            left: 50%;
            animation-delay: 8s;
            animation-duration: 14s;
        }

        .xvimrzta--hr:nth-child(6) {
            width: 6px;
            height: 6px;
            left: 60%;
            animation-delay: 10s;
            animation-duration: 17s;
        }

        .xvimrzta--hr:nth-child(7) {
            width: 3px;
            height: 3px;
            left: 70%;
            animation-delay: 12s;
            animation-duration: 13s;
        }

        .xvimrzta--hr:nth-child(8) {
            width: 5px;
            height: 5px;
            left: 80%;
            animation-delay: 14s;
            animation-duration: 19s;
        }

        .tmgzbrwi--ban {
            position: relative;
            z-index: 10;
            text-align: var(--banner-direction);
            width: 1137px;
            max-width: 100%;
            padding: var(--py);
        }

        .enafpvxk--hr {
            font-size: clamp(3rem, 8vw, 5rem);
            font-weight: bold;
            color: #FFFFFF;
            margin-bottom: 1rem;
            line-height: 1.2;
        }

        .yidkrvpm--hr {
            font-size: 19px;
            color: #FFFFFF;
            margin-bottom: 3rem;
            line-height: 1.6;
        }

        @media (max-width: 1024px) {
            .enafpvxk--hr {
                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;
            }
        }
        


        .pgjbnwzl--block {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: var(--py);
            padding: var(--py) 0;
        }

        .vzgkbmyd--row {
            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;
        }

        .vzgkbmyd--row::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 7px;
            background: linear-gradient(90deg, #FFCE54, #36D7B7);
        }

        .vzgkbmyd--row:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        }

        .vzgkbmyd--row h3 {
            color: #333333;
        }

        .vzgkbmyd--row p {
            color: #333333;
            margin: 0;
        }

        @media (max-width: 768px) {
            .pgjbnwzl--block {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        