/*!
Theme Name: u0ltxh
Theme URI: #
Version: 10.8.8
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: u0ltxh
*/

:root {
  --text-color: #FFFFFF;
  --heading-color: #FFC300;
  --primary-btn-bg: #DAF7A6;
  --secondary-btn-bg: #FFC300;
  --primary-btn-color: #333333;
  --secondary-btn-color: #333333;

  --header-bg-color: #1C1C1C;
  --header-text-color: #FFC300;
  --header-border: 1px solid #DAF7A6;

  --footer-bg-color: #900C3F;
  --footer-text-color: #FFFFFF;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #FF5733;
  --table-border-color: #DAF7A6;
  --table-text-color: #000000;

  --body-bg-color: #1C1C1C;
  --card-bg-color: #4f4f4f;
  --card-text-color: #FFFFFF;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: center;
  --banner-column: 77%;
  --banner-padding: 208.8px;
  --banner-border: 4px solid #DAF7A6;
  --banner-bg-color: #1C1C1C;
  --banner-text-color: #ffffff;

  --container-max-width: 1442px;
  --container-padding: 0 15px;
  --border-radius: 13px;
  --py: 16px;
  --py-2: 58px;
  --py-3: 73px;
  --text-align: center;
  --mb: 25px;
  --fz-1: 41.76px;
  --fz-2: 34.8px;
  --fz-3: 29px;
  --logo-width: 171px;
  --menu-margin: 0 0 0 auto;

  --animation-duration: 831ms;
  --animation-type: ease-in;
  --animation-effect: fadeIn;

  --contrast-bg-color: #e8e8e8;
  --contrast-text-color: #333333;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Lato', 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;
}

