/*!
Theme Name: t1juys
Theme URI: #
Version: 5.1.2
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: t1juys
*/

:root {
  --text-color: #000000;
  --heading-color: #FF4500;
  --primary-btn-bg: #32CD32;
  --secondary-btn-bg: #FFD700;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #000000;

  --header-bg-color: #ADFF2F;
  --header-text-color: #000000;
  --header-border: {{header-border}};

  --footer-bg-color: #FF8C00;
  --footer-text-color: #FFFFFF;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #FFFACD;
  --table-border-color: #FF4500;
  --table-text-color: #332e00;

  --body-bg-color: #FAFAD2;
  --card-bg-color: #ffffff;
  --card-text-color: #000000;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: center;
  --banner-column: 69%;
  --banner-padding: 194.4px;
  --banner-border: 0 solid;
  --banner-bg-color: #FFF5EE;
  --banner-text-color: #000000;

  --container-max-width: 1354px;
  --container-padding: 0 15px;
  --border-radius: 28px;
  --py: 30px;
  --py-2: 44px;
  --py-3: 70px;
  --text-align: center;
  --mb: 17px;
  --fz-1: 38.88px;
  --fz-2: 32.4px;
  --fz-3: 27px;
  --logo-width: 165px;
  --menu-margin: 0;

  --animation-duration: 309ms;
  --animation-type: ease-in-out;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #1a1a1a;
  --contrast-text-color: #cccccc;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Titillium Web', 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;
}

