/*!
Theme Name: 2wodbi
Theme URI: #
Version: 9.1.8
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 2wodbi
*/

:root {
  --text-color: #333333;
  --heading-color: #FF5733;
  --primary-btn-bg: #FFBD33;
  --secondary-btn-bg: #33FF57;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #F9F9F9;
  --header-text-color: #FF5733;
  --header-border: 1px solid #FFBD33;

  --footer-bg-color: #333333;
  --footer-text-color: #FFFFFF;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #FFFFFF;
  --table-border-color: #CCCCCC;
  --table-text-color: #333333;

  --body-bg-color: #F9F9F9;
  --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: 76%;
  --banner-padding: 136.8px;
  --banner-border: 3px solid #FFBD33;
  --banner-bg-color: #F9F9F9;
  --banner-text-color: #000000;

  --container-max-width: 1329px;
  --container-padding: 0 15px;
  --border-radius: 11px;
  --py: 15px;
  --py-2: 42px;
  --py-3: 53px;
  --text-align: center;
  --mb: 18px;
  --fz-1: 27.36px;
  --fz-2: 22.8px;
  --fz-3: 19px;
  --logo-width: 105px;
  --menu-margin: 0 0 0 auto;

  --animation-duration: 698ms;
  --animation-type: linear;
  --animation-effect: fadeIn;

  --contrast-bg-color: #2e2e2e;
  --contrast-text-color: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', 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;
}