.wr-hdewunp {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .top-vlorfcb {
        color: var(--header-text-color);
        padding: 0;
        backdrop-filter: blur(25px);
        background-color: rgba(28,28,28,0.5);
        position: sticky;
        top: 0;
        z-index: 100;
      }

      .head-vdbwatu {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .top-jnstgrw {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .h-tydsgre {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .h-tydsgre:hover {
        color: var(--primary-btn-bg);
      }


      .head-lcfdzbh {
        display: flex;
        gap: 10px;
      }

      .header-acybgsp {
        display: none;
      }
    

@media (max-width: 1024px) {
  .top-jnstgrw {
    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-tydsgre {
    padding: 10px 0;
    display: block;
  }

  .top-jnstgrw.active {
    opacity: 1;
    visibility: visible;
  }

  .header-acybgsp {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .header-acybgsp span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .header-acybgsp.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .header-acybgsp.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.l-ediknga {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.l-ediknga img {
  max-height: 80px;
}

.first-icztmdv,
.second-jzvemfi {
  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-icztmdv {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.first-icztmdv:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.second-jzvemfi {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.second-jzvemfi:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.bottom-ujrexoa{
  position: relative;
}
.bottom-ujrexoa * {
  z-index: 1;
  position: relative;
}


      .text-jtodfgr > .wp-block-image {
        margin: 2rem 0;
        display: block;
        padding: 8px;
        border: 2px solid #ffffff;
        border-radius: var(--border-radius);
        background: rgba(255, 255, 255, 0.02);
        transition: border-color 0.3s ease, background 0.3s ease;
      }

      .text-jtodfgr > .wp-block-image:hover {
        border-color: var(--primary-btn-bg);
        background: rgba(255, 255, 255, 0.05);
      }

      .text-jtodfgr > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0;
      }
    


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

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

    .nvs-oyipabu a:hover {
      opacity: .7;
    }

    .lks__title-tshfeux {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .bottom-ujrexoa {
      background: linear-gradient(135deg, #c11054 0%, #63082b 100%);
      color: var(--footer-text-color);
      padding: var(--py) 0;
    }

    .foot-xgekiqj {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 var(--mb);
    }

    .footer-ihcqvsj {
      display: flex;
      justify-content: var(--footer-justify);
      flex-direction: var(--footer-direction);
      align-items: center;
      margin-bottom: var(--mb);
    }

    .footer-rimdjxc {
      display: flex;
      flex-direction: column;
    }

    .f-fxlvyuj {
      font-weight: 500;
      font-size: 16px;
      margin-bottom: var(--mb);
      color: var(--footer-text-color);
    }

    .footer-bzgqxwo {
      display: flex;
      gap: 20px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .foot-hjuidvy {
      color: var(--footer-text-color);
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s ease;
    }

    .foot-hjuidvy:hover {
      color: var(--primary-btn-bg);
    }

    .f-bqpidvy {
      margin: 0;
      font-size: 14px;
      color: var(--footer-text-color);
      text-align: var(--text-align);
      opacity: 0.7;
    }

    @media (max-width: 768px) {
      .footer-ihcqvsj {
        flex-direction: column;
        gap: 20px;
        text-align: center;
      }

      .footer-bzgqxwo {
        justify-content: center;
        flex-wrap: wrap;
      }
    }
    



.footer-bzgqxwo li:empty {
  display: none;
}

.banner-zyfqhrn {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.banner-zyfqhrn {
  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;
}

.banner-zyfqhrn svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.hr-kvrcbtn{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.banner-igtkhcl {
  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;
}

.tbl-zxmhosa{
  overflow-x: auto;
  width: 100%;
}

.text-jtodfgr {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.text-jtodfgr p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.text-jtodfgr ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.text-jtodfgr ul {
  list-style: none;
}

.text-jtodfgr ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.text-jtodfgr ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .text-jtodfgr ol {
      counter-reset: list-counter;
      list-style: none;
      padding-left: 0;
      margin: 3rem 0;
    }

    .text-jtodfgr 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 #ffffff;
      border-radius: 6px;
      padding: 1rem 1rem 1rem 3.5rem;
      background: rgba(255, 255, 255, 0.02);
    }

    .text-jtodfgr 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;
    }

    .text-jtodfgr ol li:hover {
      background: rgba(255, 255, 255, 0.05);
      border-color: var(--primary-btn-bg);
    }
    


      .aioseo-breadcrumbs {
        margin: 1rem 0;
        padding: 0.5rem 0;
        font-size: 0.875rem;
      }

      .aioseo-breadcrumb {
        display: inline-block;
      }

      .aioseo-breadcrumb a {
        color: #DAF7A6;
        text-decoration: none;
        opacity: 0.8;
        transition: opacity 0.2s ease;
      }

      .aioseo-breadcrumb a:hover {
        opacity: 1;
      }

      .aioseo-breadcrumb:not(:has(a)) {
        color: var(--text-color);
        opacity: 0.6;
      }

      .aioseo-breadcrumb-separator {
        color: var(--text-color);
        opacity: 0.4;
        margin: 0 0.5rem;
      }
    


      .text-jtodfgr table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: var(--mb);
        background-color: var(--table-bg-color);
        color: var(--table-text-color);
        border-radius: var(--border-radius);
        border: 1px solid rgba(0, 0, 0, 0.05);
        overflow: hidden;
      }

      .text-jtodfgr table thead tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      }

      .text-jtodfgr table th {
        padding: 15px 34px;
        font-weight: normal;
        font-size: 12px;
        color: rgba(0, 0, 0, 0.4);
        text-transform: uppercase;
        letter-spacing: 0.2em;
        border: none;
      }

      .text-jtodfgr table tbody tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        transition: background-color 0.2s ease;
      }

      .text-jtodfgr table tbody tr:last-child {
        border-bottom: none;
      }

      .text-jtodfgr table tbody tr:hover {
        background-color: rgba(0, 0, 0, 0.02);
      }

      .text-jtodfgr table td {
        padding: 16px 25px;
        font-size: 14px;
        color: var(--table-text-color);
        border: none;
        letter-spacing: 0.025em;
      }

      .text-jtodfgr table td:first-child {
        font-weight: normal;
      }
    

.text-jtodfgr img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.blog-ybatjhg {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.article-igtzqsj {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .column-haznkfe {
        display: grid;
        grid-template-columns: 1fr 1.5fr;
        gap: var(--py-2);
        margin: var(--py-2) 0;
        align-items: center;
      }

      .column-haznkfe .col-vnpfudy:first-child {
        order: 1;
      }

      .column-haznkfe .col-vnpfudy:last-child {
        order: 2;
      }

      .column-haznkfe h2 {
        margin-top: 0;
      }

      .column-haznkfe figure {
        margin: 0 auto;
        width: max-content;
        position: relative;
      }

      .column-haznkfe 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);
      }

      .column-haznkfe img {
        margin: 0 auto;
        max-height: 320px;
        border-radius: var(--border-radius);
        border: 1px solid var(--table-border-color);
      }

      @media (max-width: 1024px) {
        .column-haznkfe {
          grid-template-columns: 1fr;
        }

        .column-haznkfe .col-vnpfudy:first-child {
          order: 1;
        }

        .column-haznkfe .col-vnpfudy:last-child {
          order: 2;
        }
      }
    

.table-rclwpib {
  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-rclwpib p,
.table-rclwpib h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.table-rclwpib table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.table-rclwpib table td,
.table-rclwpib table th {
  border: 0;
}

.table-rclwpib table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.table-rclwpib tr:last-child {
  border-bottom: 0;
}

.table-rclwpib h2 {
  margin-top: 0;
}

/*
.blocks-ybsphgz {
  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);
}
  */

.d-ejfcmgw {
  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);
}


    .d-ejfcmgw{
      background: rgba(218,247,166,0.1);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(218,247,166,0.2);
      color: var(--text-color);
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    }
    

.d-ejfcmgw h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .hr-kvrcbtn{
    flex-direction: column;
  }

  .banner-igtkhcl {
    width: 100%;
  }

  .table-rclwpib {
    padding: var(--py);
  }

  .d-ejfcmgw {
    padding: var(--py);
  }
}

.sitemappage-emfagvw{
  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);
}
.sitemappage-emfagvw 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;
}
.sitemappage-emfagvw a:hover {
  color: var(--primary-btn-bg);
}
.sitemappage-emfagvw h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .frm-xucnrls {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .fr-mtwuroa {
      display: flex;
      flex-direction: column;
    }

    .form-xquwpei, .frm-ugqcfax {
      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;
    }

    .form-xquwpei:focus, .frm-ugqcfax:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .frm-ugqcfax {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .frm-xucnrls button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .frm-xucnrls button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .frm-xucnrls {
        max-width: 100%;
        gap: 15px;
      }

      .form-xquwpei, .frm-ugqcfax {
        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)
  }
}


        .banner-zyfqhrn {
            position: relative;
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            padding: 149px 0 76px;
        }

        .ban-loeithr {
            position: absolute;
            inset: 0;
            overflow: hidden;
        }

        .b-cvjykur {
            position: absolute;
            inset: 0;
            background: linear-gradient(to bottom right, rgba(218, 247, 166, 0.6) 0%, transparent 50%);
            clip-path: polygon(0 0, 55% 0, 45% 100%, 0 100%);
        }

        .hr-brlgdqy {
            position: absolute;
            inset: 0;
            background: linear-gradient(to bottom left, rgba(255, 195, 0, 0.6) 0%, transparent 50%);
            clip-path: polygon(55% 0, 100% 0, 100% 100%, 45% 100%);
        }

        .hr-ypkndoc {
            position: absolute;
            inset: 0;
            background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, transparent 50%, rgba(0,0,0,0.6) 100%);
        }

        .ban-stroenq {
            position: absolute;
            border-radius: 50%;
            animation: float-particle 4s ease-in-out infinite;
        }

        .ban-stroenq:nth-child(1) {
            top: 25%;
            left: 25%;
            width: 7px;
            height: 7px;
            background: #DAF7A6;
            animation-delay: 0s;
        }

        .ban-stroenq:nth-child(2) {
            top: 33%;
            right: 33%;
            width: 6px;
            height: 7px;
            background: #FFC300;
            animation-delay: 1s;
        }

        .ban-stroenq:nth-child(3) {
            bottom: 33%;
            left: 50%;
            width: 10px;
            height: 12px;
            background: #DAF7A6;
            opacity: 0.6;
            animation-delay: 2s;
        }

        .ban-stroenq:nth-child(4) {
            top: 50%;
            right: 25%;
            width: 5px;
            height: 4px;
            background: #FFC300;
            opacity: 0.8;
            animation-delay: 0.5s;
        }

        .hero-nwzfjcu {
            position: relative;
            z-index: 10;
            max-width: 1186px;
            margin: 0 auto;
            padding: 0 var(--py);
            text-align: center;
        }

        .main-tzwbfnj {
            font-size: clamp(58px, 8vw, 106px);
            font-weight: bold;
            color: #ffffff;
            margin-bottom: 28px;
            line-height: 0.9;
            letter-spacing: -0.03em;
        }

        .banner-duybane {
            width: 218px;
            height: 4px;
            background: linear-gradient(to right, transparent, #DAF7A6, transparent);
            margin: 0 auto 27px;
            transform: rotate(-1deg);
            position: relative;
        }

        .banner-duybane::after {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(to right, transparent, #DAF7A6, transparent);
            filter: blur(11px);
            animation: glow-pulse 3s ease-in-out infinite;
        }

        .main-fgvqctr {
            font-size: 14px;
            color: #ffffff;
            opacity: 0.6;
            max-width: 730px;
            margin: 0 auto 40px;
            line-height: 1.6;
            letter-spacing: 0.05em;
            text-transform: uppercase;
        }

        @keyframes float-particle {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-24px); }
        }

        @keyframes glow-pulse {
            0%, 100% { opacity: 1; }
            50% { opacity: 0.5; }
        }

        @media (max-width: 1024px) {
            .banner-zyfqhrn {
                padding: 117px 0 41px;
            }

            .main-tzwbfnj {
                font-size: 56px;
            }

            .main-fgvqctr {
                font-size: 12px;
            }
        }
        


        .blocks-iranvwe {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
            padding: 2rem 0;
            max-width: 600px;
            margin: 0 auto;
        }

        .blocks-ybsphgz {
            background: #4f4f4f;
            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 #DAF7A6;
        }

        .blocks-ybsphgz:nth-child(even) {
            border-left-color: #FFC300;
            margin-left: 27px;
        }

        .blocks-ybsphgz:nth-child(odd) {
            margin-right: 27px;
        }

        .blocks-ybsphgz::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, #DAF7A605, #FFC30005);
            border-radius: var(--border-radius);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .blocks-ybsphgz:hover::before {
            opacity: 1;
        }

        .blocks-ybsphgz:hover {
            transform: translateX(8px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        }

        .blocks-ybsphgz h3 {
            color: #FFFFFF;
            position: relative;
            z-index: 1;
        }

        .blocks-ybsphgz p {
            color: #FFFFFF;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .blocks-iranvwe {
                max-width: 100%;
            }

            .blocks-ybsphgz:nth-child(even),
            .blocks-ybsphgz:nth-child(odd) {
                margin-left: 0;
                margin-right: 0;
            }
        }
        