/*!
Theme Name: vtb8mj
Theme URI: #
Version: 2.0.8
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vtb8mj
*/

:root {
  --text-color: #2F2F2F;
  --heading-color: #14A76C;
  --primary-btn-bg: #FF6F61;
  --secondary-btn-bg: #F7C74C;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #2F2F2F;

  --header-bg-color: #14A76C;
  --header-text-color: #FFFFFF;
  --header-border: {{header-border}};

  --footer-bg-color: #FF6F61;
  --footer-text-color: #FFFFFF;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #E6FFEB;
  --table-border-color: #14A76C;
  --table-text-color: #004d0f;

  --body-bg-color: #F0FFF0;
  --card-bg-color: #ffffff;
  --card-text-color: #2F2F2F;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: left;
  --banner-column: 64%;
  --banner-padding: 208.8px;
  --banner-border: 0 solid;
  --banner-bg-color: #FFFFFF;
  --banner-text-color: #000000;

  --container-max-width: 1579px;
  --container-padding: 0 15px;
  --border-radius: 17px;
  --py: 38px;
  --py-2: 79px;
  --py-3: 78px;
  --text-align: left;
  --mb: 22px;
  --fz-1: 41.76px;
  --fz-2: 34.8px;
  --fz-3: 29px;
  --logo-width: 175px;
  --menu-margin: 0 auto 0 0;

  --animation-duration: 343ms;
  --animation-type: ease-in-out;
  --animation-effect: fadeIn;

  --contrast-bg-color: #2b2b2b;
  --contrast-text-color: #fafafa;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', 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;
}

