/*!
Theme Name: l5bwyc
Theme URI: #
Version: 7.2.0
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: l5bwyc
*/

:root {
  --text-color: #000000;
  --heading-color: #855A8A;
  --primary-btn-bg: #E8C6D2;
  --secondary-btn-bg: #E3B04B;
  --primary-btn-color: #1A1A1A;
  --secondary-btn-color: #1A1A1A;

  --header-bg-color: #855A8A;
  --header-text-color: #F0E68C;
  --header-border: {{header-border}};

  --footer-bg-color: #B08DE1;
  --footer-text-color: #1A1A1A;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #EAEDED;
  --table-border-color: #855A8A;
  --table-text-color: #1c2121;

  --body-bg-color: #F1F1F1;
  --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: center;
  --banner-column: 60%;
  --banner-padding: 208.8px;
  --banner-border: 0 solid;
  --banner-bg-color: #E2B40C;
  --banner-text-color: #000000;

  --container-max-width: 1351px;
  --container-padding: 0 15px;
  --border-radius: 14px;
  --py: 38px;
  --py-2: 75px;
  --py-3: 62px;
  --text-align: left;
  --mb: 17px;
  --fz-1: 41.76px;
  --fz-2: 34.8px;
  --fz-3: 29px;
  --logo-width: 186px;
  --menu-margin: 0;

  --animation-duration: 450ms;
  --animation-type: ease-in-out;
  --animation-effect: fadeIn;

  --contrast-bg-color: #262626;
  --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;
}

