/*!
Theme Name: x3yidw
Theme URI: #
Version: 4.7.9
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: x3yidw
*/

:root {
  --text-color: #000000;
  --heading-color: #1F76D3;
  --primary-btn-bg: #4CAF50;
  --secondary-btn-bg: #FFC107;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #000000;

  --header-bg-color: #E1F5FE;
  --header-text-color: #1F76D3;
  --header-border: 1px solid #4CAF50;

  --footer-bg-color: #4CAF50;
  --footer-text-color: #FFFFFF;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #E3F2FD;
  --table-border-color: #2196F3;
  --table-text-color: #052943;

  --body-bg-color: #E1F5FE;
  --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: left;
  --banner-column: 78%;
  --banner-padding: 180px;
  --banner-border: 3px solid #4CAF50;
  --banner-bg-color: #E1F5FE;
  --banner-text-color: #000000;

  --container-max-width: 1049px;
  --container-padding: 0 15px;
  --border-radius: 5px;
  --py: 33px;
  --py-2: 59px;
  --py-3: 76px;
  --text-align: center;
  --mb: 16px;
  --fz-1: 36px;
  --fz-2: 30px;
  --fz-3: 25px;
  --logo-width: 108px;
  --menu-margin: 0 auto 0 0;

  --animation-duration: 496ms;
  --animation-type: ease-out;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #242424;
  --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;
}

