/*!
Theme Name: 9r4h2e
Theme URI: #
Version: 1.9.0
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 9r4h2e
*/

:root {
  --text-color: #1C1C1C;
  --heading-color: #8A2BE2;
  --primary-btn-bg: #FFE4B5;
  --secondary-btn-bg: #FF4500;
  --primary-btn-color: #1C1C1C;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #FFFFFF;
  --header-text-color: #8A2BE2;
  --header-border: 1px solid #FFE4B5;

  --footer-bg-color: #2E8B57;
  --footer-text-color: #FFFFFF;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #F0E68C;
  --table-border-color: #BDB76B;
  --table-text-color: #000000;

  --body-bg-color: #FFFFFF;
  --card-bg-color: #ffffff;
  --card-text-color: #1C1C1C;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: left;
  --banner-column: 70%;
  --banner-padding: 144px;
  --banner-border: 3px solid #FFE4B5;
  --banner-bg-color: #FFFFFF;
  --banner-text-color: #000000;

  --container-max-width: 1579px;
  --container-padding: 0 15px;
  --border-radius: 12px;
  --py: 36px;
  --py-2: 65px;
  --py-3: 60px;
  --text-align: center;
  --mb: 25px;
  --fz-1: 28.8px;
  --fz-2: 24px;
  --fz-3: 20px;
  --logo-width: 155px;
  --menu-margin: 0 auto 0 0;

  --animation-duration: 628ms;
  --animation-type: ease-in-out;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #333333;
  --contrast-text-color: #e8e8e8;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Nata Sans', 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;
}