.yrkxzignl-wr {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .ozciehmxq-head {
        color: var(--header-text-color);
        padding: 0;
      }

      .ozciehmxq-head .yrkxzignl-wr {
        border-bottom: 1px solid #ffde99;
      }

      .vpuwdekty-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .fxcirmlwd-top {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .izrqmywbn-h {
        color: var(--heading-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .izrqmywbn-h:hover {
        color: var(--primary-btn-bg);
      }


      .lztpryjoa-head {
        display: flex;
        gap: 10px;
      }

      .ulvdzbfao-header {
        display: none;
      }

      @media (max-width: 1024px) {
        .izrqmywbn-h {
          color: var(--header-text-color);
        }
      }
    

@media (max-width: 1024px) {
  .fxcirmlwd-top {
    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;
  }

  .izrqmywbn-h {
    padding: 10px 0;
    display: block;
  }

  .fxcirmlwd-top.active {
    opacity: 1;
    visibility: visible;
  }

  .ulvdzbfao-header {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .ulvdzbfao-header span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .ulvdzbfao-header.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .ulvdzbfao-header.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.xnbdzatgp-l {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.xnbdzatgp-l img {
  max-height: 80px;
}

.khqlsvbzj-p,
.hzcotpmvg-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;
}

.khqlsvbzj-p {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.khqlsvbzj-p:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.hzcotpmvg-secondary {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.hzcotpmvg-secondary:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.vnmefrhqw-bottom{
  position: relative;
}
.vnmefrhqw-bottom * {
  z-index: 1;
  position: relative;
}


      .xpnosrtza-content > .wp-block-image {
        margin: 2rem 0;
        display: block;
        padding: 8px;
        border: 2px solid #ffdf99;
        border-radius: var(--border-radius);
        background: rgba(255, 255, 255, 0.02);
        transition: border-color 0.3s ease, background 0.3s ease;
      }

      .xpnosrtza-content > .wp-block-image:hover {
        border-color: var(--primary-btn-bg);
        background: rgba(255, 255, 255, 0.05);
      }

      .xpnosrtza-content > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0;
      }
    


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

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

    .ajyrolesi-pr a:hover {
      opacity: .7;
    }

    .cngbzqpyd-nvs__title {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .vnmefrhqw-bottom {
      background: linear-gradient(135deg, #4d4d4d 0%, #1a1a1a 100%);
      color: var(--footer-text-color);
      padding: 40px 0 20px;
      position: relative;
      overflow: hidden;
    }

    .vnmefrhqw-bottom::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: linear-gradient(90deg, transparent 0%, var(--primary-btn-bg) 50%, transparent 100%);
    }

    .ronzaijqk-foot {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
    }

    .otuxznqdw-f {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 30px;
    }

    .jrkeosaid-footer {
      width: 100%;
    }

    .wpgezubvo-footer {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 30px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .gzrletuwb-bottom {
      color: var(--footer-text-color);
      text-decoration: none;
      font-weight: 500;
      font-size: 16px;
      padding: 8px 16px;
      border-radius: 25px;
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
    }

    .gzrletuwb-bottom:hover {
      color: var(--primary-btn-text);
      transform: translateY(-2px);
    }

    .qjbnilsfu-bot {
      height: 1px;
      background: linear-gradient(90deg, transparent 0%, var(--primary-btn-bg) 20%, var(--primary-btn-bg) 80%, transparent 100%);
      margin: 20px 0;
      opacity: 0.3;
    }

    .cjdoiamfu-bot {
      text-align: center;
      padding-top: 20px;
    }

    .cjdoiamfu-bot p {
      margin: 0;
      font-size: 14px;
      color: var(--footer-text-color);
      opacity: 0.8;
      font-weight: 400;
    }

    @media (max-width: 768px) {
      .vnmefrhqw-bottom {
        padding: 30px 0 15px;
      }

      .wpgezubvo-footer {
        gap: 15px;
        flex-direction: column;
      }

      .gzrletuwb-bottom {
        font-size: 14px;
        padding: 6px 12px;
      }

      .otuxznqdw-f {
        margin-bottom: 20px;
      }

      .qjbnilsfu-bot {
        margin: 15px 0;
      }
    }

    @media (max-width: 480px) {
      .wpgezubvo-footer {
        gap: 10px;
      }

      .gzrletuwb-bottom {
        font-size: 13px;
        padding: 5px 10px;
      }
    }
    



.wpgezubvo-footer li:empty {
  display: none;
}

.ufrvyojph-hr {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.ufrvyojph-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;
}

.ufrvyojph-hr svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.hjlnqzvsf-b{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.kgysjxrhb-banner {
  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;
}

.aqpvhjzkc-table{
  overflow-x: auto;
  width: 100%;
}

.xpnosrtza-content {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.xpnosrtza-content p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.xpnosrtza-content ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.xpnosrtza-content ul {
  list-style: none;
}

.xpnosrtza-content ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.xpnosrtza-content ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .xpnosrtza-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;
    }

    .xpnosrtza-content ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .xpnosrtza-content ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #ffbd33 0%, #ffd780 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: #FFBD33;
        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;
      }
    


      .xpnosrtza-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;
      }

      .xpnosrtza-content table thead tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      }

      .xpnosrtza-content table th {
        padding: 16px 30px;
        font-weight: normal;
        font-size: 12px;
        color: rgba(0, 0, 0, 0.4);
        text-transform: uppercase;
        letter-spacing: 0.2em;
        border: none;
      }

      .xpnosrtza-content table tbody tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        transition: background-color 0.2s ease;
      }

      .xpnosrtza-content table tbody tr:last-child {
        border-bottom: none;
      }

      .xpnosrtza-content table tbody tr:hover {
        background-color: rgba(0, 0, 0, 0.02);
      }

      .xpnosrtza-content table td {
        padding: 24px 33px;
        font-size: 14px;
        color: var(--table-text-color);
        border: none;
        letter-spacing: 0.025em;
      }

      .xpnosrtza-content table td:first-child {
        font-weight: normal;
      }
    

.xpnosrtza-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.rouwpjiah-post {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.ivzgsaewo-item {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .kexcdbqgy-cols {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        margin: var(--py-2) 0;
        align-items: center;
      }

      .kexcdbqgy-cols .rfnhpkems-col:first-child {
        order: 1;
      }

      .kexcdbqgy-cols .rfnhpkems-col:last-child {
        order: 2;
        padding-left: 2rem;
      }

      .kexcdbqgy-cols h2 {
        margin-top: 0;
        color: var(--primary-btn-bg);
        position: relative;
        padding-bottom: 1rem;
      }

      .kexcdbqgy-cols h2::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 3rem;
        height: 3px;
        background: linear-gradient(90deg, #ffbd33 0%, #ffdf99 100%);
        border-radius: 2px;
      }

      .kexcdbqgy-cols figure {
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
      }

      .kexcdbqgy-cols figure img {
        width: 100%;
        height: auto;
        transition: transform 0.3s ease;
        border-radius: var(--border-radius);
      }

      .kexcdbqgy-cols figure:hover img {
        transform: scale(1.05);
      }

      @media (max-width: 1024px) {
        .kexcdbqgy-cols {
          grid-template-columns: 1fr;
          gap: 2rem;
        }

        .kexcdbqgy-cols .rfnhpkems-col:first-child {
          order: 1;
        }

        .kexcdbqgy-cols .rfnhpkems-col:last-child {
          order: 2;
          padding-right: 0;
        }
      }
    

.rjvzaxlqd-tb {
  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%;
}

.rjvzaxlqd-tb p,
.rjvzaxlqd-tb h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.rjvzaxlqd-tb table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.rjvzaxlqd-tb table td,
.rjvzaxlqd-tb table th {
  border: 0;
}

.rjvzaxlqd-tb table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.rjvzaxlqd-tb tr:last-child {
  border-bottom: 0;
}

.rjvzaxlqd-tb h2 {
  margin-top: 0;
}

/*
.daizpsohw-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);
}
  */

.wretfmnyu-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);
}


    .wretfmnyu-inv{
      background: linear-gradient(135deg, #ffbd33 0%, #ffe033 50%, #b8ff33 100%);
      padding: 43px;
    }
    

.wretfmnyu-inv h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .hjlnqzvsf-b{
    flex-direction: column;
  }

  .kgysjxrhb-banner {
    width: 100%;
  }

  .rjvzaxlqd-tb {
    padding: var(--py);
  }

  .wretfmnyu-inv {
    padding: var(--py);
  }
}

.tlkdoizes-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);
}
.tlkdoizes-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;
}
.tlkdoizes-sm a:hover {
  color: var(--primary-btn-bg);
}
.tlkdoizes-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;
}


    .xerbnyhcm-form {
      max-width: 1200px;
      margin: var(--mb) auto;
      padding: 0 20px;
    }

    .esbwfoxhz-frm {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
      align-items: start;
    }

    .bgucsrmly-frm {
      padding: 40px 0;
    }

    .yzrscldtk-fr {
      display: flex;
      flex-direction: column;
      gap: 15px;
    }

    .axyhdsqtg-form {
      color: var(--text-color);
      font-size: 16px;
    }

    .axyhdsqtg-form strong {
      color: var(--heading-color);
      font-weight: 600;
    }

    .ruvzbjntf-form {
      background: var(--card-bg-color);
      padding: 40px;
      border-radius: var(--border-radius);
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .julrmavzi-frm {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .hifdqauky-frm {
      display: flex;
      flex-direction: column;
    }

    .xmvklswuf-frm, .ifmkbrwto-form {
      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;
    }

    .xmvklswuf-frm:focus, .ifmkbrwto-form:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .ifmkbrwto-form {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .julrmavzi-frm button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
    }

    .julrmavzi-frm button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .esbwfoxhz-frm {
        grid-template-columns: 1fr;
        gap: 40px;
      }

      .ruvzbjntf-form {
        padding: 30px 20px;
      }

      .bgucsrmly-frm {
        padding: 20px 0;
      }

      ."form__title" {
        font-size: var(--fz-2);
      }

      ."form__subtitle" {
        font-size: 16px;
      }
    }
    

@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)
  }
}


        .ozciehmxq-head {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            background: #fff0;
            z-index: 100;
            border: 0;
        }

        .ufrvyojph-hr {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 90vh;
            padding: 150px 15px 50px;
        }

        .kgysjxrhb-banner {
            position: relative;
            text-align: center;
            max-width: 66rem;
            margin: 0 auto;
            z-index: 10;
        }

        .tnvjrezcp-main {
            font-size: 53px;
            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, #FF5733 0%, #FFBD33 50%, #33FF57 100%);
        }

        .tnvjrezcp-main span {
            color: transparent;
            background-clip: text;
            background-image: linear-gradient(to right in oklab, #FFBD33 0%, #33FF57 100%);
        }

        .mjpwdbuht-ban {
            font-size: 19px;
            color: #000000;
            max-width: 57rem;
            margin: 0 auto var(--mb);
        }

        .afjxryzkq-hr {
            position: absolute;
            inset: 0;
            background-image: linear-gradient(to bottom right,
                    rgba(#FFBD33, 0.2),
                    rgba(#33FF57, 0.2),
                    rgba(#FFBD33, 0.2));
            opacity: 0.5;
        }

        .dwimvlxpr-banner {
            position: absolute;
            border-radius: 9999px;
            opacity: 0.3;
        }

        .dwimvlxpr-banner:nth-child(1) {
            top: 5rem;
            left: 9%;
            width: 8rem;
            height: 8rem;
            background-image: linear-gradient(to right, #FFBD33, #33FF57);
            border-radius: 9999px;
            filter: blur(24px);
            opacity: 0.3;
            animation: pulse 2s infinite;
        }

        .dwimvlxpr-banner:nth-child(2) {
            bottom: 5rem;
            right: 76%;
            width: 12rem;
            height: 12rem;
            background-image: linear-gradient(to right, #FFBD33, #33FF57);
            border-radius: 9999px;
            filter: blur(40px);
            opacity: 0.2;
            animation: pulse 2s infinite;
            animation-delay: 1s;
        }

        .dwimvlxpr-banner:nth-child(3) {
            top: 54%;
            left: 34%;
            width: 7rem;
            height: 6rem;
            background-image: linear-gradient(to right, #33FF57, #FFBD33);
            border-radius: 0.5rem;
            filter: blur(16px);
            opacity: 0.25;
            animation: bounce 1s infinite;
        }

        @media (max-width: 1024px) {
            .tnvjrezcp-main {
                font-size: 30px;
                max-width: 100%;
            }

            .ufrvyojph-hr {
                padding: 120px 15px 50px;
                min-height: 70vh;
            }

            .mjpwdbuht-ban {
                max-width: 100%;
            }

            .dwimvlxpr-banner:nth-child(1),
            .dwimvlxpr-banner:nth-child(2),
            .dwimvlxpr-banner: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);
            }
        }
        


        .xirfbclpz-block {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 2rem;
            padding: 2rem 0;
        }

        .daizpsohw-row {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(12px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: var(--border-radius);
            padding: var(--py);
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .daizpsohw-row::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .daizpsohw-row:hover::before {
            opacity: 1;
        }

        .daizpsohw-row:hover {
            transform: translateY(-5px) scale(1.02);
            box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
        }

        .daizpsohw-row h3 {
            color: #333333;
            position: relative;
            z-index: 1;
        }

        .daizpsohw-row p {
            color: #333333;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .xirfbclpz-block {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        