.container--gqlecvupx {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .header--pvcsduwkx {
        background-color: var(--header-bg-color);
        color: var(--header-text-color);
        padding: 0;
        border-bottom: var(--header-border);
      }

      .header--letgobaks {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .header--eqrlkomyu {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .h--acsrgkfqp {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
        padding: 8px 20px;
        border-radius: var(--border-radius);
        border: 1px solid #f3e2e8;
      }

      .h--acsrgkfqp:hover {
        color: var(--primary-btn-bg);
      }


      .head--pflwybraz {
        display: flex;
        gap: 10px;
      }

      .head--iepmwvhkf {
        display: none;
      }
    

@media (max-width: 1024px) {
  .header--eqrlkomyu {
    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;
  }

  .h--acsrgkfqp {
    padding: 10px 0;
    display: block;
  }

  .header--eqrlkomyu.active {
    opacity: 1;
    visibility: visible;
  }

  .head--iepmwvhkf {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .head--iepmwvhkf span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .head--iepmwvhkf.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .head--iepmwvhkf.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.brand--tpgifuqns {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.brand--tpgifuqns img {
  max-height: 80px;
}

.prim--xjuzwdtqb,
.sec--klqwmgdif {
  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;
}

.prim--xjuzwdtqb {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.prim--xjuzwdtqb:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.sec--klqwmgdif {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.sec--klqwmgdif:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.foot--ugmwapsjk{
  position: relative;
}
.foot--ugmwapsjk * {
  z-index: 1;
  position: relative;
}


      .txt--kyfxdvqmc > .wp-block-image {
        margin: 2rem 0;
        display: block;
      }

      .txt--kyfxdvqmc > .wp-block-image img {
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        max-width: 100%;
        height: auto;
        display: block;
      }

      .txt--kyfxdvqmc > .wp-block-image img:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }
    


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

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

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

    .pr__title--imwzvuybc {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .foot--ugmwapsjk {
      background: linear-gradient(135deg, #bfa2e6 0%, #9566d6 50%, #612da9 100%);
      color: var(--footer-text-color);
      padding: 64px 24px;
    }

    .footer--dokshvwlr {
      max-width: 1280px;
      margin: 0 auto;
    }

    .footer--qnftyiacb {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 32px;
    }

    .bot--fqrmbiouk {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 32px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .bottom--xewvtzsup {
      color: var(--footer-text-color);
      opacity: 0.7;
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s ease, opacity 0.3s ease;
    }

    .bottom--xewvtzsup:hover {
      color: var(--footer-text-color);
      opacity: 1;
    }

    .footer--qjwklshay {
      text-align: center;
      font-size: 14px;
      color: var(--footer-text-color);
      opacity: 0.5;
    }

    @media (max-width: 768px) {
      .foot--ugmwapsjk {
        padding: 48px 16px;
      }

      .bot--fqrmbiouk {
        gap: 24px;
      }
    }
    


        .foot--ugmwapsjk:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.05;
            z-index: 0;
            
            background: repeating-linear-gradient( -45deg, #4a2281, #4a2281 13px, #cdb6ec 13px, #cdb6ec 65px );
            
        }
        

.bot--fqrmbiouk li:empty {
  display: none;
}

.b--whdagzksx {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.b--whdagzksx {
  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--whdagzksx svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.banner--mefhytwna{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.hr--linywtpjh {
  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;
}

.tb--lgudoafmb{
  overflow-x: auto;
  width: 100%;
}

.txt--kyfxdvqmc {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.txt--kyfxdvqmc p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.txt--kyfxdvqmc ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.txt--kyfxdvqmc ul {
  list-style: none;
}

.txt--kyfxdvqmc ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.txt--kyfxdvqmc ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .txt--kyfxdvqmc ol {
      counter-reset: list-counter;
      list-style: none;
      padding-left: 0;
      margin: 3rem 0;
    }

    .txt--kyfxdvqmc ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3.5rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
      border: 1px solid #ffffff;
      border-radius: 6px;
      padding: 1rem 1rem 1rem 3.5rem;
      background: rgba(255, 255, 255, 0.02);
    }

    .txt--kyfxdvqmc ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0.75rem;
      top: 50%;
      transform: translateY(-50%);
      background: transparent;
      color: var(--primary-btn-bg);
      width: 2rem;
      height: 2rem;
      border: 2px solid var(--primary-btn-bg);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 600;
      font-size: 0.875rem;
    }

    .txt--kyfxdvqmc ol li:hover {
      background: rgba(255, 255, 255, 0.05);
      border-color: var(--primary-btn-bg);
    }
    


      .aioseo-breadcrumbs {
        margin: 1rem 0;
        padding: 0.5rem 0;
        font-size: 0.875rem;
      }

      .aioseo-breadcrumb {
        display: inline-block;
      }

      .aioseo-breadcrumb a {
        color: #E8C6D2;
        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;
      }
    


      .txt--kyfxdvqmc 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 #c8d0d0;
        overflow: hidden;
      }

      .txt--kyfxdvqmc table thead tr {
        border-bottom: 1px solid #c8d0d0;
      }

      .txt--kyfxdvqmc table th {
        padding: 20px 25px;
        font-weight: bold;
        font-size: 12px;
        color: var(--heading-color);
        letter-spacing: 0.05em;
        border: none;
      }

      .txt--kyfxdvqmc table tbody tr {
        border-bottom: 1px solid #dbe1e1;
        transition: background-color 0.2s ease;
      }

      .txt--kyfxdvqmc table tbody tr:last-child {
        border-bottom: none;
      }

      .txt--kyfxdvqmc table tbody tr:hover {
        background-color: #e3e8e8;
      }

      .txt--kyfxdvqmc table td {
        padding: 20px 24px;
        font-size: 15px;
        color: var(--table-text-color);
        border: none;
      }

      .txt--kyfxdvqmc table td:first-child {
        font-weight: 500;
      }
    

.txt--kyfxdvqmc img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.blog--fbkezirya {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.item--hkcolydqw {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .column--oycbsmfxw {
        display: grid;
        grid-template-columns: 1fr 1.5fr;
        gap: var(--py-2);
        margin: var(--py-2) 0;
        align-items: center;
      }

      .column--oycbsmfxw .cols--jyosdlnuf:first-child {
        order: 2;
      }

      .column--oycbsmfxw .cols--jyosdlnuf:last-child {
        order: 1;
      }

      .column--oycbsmfxw h2 {
        margin-top: 0;
      }

      .column--oycbsmfxw figure {
        margin: 0 auto;
        width: max-content;
        position: relative;
      }

      .column--oycbsmfxw figure:before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%);
        z-index: 1;
        border-radius: var(--border-radius);
      }

      .column--oycbsmfxw img {
        margin: 0 auto;
        max-height: 320px;
        border-radius: var(--border-radius);
        border: 1px solid var(--table-border-color);
      }

      @media (max-width: 1024px) {
        .column--oycbsmfxw {
          grid-template-columns: 1fr;
        }

        .column--oycbsmfxw .cols--jyosdlnuf:first-child {
          order: 1;
        }

        .column--oycbsmfxw .cols--jyosdlnuf:last-child {
          order: 2;
        }
      }
    

.tb--jusvkablo {
  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--jusvkablo p,
.tb--jusvkablo h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.tb--jusvkablo table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.tb--jusvkablo table td,
.tb--jusvkablo table th {
  border: 0;
}

.tb--jusvkablo table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.tb--jusvkablo tr:last-child {
  border-bottom: 0;
}

.tb--jusvkablo h2 {
  margin-top: 0;
}

/*
.blocks--xefgwykld {
  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);
}
  */

.contrast--naegxbkoh {
  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);
}


    .contrast--naegxbkoh{
      background: linear-gradient(135deg, #e8c6d2 0%, #e8c5cb 50%, #e8d0c5 100%);
      padding: 54px;
    }
    

.contrast--naegxbkoh h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .banner--mefhytwna{
    flex-direction: column;
  }

  .hr--linywtpjh {
    width: 100%;
  }

  .tb--jusvkablo {
    padding: var(--py);
  }

  .contrast--naegxbkoh {
    padding: var(--py);
  }
}

.sitemap--dmksuvcjl{
  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);
}
.sitemap--dmksuvcjl 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;
}
.sitemap--dmksuvcjl a:hover {
  color: var(--primary-btn-bg);
}
.sitemap--dmksuvcjl h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .frm--jlvxiwecd {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .fr--ijkumvayd {
      display: flex;
      flex-direction: column;
    }

    .fr--mbcqwhovg, .fr--zbtawdmsu {
      padding: 15px 20px;
      border-radius: var(--border-radius);
      border: 2px solid var(--table-border-color);
      background-color: var(--table-bg-color);
      color: var(--text-color);
      font-size: 16px;
      outline: none;
      transition: all 0.3s ease;
    }

    .fr--mbcqwhovg:focus, .fr--zbtawdmsu:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .fr--zbtawdmsu {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .frm--jlvxiwecd button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .frm--jlvxiwecd button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .frm--jlvxiwecd {
        max-width: 100%;
        gap: 15px;
      }

      .fr--mbcqwhovg, .fr--zbtawdmsu {
        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)
  }
}


        .header--pvcsduwkx {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            background: #fff0;
            z-index: 100;
            border: 0;
        }

        .b--whdagzksx {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 90vh;
            padding: 150px 15px 50px;
        }

        .hr--linywtpjh {
            position: relative;
            text-align: center;
            max-width: 59rem;
            margin: 0 auto;
            z-index: 10;
        }

        .hr--kvhsudrnp {
            font-size: 62px;
            margin-bottom: var(--mb);
            margin-top: 0;
            line-height: 1.25;
            color: transparent;
            font-weight: 900;
            background-clip: text;
            background-image: linear-gradient(to right in oklab, #855A8A 0%, #E8C6D2 50%, #E3B04B 100%);
        }

        .hr--kvhsudrnp span {
            color: transparent;
            background-clip: text;
            background-image: linear-gradient(to right in oklab, #E8C6D2 0%, #E3B04B 100%);
        }

        .hero--azcwrhemq {
            font-size: 16px;
            color: #000000;
            max-width: 49rem;
            margin: 0 auto var(--mb);
        }

        .banner--gnelxmqaz {
            position: absolute;
            inset: 0;
            background-image: linear-gradient(to bottom right,
                    rgba(#E8C6D2, 0.2),
                    rgba(#E3B04B, 0.2),
                    rgba(#E8C6D2, 0.2));
            opacity: 0.5;
        }

        .main--rvpcaiyjd {
            position: absolute;
            border-radius: 9999px;
            opacity: 0.3;
        }

        .main--rvpcaiyjd:nth-child(1) {
            top: 4rem;
            left: 84%;
            width: 8rem;
            height: 8rem;
            background-image: linear-gradient(to right, #E8C6D2, #E3B04B);
            border-radius: 9999px;
            filter: blur(24px);
            opacity: 0.3;
            animation: pulse 2s infinite;
        }

        .main--rvpcaiyjd:nth-child(2) {
            bottom: 5rem;
            right: 34%;
            width: 12rem;
            height: 12rem;
            background-image: linear-gradient(to right, #E8C6D2, #E3B04B);
            border-radius: 9999px;
            filter: blur(40px);
            opacity: 0.2;
            animation: pulse 2s infinite;
            animation-delay: 1s;
        }

        .main--rvpcaiyjd:nth-child(3) {
            top: 66%;
            left: 29%;
            width: 7rem;
            height: 6rem;
            background-image: linear-gradient(to right, #E3B04B, #E8C6D2);
            border-radius: 0.5rem;
            filter: blur(16px);
            opacity: 0.25;
            animation: bounce 1s infinite;
        }

        @media (max-width: 1024px) {
            .hr--kvhsudrnp {
                font-size: 35px;
                max-width: 100%;
            }

            .b--whdagzksx {
                padding: 120px 15px 50px;
                min-height: 70vh;
            }

            .hero--azcwrhemq {
                max-width: 100%;
            }

            .main--rvpcaiyjd:nth-child(1),
            .main--rvpcaiyjd:nth-child(2),
            .main--rvpcaiyjd:nth-child(3){
                width: 3rem;
                height: 3rem;
            }
        }

        @keyframes pulse {

            0%,
            100% {
                opacity: 1;
            }

            50% {
                opacity: .5;
            }
        }

        @keyframes bounce {

            0%,
            100% {
                transform: translateY(-25%);
                animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
            }

            50% {
                transform: translateY(0);
                animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
            }
        }
        


        .blocks--nuxvsidqg {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            padding: 2rem 0;
        }

        .blocks--xefgwykld {
            background: #ffffff;
            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;
        }

        .blocks--xefgwykld::before {
            content: '';
            position: absolute;
            top: 98%;
            left: 58%;
            width: 0;
            height: 0;
            background: radial-gradient(circle, #E8C6D220, transparent);
            border-radius: 50%;
            transform: translate(-50%, -50%);
            transition: all 0.4s ease;
        }

        .blocks--xefgwykld:hover::before {
            width: 221px;
            height: 221px;
        }

        .blocks--xefgwykld:hover {
            transform: translateY(-5px) scale(1.01);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }

        .blocks--xefgwykld h3 {
            color: #000000;
            position: relative;
            z-index: 1;
            transition: color 0.3s ease;
        }

        .blocks--xefgwykld:hover h3 {
            color: #E8C6D2;
        }

        .blocks--xefgwykld p {
            color: #000000;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .blocks--nuxvsidqg {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        