/*!
Theme Name: ajxn38
Theme URI: #
Version: 5.3.9
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ajxn38
*/

:root {
  --text-color: #333333;
  --heading-color: #FF5733;
  --primary-btn-bg: #FFCA3A;
  --secondary-btn-bg: #34B7FF;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #FFFFFF;
  --header-text-color: #333333;
  --header-border: {{header-border}};

  --footer-bg-color: #FFFFFF;
  --footer-text-color: #333333;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #F9F9F9;
  --table-border-color: #DDDDDD;
  --table-text-color: #2e2e2e;

  --body-bg-color: #F5F5F5;
  --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: left;
  --banner-column: 61%;
  --banner-padding: 194.4px;
  --banner-border: 0 solid;
  --banner-bg-color: #FFFFFF;
  --banner-text-color: #000000;

  --container-max-width: 1567px;
  --container-padding: 0 15px;
  --border-radius: 15px;
  --py: 15px;
  --py-2: 63px;
  --py-3: 65px;
  --text-align: left;
  --mb: 20px;
  --fz-1: 38.88px;
  --fz-2: 32.4px;
  --fz-3: 27px;
  --logo-width: 185px;
  --menu-margin: 0;

  --animation-duration: 868ms;
  --animation-type: ease;
  --animation-effect: fadeIn;

  --contrast-bg-color: #292929;
  --contrast-text-color: #ffffff;
}

* {
  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;
}

.jidemnu_wrap {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}

.ysmwpqj_h {
  background-color: var(--header-bg-color);
  color: var(--header-text-color);
  padding: var(--py) 0;
  border-bottom: var(--header-border);
}

.kqfhtco_h {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--mb);
}

.tujxbrh_top {
  display: flex;
  gap: var(--mb);
  list-style: none;
  margin: var(--menu-margin);
  padding: 0;
}

