/*!
Theme Name: k5qbmr
Theme URI: #
Version: 10.4.3
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: k5qbmr
*/

:root {
  --text-color: #FFFFFF;
  --heading-color: #4A90E2;
  --primary-btn-bg: #50E3C2;
  --secondary-btn-bg: #7ED321;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #333333;

  --header-bg-color: #9013FE;
  --header-text-color: #FFFFFF;
  --header-border: {{header-border}};

  --footer-bg-color: #B8E986;
  --footer-text-color: #333333;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #70C1B3;
  --table-border-color: #50E3C2;
  --table-text-color: #000000;

  --body-bg-color: #1D1D1D;
  --card-bg-color: #4f4f4f;
  --card-text-color: #FFFFFF;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: center;
  --banner-column: 68%;
  --banner-padding: 136.8px;
  --banner-border: 0 solid;
  --banner-bg-color: #4A4A4A;
  --banner-text-color: #ffffff;

  --container-max-width: 1022px;
  --container-padding: 0 15px;
  --border-radius: 7px;
  --py: 26px;
  --py-2: 53px;
  --py-3: 72px;
  --text-align: left;
  --mb: 24px;
  --fz-1: 27.36px;
  --fz-2: 22.8px;
  --fz-3: 19px;
  --logo-width: 200px;
  --menu-margin: 0;

  --animation-duration: 410ms;
  --animation-type: ease-out;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #e8e8e8;
  --contrast-text-color: #333333;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Inter', 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;
}

