/*!
Theme Name: 6s0xkb
Theme URI: #
Version: 4.7.0
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 6s0xkb
*/

:root {
  --text-color: #FFFFFF;
  --heading-color: #FF6F61;
  --primary-btn-bg: #6AB04A;
  --secondary-btn-bg: #FF9F43;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #2C3A47;
  --header-text-color: #FF6F61;
  --header-border: 1px solid #6AB04A;

  --footer-bg-color: #1B2631;
  --footer-text-color: #FFFFFF;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #3B3B98;
  --table-border-color: #FF6F61;
  --table-text-color: #ffffff;

  --body-bg-color: #2C3A47;
  --card-bg-color: #546e87;
  --card-text-color: #FFFFFF;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: left;
  --banner-column: 61%;
  --banner-padding: 208.8px;
  --banner-border: 1px solid #6AB04A;
  --banner-bg-color: #2C3A47;
  --banner-text-color: #ffffff;

  --container-max-width: 1381px;
  --container-padding: 0 15px;
  --border-radius: 10px;
  --py: 32px;
  --py-2: 73px;
  --py-3: 50px;
  --text-align: left;
  --mb: 18px;
  --fz-1: 41.76px;
  --fz-2: 34.8px;
  --fz-3: 29px;
  --logo-width: 167px;
  --menu-margin: 0 0 0 auto;

  --animation-duration: 769ms;
  --animation-type: ease-out;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #ffffff;
  --contrast-text-color: #333333;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', 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;
}