.voraswd_head {
  color: var(--header-text-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.voraswd_head:hover {
  color: var(--primary-btn-bg);
}


.wunrlkc_head {
  display: flex;
  gap: 10px;
}

.zalgsyd_log {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.zalgsyd_log img {
  max-height: 80px;
}

.jhrqolw_p,
.qbjcofi_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;
}

.jhrqolw_p {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.jhrqolw_p:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.qbjcofi_second {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.qbjcofi_second:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.uvpdmgi_bottom{
  position: relative;
}
.uvpdmgi_bottom * {
  z-index: 1;
  position: relative;
}


    .uvpdmgi_bottom {
      background: linear-gradient(135deg, #ffffff 0%, #e6e6e6 100%);
      color: var(--footer-text-color);
      padding: 40px 0 20px;
      position: relative;
      overflow: hidden;
    }

    .uvpdmgi_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%);
    }

    .acpubgf_bot {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
    }

    .kzlydti_foot {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 30px;
    }

    .kzhglyv_f {
      width: 100%;
    }

    .tdpfehi_bottom {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 30px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .mihpqas_bot {
      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;
    }

    .mihpqas_bot:hover {
      color: var(--primary-btn-text);
      transform: translateY(-2px);
    }

    .yhdrqfj_f {
      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;
    }

    .hqjxrzm_bot {
      text-align: center;
      padding-top: 20px;
    }

    .hqjxrzm_bot p {
      margin: 0;
      font-size: 14px;
      color: var(--footer-text-color);
      opacity: 0.8;
      font-weight: 400;
    }

    @media (max-width: 768px) {
      .uvpdmgi_bottom {
        padding: 30px 0 15px;
      }

      .tdpfehi_bottom {
        gap: 15px;
        flex-direction: column;
      }

      .mihpqas_bot {
        font-size: 14px;
        padding: 6px 12px;
      }

      .kzlydti_foot {
        margin-bottom: 20px;
      }

      .yhdrqfj_f {
        margin: 15px 0;
      }
    }

    @media (max-width: 480px) {
      .tdpfehi_bottom {
        gap: 10px;
      }

      .mihpqas_bot {
        font-size: 13px;
        padding: 5px 10px;
      }
    }
    


        .uvpdmgi_bottom:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.05;
            z-index: 0;
            
            background: repeating-linear-gradient( 45deg, #999999, #999999 13px, #ffffff 13px, #ffffff 65px );
            
        }
        

.tdpfehi_bottom li:empty {
  display: none;
}

.hpjzlit_ban {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.hpjzlit_ban {
  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;
}

.hpjzlit_ban svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.hrgjpue_hero{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.qwpyzue_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;
}

.uidhjtg_tb{
  overflow-x: auto;
  width: 100%;
}

.prwhxcs_txt {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.prwhxcs_txt p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.prwhxcs_txt ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.prwhxcs_txt ul {
  list-style: none;
}

.prwhxcs_txt ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.prwhxcs_txt ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .prwhxcs_txt ol {
      counter-reset: list-counter;
      list-style: none;
      padding-left: 0;
      margin: 3rem 0;
    }

    .prwhxcs_txt 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 #ffecb8;
      border-radius: 6px;
      padding: 1rem 1rem 1rem 3.5rem;
      background: rgba(255, 255, 255, 0.02);
    }

    .prwhxcs_txt 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;
    }

    .prwhxcs_txt ol li:hover {
      background: rgba(255, 255, 255, 0.05);
      border-color: var(--primary-btn-bg);
    }
    


      .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: #FFCA3A;
        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;
      }
    

.prwhxcs_txt table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: var(--mb);
  border: 1px solid var(--table-border-color);
  background-color: var(--table-bg-color);
  color: var(--table-text-color);
}

.prwhxcs_txt table th,
.prwhxcs_txt table td {
  padding: 10px;
  border: 1px solid var(--table-border-color);
}

.prwhxcs_txt img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.hcnmbei_post {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.zdjypkc_articles {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .iekwlgy_cols {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        margin: var(--py-2) 0;
        align-items: center;
        position: relative;
        padding: 2rem;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%);
        border-radius: 24px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        overflow: hidden;
      }

      .iekwlgy_cols::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, #ffe59e05 0%, transparent 70%);
        z-index: 0;
      }

      .iekwlgy_cols .nwacbkj_col {
        position: relative;
        z-index: 1;
      }

      .iekwlgy_cols .nwacbkj_col:first-child {
        order: 2;
      }

      .iekwlgy_cols .nwacbkj_col:last-child {
        order: 1;
      }

      .iekwlgy_cols figure {
        border-radius: 16px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
        transform: perspective(1000px) rotateY(-5deg);
        transition: transform 0.3s ease;
      }

      .iekwlgy_cols figure:hover {
        transform: perspective(1000px) rotateY(0deg) scale(1.02);
      }

      .iekwlgy_cols figure img {
        width: 100%;
        height: auto;
        transition: transform 0.3s ease;
      }

      .iekwlgy_cols h2 {
        margin-top: 0;
        color: var(--text-color);
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 1.5rem;
        background: linear-gradient(135deg, var(--text-color) 0%, #ffca3a 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        position: relative;
      }

      .iekwlgy_cols h2::after {
        content: '';
        position: absolute;
        bottom: -0.75rem;
        left: 0;
        width: 4rem;
        height: 4px;
        background: linear-gradient(90deg, #ffca3a 0%, #ffbc05 100%);
        border-radius: 2px;
        box-shadow: 0 2px 8px #ffca3a40;
      }

      .iekwlgy_cols p {
        line-height: 1.8;
        margin-bottom: 1.25rem;
        color: var(--text-color);
        opacity: 0.85;
        font-size: 1.1rem;
      }

      @media (max-width: 1024px) {
        .iekwlgy_cols {
          grid-template-columns: 1fr;
          gap: 2rem;
          padding: 1.5rem;
        }

        .iekwlgy_cols .nwacbkj_col:first-child {
          order: 1;
        }

        .iekwlgy_cols .nwacbkj_col:last-child {
          order: 2;
        }

        .iekwlgy_cols figure {
          transform: none;
        }

        .iekwlgy_cols figure:hover {
          transform: scale(1.02);
        }

        .iekwlgy_cols h2 {
          font-size: 2rem;
        }
      }
    

.nfjhbus_table {
  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%;
}

.nfjhbus_table p,
.nfjhbus_table h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.nfjhbus_table table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.nfjhbus_table table td,
.nfjhbus_table table th {
  border: 0;
}

.nfjhbus_table table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.nfjhbus_table tr:last-child {
  border-bottom: 0;
}

.nfjhbus_table h2 {
  margin-top: 0;
}

/*
.aichzfq_cards {
  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);
}
  */

.bdeustf_d {
  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);
}


    .bdeustf_d{
      background: rgba(255,202,58,0.1);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(255,202,58,0.2);
      color: var(--text-color);
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    }
    

.bdeustf_d h2 {
  color: inherit;
  margin-top: 0;
}

.utpocds_head {
  display: none;
}

@media (max-width: 1024px) {
  .tujxbrh_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;
  }

  .voraswd_head {
    padding: 10px 0;
    display: block;
  }

  .tujxbrh_top.active {
    opacity: 1;
    visibility: visible;
  }

  .utpocds_head {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .utpocds_head span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .utpocds_head.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .utpocds_head.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }

  .hrgjpue_hero{
    flex-direction: column;
  }

  .qwpyzue_banner {
    width: 100%;
  }

  .nfjhbus_table {
    padding: var(--py);
  }

  .bdeustf_d {
    padding: var(--py);
  }
}

.scjiagx_map{
  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);
}
.scjiagx_map 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;
}
.scjiagx_map a:hover {
  color: var(--primary-btn-bg);
}
.scjiagx_map h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .czhondg_frm {
      max-width: 1200px;
      margin: var(--mb) auto;
      padding: 0 20px;
    }

    .chxrsek_form {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
      align-items: start;
    }

    .eonfxwc_form {
      padding: 40px 0;
    }

    .lpcdvkq_form {
      display: flex;
      flex-direction: column;
      gap: 15px;
    }

    .gfvcehp_form {
      color: var(--text-color);
      font-size: 16px;
    }

    .gfvcehp_form strong {
      color: var(--heading-color);
      font-weight: 600;
    }

    .izdyvbr_fr {
      background: var(--card-bg-color);
      padding: 40px;
      border-radius: var(--border-radius);
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .baktfhs_frm {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .dvunpsc_form {
      display: flex;
      flex-direction: column;
    }

    .oylchgz_form, .cdnrmpi_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;
    }

    .oylchgz_form:focus, .cdnrmpi_form:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .cdnrmpi_form {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .baktfhs_frm button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
    }

    .baktfhs_frm button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .chxrsek_form {
        grid-template-columns: 1fr;
        gap: 40px;
      }

      .izdyvbr_fr {
        padding: 30px 20px;
      }

      .eonfxwc_form {
        padding: 20px 0;
      }

      ."form__title" {
        font-size: var(--fz-2);
      }

      ."form__subtitle" {
        font-size: 16px;
      }
    }
    


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

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

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

