/*!
Theme Name: ysv92n
Theme URI: #
Version: 6.2.6
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ysv92n
*/

:root {
  --text-color: #333333;
  --heading-color: #FF5733;
  --primary-btn-bg: #FF6F61;
  --secondary-btn-bg: #F2A900;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #FFFFFF;
  --header-text-color: #FF5733;
  --header-border: 1px solid #FF6F61;

  --footer-bg-color: #F7F7F7;
  --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: #FFFFFF;
  --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: 78%;
  --banner-padding: 151.2px;
  --banner-border: 3px solid #FF6F61;
  --banner-bg-color: #FFFFFF;
  --banner-text-color: #000000;

  --container-max-width: 1440px;
  --container-padding: 0 15px;
  --border-radius: 30px;
  --py: 40px;
  --py-2: 55px;
  --py-3: 65px;
  --text-align: left;
  --mb: 15px;
  --fz-1: 30.24px;
  --fz-2: 25.2px;
  --fz-3: 21px;
  --logo-width: 175px;
  --menu-margin: 0 0 0 auto;

  --animation-duration: 907ms;
  --animation-type: ease-in;
  --animation-effect: fadeIn;

  --contrast-bg-color: #333333;
  --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;
}

.zqsvklf_wrapper {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .cloprqg_head {
        padding: var(--py) 0;
      }

      .ymjgsqw_head {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: var(--mb);
      }

      .klymsjp_head {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: 0;
        padding: 12px 32px;
        border-radius: var(--border-radius);
        border: 1px solid #ffb7b0;
      }

      .cjfpkny_top {
        color: var(--heading-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .cjfpkny_top:hover {
        color: var(--primary-btn-bg);
      }


      .youqhmx_head {
        display: flex;
        gap: 10px;
      }

      .oynkjre_header {
        display: none;
      }

      .skrtvgi_log img {
        margin: 0 auto;
        display: block;
      }

      @media (max-width: 1024px) {
        .ymjgsqw_head {
          justify-content: space-between;
          flex-direction: row;
        }

        .cjfpkny_top {
          color: var(--header-text-color);
        }
      }
    

@media (max-width: 1024px) {
  .klymsjp_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;
  }

  .cjfpkny_top {
    padding: 10px 0;
    display: block;
  }

  .klymsjp_head.active {
    opacity: 1;
    visibility: visible;
  }

  .oynkjre_header {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .oynkjre_header span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .oynkjre_header.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .oynkjre_header.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.skrtvgi_log {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.skrtvgi_log img {
  max-height: 80px;
}

.gktzmhd_primary,
.xnbqdch_sec {
  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;
}

.gktzmhd_primary {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.gktzmhd_primary:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.xnbqdch_sec {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.xnbqdch_sec:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.auphvbm_bot{
  position: relative;
}
.auphvbm_bot * {
  z-index: 1;
  position: relative;
}


      .wefskdz_content > .wp-block-image {
        margin: 2rem 0;
        display: block;
      }

      .wefskdz_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;
      }

      .wefskdz_content > .wp-block-image img:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }
    


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

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

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

    .brqufgk_our {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .auphvbm_bot {
      background: linear-gradient(135deg, #ffffff 0%, #dedede 100%);
      color: var(--footer-text-color);
      padding: 40px 0 20px;
      position: relative;
      overflow: hidden;
    }

    .auphvbm_bot::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%);
    }

    .rvpdmiq_bottom {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
    }

    .vzfqijx_foot {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 30px;
    }

    .dmkishe_footer {
      width: 100%;
    }

    .zxymgsh_foot {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 30px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .lgnfusi_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;
    }

    .lgnfusi_bottom:hover {
      color: var(--primary-btn-text);
      transform: translateY(-2px);
    }

    .wyxvmtb_bottom {
      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;
    }

    .uaqohst_foot {
      text-align: center;
      padding-top: 20px;
    }

    .uaqohst_foot p {
      margin: 0;
      font-size: 14px;
      color: var(--footer-text-color);
      opacity: 0.8;
      font-weight: 400;
    }

    @media (max-width: 768px) {
      .auphvbm_bot {
        padding: 30px 0 15px;
      }

      .zxymgsh_foot {
        gap: 15px;
        flex-direction: column;
      }

      .lgnfusi_bottom {
        font-size: 14px;
        padding: 6px 12px;
      }

      .vzfqijx_foot {
        margin-bottom: 20px;
      }

      .wyxvmtb_bottom {
        margin: 15px 0;
      }
    }

    @media (max-width: 480px) {
      .zxymgsh_foot {
        gap: 10px;
      }

      .lgnfusi_bottom {
        font-size: 13px;
        padding: 5px 10px;
      }
    }
    


        .auphvbm_bot:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.05;
            z-index: 0;
            
            background-image:  linear-gradient(135deg, #919191 25%, transparent 25%), linear-gradient(225deg, #919191 25%, transparent 25%), linear-gradient(45deg, #919191 25%, transparent 25%), linear-gradient(315deg, #919191 25%, #ffffff 25%);
            background-position:  53px 0, 53px 0, 0 0, 0 0;
            background-size: 106px 106px;
            background-repeat: repeat;
            
        }
        

.zxymgsh_foot li:empty {
  display: none;
}

.ihfcpum_b {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.ihfcpum_b {
  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;
}

.ihfcpum_b svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.tnuicrg_hero{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.nkdjfpi_main {
  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;
}

.xmtwpdz_table{
  overflow-x: auto;
  width: 100%;
}

.wefskdz_content {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.wefskdz_content p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.wefskdz_content ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.wefskdz_content ul {
  list-style: none;
}

.wefskdz_content ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.wefskdz_content ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .wefskdz_content ol {
      counter-reset: list-counter;
      list-style: none;
      padding-left: 0;
      margin: 3rem 0;
    }

    .wefskdz_content 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 #ffe3e0;
      border-radius: 6px;
      padding: 1rem 1rem 1rem 3.5rem;
      background: rgba(255, 255, 255, 0.02);
    }

    .wefskdz_content 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;
    }

    .wefskdz_content ol li:hover {
      background: rgba(255, 255, 255, 0.05);
      border-color: var(--primary-btn-bg);
    }
    


      .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: #FF6F61;
        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;
      }
    


      .wefskdz_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 #d4d4d4;
        overflow: hidden;
      }

      .wefskdz_content table thead {
        background-color: #f5f5f5;
      }

      .wefskdz_content table thead tr {
        border-bottom: 1px solid #d4d4d4;
      }

      .wefskdz_content table th {
        padding: 22px 29px;
        font-weight: bold;
        font-size: 14px;
        color: var(--heading-color);
        letter-spacing: 0.05em;
        border: none;
      }

      .wefskdz_content table tbody tr {
        border-bottom: 1px solid #d4d4d4;
        transition: background-color 0.2s ease;
      }

      .wefskdz_content table tbody tr:last-child {
        border-bottom: none;
      }

      .wefskdz_content table tbody tr:hover {
        background-color: #f7f7f7;
      }

      .wefskdz_content table td {
        padding: 16px 31px;
        font-size: 14px;
        color: var(--table-text-color);
        border: none;
      }

      .wefskdz_content table td:first-child {
        font-weight: 500;
      }
    

.wefskdz_content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.ixsahgo_posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.tpzjwnf_blog {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .wdjnhek_col {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        margin: var(--py-2) 0;
        align-items: start;
        position: relative;
      }

      .wdjnhek_col::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 1px;
        height: 80%;
        background: linear-gradient(180deg, transparent 0%, #ffe3e0 50%, transparent 100%);
        z-index: 1;
      }

      .wdjnhek_col .kdgsnvw_col:first-child {
        position: relative;
        z-index: 2;
        order: 2;
      }

      .wdjnhek_col .kdgsnvw_col:last-child {
        position: relative;
        z-index: 2;
        order: 1;
        padding-right: 2rem;
      }

      .wdjnhek_col figure {
        border-radius: 20px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
      }

      .wdjnhek_col figure::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, #ff6f6120 0%, #ffe3e010 100%);
        z-index: 1;
        opacity: 0;
        transition: opacity 0.3s ease;
      }

      .wdjnhek_col figure:hover::before {
        opacity: 1;
      }

      .wdjnhek_col figure img {
        width: 100%;
        height: auto;
        position: relative;
        z-index: 0;
        border-radius: var(--border-radius);
      }

      .wdjnhek_col h2 {
        margin-top: 0;
        color: var(--text-color);
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.3;
        margin-bottom: 1.5rem;
        position: relative;
      }

      .wdjnhek_col h2::after {
        content: '';
        position: absolute;
        bottom: -0.5rem;
        left: 0;
        width: 2rem;
        height: 2px;
        background: #ff6f61;
        border-radius: 1px;
      }

      .wdjnhek_col p {
        line-height: 1.7;
        margin-bottom: 1rem;
        color: var(--text-color);
        opacity: 0.9;
      }

      @media (max-width: 1024px) {
        .wdjnhek_col {
          grid-template-columns: 1fr;
          gap: 2rem;
        }

        .wdjnhek_col::before {
          display: none;
        }

        .wdjnhek_col .kdgsnvw_col:first-child {
          order: 1;
        }

        .wdjnhek_col .kdgsnvw_col:last-child {
          order: 2;
          padding-left: 0;
          padding-right: 0;
        }
      }
    

.kpfjaos_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%;
}

.kpfjaos_tb p,
.kpfjaos_tb h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.kpfjaos_tb table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.kpfjaos_tb table td,
.kpfjaos_tb table th {
  border: 0;
}

.kpfjaos_tb table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.kpfjaos_tb tr:last-child {
  border-bottom: 0;
}

.kpfjaos_tb h2 {
  margin-top: 0;
}

/*
.qjolypd_rows {
  border: var(--card-border);
  background-color: var(--card-bg-color);
  color: var(--card-text-color);
  box-shadow: var(--card-shadow);
  padding: var(--py);
  border-radius: var(--border-radius);
}
  */

.hfgszur_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);
}


    .hfgszur_inv{
      background: rgba(255,111,97,0.1);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(255,111,97,0.2);
      color: var(--text-color);
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    }
    

.hfgszur_inv h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .tnuicrg_hero{
    flex-direction: column;
  }

  .nkdjfpi_main {
    width: 100%;
  }

  .kpfjaos_tb {
    padding: var(--py);
  }

  .hfgszur_inv {
    padding: var(--py);
  }
}

