/*!
Theme Name: rzwln2
Theme URI: #
Version: 10.2.8
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rzwln2
*/

:root {
  --text-color: #333333;
  --heading-color: #FF5733;
  --primary-btn-bg: #FFCA3A;
  --secondary-btn-bg: #4A90E2;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #F5F5F5;
  --header-text-color: #FF5733;
  --header-border: 1px solid #FFCA3A;

  --footer-bg-color: #34495E;
  --footer-text-color: #FFFFFF;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #FFFFFF;
  --table-border-color: #DDDDDD;
  --table-text-color: #333333;

  --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: 158.4px;
  --banner-border: 4px solid #FFCA3A;
  --banner-bg-color: #F5F5F5;
  --banner-text-color: #000000;

  --container-max-width: 1013px;
  --container-padding: 0 15px;
  --border-radius: 10px;
  --py: 35px;
  --py-2: 41px;
  --py-3: 50px;
  --text-align: center;
  --mb: 20px;
  --fz-1: 31.68px;
  --fz-2: 26.4px;
  --fz-3: 22px;
  --logo-width: 140px;
  --menu-margin: 0;

  --animation-duration: 854ms;
  --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: '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;
}

.cefhsv_wraper {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .efbqxa_header {
        padding: var(--py) 0;
      }

      .fjlrku_head {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: var(--mb);
      }

      .axbing_head {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: 0;
        padding: 12px 32px;
        border-radius: var(--border-radius);
        border: 1px solid #ffe49c;
      }

      .dsmnkq_header {
        color: var(--heading-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .dsmnkq_header:hover {
        color: var(--primary-btn-bg);
      }


      .egrfvo_header {
        display: flex;
        gap: 10px;
      }

      .jrpdcn_head {
        display: none;
      }

      .mizouf_l img {
        margin: 0 auto;
        display: block;
      }

      @media (max-width: 1024px) {
        .fjlrku_head {
          justify-content: space-between;
          flex-direction: row;
        }

        .dsmnkq_header {
          color: var(--header-text-color);
        }
      }
    

@media (max-width: 1024px) {
  .axbing_head {
    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;
  }

  .dsmnkq_header {
    padding: 10px 0;
    display: block;
  }

  .axbing_head.active {
    opacity: 1;
    visibility: visible;
  }

  .jrpdcn_head {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .jrpdcn_head span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .jrpdcn_head.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .jrpdcn_head.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.mizouf_l {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.mizouf_l img {
  max-height: 80px;
}

.yncxpa_primary,
.tgslnz_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;
}

.yncxpa_primary {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.yncxpa_primary:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.tgslnz_secondary {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.tgslnz_secondary:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.wkqcyv_foot{
  position: relative;
}
.wkqcyv_foot * {
  z-index: 1;
  position: relative;
}


      .rdgcqo_content > .wp-block-image {
        margin: 2rem 0;
        display: block;
      }

      .rdgcqo_content > .wp-block-image img {
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        max-width: 100%;
        height: auto;
        display: block;
      }

      .rdgcqo_content > .wp-block-image img:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }
    


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

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

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

    .hidcyt_lks {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .wkqcyv_foot {
      position: relative;
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: var(--py) 0;
    }

    .cjymhf_bot {
      display: flex;
      justify-content: var(--footer-justify);
      flex-direction: var(--footer-direction);
      gap: var(--mb);
      position: relative;
      z-index: 1;
    }

    .tdjoxh_bottom {
      display: flex;
      gap: 10px;
      list-style: none;
      flex-direction: column;
      margin: 0;
      padding: 0;
    }

    .btrgux_foot {
      color: var(--footer-text-color);
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .btrgux_foot:hover {
      color: var(--primary-btn-bg);
    }

    .wkfblv_f {
      font-weight: 500;
      font-size: 18px;
      margin-bottom: var(--mb);
      color: var(--footer-text-color);
    }

    .yiormx_footer {
      margin: 0;
      margin-top: var(--mb);
      font-size: 14px;
      color: var(--footer-text-color);
      text-align: var(--text-align);
    }

    @media (max-width: 1024px) {
      .cjymhf_bot {
        flex-direction: column;
        gap: 20px;
      }
    }
    



.tdjoxh_bottom li:empty {
  display: none;
}

.xmifsd_ban {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.xmifsd_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;
}

.xmifsd_ban svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.ixcvbp_hr{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.lyhcij_ban {
  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;
}

.axnryi_tb{
  overflow-x: auto;
  width: 100%;
}

.rdgcqo_content {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.rdgcqo_content p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.rdgcqo_content ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.rdgcqo_content ul {
  list-style: none;
}

.rdgcqo_content ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.rdgcqo_content ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .rdgcqo_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;
    }

    .rdgcqo_content ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .rdgcqo_content ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #ffca3a 0%, #ffde85 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: #FFCA3A;
        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;
      }
    


      .rdgcqo_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 #e0e0e0;
        overflow: hidden;
      }

      .rdgcqo_content table thead tr {
        border-bottom: 1px solid #e0e0e0;
      }

      .rdgcqo_content table th {
        padding: 20px 25px;
        font-weight: bold;
        font-size: 12px;
        color: var(--heading-color);
        letter-spacing: 0.05em;
        border: none;
      }

      .rdgcqo_content table tbody tr {
        border-bottom: 1px solid #f2f2f2;
        transition: background-color 0.2s ease;
      }

      .rdgcqo_content table tbody tr:last-child {
        border-bottom: none;
      }

      .rdgcqo_content table tbody tr:hover {
        background-color: #fafafa;
      }

      .rdgcqo_content table td {
        padding: 20px 24px;
        font-size: 15px;
        color: var(--table-text-color);
        border: none;
      }

      .rdgcqo_content table td:first-child {
        font-weight: 500;
      }
    

.rdgcqo_content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.xfjvwc_articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.duejro_blog {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .oqxgjp_cols {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        margin: var(--py-2) 0;
        align-items: start;
        position: relative;
      }

      .oqxgjp_cols::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 1px;
        height: 80%;
        background: linear-gradient(180deg, transparent 0%, #ffecb8 50%, transparent 100%);
        z-index: 1;
      }

      .oqxgjp_cols .xvdrpm_column:first-child {
        position: relative;
        z-index: 2;
        order: 2;
      }

      .oqxgjp_cols .xvdrpm_column:last-child {
        position: relative;
        z-index: 2;
        order: 1;
        padding-right: 2rem;
      }

      .oqxgjp_cols figure {
        border-radius: 20px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
      }

      .oqxgjp_cols figure::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, #ffca3a20 0%, #ffecb810 100%);
        z-index: 1;
        opacity: 0;
        transition: opacity 0.3s ease;
      }

      .oqxgjp_cols figure:hover::before {
        opacity: 1;
      }

      .oqxgjp_cols figure img {
        width: 100%;
        height: auto;
        position: relative;
        z-index: 0;
        border-radius: var(--border-radius);
      }

      .oqxgjp_cols h2 {
        margin-top: 0;
        color: var(--text-color);
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.3;
        margin-bottom: 1.5rem;
        position: relative;
      }

      .oqxgjp_cols h2::after {
        content: '';
        position: absolute;
        bottom: -0.5rem;
        left: 0;
        width: 2rem;
        height: 2px;
        background: #ffca3a;
        border-radius: 1px;
      }

      .oqxgjp_cols p {
        line-height: 1.7;
        margin-bottom: 1rem;
        color: var(--text-color);
        opacity: 0.9;
      }

      @media (max-width: 1024px) {
        .oqxgjp_cols {
          grid-template-columns: 1fr;
          gap: 2rem;
        }

        .oqxgjp_cols::before {
          display: none;
        }

        .oqxgjp_cols .xvdrpm_column:first-child {
          order: 1;
        }

        .oqxgjp_cols .xvdrpm_column:last-child {
          order: 2;
          padding-left: 0;
          padding-right: 0;
        }
      }
    

.gkjxqp_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%;
}

.gkjxqp_table p,
.gkjxqp_table h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.gkjxqp_table table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.gkjxqp_table table td,
.gkjxqp_table table th {
  border: 0;
}

.gkjxqp_table table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.gkjxqp_table tr:last-child {
  border-bottom: 0;
}

.gkjxqp_table h2 {
  margin-top: 0;
}

/*
.tovgin_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);
}
  */

.kfnqpb_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);
}


    .kfnqpb_inv{
      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);
    }
    

.kfnqpb_inv h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .ixcvbp_hr{
    flex-direction: column;
  }

  .lyhcij_ban {
    width: 100%;
  }

  .gkjxqp_table {
    padding: var(--py);
  }

  .kfnqpb_inv {
    padding: var(--py);
  }
}

.acpevq_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);
}
.acpevq_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;
}
.acpevq_map a:hover {
  color: var(--primary-btn-bg);
}
.acpevq_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;
}


    .cybezu_form {
      background: var(--card-bg-color);
      border-radius: var(--border-radius);
      box-shadow: var(--card-shadow);
      overflow: hidden;
      max-width: 600px;
      margin: var(--mb) auto;
    }

    .thaelk_frm {
      padding: 30px;
    }

    .scqbmx_fr {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .eftgma_form {
      display: flex;
      flex-direction: column;
    }

    .hdouqy_form {
      font-weight: 600;
      color: var(--heading-color);
      margin-bottom: 8px;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }

    .tavirg_fr, .ajxwfe_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;
    }

    .tavirg_fr:focus, .ajxwfe_fr:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .ajxwfe_fr {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .thaelk_frm button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
      margin-top: 10px;
    }

    .thaelk_frm button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    .jqvade_fr {
      text-align: center;
      margin-top: 20px;
    }

    .hgpczt_fr {
      color: var(--text-color);
      opacity: 0.7;
      font-size: 12px;
      margin: 0;
    }

    @media (max-width: 768px) {
      .cybezu_form {
        margin: var(--mb) 15px;
      }

      ."form__header" {
        padding: 20px;
      }

      .thaelk_frm {
        padding: 20px;
      }

      .scqbmx_fr {
        gap: 15px;
      }

      .tavirg_fr, .ajxwfe_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)
  }
}


        .efbqxa_header {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            background: #fff0;
            z-index: 100;
            border: 0;
        }

        .xmifsd_ban {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 90vh;
            padding: 150px 15px 50px;
        }

        .lyhcij_ban {
            position: relative;
            text-align: center;
            max-width: 66rem;
            margin: 0 auto;
            z-index: 10;
        }

        .nukorp_banner {
            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, #FF5733 0%, #FFCA3A 50%, #4A90E2 100%);
        }

        .nukorp_banner span {
            color: transparent;
            background-clip: text;
            background-image: linear-gradient(to right in oklab, #FFCA3A 0%, #4A90E2 100%);
        }

        .zmvtrc_hr {
            font-size: 18px;
            color: #000000;
            max-width: 51rem;
            margin: 0 auto var(--mb);
        }

        .vwejcd_banner {
            position: absolute;
            inset: 0;
            background-image: linear-gradient(to bottom right,
                    rgba(#FFCA3A, 0.2),
                    rgba(#4A90E2, 0.2),
                    rgba(#FFCA3A, 0.2));
            opacity: 0.5;
        }

        .srdaeu_b {
            position: absolute;
            border-radius: 9999px;
            opacity: 0.3;
        }

        .srdaeu_b:nth-child(1) {
            top: 5rem;
            left: 80%;
            width: 8rem;
            height: 8rem;
            background-image: linear-gradient(to right, #FFCA3A, #4A90E2);
            border-radius: 9999px;
            filter: blur(24px);
            opacity: 0.3;
            animation: pulse 2s infinite;
        }

        .srdaeu_b:nth-child(2) {
            bottom: 5rem;
            right: 10%;
            width: 12rem;
            height: 12rem;
            background-image: linear-gradient(to right, #FFCA3A, #4A90E2);
            border-radius: 9999px;
            filter: blur(40px);
            opacity: 0.2;
            animation: pulse 2s infinite;
            animation-delay: 1s;
        }

        .srdaeu_b:nth-child(3) {
            top: 69%;
            left: 29%;
            width: 6rem;
            height: 6rem;
            background-image: linear-gradient(to right, #4A90E2, #FFCA3A);
            border-radius: 0.5rem;
            filter: blur(16px);
            opacity: 0.25;
            animation: bounce 1s infinite;
        }

        @media (max-width: 1024px) {
            .nukorp_banner {
                font-size: 25px;
                max-width: 100%;
            }

            .xmifsd_ban {
                padding: 120px 15px 50px;
                min-height: 70vh;
            }

            .zmvtrc_hr {
                max-width: 100%;
            }

            .srdaeu_b:nth-child(1),
            .srdaeu_b:nth-child(2),
            .srdaeu_b: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);
            }
        }
        


        .qetish_card {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
            padding: 2rem 0;
            max-width: 600px;
            margin: 0 auto;
        }

        .tovgin_row {
            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: 10px solid #FFCA3A;
        }

        .tovgin_row:nth-child(even) {
            border-left-color: #4A90E2;
            margin-left: 12px;
        }

        .tovgin_row:nth-child(odd) {
            margin-right: 12px;
        }

        .tovgin_row::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, #FFCA3A05, #4A90E205);
            border-radius: var(--border-radius);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .tovgin_row:hover::before {
            opacity: 1;
        }

        .tovgin_row:hover {
            transform: translateX(8px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        }

        .tovgin_row h3 {
            color: #333333;
            position: relative;
            z-index: 1;
        }

        .tovgin_row p {
            color: #333333;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .qetish_card {
                max-width: 100%;
            }

            .tovgin_row:nth-child(even),
            .tovgin_row:nth-child(odd) {
                margin-left: 0;
                margin-right: 0;
            }
        }
        