/*!
Theme Name: nca8hz
Theme URI: #
Version: 4.1.4
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nca8hz
*/

:root {
  --text-color: #FFFFFF;
  --heading-color: #7CFC00;
  --primary-btn-bg: #FF8C00;
  --secondary-btn-bg: #FFD700;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #000000;

  --header-bg-color: #7CFC00;
  --header-text-color: #000000;
  --header-border: {{header-border}};

  --footer-bg-color: #FF8C00;
  --footer-text-color: #FFFFFF;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #E6E6FA;
  --table-border-color: #7CFC00;
  --table-text-color: #0c0c3c;

  --body-bg-color: #000000;
  --card-bg-color: #333333;
  --card-text-color: #FFFFFF;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: center;
  --banner-column: 80%;
  --banner-padding: 216px;
  --banner-border: 0 solid;
  --banner-bg-color: #2E8B57;
  --banner-text-color: #ffffff;

  --container-max-width: 1389px;
  --container-padding: 0 15px;
  --border-radius: 3px;
  --py: 34px;
  --py-2: 63px;
  --py-3: 80px;
  --text-align: center;
  --mb: 21px;
  --fz-1: 43.2px;
  --fz-2: 36px;
  --fz-3: 30px;
  --logo-width: 170px;
  --menu-margin: 0 0 0 auto;

  --animation-duration: 684ms;
  --animation-type: ease;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #cccccc;
  --contrast-text-color: #333333;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Rubik', 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;
}