.partners__title {
  font-size: var(--fz-2);
  font-weight: bold;
  color: var(--heading-color);
  margin-bottom: var(--mb);
}

@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)
  }
}


        .ysmwpqj_h {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            background: #fff0;
            z-index: 100;
            border: 0;
        }

        .hpjzlit_ban {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 90vh;
            padding: 150px 15px 50px;
        }

        .qwpyzue_banner {
            position: relative;
            text-align: center;
            max-width: 61rem;
            margin: 0 auto;
            z-index: 10;
        }

        .tfqmikw_b {
            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%, #FFCA3A 50%, #34B7FF 100%);
        }

        .tfqmikw_b span {
            color: transparent;
            background-clip: text;
            background-image: linear-gradient(to right in oklab, #FFCA3A 0%, #34B7FF 100%);
        }

        .lotgiza_hr {
            font-size: 17px;
            color: #000000;
            max-width: 49rem;
            margin: 0 auto var(--mb);
        }

        .hwsfdzo_hero {
            position: absolute;
            inset: 0;
            background-image: linear-gradient(to bottom right,
                    rgba(#FFCA3A, 0.2),
                    rgba(#34B7FF, 0.2),
                    rgba(#FFCA3A, 0.2));
            opacity: 0.5;
        }

        .nxoybvr_hr {
            position: absolute;
            border-radius: 9999px;
            opacity: 0.3;
        }

        .nxoybvr_hr:nth-child(1) {
            top: 6rem;
            left: 20%;
            width: 8rem;
            height: 8rem;
            background-image: linear-gradient(to right, #FFCA3A, #34B7FF);
            border-radius: 9999px;
            filter: blur(24px);
            opacity: 0.3;
            animation: pulse 2s infinite;
        }

        .nxoybvr_hr:nth-child(2) {
            bottom: 6rem;
            right: 62%;
            width: 12rem;
            height: 12rem;
            background-image: linear-gradient(to right, #FFCA3A, #34B7FF);
            border-radius: 9999px;
            filter: blur(40px);
            opacity: 0.2;
            animation: pulse 2s infinite;
            animation-delay: 1s;
        }

        .nxoybvr_hr:nth-child(3) {
            top: 61%;
            left: 34%;
            width: 8rem;
            height: 6rem;
            background-image: linear-gradient(to right, #34B7FF, #FFCA3A);
            border-radius: 0.5rem;
            filter: blur(16px);
            opacity: 0.25;
            animation: bounce 1s infinite;
        }

        @media (max-width: 1024px) {
            .tfqmikw_b {
                font-size: 26px;
                max-width: 100%;
            }

            .hpjzlit_ban {
                padding: 120px 15px 50px;
                min-height: 70vh;
            }

            .lotgiza_hr {
                max-width: 100%;
            }

            .nxoybvr_hr:nth-child(1),
            .nxoybvr_hr:nth-child(2),
            .nxoybvr_hr: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);
            }
        }
        


        .yrdhlea_row {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
            padding: 2rem 0;
            max-width: 600px;
            margin: 0 auto;
        }

        .aichzfq_cards {
            background: #ffffff;
            border-radius: var(--border-radius);
            padding: var(--py);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            position: relative;
            border-left: 4px solid #FFCA3A;
        }

        .aichzfq_cards:nth-child(even) {
            border-left-color: #34B7FF;
            margin-left: 41px;
        }

        .aichzfq_cards:nth-child(odd) {
            margin-right: 41px;
        }

        .aichzfq_cards::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, #FFCA3A05, #34B7FF05);
            border-radius: var(--border-radius);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .aichzfq_cards:hover::before {
            opacity: 1;
        }

        .aichzfq_cards:hover {
            transform: translateX(8px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        }

        .aichzfq_cards h3 {
            color: #333333;
            position: relative;
            z-index: 1;
        }

        .aichzfq_cards p {
            color: #333333;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .yrdhlea_row {
                max-width: 100%;
            }

            .aichzfq_cards:nth-child(even),
            .aichzfq_cards:nth-child(odd) {
                margin-left: 0;
                margin-right: 0;
            }
        }
        