.caxezojb-cont {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .wveatqsp-header {
        color: var(--header-text-color);
        padding: 0;
      }

      .wveatqsp-header .caxezojb-cont {
        border-bottom: 1px solid #b4d7a4;
      }

      .chuflkyv-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .lhwsrxpi-head {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .qxychvau-head {
        color: var(--heading-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .qxychvau-head:hover {
        color: var(--primary-btn-bg);
      }


      .egjkphsl-header {
        display: flex;
        gap: 10px;
      }

      .mxqiyofc-top {
        display: none;
      }

      @media (max-width: 1024px) {
        .qxychvau-head {
          color: var(--header-text-color);
        }
      }
    

@media (max-width: 1024px) {
  .lhwsrxpi-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;
  }

  .qxychvau-head {
    padding: 10px 0;
    display: block;
  }

  .lhwsrxpi-head.active {
    opacity: 1;
    visibility: visible;
  }

  .mxqiyofc-top {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .mxqiyofc-top span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .mxqiyofc-top.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .mxqiyofc-top.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.erapjdbl-l {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.erapjdbl-l img {
  max-height: 80px;
}

.ykadlrcj-primary,
.skbhqvgd-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;
}

.ykadlrcj-primary {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.ykadlrcj-primary:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.skbhqvgd-second {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.skbhqvgd-second:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.lmhnkpro-f{
  position: relative;
}
.lmhnkpro-f * {
  z-index: 1;
  position: relative;
}


      .fjyvzpes-content > .wp-block-image {
        margin: 2.5rem auto;
        display: block;
        position: relative;
        padding: 10px;
        background: linear-gradient(135deg, #6ab04a 0%, #548c3b 100%);
        border-radius: var(--border-radius);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        transition: all .3s ease;
        overflow: hidden;
        width: max-content;
        max-width: 100%;
      }

      .fjyvzpes-content > .wp-block-image:hover {
        transform: scale(1.01);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }

      .fjyvzpes-content > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        position: relative;
        z-index: 1;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        margin: 0 auto;
      }
    


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

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

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

    .yrelpxnd-our {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .lmhnkpro-f {
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: var(--py-2) 0;
    }

    .tmhekabd-f {
      max-width: var(--container-max-width);
      margin: 0 auto;
      padding: 0 var(--mb);
    }

    .kqgivpje-foot {
      display: flex;
      justify-content: var(--footer-justify);
      flex-direction: var(--footer-direction);
      gap: var(--mb);
      margin-bottom: var(--mb);
    }

    .dtsweuya-foot {
      display: flex;
      flex-direction: column;
    }

    .ftpanbli-footer {
      font-weight: 600;
      font-size: 18px;
      margin-bottom: var(--mb);
      color: var(--footer-text-color);
    }

    .goxkbvhl-bot {
      display: flex;
      gap: 15px;
      list-style: none;
      flex-direction: column;
      margin: 0;
      padding: 0;
    }

    .pnslrvqe-bottom {
      color: var(--footer-text-color);
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .pnslrvqe-bottom:hover {
      color: var(--primary-btn-bg);
    }

    .pkogxyrn-foot {
      margin: 0 0 15px 0;
      font-size: 14px;
      color: var(--footer-text-color);
      opacity: 0.8;
    }

    .xtrfuiew-footer {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .dtbnyusv-footer {
      padding: 10px 15px;
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: var(--border-radius);
      background: rgba(255, 255, 255, 0.1);
      color: var(--footer-text-color);
      font-size: 14px;
      outline: none;
    }

    .dtbnyusv-footer::placeholder {
      color: var(--footer-text-color);
      opacity: 0.6;
    }

    @media (max-width: 768px) {
      .kqgivpje-foot {
        flex-direction: column;
      }
    }
    



.goxkbvhl-bot li:empty {
  display: none;
}

.rfljaoie-ban {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.rfljaoie-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;
}

.rfljaoie-ban svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.htxqwozp-main{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.dlyotpbf-hr {
  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;
}

.rxkuvalm-tbl{
  overflow-x: auto;
  width: 100%;
}

.fjyvzpes-content {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.fjyvzpes-content p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.fjyvzpes-content ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.fjyvzpes-content ul {
  list-style: none;
}

.fjyvzpes-content ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.fjyvzpes-content ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .fjyvzpes-content 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;
    }

    .fjyvzpes-content ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .fjyvzpes-content ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #6ab04a 0%, #95c97e 100%);
      color: white;
      width: 2rem;
      height: 2rem;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 600;
      font-size: 0.875rem;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
    


      .aioseo-breadcrumbs {
        margin: 1rem 0;
        padding: 0.5rem 0;
        font-size: 0.875rem;
      }

      .aioseo-breadcrumb {
        display: inline-block;
      }

      .aioseo-breadcrumb a {
        color: #6AB04A;
        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;
      }
    


      .fjyvzpes-content 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 #7070c7;
        overflow: hidden;
      }

      .fjyvzpes-content table thead {
        background-color: #4242a9;
      }

      .fjyvzpes-content table thead tr {
        border-bottom: 1px solid #7070c7;
      }

      .fjyvzpes-content table th {
        padding: 15px 29px;
        font-weight: bold;
        font-size: 14px;
        color: var(--heading-color);
        letter-spacing: 0.05em;
        border: none;
      }

      .fjyvzpes-content table tbody tr {
        border-bottom: 1px solid #7070c7;
        transition: background-color 0.2s ease;
      }

      .fjyvzpes-content table tbody tr:last-child {
        border-bottom: none;
      }

      .fjyvzpes-content table tbody tr:hover {
        background-color: #3f3fa2;
      }

      .fjyvzpes-content table td {
        padding: 17px 25px;
        font-size: 14px;
        color: var(--table-text-color);
        border: none;
      }

      .fjyvzpes-content table td:first-child {
        font-weight: 500;
      }
    

.fjyvzpes-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.dlencxig-articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.sdlzpxhk-articles {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .uxvzntbm-cols {
        display: grid;
        grid-template-columns: 1fr 1.5fr;
        gap: var(--py-2);
        margin: var(--py-2) 0;
        align-items: center;
      }

      .uxvzntbm-cols .vpyendwb-texted:first-child {
        order: 2;
      }

      .uxvzntbm-cols .vpyendwb-texted:last-child {
        order: 1;
      }

      .uxvzntbm-cols h2 {
        margin-top: 0;
      }

      .uxvzntbm-cols figure {
        margin: 0 auto;
        width: max-content;
        position: relative;
      }

      .uxvzntbm-cols 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);
      }

      .uxvzntbm-cols img {
        margin: 0 auto;
        max-height: 320px;
        border-radius: var(--border-radius);
        border: 1px solid var(--table-border-color);
      }

      @media (max-width: 1024px) {
        .uxvzntbm-cols {
          grid-template-columns: 1fr;
        }

        .uxvzntbm-cols .vpyendwb-texted:first-child {
          order: 1;
        }

        .uxvzntbm-cols .vpyendwb-texted:last-child {
          order: 2;
        }
      }
    

.opwgyvad-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%;
}

.opwgyvad-table p,
.opwgyvad-table h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.opwgyvad-table table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.opwgyvad-table table td,
.opwgyvad-table table th {
  border: 0;
}

.opwgyvad-table table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.opwgyvad-table tr:last-child {
  border-bottom: 0;
}

.opwgyvad-table h2 {
  margin-top: 0;
}

/*
.lrqknoyu-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);
}
  */

.xphydsgi-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);
}


    .xphydsgi-contrast{
      background: linear-gradient(135deg, #6ab04a 0%, #59b04a 50%, #4ab06e 100%);
      padding: 45px;
    }
    

.xphydsgi-contrast h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .htxqwozp-main{
    flex-direction: column;
  }

  .dlyotpbf-hr {
    width: 100%;
  }

  .opwgyvad-table {
    padding: var(--py);
  }

  .xphydsgi-contrast {
    padding: var(--py);
  }
}

.wiucjxkf-sm{
  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);
}
.wiucjxkf-sm 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;
}
.wiucjxkf-sm a:hover {
  color: var(--primary-btn-bg);
}
.wiucjxkf-sm h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .vqzcixta-fr {
      background: var(--card-bg-color);
      border-radius: var(--border-radius);
      padding: 40px;
      box-shadow: var(--card-shadow);
      max-width: 600px;
      margin: var(--mb) auto;
    }

    .jrwzpdyh-frm {
      display: flex;
      flex-direction: column;
    }

    .pwmoniuc-frm {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .pkrvbzcl-form {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
    }

    .yblgsnvo-frm {
      display: flex;
      flex-direction: column;
    }

    .knpxrwsv-fr, .twyaqebi-frm {
      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;
    }

    .knpxrwsv-fr:focus, .twyaqebi-frm:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .twyaqebi-frm {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .jrwzpdyh-frm button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
    }

    .jrwzpdyh-frm button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .vqzcixta-fr {
        padding: 30px 20px;
        margin: var(--mb) 15px;
      }

      .pkrvbzcl-form {
        grid-template-columns: 1fr;
        gap: 15px;
      }

      .pwmoniuc-frm {
        gap: 15px;
      }

      .knpxrwsv-fr, .twyaqebi-frm {
        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)
  }
}


        .rfljaoie-ban {
            position: relative;
            padding: 131px var(--py) 85px;
            background: linear-gradient(to bottom, #2C3A47, rgba(255, 159, 67, 0.2), rgba(106, 176, 74, 0.3));
            overflow: hidden;
        }

        .zxhwflke-hero {
            position: absolute;
            top: 28%;
            left: 29%;
            width: 300px;
            height: 364px;
            background: rgba(106, 176, 74, 0.1);
            border-radius: 50%;
            filter: blur(69px);
        }

        .zxhwflke-hero:nth-child(2) {
            bottom: 23%;
            right: 22%;
            width: 280px;
            height: 322px;
            background: rgba(255, 159, 67, 0.2);
        }

        .emltguyf-b {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 1px;
            background: linear-gradient(to right, transparent, rgba(106, 176, 74, 0.2), transparent);
        }

        .fowerpbh-hr {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 1px;
            background: linear-gradient(to right, transparent, rgba(106, 176, 74, 0.2), transparent);
        }

        .htxqwozp-main {
            max-width: 1197px;
            margin: 0 auto;
            position: relative;
            z-index: 10;
        }

        .dlyotpbf-hr {
            text-align: center;
        }

        .jgaszupv-main {
            font-size: clamp(54px, 8vw, 75px);
            font-weight: bold;
            color: #ffffff;
            margin-bottom: 28px;
            line-height: 1.2;
            letter-spacing: 0.01em;
        }

        .jgaszupv-main span {
            background: linear-gradient(to right, #ffffff, #6AB04A);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .dcopzbrh-main {
            font-size: 16px;
            color: #ffffff;
            opacity: 0.7;
            max-width: 669px;
            margin: 0 auto;
            margin-bottom: 41px;
            line-height: 1.6;
        }

        .zvokuync-banner {
            position: absolute;
            bottom: -50px;
            left: 50%;
            transform: translateX(-50%);
            width: 200px;
            height: 4px;
            background: linear-gradient(to right, transparent, #6AB04A, transparent);
            filter: blur(5px);
        }

        @media (max-width: 1024px) {
            .rfljaoie-ban {
                padding: 97px var(--py) 79px;
            }

            .jgaszupv-main {
                font-size: 39px;
            }

            .dcopzbrh-main {
                font-size: 14px;
            }
        }
        


        .sfmgjlon-cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: var(--py);
            padding: var(--py) 0;
        }

        .lrqknoyu-cards {
            background: #546e87;
            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;
        }

        .lrqknoyu-cards::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 9px;
            background: linear-gradient(90deg, #6AB04A, #FF9F43);
        }

        .lrqknoyu-cards:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        }

        .lrqknoyu-cards h3 {
            color: #FFFFFF;
        }

        .lrqknoyu-cards p {
            color: #FFFFFF;
            margin: 0;
        }

        @media (max-width: 768px) {
            .sfmgjlon-cards {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        