.wraper_iazpcb {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .header_yqrekh {
        color: var(--header-text-color);
        padding: 0;
        backdrop-filter: blur(25px);
        background-color: rgba(255,255,255,0.5);
        position: sticky;
        top: 0;
        z-index: 100;
      }

      .head_nbumrh {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .h_etkifs {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .h_mgirlj {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .h_mgirlj:hover {
        color: var(--primary-btn-bg);
      }


      .h_ymcqzw {
        display: flex;
        gap: 10px;
      }

      .head_trixbf {
        display: none;
      }
    

@media (max-width: 1024px) {
  .h_etkifs {
    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_mgirlj {
    padding: 10px 0;
    display: block;
  }

  .h_etkifs.active {
    opacity: 1;
    visibility: visible;
  }

  .head_trixbf {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .head_trixbf span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .head_trixbf.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .head_trixbf.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.brand_vdzepc {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.brand_vdzepc img {
  max-height: 80px;
}

.first_oerzbg,
.sec_xenwym {
  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;
}

.first_oerzbg {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.first_oerzbg:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.sec_xenwym {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.sec_xenwym:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.f_iashvq{
  position: relative;
}
.f_iashvq * {
  z-index: 1;
  position: relative;
}


      .txt_cnewdq > .wp-block-image {
        margin: 2.5rem auto;
        display: block;
        position: relative;
        padding: 10px;
        background: linear-gradient(135deg, #ffe4b5 0%, #ffd080 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%;
      }

      .txt_cnewdq > .wp-block-image:hover {
        transform: scale(1.01);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }

      .txt_cnewdq > .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;
      }
    


    .ps_gowvlq {
      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_gowvlq a {
      color: var(--table-text-color);
      text-decoration: none;
      text-transform: capitalize;
      transition: all .3s ease;
    }

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

    .nvs_qeluzk {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .f_iashvq {
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: var(--py-2) 0;
    }

    .bot_elawzt {
      max-width: var(--container-max-width);
      margin: 0 auto;
      padding: 0 var(--mb);
    }

    .footer_bltxno {
      display: flex;
      justify-content: var(--footer-justify);
      flex-direction: var(--footer-direction);
      gap: var(--mb);
      margin-bottom: var(--mb);
    }

    .footer_ctjkuz {
      display: flex;
      flex-direction: column;
    }

    .footer_zsqjrd {
      font-weight: 600;
      font-size: 18px;
      margin-bottom: var(--mb);
      color: var(--footer-text-color);
    }

    .bottom_xaofdw {
      display: flex;
      gap: 15px;
      list-style: none;
      flex-direction: column;
      margin: 0;
      padding: 0;
    }

    .footer_vxnjbw {
      color: var(--footer-text-color);
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .footer_vxnjbw:hover {
      color: var(--primary-btn-bg);
    }

    .foot_rsqmwc {
      margin: 0 0 15px 0;
      font-size: 14px;
      color: var(--footer-text-color);
      opacity: 0.8;
    }

    .bot_hyirck {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .bot_uerais {
      padding: 10px 15px;
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: var(--border-radius);
      background: rgba(255, 255, 255, 0.1);
      color: var(--footer-text-color);
      font-size: 14px;
      outline: none;
    }

    .bot_uerais::placeholder {
      color: var(--footer-text-color);
      opacity: 0.6;
    }

    @media (max-width: 768px) {
      .footer_bltxno {
        flex-direction: column;
      }
    }
    



.bottom_xaofdw li:empty {
  display: none;
}

.hero_ixyzkc {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.hero_ixyzkc {
  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;
}

.hero_ixyzkc svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.banner_fivcuj{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.hr_tjlqan {
  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;
}

.table_desigj{
  overflow-x: auto;
  width: 100%;
}

.txt_cnewdq {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.txt_cnewdq p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.txt_cnewdq ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.txt_cnewdq ul {
  list-style: none;
}

.txt_cnewdq ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.txt_cnewdq ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .txt_cnewdq 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;
    }

    .txt_cnewdq ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .txt_cnewdq ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #ffe4b5 0%, #ffffff 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: #FFE4B5;
        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;
      }
    


      .txt_cnewdq 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(255,228,181,0.3);
        overflow: hidden;
      }

      .txt_cnewdq table thead tr {
        border-bottom: 1px solid rgba(255,228,181,0.3);
      }

      .txt_cnewdq table th {
        padding: 17px 31px;
        font-weight: normal;
        font-size: 14px;
        color: #ffe4b5;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        border: none;
      }

      .txt_cnewdq table tbody tr {
        border-bottom: 1px solid rgba(255,228,181,0.1);
        transition: all 0.2s ease;
      }

      .txt_cnewdq table tbody tr:last-child {
        border-bottom: none;
      }

      .txt_cnewdq table tbody tr:hover {
        background-color: rgba(0, 0, 0, 0.05);
      }

      .txt_cnewdq table tbody tr:hover td:first-child {
        color: #ffe4b5;
      }

      .txt_cnewdq table td {
        padding: 18px 32px;
        font-size: 16px;
        color: var(--table-text-color);
        border: none;
        transition: color 0.2s ease;
      }

      .txt_cnewdq table td:first-child {
        font-weight: normal;
      }
    

.txt_cnewdq img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.articles_ielpdz {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.posts_fbhzwv {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .texted_zroafu {
        display: grid;
        grid-template-columns: 1fr 1.5fr;
        gap: var(--py-2);
        margin: var(--py-2) 0;
        align-items: center;
      }

      .texted_zroafu .column_hyixsq:first-child {
        order: 2;
      }

      .texted_zroafu .column_hyixsq:last-child {
        order: 1;
      }

      .texted_zroafu h2 {
        margin-top: 0;
      }

      .texted_zroafu figure {
        margin: 0 auto;
        width: max-content;
        position: relative;
      }

      .texted_zroafu 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);
      }

      .texted_zroafu img {
        margin: 0 auto;
        max-height: 320px;
        border-radius: var(--border-radius);
        border: 1px solid var(--table-border-color);
      }

      @media (max-width: 1024px) {
        .texted_zroafu {
          grid-template-columns: 1fr;
        }

        .texted_zroafu .column_hyixsq:first-child {
          order: 1;
        }

        .texted_zroafu .column_hyixsq:last-child {
          order: 2;
        }
      }
    

.table_xdquns {
  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%;
}

.table_xdquns p,
.table_xdquns h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.table_xdquns table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.table_xdquns table td,
.table_xdquns table th {
  border: 0;
}

.table_xdquns table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.table_xdquns tr:last-child {
  border-bottom: 0;
}

.table_xdquns h2 {
  margin-top: 0;
}

/*
.cards_eygurb {
  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_ekfjtp {
  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_ekfjtp{
      background: linear-gradient(135deg, #ffe4b5 0%, #fff0b3 50%, #e8ffb3 100%);
      padding: 55px;
    }
    

.contrast_ekfjtp h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .banner_fivcuj{
    flex-direction: column;
  }

  .hr_tjlqan {
    width: 100%;
  }

  .table_xdquns {
    padding: var(--py);
  }

  .contrast_ekfjtp {
    padding: var(--py);
  }
}

.sitemap_bosyzp{
  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_bosyzp 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_bosyzp a:hover {
  color: var(--primary-btn-bg);
}
.sitemap_bosyzp h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .fr_vneflh {
      max-width: 1000px;
      margin: var(--mb) auto;
    }

    .fr_khzgrv {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      align-items: start;
    }

    .form_nvzyid {
      background: var(--card-bg-color);
      padding: 30px;
      border-radius: var(--border-radius);
      box-shadow: var(--card-shadow);
    }

    .form_nvzyid h2 {
      font-size: var(--fz-2);
      color: var(--heading-color);
      margin: 0 0 25px 0;
      font-weight: 600;
    }

    .frm_pzgqos {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .frm_rfzkit {
      display: flex;
      align-items: flex-start;
      gap: 15px;
    }

    .frm_kuapwg {
      font-size: 24px;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: var(--primary-btn-bg);
      border-radius: 50%;
      flex-shrink: 0;
    }

    .form_ujrhoy {
      color: var(--text-color);
      line-height: 1.5;
    }

    .form_ujrhoy strong {
      color: var(--heading-color);
      font-weight: 600;
    }

    .frm_ktnsem {
      background: var(--card-bg-color);
      padding: 30px;
      border-radius: var(--border-radius);
      box-shadow: var(--card-shadow);
    }

    .form_ncfsjv {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .form_xkiljb {
      display: flex;
      flex-direction: column;
    }

    .form_wgjari, .frm_wpbgtx {
      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;
    }

    .form_wgjari:focus, .frm_wpbgtx:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .frm_wpbgtx {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .frm_ktnsem button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
    }

    .frm_ktnsem button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .fr_khzgrv {
        grid-template-columns: 1fr;
        gap: 30px;
      }

      .form_nvzyid, .frm_ktnsem {
        padding: 20px;
      }

      .form_ncfsjv {
        gap: 15px;
      }

      .form_wgjari, .frm_wpbgtx {
        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_yqrekh {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            background: #fff0;
            z-index: 100;
            border: 0;
        }

        .hero_ixyzkc {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 90vh;
            padding: 150px 15px 50px;
        }

        .hr_tjlqan {
            position: relative;
            text-align: center;
            max-width: 63rem;
            margin: 0 auto;
            z-index: 10;
        }

        .main_ardnjc {
            font-size: 57px;
            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, #8A2BE2 0%, #FFE4B5 50%, #FF4500 100%);
        }

        .main_ardnjc span {
            color: transparent;
            background-clip: text;
            background-image: linear-gradient(to right in oklab, #FFE4B5 0%, #FF4500 100%);
        }

        .main_ajbekq {
            font-size: 19px;
            color: #000000;
            max-width: 49rem;
            margin: 0 auto var(--mb);
        }

        .banner_qyendl {
            position: absolute;
            inset: 0;
            background-image: linear-gradient(to bottom right,
                    rgba(#FFE4B5, 0.2),
                    rgba(#FF4500, 0.2),
                    rgba(#FFE4B5, 0.2));
            opacity: 0.5;
        }

        .banner_abqfln {
            position: absolute;
            border-radius: 9999px;
            opacity: 0.3;
        }

        .banner_abqfln:nth-child(1) {
            top: 6rem;
            left: 6%;
            width: 8rem;
            height: 8rem;
            background-image: linear-gradient(to right, #FFE4B5, #FF4500);
            border-radius: 9999px;
            filter: blur(24px);
            opacity: 0.3;
            animation: pulse 2s infinite;
        }

        .banner_abqfln:nth-child(2) {
            bottom: 6rem;
            right: 85%;
            width: 12rem;
            height: 12rem;
            background-image: linear-gradient(to right, #FFE4B5, #FF4500);
            border-radius: 9999px;
            filter: blur(40px);
            opacity: 0.2;
            animation: pulse 2s infinite;
            animation-delay: 1s;
        }

        .banner_abqfln:nth-child(3) {
            top: 53%;
            left: 30%;
            width: 8rem;
            height: 6rem;
            background-image: linear-gradient(to right, #FF4500, #FFE4B5);
            border-radius: 0.5rem;
            filter: blur(16px);
            opacity: 0.25;
            animation: bounce 1s infinite;
        }

        @media (max-width: 1024px) {
            .main_ardnjc {
                font-size: 35px;
                max-width: 100%;
            }

            .hero_ixyzkc {
                padding: 120px 15px 50px;
                min-height: 70vh;
            }

            .main_ajbekq {
                max-width: 100%;
            }

            .banner_abqfln:nth-child(1),
            .banner_abqfln:nth-child(2),
            .banner_abqfln: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);
            }
        }
        


        .row_urpsdh {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            padding: 2rem 0;
        }

        .cards_eygurb {
            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;
        }

        .cards_eygurb::before {
            content: '';
            position: absolute;
            top: 4%;
            left: 1%;
            width: 0;
            height: 0;
            background: radial-gradient(circle, #FFE4B520, transparent);
            border-radius: 50%;
            transform: translate(-50%, -50%);
            transition: all 0.4s ease;
        }

        .cards_eygurb:hover::before {
            width: 392px;
            height: 392px;
        }

        .cards_eygurb:hover {
            transform: translateY(-5px) scale(1.01);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }

        .cards_eygurb h3 {
            color: #1C1C1C;
            position: relative;
            z-index: 1;
            transition: color 0.3s ease;
        }

        .cards_eygurb:hover h3 {
            color: #FFE4B5;
        }

        .cards_eygurb p {
            color: #1C1C1C;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .row_urpsdh {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        