.niwrex-container {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .fldzsn-head {
        padding: var(--py) 0;
      }

      .vxwqsb-h {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: var(--mb);
      }

      .pxgqei-header {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: 0;
        padding: 12px 32px;
        border-radius: var(--border-radius);
        border: 1px solid #ffc57f;
      }

      .dmpgli-h {
        color: var(--heading-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .dmpgli-h:hover {
        color: var(--primary-btn-bg);
      }


      .nlifyh-top {
        display: flex;
        gap: 10px;
      }

      .cbzmjt-header {
        display: none;
      }

      .ulidve-l img {
        margin: 0 auto;
        display: block;
      }

      @media (max-width: 1024px) {
        .vxwqsb-h {
          justify-content: space-between;
          flex-direction: row;
        }

        .dmpgli-h {
          color: var(--header-text-color);
        }
      }
    

@media (max-width: 1024px) {
  .pxgqei-header {
    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;
  }

  .dmpgli-h {
    padding: 10px 0;
    display: block;
  }

  .pxgqei-header.active {
    opacity: 1;
    visibility: visible;
  }

  .cbzmjt-header {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .cbzmjt-header span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .cbzmjt-header.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .cbzmjt-header.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.ulidve-l {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.ulidve-l img {
  max-height: 80px;
}

.fpkbrt-p,
.lxbmsd-second {
  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;
}

.fpkbrt-p {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.fpkbrt-p:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.lxbmsd-second {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.lxbmsd-second:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.gilwko-bottom{
  position: relative;
}
.gilwko-bottom * {
  z-index: 1;
  position: relative;
}


      .pmjnrh-txt > .wp-block-image {
        margin: 2.5rem auto;
        display: block;
        position: relative;
        padding: 10px;
        background: linear-gradient(135deg, #ff8c00 0%, #cc7000 100%);
        border-radius: var(--border-radius);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        transition: all .3s ease;
        overflow: hidden;
        width: max-content;
        max-width: 100%;
      }

      .pmjnrh-txt > .wp-block-image:hover {
        transform: scale(1.01);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }

      .pmjnrh-txt > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        position: relative;
        z-index: 1;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        margin: 0 auto;
      }
    


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

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

    .hvfrat-lks a:hover {
      opacity: .7;
    }

    .vwqgpz-ps__title {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .gilwko-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);
    }

    .tkdwhf-foot {
      max-width: 1280px;
      margin: 0 auto;
    }

    .yrxfhj-bottom {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 32px;
      flex-wrap: wrap;
      margin-bottom: 24px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .qrozug-footer {
      color: var(--footer-text-color);
      opacity: 0.6;
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s ease, opacity 0.3s ease;
    }

    .qrozug-footer:hover {
      color: var(--primary-btn-bg);
      opacity: 1;
    }

    .uoxgdy-bottom {
      color: var(--footer-text-color);
      opacity: 0.2;
    }

    .qxjymk-bot {
      text-align: center;
      font-size: 12px;
      color: var(--footer-text-color);
      opacity: 0.4;
      margin: 15px 0 0 0;
    }

    @media (max-width: 768px) {
      .yrxfhj-bottom {
        gap: 16px;
      }
    }
    



.yrxfhj-bottom li:empty {
  display: none;
}

.vwhnjb-main {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.vwhnjb-main {
  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;
}

.vwhnjb-main svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.kxftwz-hero{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.hobgps-b {
  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;
}

.xauqlz-tb{
  overflow-x: auto;
  width: 100%;
}

.pmjnrh-txt {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.pmjnrh-txt p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.pmjnrh-txt ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.pmjnrh-txt ul {
  list-style: none;
}

.pmjnrh-txt ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.pmjnrh-txt ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .pmjnrh-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;
    }

    .pmjnrh-txt ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .pmjnrh-txt ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #ff8c00 0%, #ffaf4d 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: 1.25rem 0;
        padding: 0.75rem 0;
        font-size: 0.875rem;
        background: rgba(255, 255, 255, 0.02);
        border-radius: 4px;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
      }

      .aioseo-breadcrumb {
        display: inline-block;
      }

      .aioseo-breadcrumb a {
        color: #FF8C00;
        text-decoration: none;
        opacity: 0.9;
        transition: opacity 0.2s ease;
        font-weight: 400;
      }

      .aioseo-breadcrumb a:hover {
        opacity: 1;
        text-decoration: underline;
      }

      .aioseo-breadcrumb:not(:has(a)) {
        color: var(--text-color);
        opacity: 0.7;
        font-weight: 500;
      }

      .aioseo-breadcrumb-separator {
        color: var(--text-color);
        opacity: 0.5;
        margin: 0 0.625rem;
        font-weight: 300;
      }
    


      .pmjnrh-txt table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: var(--mb);
        color: var(--table-text-color);
        border-radius: var(--border-radius);
        overflow: hidden;
        margin: 0;
      }

      .wp-block-table {
        border-radius: var(--border-radius);
        border: 1px solid #bbbbf2;
        box-shadow: 0 25px 50px -12px #bbbbf2;
      }

      .pmjnrh-txt table thead {
        background-color: #fbfbfe;
      }

      .pmjnrh-txt table thead tr {
        border-bottom: 1px solid #bbbbf2;
      }

      .pmjnrh-txt table th {
        padding: 19px 28px;
        font-weight: bold;
        font-size: 18px;
        color: var(--heading-color);
        border: none;
      }

      .pmjnrh-txt table tbody tr {
        border-bottom: 1px solid #bbbbf2;
      }

      .pmjnrh-txt table tbody tr:last-child {
        border-bottom: none;
      }

      .pmjnrh-txt table td {
        padding: 21px 25px;
        font-size: 18px;
        color: var(--table-text-color);
        border: none;
      }

      .pmjnrh-txt table td:first-child {
        font-weight: 500;
      }
    

.pmjnrh-txt img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.kvgnqp-article {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.idhpfc-articles {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .nemqwi-col {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: var(--py-2);
        margin: var(--py-2) 0;
        align-items: center;
      }

      .nemqwi-col .gwpzhm-col:first-child {
        order: 1;
        padding: 18px;
        border-radius: var(--border-radius);
        box-shadow: 0 16px 35px rgba(0, 0, 0, 0.6);
        background-color: rgb(from var(--table-bg-color) r g b / 0.5);
        border: 1px solid var(--table-border-color);
      }

      .nemqwi-col .gwpzhm-col:last-child {
        order: 2;
      }

      .nemqwi-col h2 {
        margin-top: 0;
      }

      .nemqwi-col img,
      .nemqwi-col figure {
        margin: 0;
        border-radius: var(--border-radius);
      }

      @media (max-width: 1024px) {
        .nemqwi-col {
          grid-template-columns: 1fr;
        }

        .nemqwi-col .gwpzhm-col:first-child {
          order: 1;
        }

        .nemqwi-col .gwpzhm-col:last-child {
          order: 2;
        }
      }
    

.ytqscl-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%;
}

.ytqscl-tbl p,
.ytqscl-tbl h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.ytqscl-tbl table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.ytqscl-tbl table td,
.ytqscl-tbl table th {
  border: 0;
}

.ytqscl-tbl table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.ytqscl-tbl tr:last-child {
  border-bottom: 0;
}

.ytqscl-tbl h2 {
  margin-top: 0;
}

/*
.blqhvt-rows {
  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);
}
  */

.vqngbw-inv {
  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);
}


    .vqngbw-inv{
      border: 2px solid var(--primary-btn-bg);
      color: var(--text-color);
      background-color: var(--body-bg-color);
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    }
    

.vqngbw-inv h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .kxftwz-hero{
    flex-direction: column;
  }

  .hobgps-b {
    width: 100%;
  }

  .ytqscl-tbl {
    padding: var(--py);
  }

  .vqngbw-inv {
    padding: var(--py);
  }
}

.ngclaj-sm{
  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);
}
.ngclaj-sm 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;
}
.ngclaj-sm a:hover {
  color: var(--primary-btn-bg);
}
.ngclaj-sm h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .gxmhwl-frm {
      background: var(--card-bg-color);
      border-radius: var(--border-radius);
      padding: 40px;
      box-shadow: var(--card-shadow);
      max-width: 600px;
      margin: var(--mb) auto;
    }

    .uxlsmi-frm {
      display: flex;
      flex-direction: column;
    }

    .chievd-form {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .vakibp-fr {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
    }

    .covayp-form {
      display: flex;
      flex-direction: column;
    }

    .atrbzx-fr, .erblyh-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;
    }

    .atrbzx-fr:focus, .erblyh-fr:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .erblyh-fr {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .uxlsmi-frm button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
    }

    .uxlsmi-frm button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .gxmhwl-frm {
        padding: 30px 20px;
        margin: var(--mb) 15px;
      }

      .vakibp-fr {
        grid-template-columns: 1fr;
        gap: 15px;
      }

      .chievd-form {
        gap: 15px;
      }

      .atrbzx-fr, .erblyh-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)
  }
}


        .vwhnjb-main {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 47px var(--py) 81px;
            overflow: hidden;
        }

        .pdicgy-hr {
            position: absolute;
            inset: 0;
            pointer-events: none;
        }

        .kpgrev-hero {
            position: absolute;
            border-radius: 50%;
            filter: blur(92px);
        }

        .kpgrev-hero:nth-child(1) {
            top: 23%;
            left: 25%;
            width: 313px;
            height: 378px;
            background: rgba(255, 140, 0, 0.1);
        }

        .kpgrev-hero:nth-child(2) {
            top: 36%;
            right: 24%;
            width: 267px;
            height: 349px;
            background: rgba(255, 215, 0, 0.1);
        }

        .kpgrev-hero:nth-child(3) {
            bottom: 24%;
            left: 43%;
            width: 215px;
            height: 259px;
            background: rgba(255, 140, 0, 0.15);
        }

        .iypsav-banner {
            position: relative;
            width: 100%;
            text-align: center;
            max-width: 1035px;
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(27px);
            border-radius: 36px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            padding: 69px;
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
        }

        .iypsav-banner::before {
            content: '';
            position: absolute;
            top: -47px;
            right: -43px;
            width: 128px;
            height: 123px;
            background: linear-gradient(to bottom right, rgba(255, 140, 0, 0.2), transparent);
            border-radius: 50%;
            filter: blur(36px);
        }

        .iypsav-banner::after {
            content: '';
            position: absolute;
            bottom: -48px;
            left: -47px;
            width: 131px;
            height: 100px;
            background: linear-gradient(to top left, rgba(255, 215, 0, 0.2), transparent);
            border-radius: 50%;
            filter: blur(38px);
        }

        .uroyia-main {
            position: absolute;
            border-radius: 50%;
            animation: pulse 2s ease-in-out infinite;
        }

        .uroyia-main:nth-child(1) {
            top: 21px;
            right: 70px;
            width: 8px;
            height: 9px;
            background: #FF8C00;
            animation-delay: 0s;
        }

        .uroyia-main:nth-child(2) {
            bottom: 56px;
            left: 44px;
            width: 6px;
            height: 8px;
            background: #FFD700;
            animation-delay: 0.5s;
        }

        .uroyia-main:nth-child(3) {
            top: 72px;
            left: 69px;
            width: 5px;
            height: 6px;
            background: white;
            animation-delay: 1s;
        }

        .hwgcts-hero {
            font-size: clamp(52px, 8vw, 83px);
            font-weight: bold;
            color: #ffffff;
            margin-bottom: 26px;
            line-height: 1.1;
            letter-spacing: 0.02em;
            text-align: center;
        }

        .hwgcts-hero .italic {
            font-style: italic;
            color: #FF8C00;
            opacity: 0.9;
        }

        .nlpjaf-banner {
            font-size: 18px;
            color: #ffffff;
            opacity: 0.7;
            max-width: 659px;
            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) {
            .iypsav-banner {
                padding: 54px;
            }

            .hwgcts-hero {
                font-size: 40px;
            }

            .nlpjaf-banner {
                font-size: 17px;
            }
        }
        


        .qlizgm-row {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            padding: 2rem 0;
        }

        .blqhvt-rows {
            background: #333333;
            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;
        }

        .blqhvt-rows::before {
            content: '';
            position: absolute;
            top: 17%;
            left: 20%;
            width: 0;
            height: 0;
            background: radial-gradient(circle, #FF8C0020, transparent);
            border-radius: 50%;
            transform: translate(-50%, -50%);
            transition: all 0.4s ease;
        }

        .blqhvt-rows:hover::before {
            width: 324px;
            height: 324px;
        }

        .blqhvt-rows:hover {
            transform: translateY(-5px) scale(1.01);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }

        .blqhvt-rows h3 {
            color: #FFFFFF;
            position: relative;
            z-index: 1;
            transition: color 0.3s ease;
        }

        .blqhvt-rows:hover h3 {
            color: #FF8C00;
        }

        .blqhvt-rows p {
            color: #FFFFFF;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .qlizgm-row {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        