/*!
Theme Name: quktjz
Theme URI: #
Version: 1.5.2
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: quktjz
*/

:root {
  --text-color: #212F3D;
  --heading-color: #AAB7B8;
  --primary-btn-bg: #28B463;
  --secondary-btn-bg: #27AE60;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #F9E79F;
  --header-text-color: #212F3D;
  --header-border: {{header-border}};

  --footer-bg-color: #AAB7B8;
  --footer-text-color: #212F3D;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #E2E0B5;
  --table-border-color: #BDC3C7;
  --table-text-color: #000000;

  --body-bg-color: #F4F6F6;
  --card-bg-color: #ffffff;
  --card-text-color: #212F3D;
  --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: #FFFFFF;
  --banner-text-color: #000000;

  --container-max-width: 1575px;
  --container-padding: 0 15px;
  --border-radius: 8px;
  --py: 27px;
  --py-2: 49px;
  --py-3: 61px;
  --text-align: center;
  --mb: 19px;
  --fz-1: 38.88px;
  --fz-2: 32.4px;
  --fz-3: 27px;
  --logo-width: 142px;
  --menu-margin: 0;

  --animation-duration: 968ms;
  --animation-type: ease-in;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #292929;
  --contrast-text-color: #fafafa;
}

* {
  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;
}