.julxzc-wraper {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .facwzs-header {
        background-color: var(--header-bg-color);
        color: var(--header-text-color);
        padding: var(--py) 0;
        border-bottom: var(--header-border);
      }

      .igwnuy-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .gqyxil-head {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .gwrzub-top {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .gwrzub-top:hover {
        color: var(--primary-btn-bg);
      }


      .vjyigf-head {
        display: flex;
        gap: 10px;
      }

      .ytjxkd-header {
        display: none;
      }
    

@media (max-width: 1024px) {
  .gqyxil-head {
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--header-bg-color);
    z-index: 100;
    padding: var(--py) 15px;
    display: block;
  }

  .gwrzub-top {
    padding: 10px 0;
    display: block;
  }

  .gqyxil-head.active {
    opacity: 1;
    visibility: visible;
  }

  .ytjxkd-header {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .ytjxkd-header span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .ytjxkd-header.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .ytjxkd-header.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.gqebrc-brand {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.gqebrc-brand img {
  max-height: 80px;
}

.bhofic-p,
.hspzob-sec {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: none;
  border-radius: var(--border-radius);
  transition: background-color 0.3s ease;
  font-weight: 500;
}

.bhofic-p {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.bhofic-p:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.hspzob-sec {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.hspzob-sec:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.vodjyb-f{
  position: relative;
}
.vodjyb-f * {
  z-index: 1;
  position: relative;
}


      .vsubgy-txt > .wp-block-image {
        margin: 2rem 0;
        display: block;
        padding: 8px;
        border: 2px solid #ffccc7;
        border-radius: var(--border-radius);
        background: rgba(255, 255, 255, 0.02);
        transition: border-color 0.3s ease, background 0.3s ease;
      }

      .vsubgy-txt > .wp-block-image:hover {
        border-color: var(--primary-btn-bg);
        background: rgba(255, 255, 255, 0.05);
      }

      .vsubgy-txt > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0;
      }
    


    .vodjyb-f {
      background: linear-gradient(135deg, #ff9d94 0%, #ff3f2e 100%);
      color: var(--footer-text-color);
      padding: 40px 0 20px;
      position: relative;
      overflow: hidden;
    }

    .vodjyb-f::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%);
    }

    .glfjsq-bottom {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
    }

    .iogure-bot {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 30px;
    }

    .kbnpcz-foot {
      width: 100%;
    }

    .dgjqwu-bot {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 30px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .ihovrq-bottom {
      color: var(--footer-text-color);
      text-decoration: none;
      font-weight: 500;
      font-size: 16px;
      padding: 8px 16px;
      border-radius: 25px;
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
    }

    .ihovrq-bottom:hover {
      color: var(--primary-btn-text);
      transform: translateY(-2px);
    }

    .vnkmlp-f {
      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;
    }

    .mgsipb-foot {
      text-align: center;
      padding-top: 20px;
    }

    .mgsipb-foot p {
      margin: 0;
      font-size: 14px;
      color: var(--footer-text-color);
      opacity: 0.8;
      font-weight: 400;
    }

    @media (max-width: 768px) {
      .vodjyb-f {
        padding: 30px 0 15px;
      }

      .dgjqwu-bot {
        gap: 15px;
        flex-direction: column;
      }

      .ihovrq-bottom {
        font-size: 14px;
        padding: 6px 12px;
      }

      .iogure-bot {
        margin-bottom: 20px;
      }

      .vnkmlp-f {
        margin: 15px 0;
      }
    }

    @media (max-width: 480px) {
      .dgjqwu-bot {
        gap: 10px;
      }

      .ihovrq-bottom {
        font-size: 13px;
        padding: 5px 10px;
      }
    }
    


        .vodjyb-f:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.05;
            z-index: 0;
            background: linear-gradient(135deg, #ff9d94 25%, transparent 25%) -78px 0/ 156px 156px, linear-gradient(225deg, #940c00 25%, transparent 25%) -78px 0/ 156px 156px, linear-gradient(315deg, #ff9d94 25%, transparent 25%) 0px 0/ 156px 156px, linear-gradient(45deg, #940c00 25%, #ff9d94 25%) 0px 0/ 156px 156px;
        }
        

.dgjqwu-bot li:empty {
  display: none;
}

.cvgktu-ban {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.cvgktu-ban {
  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;
}

.cvgktu-ban svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.guimtw-ban{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.kvdfen-hero {
  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;
}

.lhfvum-tb{
  overflow-x: auto;
  width: 100%;
}

.vsubgy-txt {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.vsubgy-txt p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.vsubgy-txt ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.vsubgy-txt ul {
  list-style: none;
}

.vsubgy-txt ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.vsubgy-txt ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .vsubgy-txt ol {
      counter-reset: list-counter;
      list-style: none;
      padding-left: 0;
      margin: 3rem 0;
    }

    .vsubgy-txt ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3.5rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
      border: 1px solid #ffe3e0;
      border-radius: 6px;
      padding: 1rem 1rem 1rem 3.5rem;
      background: rgba(255, 255, 255, 0.02);
    }

    .vsubgy-txt 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;
    }

    .vsubgy-txt 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: #FF6F61;
        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;
      }
    


      .vsubgy-txt 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 #99ffad;
        overflow: hidden;
      }

      .vsubgy-txt table thead {
        background-color: #dbffe2;
      }

      .vsubgy-txt table thead tr {
        border-bottom: 1px solid #99ffad;
      }

      .vsubgy-txt table th {
        padding: 17px 33px;
        font-weight: bold;
        font-size: 14px;
        color: var(--heading-color);
        letter-spacing: 0.05em;
        border: none;
      }

      .vsubgy-txt table tbody tr {
        border-bottom: 1px solid #99ffad;
        transition: background-color 0.2s ease;
      }

      .vsubgy-txt table tbody tr:last-child {
        border-bottom: none;
      }

      .vsubgy-txt table tbody tr:hover {
        background-color: #e0ffe7;
      }

      .vsubgy-txt table td {
        padding: 15px 35px;
        font-size: 14px;
        color: var(--table-text-color);
        border: none;
      }

      .vsubgy-txt table td:first-child {
        font-weight: 500;
      }
    

.vsubgy-txt img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.fqzolu-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.genozf-posts {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .snetzl-texted {
        display: grid;
        grid-template-columns: 1fr 1.5fr;
        gap: var(--py-2);
        margin: var(--py-2) 0;
        align-items: center;
      }

      .snetzl-texted .ajbpcd-cols:first-child {
        order: 1;
      }

      .snetzl-texted .ajbpcd-cols:last-child {
        order: 2;
      }

      .snetzl-texted h2 {
        margin-top: 0;
      }

      .snetzl-texted figure {
        margin: 0 auto;
        width: max-content;
        position: relative;
      }

      .snetzl-texted 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);
      }

      .snetzl-texted img {
        margin: 0 auto;
        max-height: 320px;
        border-radius: var(--border-radius);
        border: 1px solid var(--table-border-color);
      }

      @media (max-width: 1024px) {
        .snetzl-texted {
          grid-template-columns: 1fr;
        }

        .snetzl-texted .ajbpcd-cols:first-child {
          order: 1;
        }

        .snetzl-texted .ajbpcd-cols:last-child {
          order: 2;
        }
      }
    

.gqydtl-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%;
}

.gqydtl-table p,
.gqydtl-table h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.gqydtl-table table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.gqydtl-table table td,
.gqydtl-table table th {
  border: 0;
}

.gqydtl-table table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.gqydtl-table tr:last-child {
  border-bottom: 0;
}

.gqydtl-table h2 {
  margin-top: 0;
}

/*
.lsawtj-cards {
  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);
}
  */

.lxbstf-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);
}


    .lxbstf-contrast{
      border: 2px solid var(--primary-btn-bg);
      color: var(--text-color);
      background-color: var(--body-bg-color);
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    }
    

.lxbstf-contrast h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .guimtw-ban{
    flex-direction: column;
  }

  .kvdfen-hero {
    width: 100%;
  }

  .gqydtl-table {
    padding: var(--py);
  }

  .lxbstf-contrast {
    padding: var(--py);
  }
}