.wioemxq_sitemap{
  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);
}
.wioemxq_sitemap 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;
}
.wioemxq_sitemap a:hover {
  color: var(--primary-btn-bg);
}
.wioemxq_sitemap h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .wohjcvp_fr {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .dayzhtj_form {
      display: flex;
      flex-direction: column;
    }

    .yhjsqzm_frm, .dyjabgm_frm {
      padding: 15px 20px;
      border-radius: var(--border-radius);
      border: 2px solid var(--table-border-color);
      background-color: var(--table-bg-color);
      color: var(--text-color);
      font-size: 16px;
      outline: none;
      transition: all 0.3s ease;
    }

    .yhjsqzm_frm:focus, .dyjabgm_frm:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .dyjabgm_frm {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .wohjcvp_fr button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .wohjcvp_fr button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .wohjcvp_fr {
        max-width: 100%;
        gap: 15px;
      }

      .yhjsqzm_frm, .dyjabgm_frm {
        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)
  }
}


        .ihfcpum_b {
            position: relative;
            min-height: 473px;
            background: linear-gradient(32deg, #FF6F61, #F2A900);
            display: flex;
            align-items: center;
            overflow: hidden;
        }

        .nkdjfpi_main {
            display: flex;
            align-items: center;
            justify-content: var(--banner-direction);
        }

        .vpexyrt_b {
            position: absolute;
            inset: 0;
        }

        .gwkemuj_hr {
            position: absolute;
            background: rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            animation: float-particle 20s infinite linear;
        }

        .gwkemuj_hr:nth-child(1) {
            width: 4px;
            height: 4px;
            left: 10%;
            animation-delay: 0s;
            animation-duration: 15s;
        }

        .gwkemuj_hr:nth-child(2) {
            width: 6px;
            height: 6px;
            left: 20%;
            animation-delay: 2s;
            animation-duration: 18s;
        }

        .gwkemuj_hr:nth-child(3) {
            width: 3px;
            height: 3px;
            left: 30%;
            animation-delay: 4s;
            animation-duration: 12s;
        }

        .gwkemuj_hr:nth-child(4) {
            width: 5px;
            height: 5px;
            left: 40%;
            animation-delay: 6s;
            animation-duration: 16s;
        }

        .gwkemuj_hr:nth-child(5) {
            width: 4px;
            height: 4px;
            left: 50%;
            animation-delay: 8s;
            animation-duration: 14s;
        }

        .gwkemuj_hr:nth-child(6) {
            width: 6px;
            height: 6px;
            left: 60%;
            animation-delay: 10s;
            animation-duration: 17s;
        }

        .gwkemuj_hr:nth-child(7) {
            width: 3px;
            height: 3px;
            left: 70%;
            animation-delay: 12s;
            animation-duration: 13s;
        }

        .gwkemuj_hr:nth-child(8) {
            width: 5px;
            height: 5px;
            left: 80%;
            animation-delay: 14s;
            animation-duration: 19s;
        }

        .hsdnjpc_hero {
            position: relative;
            z-index: 10;
            text-align: var(--banner-direction);
            width: 1018px;
            max-width: 100%;
            padding: var(--py);
        }

        .foiehaw_banner {
            font-size: clamp(3rem, 8vw, 5rem);
            font-weight: bold;
            color: #FFFFFF;
            margin-bottom: 2rem;
            line-height: 1.2;
        }

        .ftgpluh_hr {
            font-size: 19px;
            color: #FFFFFF;
            margin-bottom: 4rem;
            line-height: 1.6;
        }

        @media (max-width: 1024px) {
            .foiehaw_banner {
                font-size: 35px;
            }
        }

        @keyframes float-particle {
            0% {
                transform: translateY(100vh) rotate(0deg);
                opacity: 0;
            }
            10% {
                opacity: 1;
            }
            90% {
                opacity: 1;
            }
            100% {
                transform: translateY(-100px) rotate(360deg);
                opacity: 0;
            }
        }
        


        .fjgnmdu_blocks {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            padding: 2rem 0;
        }

        .qjolypd_rows {
            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;
        }

        .qjolypd_rows::before {
            content: '';
            position: absolute;
            top: 73%;
            left: 59%;
            width: 0;
            height: 0;
            background: radial-gradient(circle, #FF6F6120, transparent);
            border-radius: 50%;
            transform: translate(-50%, -50%);
            transition: all 0.4s ease;
        }

        .qjolypd_rows:hover::before {
            width: 458px;
            height: 458px;
        }

        .qjolypd_rows:hover {
            transform: translateY(-5px) scale(1.01);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }

        .qjolypd_rows h3 {
            color: #333333;
            position: relative;
            z-index: 1;
            transition: color 0.3s ease;
        }

        .qjolypd_rows:hover h3 {
            color: #FF6F61;
        }

        .qjolypd_rows p {
            color: #333333;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .fjgnmdu_blocks {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        