.wrapper--lpvare {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .header--efkdtw {
        color: var(--header-text-color);
        padding: 0;
        backdrop-filter: blur(25px);
        background-color: rgba(249,231,159,0.5);
        position: sticky;
        top: 0;
        z-index: 100;
      }

      .head--qslgnw {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .header--gpusml {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .header--xzrfcj {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .header--xzrfcj:hover {
        color: var(--primary-btn-bg);
      }


      .header--rmiofq {
        display: flex;
        gap: 10px;
      }

      .head--ahnvyb {
        display: none;
      }
    

@media (max-width: 1024px) {
  .header--gpusml {
    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;
  }

  .header--xzrfcj {
    padding: 10px 0;
    display: block;
  }

  .header--gpusml.active {
    opacity: 1;
    visibility: visible;
  }

  .head--ahnvyb {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .head--ahnvyb span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .head--ahnvyb.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .head--ahnvyb.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.l--uozfkl {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.l--uozfkl img {
  max-height: 80px;
}

.p--xmgati,
.second--emouxf {
  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;
}

.p--xmgati {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.p--xmgati:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.second--emouxf {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.second--emouxf:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.bot--rumpyg{
  position: relative;
}
.bot--rumpyg * {
  z-index: 1;
  position: relative;
}


      .txt--pdlekw > .wp-block-image {
        margin: 2rem 0;
        display: block;
      }

      .txt--pdlekw > .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;
      }

      .txt--pdlekw > .wp-block-image img:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }
    


    .our--tsvxwi {
      margin: 0 auto 0;
      max-width: 100%;
      width: 100%;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 20px 35px;
      background: rgb(from var(--table-bg-color) r g b / 0.5);
      border-radius: var(--border-radius);
      padding: 15px;
      box-sizing: border-box;
      margin-bottom: var(--mb);
    }

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

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

    .nvs--mnukop {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .bot--rumpyg {
      background: linear-gradient(135deg, #c5cece 0%, #8d9fa0 100%);
      color: var(--footer-text-color);
      padding: 40px 0 20px;
      position: relative;
      overflow: hidden;
    }

    .bot--rumpyg::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%);
    }

    .bottom--mahfqz {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
    }

    .f--gxqzlr {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 30px;
    }

    .bottom--daxyhf {
      width: 100%;
    }

    .bot--scmrxv {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 30px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .bottom--qfiprn {
      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;
    }

    .bottom--qfiprn:hover {
      color: var(--primary-btn-text);
      transform: translateY(-2px);
    }

    .f--ivjqko {
      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;
    }

    .footer--aghzro {
      text-align: center;
      padding-top: 20px;
    }

    .footer--aghzro p {
      margin: 0;
      font-size: 14px;
      color: var(--footer-text-color);
      opacity: 0.8;
      font-weight: 400;
    }

    @media (max-width: 768px) {
      .bot--rumpyg {
        padding: 30px 0 15px;
      }

      .bot--scmrxv {
        gap: 15px;
        flex-direction: column;
      }

      .bottom--qfiprn {
        font-size: 14px;
        padding: 6px 12px;
      }

      .f--gxqzlr {
        margin-bottom: 20px;
      }

      .f--ivjqko {
        margin: 15px 0;
      }
    }

    @media (max-width: 480px) {
      .bot--scmrxv {
        gap: 10px;
      }

      .bottom--qfiprn {
        font-size: 13px;
        padding: 5px 10px;
      }
    }
    



.bot--scmrxv li:empty {
  display: none;
}

.b--ahbtcr {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.b--ahbtcr {
  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;
}

.b--ahbtcr svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.main--kyfavr{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.main--hwdgvq {
  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;
}

.table--gpjcaz{
  overflow-x: auto;
  width: 100%;
}

.txt--pdlekw {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.txt--pdlekw p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.txt--pdlekw ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.txt--pdlekw ul {
  list-style: none;
}

.txt--pdlekw ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.txt--pdlekw ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .txt--pdlekw 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;
    }

    .txt--pdlekw ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 4rem;
      margin-bottom: var(--mb);
      color: var(--text-color);
      background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.05) 100%);
      padding: 5px 5px 5px 4rem;
      border-radius: 8px;
      border-left: 4px solid transparent;
      background-clip: padding-box;
    }

    .txt--pdlekw ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0.5rem;
      top: 50%;
      transform: translateY(-50%);
      border-left-color: var(--primary-btn-bg);
      background: linear-gradient(135deg, #28b463 0%, #1a7540 100%);
      color: white;
      width: 2.5rem;
      height: 2.5rem;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      font-size: 1rem;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }
    


      .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: #28B463;
        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;
      }
    


      .txt--pdlekw 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;
      }

      .txt--pdlekw table thead tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      }

      .txt--pdlekw table th {
        padding: 19px 35px;
        font-weight: normal;
        font-size: 12px;
        color: rgba(0, 0, 0, 0.4);
        text-transform: uppercase;
        letter-spacing: 0.2em;
        border: none;
      }

      .txt--pdlekw table tbody tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        transition: background-color 0.2s ease;
      }

      .txt--pdlekw table tbody tr:last-child {
        border-bottom: none;
      }

      .txt--pdlekw table tbody tr:hover {
        background-color: rgba(0, 0, 0, 0.02);
      }

      .txt--pdlekw table td {
        padding: 24px 27px;
        font-size: 14px;
        color: var(--table-text-color);
        border: none;
        letter-spacing: 0.025em;
      }

      .txt--pdlekw table td:first-child {
        font-weight: normal;
      }
    

.txt--pdlekw img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.posts--thjsez {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.posts--ulwryn {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .col--zjhyls {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        margin: var(--py-2) 0;
        align-items: start;
        position: relative;
      }

      .col--zjhyls::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 1px;
        height: 80%;
        background: linear-gradient(180deg, transparent 0%, #79e2a5 50%, transparent 100%);
        z-index: 1;
      }

      .col--zjhyls .cols--dgysat:first-child {
        position: relative;
        z-index: 2;
        order: 1;
      }

      .col--zjhyls .cols--dgysat:last-child {
        position: relative;
        z-index: 2;
        order: 2;
        padding-left: 2rem;
      }

      .col--zjhyls figure {
        border-radius: 20px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
      }

      .col--zjhyls figure::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, #28b46320 0%, #79e2a510 100%);
        z-index: 1;
        opacity: 0;
        transition: opacity 0.3s ease;
      }

      .col--zjhyls figure:hover::before {
        opacity: 1;
      }

      .col--zjhyls figure img {
        width: 100%;
        height: auto;
        position: relative;
        z-index: 0;
        border-radius: var(--border-radius);
      }

      .col--zjhyls h2 {
        margin-top: 0;
        color: var(--text-color);
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.3;
        margin-bottom: 1.5rem;
        position: relative;
      }

      .col--zjhyls h2::after {
        content: '';
        position: absolute;
        bottom: -0.5rem;
        left: 0;
        width: 2rem;
        height: 2px;
        background: #28b463;
        border-radius: 1px;
      }

      .col--zjhyls p {
        line-height: 1.7;
        margin-bottom: 1rem;
        color: var(--text-color);
        opacity: 0.9;
      }

      @media (max-width: 1024px) {
        .col--zjhyls {
          grid-template-columns: 1fr;
          gap: 2rem;
        }

        .col--zjhyls::before {
          display: none;
        }

        .col--zjhyls .cols--dgysat:first-child {
          order: 1;
        }

        .col--zjhyls .cols--dgysat:last-child {
          order: 2;
          padding-left: 0;
          padding-right: 0;
        }
      }
    

.tbl--vfzimd {
  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%;
}

.tbl--vfzimd p,
.tbl--vfzimd h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.tbl--vfzimd table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.tbl--vfzimd table td,
.tbl--vfzimd table th {
  border: 0;
}

.tbl--vfzimd table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.tbl--vfzimd tr:last-child {
  border-bottom: 0;
}

.tbl--vfzimd h2 {
  margin-top: 0;
}

/*
.rows--cszurw {
  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--bqhrmt {
  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--bqhrmt{
      background: linear-gradient(135deg, #292929 0%, #424242 100%);
      border-left: 4px solid var(--primary-btn-bg);
    }
    

.d--bqhrmt h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .main--kyfavr{
    flex-direction: column;
  }

  .main--hwdgvq {
    width: 100%;
  }

  .tbl--vfzimd {
    padding: var(--py);
  }

  .d--bqhrmt {
    padding: var(--py);
  }
}

.map--kqahce{
  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);
}
.map--kqahce 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;
}
.map--kqahce a:hover {
  color: var(--primary-btn-bg);
}
.map--kqahce 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--isulwf {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .form--akfxvg {
      display: flex;
      flex-direction: column;
    }

    .fr--vwdsmg, .frm--edanzu {
      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;
    }

    .fr--vwdsmg:focus, .frm--edanzu:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .frm--edanzu {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .frm--isulwf button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .frm--isulwf button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .frm--isulwf {
        max-width: 100%;
        gap: 15px;
      }

      .fr--vwdsmg, .frm--edanzu {
        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)
  }
}


        .b--ahbtcr {
            position: relative;
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            background: linear-gradient(to bottom right, #F4F6F6, rgba(40, 180, 99, 0.3), rgba(39, 174, 96, 0.3));
        }

        .hero--zwbrgf {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 610px;
            height: 660px;
            background: rgba(40, 180, 99, 0.3);
            border-radius: 50%;
            filter: blur(100px);
        }

        .main--kyfavr {
            max-width: 1054px;
            margin: 0 auto;
            padding: 0 var(--py);
            position: relative;
            z-index: 10;
            text-align: center;
        }

        .main--uskmhi {
            font-size: clamp(56px, 8vw, 108px);
            font-weight: bold;
            color: #000000;
            margin-bottom: 30px;
            line-height: 1.1;
            letter-spacing: -0.02em;
        }

        .hr--sodazq {
            font-size: 16px;
            color: #000000;
            opacity: 0.7;
            max-width: 508px;
            margin: 0 auto 32px;
            line-height: 1.6;
        }

        .b--ahbtcr::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 146px;
            background: linear-gradient(to top, #F4F6F6, transparent);
        }

        @media (max-width: 1024px) {
            .main--uskmhi {
                font-size: 47px;
            }

            .hr--sodazq {
                font-size: 18px;
            }
        }
        


        .block--tzuxoa {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            padding: 2rem 0;
        }

        .rows--cszurw {
            background: linear-gradient(118deg, #28B463, #27AE60);
            border-radius: var(--border-radius);
            padding: var(--py);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            color: white;
        }

        .rows--cszurw::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
            transform: translateX(-100%);
            transition: transform 0.6s ease;
        }

        .rows--cszurw:hover::before {
            transform: translateX(100%);
        }

        .rows--cszurw:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
        }

        .rows--cszurw h3 {
            color: #212F3D;
            position: relative;
            z-index: 1;
        }

        .rows--cszurw p {
            color: #212F3D;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .block--tzuxoa {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        