.igbotf-sitemappage{
  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);
}
.igbotf-sitemappage 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;
}
.igbotf-sitemappage a:hover {
  color: var(--primary-btn-bg);
}
.igbotf-sitemappage h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .blvxsp-frm {
      max-width: 1200px;
      margin: var(--mb) auto;
      padding: 0 20px;
    }

    .fzlmeq-form {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
      align-items: start;
    }

    .zxjgud-frm {
      padding: 40px 0;
    }

    .imkfzj-fr {
      display: flex;
      flex-direction: column;
      gap: 15px;
    }

    .xebruy-form {
      color: var(--text-color);
      font-size: 16px;
    }

    .xebruy-form strong {
      color: var(--heading-color);
      font-weight: 600;
    }

    .jifxsd-frm {
      background: var(--card-bg-color);
      padding: 40px;
      border-radius: var(--border-radius);
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .dgpkht-fr {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .afjviy-fr {
      display: flex;
      flex-direction: column;
    }

    .uarwqz-form, .tbgsxp-fr {
      padding: 15px 20px;
      border-radius: var(--border-radius);
      border: 2px solid var(--table-border-color);
      background-color: var(--body-bg-color);
      color: var(--text-color);
      font-size: 16px;
      outline: none;
      transition: all 0.3s ease;
    }

    .uarwqz-form:focus, .tbgsxp-fr:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .tbgsxp-fr {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .dgpkht-fr button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
    }

    .dgpkht-fr button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .fzlmeq-form {
        grid-template-columns: 1fr;
        gap: 40px;
      }

      .jifxsd-frm {
        padding: 30px 20px;
      }

      .zxjgud-frm {
        padding: 20px 0;
      }

      ."form__title" {
        font-size: var(--fz-2);
      }

      ."form__subtitle" {
        font-size: 16px;
      }
    }
    


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

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

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

.ps__title {
  font-size: var(--fz-2);
  font-weight: bold;
  color: var(--heading-color);
  margin-bottom: var(--mb);
}

@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)
  }
}


        .cvgktu-ban {
            position: relative;
            overflow: hidden;
            background: linear-gradient(135deg, #FF6F6115, #F7C74C15);
            min-height: 480px;
            display: flex;
            align-items: center;
        }

        .vbuezi-hr {
            position: absolute;
            inset: 0;
            pointer-events: none;
        }

        .dukoqm-hero {
            position: absolute;
            animation: float 6s ease-in-out infinite;
        }

        .dukoqm-hero:nth-child(1) {
            top: 20%;
            right: 10%;
            width: 27px;
            height: 30px;
            background: #FF6F61;
            border-radius: 2px;
            transform: rotate(25deg);
            animation-delay: 0s;
        }

        .dukoqm-hero:nth-child(2) {
            bottom: 35%;
            left: 24%;
            width: 27px;
            height: 14px;
            background: #F7C74C;
            border-radius: 3px;
            animation-delay: 2s;
        }

        .dukoqm-hero:nth-child(3) {
            top: 34%;
            left: 36%;
            width: 11px;
            height: 10px;
            background: #14A76C;
            border-radius: 1px;
            transform: rotate(18deg);
            animation-delay: 4s;
        }

        .rxlhoz-hr {
            position: relative;
            z-index: 10;
            text-align: center;
            max-width: 1034px;
            margin: 0 auto;
            padding: 0 1rem;
        }

        .kocavq-banner {
            font-size: clamp(2rem, 8vw, 3rem);
            font-weight: bold;
            background: linear-gradient(45deg, #FF6F61, #F7C74C);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 3rem;
        }

        .vzhnki-main {
            font-size: 20px;
            color: #000000;
            margin-bottom: 3rem;
            line-height: 1.6;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-11px); }
        }

        @media (max-width: 1024px) {
            .kocavq-banner {
                font-size: 30px;
            }
        }
        


        .hgmwky-rows {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: var(--py);
            padding: var(--py) 0;
        }

        .lsawtj-cards {
            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;
        }

        .lsawtj-cards::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 2px;
            background: linear-gradient(90deg, #FF6F61, #F7C74C);
        }

        .lsawtj-cards:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        }

        .lsawtj-cards h3 {
            color: #2F2F2F;
        }

        .lsawtj-cards p {
            color: #2F2F2F;
            margin: 0;
        }

        @media (max-width: 768px) {
            .hgmwky-rows {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        