.nbqyxmwr-cont {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .wnbjscku-top {
        padding: var(--py) 0;
      }

      .toemflkc-header {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: var(--mb);
      }

      .sfltizgc-top {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: 0;
        padding: 12px 32px;
        border-radius: var(--border-radius);
        border: 1px solid #a7f1e0;
      }

      .nasjcoyu-h {
        color: var(--heading-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .nasjcoyu-h:hover {
        color: var(--primary-btn-bg);
      }


      .azimjnry-top {
        display: flex;
        gap: 10px;
      }

      .kjgyqdno-header {
        display: none;
      }

      .xshedncl-brand img {
        margin: 0 auto;
        display: block;
      }

      @media (max-width: 1024px) {
        .toemflkc-header {
          justify-content: space-between;
          flex-direction: row;
        }

        .nasjcoyu-h {
          color: var(--header-text-color);
        }
      }
    

@media (max-width: 1024px) {
  .sfltizgc-top {
    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;
  }

  .nasjcoyu-h {
    padding: 10px 0;
    display: block;
  }

  .sfltizgc-top.active {
    opacity: 1;
    visibility: visible;
  }

  .kjgyqdno-header {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .kjgyqdno-header span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .kjgyqdno-header.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .kjgyqdno-header.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.xshedncl-brand {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.xshedncl-brand img {
  max-height: 80px;
}

.pridfvba-primary,
.bgyrzjpa-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;
}

.pridfvba-primary {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.pridfvba-primary:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.bgyrzjpa-second {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.bgyrzjpa-second:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.hqmzvxew-bot{
  position: relative;
}
.hqmzvxew-bot * {
  z-index: 1;
  position: relative;
}


      .vuqfwrsp-txt > .wp-block-image {
        margin: 2rem 0;
        display: block;
        padding: 8px;
        border: 2px solid #a7f1e1;
        border-radius: var(--border-radius);
        background: rgba(255, 255, 255, 0.02);
        transition: border-color 0.3s ease, background 0.3s ease;
      }

      .vuqfwrsp-txt > .wp-block-image:hover {
        border-color: var(--primary-btn-bg);
        background: rgba(255, 255, 255, 0.05);
      }

      .vuqfwrsp-txt > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0;
      }
    


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

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

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

    .srwyxfqb-lks__title {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .hqmzvxew-bot {
      position: relative;
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: var(--py) 0;
    }

    .wgoztxlv-bot {
      display: flex;
      justify-content: var(--footer-justify);
      flex-direction: var(--footer-direction);
      gap: var(--mb);
      position: relative;
      z-index: 1;
    }

    .tukfpiya-foot {
      display: flex;
      gap: 10px;
      list-style: none;
      flex-direction: column;
      margin: 0;
      padding: 0;
    }

    .seuxqply-bottom {
      color: var(--footer-text-color);
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .seuxqply-bottom:hover {
      color: var(--primary-btn-bg);
    }

    .hknvwafy-footer {
      font-weight: 500;
      font-size: 18px;
      margin-bottom: var(--mb);
      color: var(--footer-text-color);
    }

    .ozpalbyt-footer {
      margin: 0;
      margin-top: var(--mb);
      font-size: 14px;
      color: var(--footer-text-color);
      text-align: var(--text-align);
    }

    @media (max-width: 1024px) {
      .wgoztxlv-bot {
        flex-direction: column;
        gap: 20px;
      }
    }
    



.tukfpiya-foot li:empty {
  display: none;
}

.scgurhqy-hero {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.scgurhqy-hero {
  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;
}

.scgurhqy-hero svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.cgalupkz-b{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.zexhpimu-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;
}

.gbwrefcp-tbl{
  overflow-x: auto;
  width: 100%;
}

.vuqfwrsp-txt {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.vuqfwrsp-txt p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.vuqfwrsp-txt ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.vuqfwrsp-txt ul {
  list-style: none;
}

.vuqfwrsp-txt ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.vuqfwrsp-txt ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .vuqfwrsp-txt ol {
      counter-reset: list-counter;
      list-style: none;
      padding-left: 0;
      margin: 3rem 0;
    }

    .vuqfwrsp-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 #bdf4e8;
      border-radius: 6px;
      padding: 1rem 1rem 1rem 3.5rem;
      background: rgba(255, 255, 255, 0.02);
    }

    .vuqfwrsp-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;
    }

    .vuqfwrsp-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: #50E3C2;
        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;
      }
    


      .vuqfwrsp-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 rgba(0, 0, 0, 0.1);
        overflow: hidden;
      }

      .vuqfwrsp-txt table thead tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      }

      .vuqfwrsp-txt table th {
        padding: 15px 15px;
        font-weight: normal;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.5);
        letter-spacing: 0.025em;
        border: none;
      }

      .vuqfwrsp-txt table tbody tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.03);
        transition: background-color 0.2s ease;
      }

      .vuqfwrsp-txt table tbody tr:last-child {
        border-bottom: none;
      }

      .vuqfwrsp-txt table tbody tr:hover {
        background-color: rgba(0, 0, 0, 0.02);
      }

      .vuqfwrsp-txt table td {
        padding: 20px 16px;
        font-size: 16px;
        color: var(--table-text-color);
        border: none;
        letter-spacing: 0.025em;
      }

      .vuqfwrsp-txt table td:first-child {
        font-weight: normal;
      }
    

.vuqfwrsp-txt img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.xodmqzhv-item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.baxmvnhj-article {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .akmqnwli-texted {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        margin: var(--py-2) 0;
        align-items: center;
        position: relative;
        padding: 2rem;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%);
        border-radius: 24px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        overflow: hidden;
      }

      .akmqnwli-texted::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, #a7f1e105 0%, transparent 70%);
        z-index: 0;
      }

      .akmqnwli-texted .xruwpfqe-col {
        position: relative;
        z-index: 1;
      }

      .akmqnwli-texted .xruwpfqe-col:first-child {
        order: 2;
      }

      .akmqnwli-texted .xruwpfqe-col:last-child {
        order: 1;
      }

      .akmqnwli-texted figure {
        border-radius: 16px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
        transform: perspective(1000px) rotateY(-5deg);
        transition: transform 0.3s ease;
      }

      .akmqnwli-texted figure:hover {
        transform: perspective(1000px) rotateY(0deg) scale(1.02);
      }

      .akmqnwli-texted figure img {
        width: 100%;
        height: auto;
        transition: transform 0.3s ease;
        border-radius: var(--border-radius);
      }

      .akmqnwli-texted h2 {
        margin-top: 0;
        color: var(--text-color);
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 1.5rem;
        background: linear-gradient(135deg, var(--text-color) 0%, #50e3c2 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        position: relative;
      }

      .akmqnwli-texted h2::after {
        content: '';
        position: absolute;
        bottom: -0.75rem;
        left: 0;
        width: 4rem;
        height: 4px;
        background: linear-gradient(90deg, #50e3c2 0%, #24dbb4 100%);
        border-radius: 2px;
        box-shadow: 0 2px 8px #50e3c240;
      }

      .akmqnwli-texted p {
        line-height: 1.8;
        margin-bottom: 1.25rem;
        color: var(--text-color);
        opacity: 0.85;
        font-size: 1.1rem;
      }

      @media (max-width: 1024px) {
        .akmqnwli-texted {
          grid-template-columns: 1fr;
          gap: 2rem;
          padding: 1.5rem;
        }

        .akmqnwli-texted .xruwpfqe-col:first-child {
          order: 1;
        }

        .akmqnwli-texted .xruwpfqe-col:last-child {
          order: 2;
        }

        .akmqnwli-texted figure {
          transform: none;
        }

        .akmqnwli-texted figure:hover {
          transform: scale(1.02);
        }

        .akmqnwli-texted h2 {
          font-size: 2rem;
        }
      }
    

.tsiujbhr-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%;
}

.tsiujbhr-table p,
.tsiujbhr-table h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.tsiujbhr-table table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.tsiujbhr-table table td,
.tsiujbhr-table table th {
  border: 0;
}

.tsiujbhr-table table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.tsiujbhr-table tr:last-child {
  border-bottom: 0;
}

.tsiujbhr-table h2 {
  margin-top: 0;
}

/*
.mkhufidl-rows {
  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);
}
  */

.ifqtwvyl-d {
  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);
}


    .ifqtwvyl-d{
      background: linear-gradient(135deg, #50e3c2 0%, #50e2db 50%, #50a0e2 100%);
      padding: 52px;
    }
    

.ifqtwvyl-d h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .cgalupkz-b{
    flex-direction: column;
  }

  .zexhpimu-ban {
    width: 100%;
  }

  .tsiujbhr-table {
    padding: var(--py);
  }

  .ifqtwvyl-d {
    padding: var(--py);
  }
}

.flernbdt-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);
}
.flernbdt-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;
}
.flernbdt-sitemap a:hover {
  color: var(--primary-btn-bg);
}
.flernbdt-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;
}


    .vsiuahqb-form {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .gcwvepkm-frm {
      display: flex;
      flex-direction: column;
    }

    .witshqom-frm, .vpstoudx-frm {
      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;
    }

    .witshqom-frm:focus, .vpstoudx-frm:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .vpstoudx-frm {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .vsiuahqb-form button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .vsiuahqb-form button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .vsiuahqb-form {
        max-width: 100%;
        gap: 15px;
      }

      .witshqom-frm, .vpstoudx-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)
  }
}


        .scgurhqy-hero {
            position: relative;
            min-height: 592px;
            background: #1D1D1D;
            display: flex;
            align-items: center;
            overflow: hidden;
        }

        .zexhpimu-ban {
            display: flex;
            align-items: center;
            justify-content: var(--banner-direction);
        }

        .kinvohcw-b {
            position: absolute;
            inset: 0;
            pointer-events: none;
        }

        .ndqiamfu-main {
            position: absolute;
            background: linear-gradient(90deg, transparent, white, transparent);
        }

        .ndqiamfu-main:nth-child(1) {
            top: 0;
            left: 0;
            width: 100%;
            height: 1px;
            animation-delay: 0s;
        }

        .ndqiamfu-main:nth-child(2) {
            bottom: 0;
            right: 0;
            width: 100%;
            height: 1px;
            animation-delay: 1s;
        }

        .ndqiamfu-main:nth-child(3) {
            top: 50%;
            left: 0;
            width: 1px;
            height: 100%;
            background: linear-gradient(180deg, transparent, white, transparent);
            animation-delay: 0.5s;
        }

        .ndqiamfu-main:nth-child(4) {
            top: 50%;
            right: 0;
            width: 1px;
            height: 100%;
            background: linear-gradient(180deg, transparent, white, transparent);
            animation-delay: 1.5s;
        }

        .pnhdirkl-ban {
            position: relative;
            z-index: 10;
            text-align: var(--banner-direction);
            width: 1097px;
            max-width: 100%;
            padding: var(--py);
        }

        .lgazmtwi-main {
            font-size: clamp(3rem, 10vw, 2rem);
            font-weight: 900;
            color: #ffffff;
            margin-bottom: 2rem;
            letter-spacing: -0.05em;
            line-height: 0.9;
        }

        .mbevtjyx-banner {
            display: block;
        }

        .hxjnfceu-ban {
            font-size: 18px;
            color: #ffffff;
            margin-bottom: 4rem;
            line-height: 1.6;
            max-width: 1157px;
        }

        @media (max-width: 1024px) {
            .lgazmtwi-main {
                font-size: 34px;
            }
        }
        


        .jdvbaqmw-rows {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: var(--py);
            padding: var(--py) 0;
        }

        .mkhufidl-rows {
            background: #4f4f4f;
            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;
        }

        .mkhufidl-rows::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #50E3C2, #7ED321);
        }

        .mkhufidl-rows:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        }

        .mkhufidl-rows h3 {
            color: #FFFFFF;
        }

        .mkhufidl-rows p {
            color: #FFFFFF;
            margin: 0;
        }

        @media (max-width: 768px) {
            .jdvbaqmw-rows {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        