.yhqnscxpi--cont {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .pjuxkivmh--h {
        background-color: var(--header-bg-color);
        color: var(--header-text-color);
        padding: 0;
        border-bottom: var(--header-border);
      }

      .nxsjzywle--h {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .ubphkjfxr--head {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .ybejoniwg--h {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
        padding: 8px 20px;
        border-radius: var(--border-radius);
        border: 1px solid #a5d7a7;
      }

      .ybejoniwg--h:hover {
        color: var(--primary-btn-bg);
      }


      .elrahsiog--top {
        display: flex;
        gap: 10px;
      }

      .msolcigpj--h {
        display: none;
      }
    

@media (max-width: 1024px) {
  .ubphkjfxr--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;
  }

  .ybejoniwg--h {
    padding: 10px 0;
    display: block;
  }

  .ubphkjfxr--head.active {
    opacity: 1;
    visibility: visible;
  }

  .msolcigpj--h {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .msolcigpj--h span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .msolcigpj--h.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .msolcigpj--h.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.aprvulibd--l {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.aprvulibd--l img {
  max-height: 80px;
}

.ondvupgti--prim,
.wclbxtrks--second {
  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;
}

.ondvupgti--prim {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.ondvupgti--prim:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.wclbxtrks--second {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.wclbxtrks--second:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.elbdmofiw--footer{
  position: relative;
}
.elbdmofiw--footer * {
  z-index: 1;
  position: relative;
}


      .zvbfxpyko--text > .wp-block-image {
        margin: 2rem 0;
        display: block;
        padding: 8px;
        border: 2px solid #91cf93;
        border-radius: var(--border-radius);
        background: rgba(255, 255, 255, 0.02);
        transition: border-color 0.3s ease, background 0.3s ease;
      }

      .zvbfxpyko--text > .wp-block-image:hover {
        border-color: var(--primary-btn-bg);
        background: rgba(255, 255, 255, 0.05);
      }

      .zvbfxpyko--text > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0;
      }
    


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

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

    .dftxurgwq--ps a:hover {
      opacity: .7;
    }

    .vkbldcfwo--or__title {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .elbdmofiw--footer {
      background: linear-gradient(135deg, #6ebf70 0%, #3d8a3f 100%);
      color: var(--footer-text-color);
      padding: 40px 0 20px;
      position: relative;
      overflow: hidden;
    }

    .elbdmofiw--footer::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%);
    }

    .tfyhvkrzp--footer {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
    }

    .enotfdqbj--f {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 30px;
    }

    .hfqvuewnz--bot {
      width: 100%;
    }

    .qntpksfeg--f {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 30px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .luvzgbhtj--foot {
      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;
    }

    .luvzgbhtj--foot:hover {
      color: var(--primary-btn-text);
      transform: translateY(-2px);
    }

    .tiucpxmnb--foot {
      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;
    }

    .ezqnuismo--foot {
      text-align: center;
      padding-top: 20px;
    }

    .ezqnuismo--foot p {
      margin: 0;
      font-size: 14px;
      color: var(--footer-text-color);
      opacity: 0.8;
      font-weight: 400;
    }

    @media (max-width: 768px) {
      .elbdmofiw--footer {
        padding: 30px 0 15px;
      }

      .qntpksfeg--f {
        gap: 15px;
        flex-direction: column;
      }

      .luvzgbhtj--foot {
        font-size: 14px;
        padding: 6px 12px;
      }

      .enotfdqbj--f {
        margin-bottom: 20px;
      }

      .tiucpxmnb--foot {
        margin: 15px 0;
      }
    }

    @media (max-width: 480px) {
      .qntpksfeg--f {
        gap: 10px;
      }

      .luvzgbhtj--foot {
        font-size: 13px;
        padding: 5px 10px;
      }
    }
    


        .elbdmofiw--footer:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.05;
            z-index: 0;
            
            background-image: linear-gradient(0deg, #6ebf70 50%, #0e200f 50%);
            background-size: 89px 89px;
            
        }
        

.qntpksfeg--f li:empty {
  display: none;
}

.lgmenirkx--banner {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.lgmenirkx--banner {
  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;
}

.lgmenirkx--banner svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.ijbyvdszp--main{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.yrpqsajdn--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;
}

.kdgbtaiyh--tbl{
  overflow-x: auto;
  width: 100%;
}

.zvbfxpyko--text {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.zvbfxpyko--text p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.zvbfxpyko--text ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.zvbfxpyko--text ul {
  list-style: none;
}

.zvbfxpyko--text ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.zvbfxpyko--text ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .zvbfxpyko--text 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;
    }

    .zvbfxpyko--text 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;
    }

    .zvbfxpyko--text 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, #4caf50 0%, #357937 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: 1rem 0;
        padding: 0.5rem 0;
        font-size: 0.875rem;
      }

      .aioseo-breadcrumb {
        display: inline-block;
      }

      .aioseo-breadcrumb a {
        color: #4CAF50;
        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;
      }
    


      .zvbfxpyko--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 #b3dcfa;
        box-shadow: 0 25px 50px -12px #b3dcfa;
      }

      .zvbfxpyko--text table thead {
        background-color: #fafdff;
      }

      .zvbfxpyko--text table thead tr {
        border-bottom: 1px solid #b3dcfa;
      }

      .zvbfxpyko--text table th {
        padding: 15px 28px;
        font-weight: bold;
        font-size: 18px;
        color: var(--heading-color);
        border: none;
      }

      .zvbfxpyko--text table tbody tr {
        border-bottom: 1px solid #b3dcfa;
      }

      .zvbfxpyko--text table tbody tr:last-child {
        border-bottom: none;
      }

      .zvbfxpyko--text table td {
        padding: 18px 28px;
        font-size: 18px;
        color: var(--table-text-color);
        border: none;
      }

      .zvbfxpyko--text table td:first-child {
        font-weight: 500;
      }
    

.zvbfxpyko--text img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.dpglsufto--item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.lbvawifxe--posts {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .tsazjnbgf--cols {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        margin: var(--py-2) 0;
        align-items: start;
        position: relative;
      }

      .tsazjnbgf--cols::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 1px;
        height: 80%;
        background: linear-gradient(180deg, transparent 0%, #a3d7a5 50%, transparent 100%);
        z-index: 1;
      }

      .tsazjnbgf--cols .vkwpeylau--texted:first-child {
        position: relative;
        z-index: 2;
        order: 2;
      }

      .tsazjnbgf--cols .vkwpeylau--texted:last-child {
        position: relative;
        z-index: 2;
        order: 1;
        padding-right: 2rem;
      }

      .tsazjnbgf--cols figure {
        border-radius: 20px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
      }

      .tsazjnbgf--cols figure::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, #4caf5020 0%, #a3d7a510 100%);
        z-index: 1;
        opacity: 0;
        transition: opacity 0.3s ease;
      }

      .tsazjnbgf--cols figure:hover::before {
        opacity: 1;
      }

      .tsazjnbgf--cols figure img {
        width: 100%;
        height: auto;
        position: relative;
        z-index: 0;
        border-radius: var(--border-radius);
      }

      .tsazjnbgf--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;
      }

      .tsazjnbgf--cols h2::after {
        content: '';
        position: absolute;
        bottom: -0.5rem;
        left: 0;
        width: 2rem;
        height: 2px;
        background: #4caf50;
        border-radius: 1px;
      }

      .tsazjnbgf--cols p {
        line-height: 1.7;
        margin-bottom: 1rem;
        color: var(--text-color);
        opacity: 0.9;
      }

      @media (max-width: 1024px) {
        .tsazjnbgf--cols {
          grid-template-columns: 1fr;
          gap: 2rem;
        }

        .tsazjnbgf--cols::before {
          display: none;
        }

        .tsazjnbgf--cols .vkwpeylau--texted:first-child {
          order: 1;
        }

        .tsazjnbgf--cols .vkwpeylau--texted:last-child {
          order: 2;
          padding-left: 0;
          padding-right: 0;
        }
      }
    

.irapzncvq--tb {
  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%;
}

.irapzncvq--tb p,
.irapzncvq--tb h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.irapzncvq--tb table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.irapzncvq--tb table td,
.irapzncvq--tb table th {
  border: 0;
}

.irapzncvq--tb table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.irapzncvq--tb tr:last-child {
  border-bottom: 0;
}

.irapzncvq--tb h2 {
  margin-top: 0;
}

/*
.xthnvgjsf--row {
  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);
}
  */

.ecrqizygh--invert {
  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);
}


    .ecrqizygh--invert{
      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);
    }
    

.ecrqizygh--invert h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .ijbyvdszp--main{
    flex-direction: column;
  }

  .yrpqsajdn--ban {
    width: 100%;
  }

  .irapzncvq--tb {
    padding: var(--py);
  }

  .ecrqizygh--invert {
    padding: var(--py);
  }
}

.gedxyvumw--sitemap{
  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);
}
.gedxyvumw--sitemap 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;
}
.gedxyvumw--sitemap a:hover {
  color: var(--primary-btn-bg);
}
.gedxyvumw--sitemap h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .meicqyzxf--frm {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .pbkvanwhz--form {
      display: flex;
      flex-direction: column;
    }

    .mcignuwqf--form, .fsqlrjewc--fr {
      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;
    }

    .mcignuwqf--form:focus, .fsqlrjewc--fr:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .fsqlrjewc--fr {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .meicqyzxf--frm button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .meicqyzxf--frm button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .meicqyzxf--frm {
        max-width: 100%;
        gap: 15px;
      }

      .mcignuwqf--form, .fsqlrjewc--fr {
        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)
  }
}


        .lgmenirkx--banner {
            position: relative;
            padding: 75px 0;
            background-color: #E1F5FE;
            text-align: center;
        }

        .ijbyvdszp--main {
            max-width: 1029px;
            margin: 0 auto;
            padding: 0 var(--py);
        }

        .cgvltebps--b {
            font-size: clamp(51px, 8vw, 81px);
            font-weight: bold;
            color: #000000;
            margin-bottom: 28px;
            line-height: 1.1;
            letter-spacing: -0.02em;
        }

        .drbgzktvw--hr {
            font-size: 16px;
            color: #000000;
            opacity: 0.7;
            max-width: 879px;
            margin: 0 auto 45px;
            line-height: 1.6;
        }

        .hefybkjup--hero {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 15px;
            max-width: 393px;
            margin: 0 auto 20px;
        }

        .oadbuvfgx--b {
            flex: 1;
            height: 1px;
            background-color: #4CAF50;
        }

        .jbqahltip--b {
            width: 16px;
            height: 17px;
            color: #4CAF50;
            flex-shrink: 0;
        }

        @media (max-width: 1024px) {
            .cgvltebps--b {
                font-size: 36px;
            }

            .drbgzktvw--hr {
                font-size: 14px;
            }

            .lgmenirkx--banner {
                padding: 48px 0;
            }
        }
        


        .owmnfjlpv--cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: var(--py);
            padding: var(--py) 0;
        }

        .xthnvgjsf--row {
            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;
        }

        .xthnvgjsf--row::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 6px;
            background: linear-gradient(90deg, #4CAF50, #FFC107);
        }

        .xthnvgjsf--row:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        }

        .xthnvgjsf--row h3 {
            color: #000000;
        }

        .xthnvgjsf--row p {
            color: #000000;
            margin: 0;
        }

        @media (max-width: 768px) {
            .owmnfjlpv--cards {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        