/*!
Theme Name: jipoqd
Theme URI: #
Version: 3.7.4
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: jipoqd
*/

:root {
  --text-color: #1D1D1D;
  --heading-color: #F85C50;
  --primary-btn-bg: #42C8F5;
  --secondary-btn-bg: #FEDD00;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #1D1D1D;

  --header-bg-color: #F7F7F7;
  --header-text-color: #F85C50;
  --header-border: 1px solid #42C8F5;

  --footer-bg-color: #581845;
  --footer-text-color: #FFFFFF;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #FFE5B8;
  --table-border-color: #F85C50;
  --table-text-color: #1f1300;

  --body-bg-color: #F7F7F7;
  --card-bg-color: #ffffff;
  --card-text-color: #1D1D1D;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: left;
  --banner-column: 61%;
  --banner-padding: 194.4px;
  --banner-border: 1px solid #42C8F5;
  --banner-bg-color: #F7F7F7;
  --banner-text-color: #000000;

  --container-max-width: 1375px;
  --container-padding: 0 15px;
  --border-radius: 18px;
  --py: 39px;
  --py-2: 62px;
  --py-3: 52px;
  --text-align: center;
  --mb: 15px;
  --fz-1: 38.88px;
  --fz-2: 32.4px;
  --fz-3: 27px;
  --logo-width: 200px;
  --menu-margin: 0 0 0 auto;

  --animation-duration: 573ms;
  --animation-type: ease;
  --animation-effect: fadeIn;

  --contrast-bg-color: #2b2b2b;
  --contrast-text-color: #e8e8e8;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', 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-fxhdrtep {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .top-qmbfiyoh {
        padding: var(--py) 0;
      }

      .top-aibwnefu {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: var(--mb);
      }

      .top-wbpjmosx {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: 0;
        padding: 12px 32px;
        border-radius: var(--border-radius);
        border: 1px solid #a0e3fa;
      }

      .top-mavcwydl {
        color: var(--heading-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .top-mavcwydl:hover {
        color: var(--primary-btn-bg);
      }


      .head-edthkcqs {
        display: flex;
        gap: 10px;
      }

      .head-plwtgrsh {
        display: none;
      }

      .l-rxgoejlt img {
        margin: 0 auto;
        display: block;
      }

      @media (max-width: 1024px) {
        .top-aibwnefu {
          justify-content: space-between;
          flex-direction: row;
        }

        .top-mavcwydl {
          color: var(--header-text-color);
        }
      }
    

@media (max-width: 1024px) {
  .top-wbpjmosx {
    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;
  }

  .top-mavcwydl {
    padding: 10px 0;
    display: block;
  }

  .top-wbpjmosx.active {
    opacity: 1;
    visibility: visible;
  }

  .head-plwtgrsh {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .head-plwtgrsh span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .head-plwtgrsh.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .head-plwtgrsh.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.l-rxgoejlt {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.l-rxgoejlt img {
  max-height: 80px;
}

.first-hgjcqwyd,
.second-tgbjnkih {
  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-hgjcqwyd {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.first-hgjcqwyd:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.second-tgbjnkih {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.second-tgbjnkih:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.f-sbifhxme{
  position: relative;
}
.f-sbifhxme * {
  z-index: 1;
  position: relative;
}


      .text-zfhwuqgt > .wp-block-image {
        margin: 2rem 0;
        display: block;
        padding: 8px;
        border: 2px solid #a3e4fa;
        border-radius: var(--border-radius);
        background: rgba(255, 255, 255, 0.02);
        transition: border-color 0.3s ease, background 0.3s ease;
      }

      .text-zfhwuqgt > .wp-block-image:hover {
        border-color: var(--primary-btn-bg);
        background: rgba(255, 255, 255, 0.05);
      }

      .text-zfhwuqgt > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0;
      }
    


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

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

    .lks-pscjoxlk a:hover {
      opacity: .7;
    }

    .nvs__title-dqupzlxf {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .f-sbifhxme {
      background: linear-gradient(135deg, #802364 0%, #300d26 100%);
      color: var(--footer-text-color);
      padding: var(--py) 0;
    }

    .footer-tvelbzfc {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 var(--mb);
    }

    .f-fzovuglx {
      display: flex;
      justify-content: var(--footer-justify);
      flex-direction: var(--footer-direction);
      align-items: center;
      margin-bottom: var(--mb);
    }

    .bot-koxewlyq {
      display: flex;
      flex-direction: column;
    }

    .f-ykxwzoiu {
      font-weight: 500;
      font-size: 16px;
      margin-bottom: var(--mb);
      color: var(--footer-text-color);
    }

    .f-vxfdutmw {
      display: flex;
      gap: 20px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .bottom-sghivaet {
      color: var(--footer-text-color);
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s ease;
    }

    .bottom-sghivaet:hover {
      color: var(--primary-btn-bg);
    }

    .foot-lgcdirze {
      margin: 0;
      font-size: 14px;
      color: var(--footer-text-color);
      text-align: var(--text-align);
      opacity: 0.7;
    }

    @media (max-width: 768px) {
      .f-fzovuglx {
        flex-direction: column;
        gap: 20px;
        text-align: center;
      }

      .f-vxfdutmw {
        justify-content: center;
        flex-wrap: wrap;
      }
    }
    



.f-vxfdutmw li:empty {
  display: none;
}

.ban-xqiarlhp {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.ban-xqiarlhp {
  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;
}

.ban-xqiarlhp svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.hero-jhircdwn{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.b-vkjfylzm {
  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-lgmijvtf{
  overflow-x: auto;
  width: 100%;
}

.text-zfhwuqgt {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.text-zfhwuqgt p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.text-zfhwuqgt ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.text-zfhwuqgt ul {
  list-style: none;
}

.text-zfhwuqgt ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.text-zfhwuqgt ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .text-zfhwuqgt ol {
      counter-reset: list-counter;
      list-style: none;
      padding-left: 0;
      margin: 3rem 0;
    }

    .text-zfhwuqgt 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 #bbebfb;
      border-radius: 6px;
      padding: 1rem 1rem 1rem 3.5rem;
      background: rgba(255, 255, 255, 0.02);
    }

    .text-zfhwuqgt 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-zfhwuqgt 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: #42C8F5;
        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-zfhwuqgt 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.1);
        overflow: hidden;
      }

      .text-zfhwuqgt table thead tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      }

      .text-zfhwuqgt table th {
        padding: 15px 15px;
        font-weight: normal;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.5);
        letter-spacing: 0.025em;
        border: none;
      }

      .text-zfhwuqgt table tbody tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.03);
        transition: background-color 0.2s ease;
      }

      .text-zfhwuqgt table tbody tr:last-child {
        border-bottom: none;
      }

      .text-zfhwuqgt table tbody tr:hover {
        background-color: rgba(0, 0, 0, 0.02);
      }

      .text-zfhwuqgt table td {
        padding: 20px 16px;
        font-size: 16px;
        color: var(--table-text-color);
        border: none;
        letter-spacing: 0.025em;
      }

      .text-zfhwuqgt table td:first-child {
        font-weight: normal;
      }
    

.text-zfhwuqgt img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.item-fdnsazlq {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.post-revwmgac {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .column-niwzpdae {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        margin: var(--py-2) 0;
        align-items: start;
        position: relative;
      }

      .column-niwzpdae::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 1px;
        height: 80%;
        background: linear-gradient(180deg, transparent 0%, #bbebfb 50%, transparent 100%);
        z-index: 1;
      }

      .column-niwzpdae .col-xecjlfna:first-child {
        position: relative;
        z-index: 2;
        order: 2;
      }

      .column-niwzpdae .col-xecjlfna:last-child {
        position: relative;
        z-index: 2;
        order: 1;
        padding-right: 2rem;
      }

      .column-niwzpdae figure {
        border-radius: 20px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
      }

      .column-niwzpdae figure::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, #42c8f520 0%, #bbebfb10 100%);
        z-index: 1;
        opacity: 0;
        transition: opacity 0.3s ease;
      }

      .column-niwzpdae figure:hover::before {
        opacity: 1;
      }

      .column-niwzpdae figure img {
        width: 100%;
        height: auto;
        position: relative;
        z-index: 0;
        border-radius: var(--border-radius);
      }

      .column-niwzpdae h2 {
        margin-top: 0;
        color: var(--text-color);
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.3;
        margin-bottom: 1.5rem;
        position: relative;
      }

      .column-niwzpdae h2::after {
        content: '';
        position: absolute;
        bottom: -0.5rem;
        left: 0;
        width: 2rem;
        height: 2px;
        background: #42c8f5;
        border-radius: 1px;
      }

      .column-niwzpdae p {
        line-height: 1.7;
        margin-bottom: 1rem;
        color: var(--text-color);
        opacity: 0.9;
      }

      @media (max-width: 1024px) {
        .column-niwzpdae {
          grid-template-columns: 1fr;
          gap: 2rem;
        }

        .column-niwzpdae::before {
          display: none;
        }

        .column-niwzpdae .col-xecjlfna:first-child {
          order: 1;
        }

        .column-niwzpdae .col-xecjlfna:last-child {
          order: 2;
          padding-left: 0;
          padding-right: 0;
        }
      }
    

.tb-dusfjbrc {
  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%;
}

.tb-dusfjbrc p,
.tb-dusfjbrc h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.tb-dusfjbrc table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.tb-dusfjbrc table td,
.tb-dusfjbrc table th {
  border: 0;
}

.tb-dusfjbrc table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.tb-dusfjbrc tr:last-child {
  border-bottom: 0;
}

.tb-dusfjbrc h2 {
  margin-top: 0;
}

/*
.card-wtqvsaij {
  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);
}
  */

.darked-cwtkjayh {
  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);
}


    .darked-cwtkjayh{
      background: linear-gradient(135deg, #42c8f5 0%, #42aaf5 50%, #4251f5 100%);
      padding: 56px;
    }
    

.darked-cwtkjayh h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .hero-jhircdwn{
    flex-direction: column;
  }

  .b-vkjfylzm {
    width: 100%;
  }

  .tb-dusfjbrc {
    padding: var(--py);
  }

  .darked-cwtkjayh {
    padding: var(--py);
  }
}

.map-uzkajewv{
  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-uzkajewv 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-uzkajewv a:hover {
  color: var(--primary-btn-bg);
}
.map-uzkajewv h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .fr-fkltswai {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .form-ltjpmafe {
      display: flex;
      flex-direction: column;
    }

    .form-nehiuwgz, .fr-mbqcyasf {
      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-nehiuwgz:focus, .fr-mbqcyasf:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .fr-mbqcyasf {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .fr-fkltswai button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .fr-fkltswai button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .fr-fkltswai {
        max-width: 100%;
        gap: 15px;
      }

      .form-nehiuwgz, .fr-mbqcyasf {
        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)
  }
}


        .ban-xqiarlhp {
            position: relative;
            padding: 123px var(--py) 87px;
            background: linear-gradient(to bottom, #F7F7F7, rgba(254, 221, 0, 0.2), rgba(66, 200, 245, 0.3));
            overflow: hidden;
        }

        .hero-lybjeqvh {
            position: absolute;
            top: 23%;
            left: 28%;
            width: 328px;
            height: 325px;
            background: rgba(66, 200, 245, 0.1);
            border-radius: 50%;
            filter: blur(65px);
        }

        .hero-lybjeqvh:nth-child(2) {
            bottom: 28%;
            right: 26%;
            width: 267px;
            height: 301px;
            background: rgba(254, 221, 0, 0.2);
        }

        .hr-lrnjetua {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 1px;
            background: linear-gradient(to right, transparent, rgba(66, 200, 245, 0.2), transparent);
        }

        .banner-sukgvltb {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 1px;
            background: linear-gradient(to right, transparent, rgba(66, 200, 245, 0.2), transparent);
        }

        .hero-jhircdwn {
            max-width: 1168px;
            margin: 0 auto;
            position: relative;
            z-index: 10;
        }

        .b-vkjfylzm {
            text-align: center;
        }

        .main-mjelhtko {
            font-size: clamp(50px, 8vw, 68px);
            font-weight: bold;
            color: #000000;
            margin-bottom: 30px;
            line-height: 1.2;
            letter-spacing: 0.01em;
        }

        .main-mjelhtko span {
            background: linear-gradient(to right, #000000, #42C8F5);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .hr-izkvhmug {
            font-size: 18px;
            color: #000000;
            opacity: 0.7;
            max-width: 609px;
            margin: 0 auto;
            margin-bottom: 46px;
            line-height: 1.6;
        }

        .hero-qtokwdmv {
            position: absolute;
            bottom: -47px;
            left: 50%;
            transform: translateX(-50%);
            width: 290px;
            height: 2px;
            background: linear-gradient(to right, transparent, #42C8F5, transparent);
            filter: blur(7px);
        }

        @media (max-width: 1024px) {
            .ban-xqiarlhp {
                padding: 80px var(--py) 65px;
            }

            .main-mjelhtko {
                font-size: 47px;
            }

            .hr-izkvhmug {
                font-size: 14px;
            }
        }
        


        .cards-vynwrqam {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            padding: 2rem 0;
        }

        .card-wtqvsaij {
            background: linear-gradient(227deg, #42C8F5, #FEDD00);
            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;
        }

        .card-wtqvsaij::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;
        }

        .card-wtqvsaij:hover::before {
            transform: translateX(100%);
        }

        .card-wtqvsaij:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
        }

        .card-wtqvsaij h3 {
            color: #1D1D1D;
            position: relative;
            z-index: 1;
        }

        .card-wtqvsaij p {
            color: #1D1D1D;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .cards-vynwrqam {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        