.luxkza_container {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .rgyeos_head {
        color: var(--header-text-color);
        padding: 0;
      }

      .rgyeos_head .luxkza_container {
        border-bottom: 1px solid #98e698;
      }

      .hjspfg_head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .btirgo_h {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .rkqzlf_h {
        color: var(--heading-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .rkqzlf_h:hover {
        color: var(--primary-btn-bg);
      }


      .rmqcze_head {
        display: flex;
        gap: 10px;
      }

      .pzgwaq_h {
        display: none;
      }

      @media (max-width: 1024px) {
        .rkqzlf_h {
          color: var(--header-text-color);
        }
      }
    

@media (max-width: 1024px) {
  .btirgo_h {
    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;
  }

  .rkqzlf_h {
    padding: 10px 0;
    display: block;
  }

  .btirgo_h.active {
    opacity: 1;
    visibility: visible;
  }

  .pzgwaq_h {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .pzgwaq_h span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .pzgwaq_h.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .pzgwaq_h.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.pailgt_log {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.pailgt_log img {
  max-height: 80px;
}

.twovmc_first,
.caetgj_alt {
  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;
}

.twovmc_first {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.twovmc_first:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.caetgj_alt {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.caetgj_alt:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.trupqa_bot{
  position: relative;
}
.trupqa_bot * {
  z-index: 1;
  position: relative;
}


      .fdhios_text > .wp-block-image {
        margin: 2rem 0;
        display: block;
        padding: 8px;
        border: 2px solid #84e184;
        border-radius: var(--border-radius);
        background: rgba(255, 255, 255, 0.02);
        transition: border-color 0.3s ease, background 0.3s ease;
      }

      .fdhios_text > .wp-block-image:hover {
        border-color: var(--primary-btn-bg);
        background: rgba(255, 255, 255, 0.05);
      }

      .fdhios_text > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0;
      }
    


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

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

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

    .zqxutn_our {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .trupqa_bot {
      position: relative;
      margin-top: 128px;
      padding: 0 24px 50px;
      overflow: hidden;
      background: linear-gradient(to bottom, #ff981a 0%, #995400 40%, #331c00 60%);
    }

    .trupqa_bot::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: linear-gradient(to right, transparent 0%, var(--primary-btn-bg) 50%, transparent 100%);
    }

    .zxwkjv_bot {
      max-width: 1536px;
      margin: 0 auto;
    }

    .hjavbe_foot {
      position: relative;
    }

    .poudcj_footer {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 32px;
      margin: 0;
      margin-bottom: 50px;
      list-style: none;
      padding: 50px 0 0 0;
    }

    .pvrwzc_footer {
      color: var(--footer-text-color);
      opacity: 0.6;
      text-decoration: none;
      font-size: 14px;
      letter-spacing: 0.05em;
      transition: color 0.3s ease, opacity 0.3s ease;
    }

    .pvrwzc_footer:hover {
      color: var(--primary-btn-bg);
      opacity: 1;
    }

    .eytspj_bot {
      width: 100%;
      height: 1px;
      margin: 24px 0;
      background: linear-gradient(to right, transparent 0%, var(--primary-btn-bg) 30%, transparent 100%);
    }

    .dyliqo_f {
      text-align: center;
      font-size: 12px;
      color: var(--footer-text-color);
      opacity: 0.3;
      letter-spacing: 0.1em;
      margin: 0;
    }

    @media (max-width: 768px) {
      .trupqa_bot {
        margin-top: 80px;
        padding: 0 15px 30px 15px;
      }

      .poudcj_footer {
        gap: 24px;
      }
    }
    



.poudcj_footer li:empty {
  display: none;
}

.eypovf_hr {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.eypovf_hr {
  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;
}

.eypovf_hr svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.bnsyhv_banner{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.ckbont_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;
}

.ygbnkr_tb{
  overflow-x: auto;
  width: 100%;
}

.fdhios_text {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.fdhios_text p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.fdhios_text ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.fdhios_text ul {
  list-style: none;
}

.fdhios_text ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.fdhios_text ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .fdhios_text ol {
      counter-reset: list-counter;
      list-style: none;
      padding-left: 0;
      margin: 3rem 0;
    }

    .fdhios_text 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 #98e698;
      border-radius: 6px;
      padding: 1rem 1rem 1rem 3.5rem;
      background: rgba(255, 255, 255, 0.02);
    }

    .fdhios_text 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;
    }

    .fdhios_text 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: #32CD32;
        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;
      }
    


      .fdhios_text table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: var(--mb);
        color: var(--table-text-color);
        border-radius: var(--border-radius);
        overflow: hidden;
        margin: 0;
      }

      .wp-block-table {
        border-radius: var(--border-radius);
        border: 1px solid #fff599;
        box-shadow: 0 25px 50px -12px #fff599;
      }

      .fdhios_text table thead {
        background-color: #fffce6;
      }

      .fdhios_text table thead tr {
        border-bottom: 1px solid #fff599;
      }

      .fdhios_text table th {
        padding: 17px 29px;
        font-weight: bold;
        font-size: 18px;
        color: var(--heading-color);
        border: none;
      }

      .fdhios_text table tbody tr {
        border-bottom: 1px solid #fff599;
      }

      .fdhios_text table tbody tr:last-child {
        border-bottom: none;
      }

      .fdhios_text table td {
        padding: 24px 26px;
        font-size: 18px;
        color: var(--table-text-color);
        border: none;
      }

      .fdhios_text table td:first-child {
        font-weight: 500;
      }
    

.fdhios_text img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.sycuje_articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.vuabrc_post {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .acmbhj_cols {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        margin: var(--py-2) 0;
        align-items: start;
        position: relative;
      }

      .acmbhj_cols::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 1px;
        height: 80%;
        background: linear-gradient(180deg, transparent 0%, #98e698 50%, transparent 100%);
        z-index: 1;
      }

      .acmbhj_cols .wivcbr_texted:first-child {
        position: relative;
        z-index: 2;
        order: 1;
      }

      .acmbhj_cols .wivcbr_texted:last-child {
        position: relative;
        z-index: 2;
        order: 2;
        padding-left: 2rem;
      }

      .acmbhj_cols figure {
        border-radius: 20px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
      }

      .acmbhj_cols figure::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, #32cd3220 0%, #98e69810 100%);
        z-index: 1;
        opacity: 0;
        transition: opacity 0.3s ease;
      }

      .acmbhj_cols figure:hover::before {
        opacity: 1;
      }

      .acmbhj_cols figure img {
        width: 100%;
        height: auto;
        position: relative;
        z-index: 0;
        border-radius: var(--border-radius);
      }

      .acmbhj_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;
      }

      .acmbhj_cols h2::after {
        content: '';
        position: absolute;
        bottom: -0.5rem;
        left: 0;
        width: 2rem;
        height: 2px;
        background: #32cd32;
        border-radius: 1px;
      }

      .acmbhj_cols p {
        line-height: 1.7;
        margin-bottom: 1rem;
        color: var(--text-color);
        opacity: 0.9;
      }

      @media (max-width: 1024px) {
        .acmbhj_cols {
          grid-template-columns: 1fr;
          gap: 2rem;
        }

        .acmbhj_cols::before {
          display: none;
        }

        .acmbhj_cols .wivcbr_texted:first-child {
          order: 1;
        }

        .acmbhj_cols .wivcbr_texted:last-child {
          order: 2;
          padding-left: 0;
          padding-right: 0;
        }
      }
    

.slhndf_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%;
}

.slhndf_table p,
.slhndf_table h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.slhndf_table table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.slhndf_table table td,
.slhndf_table table th {
  border: 0;
}

.slhndf_table table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.slhndf_table tr:last-child {
  border-bottom: 0;
}

.slhndf_table h2 {
  margin-top: 0;
}

/*
.pgtase_blocks {
  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);
}
  */

.smwjgy_contrast {
  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);
}


    .smwjgy_contrast{
      background: linear-gradient(135deg, #32cd32 0%, #32cd4c 50%, #32cd99 100%);
      padding: 53px;
    }
    

.smwjgy_contrast h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .bnsyhv_banner{
    flex-direction: column;
  }

  .ckbont_ban {
    width: 100%;
  }

  .slhndf_table {
    padding: var(--py);
  }

  .smwjgy_contrast {
    padding: var(--py);
  }
}

.ezplda_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);
}
.ezplda_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;
}
.ezplda_map a:hover {
  color: var(--primary-btn-bg);
}
.ezplda_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;
}


    .gchjax_form {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .nylegx_frm {
      display: flex;
      flex-direction: column;
    }

    .jmflvh_frm, .xgycej_form {
      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;
    }

    .jmflvh_frm:focus, .xgycej_form:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .xgycej_form {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .gchjax_form button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .gchjax_form button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .gchjax_form {
        max-width: 100%;
        gap: 15px;
      }

      .jmflvh_frm, .xgycej_form {
        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)
  }
}


        .rgyeos_head {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            background: #fff0;
            z-index: 100;
            border: 0;
        }

        .eypovf_hr {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 90vh;
            padding: 150px 15px 50px;
        }

        .ckbont_ban {
            position: relative;
            text-align: center;
            max-width: 66rem;
            margin: 0 auto;
            z-index: 10;
        }

        .kwdriy_hr {
            font-size: 54px;
            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, #FF4500 0%, #32CD32 50%, #FFD700 100%);
        }

        .kwdriy_hr span {
            color: transparent;
            background-clip: text;
            background-image: linear-gradient(to right in oklab, #32CD32 0%, #FFD700 100%);
        }

        .cmjdex_hr {
            font-size: 18px;
            color: #000000;
            max-width: 55rem;
            margin: 0 auto var(--mb);
        }

        .cvtrux_hr {
            position: absolute;
            inset: 0;
            background-image: linear-gradient(to bottom right,
                    rgba(#32CD32, 0.2),
                    rgba(#FFD700, 0.2),
                    rgba(#32CD32, 0.2));
            opacity: 0.5;
        }

        .gpcnoq_hero {
            position: absolute;
            border-radius: 9999px;
            opacity: 0.3;
        }

        .gpcnoq_hero:nth-child(1) {
            top: 5rem;
            left: 49%;
            width: 8rem;
            height: 8rem;
            background-image: linear-gradient(to right, #32CD32, #FFD700);
            border-radius: 9999px;
            filter: blur(24px);
            opacity: 0.3;
            animation: pulse 2s infinite;
        }

        .gpcnoq_hero:nth-child(2) {
            bottom: 4rem;
            right: 57%;
            width: 12rem;
            height: 12rem;
            background-image: linear-gradient(to right, #32CD32, #FFD700);
            border-radius: 9999px;
            filter: blur(40px);
            opacity: 0.2;
            animation: pulse 2s infinite;
            animation-delay: 1s;
        }

        .gpcnoq_hero:nth-child(3) {
            top: 64%;
            left: 28%;
            width: 8rem;
            height: 6rem;
            background-image: linear-gradient(to right, #FFD700, #32CD32);
            border-radius: 0.5rem;
            filter: blur(16px);
            opacity: 0.25;
            animation: bounce 1s infinite;
        }

        @media (max-width: 1024px) {
            .kwdriy_hr {
                font-size: 27px;
                max-width: 100%;
            }

            .eypovf_hr {
                padding: 120px 15px 50px;
                min-height: 70vh;
            }

            .cmjdex_hr {
                max-width: 100%;
            }

            .gpcnoq_hero:nth-child(1),
            .gpcnoq_hero:nth-child(2),
            .gpcnoq_hero: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);
            }
        }
        


        .qvetri_block {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: var(--py);
            padding: var(--py) 0;
        }

        .pgtase_blocks {
            background: #ffffff;
            border-radius: var(--border-radius);
            padding: var(--py);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            border: 1px solid rgba(0, 0, 0, 0.05);
            position: relative;
            overflow: hidden;
        }

        .pgtase_blocks::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 9px;
            background: linear-gradient(90deg, #32CD32, #FFD700);
        }

        .pgtase_blocks:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        }

        .pgtase_blocks h3 {
            color: #000000;
        }

        .pgtase_blocks p {
            color: #000000;
            margin: 0;
        }

        @media (max-width: 768px) {
            .qvetri_block {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        