/*!
Theme Name: sl0tqx
Theme URI: #
Version: 10.6.9
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sl0tqx
*/

:root {
  --text-color: #FFFFFF;
  --heading-color: #FFD700;
  --primary-btn-bg: #FF4500;
  --secondary-btn-bg: #32CD32;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #FF4500;
  --header-text-color: #FFFFFF;
  --header-border: {{header-border}};

  --footer-bg-color: #32CD32;
  --footer-text-color: #FFFFFF;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #4B0082;
  --table-border-color: #FFFFFF;
  --table-text-color: #ffffff;

  --body-bg-color: #282c34;
  --card-bg-color: #545d6d;
  --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: 68%;
  --banner-padding: 187.2px;
  --banner-border: 0 solid;
  --banner-bg-color: #4B0082;
  --banner-text-color: #ffffff;

  --container-max-width: 1170px;
  --container-padding: 0 15px;
  --border-radius: 4px;
  --py: 22px;
  --py-2: 71px;
  --py-3: 80px;
  --text-align: center;
  --mb: 17px;
  --fz-1: 37.44px;
  --fz-2: 31.2px;
  --fz-3: 26px;
  --logo-width: 196px;
  --menu-margin: 0;

  --animation-duration: 620ms;
  --animation-type: linear;
  --animation-effect: fadeIn;

  --contrast-bg-color: #fafafa;
  --contrast-text-color: #333333;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-color);
  background-color: var(--body-bg-color);
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: var(--text-color);
  transition: color 0.3s ease;
}

img {
  max-width: 100%;
  height: auto;
  max-height: 650px;
  width: auto;
}

ul, ol {
  margin: 0;
}

.rnjcla__wraper {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .ytwkob__top {
        background-color: var(--header-bg-color);
        color: var(--header-text-color);
        padding: 0;
        border-bottom: var(--header-border);
      }

      .vuxapw__h {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .nxctmo__header {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .tkljrm__head {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
        padding: 8px 20px;
        border-radius: var(--border-radius);
        border: 1px solid #ffa27f;
      }

      .tkljrm__head:hover {
        color: var(--primary-btn-bg);
      }


      .asnorm__head {
        display: flex;
        gap: 10px;
      }

      .txdoba__header {
        display: none;
      }
    

@media (max-width: 1024px) {
  .nxctmo__header {
    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;
  }

  .tkljrm__head {
    padding: 10px 0;
    display: block;
  }

  .nxctmo__header.active {
    opacity: 1;
    visibility: visible;
  }

  .txdoba__header {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .txdoba__header span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .txdoba__header.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .txdoba__header.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.rhmbnk__log {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.rhmbnk__log img {
  max-height: 80px;
}

.sworgt__primary,
.kbgifr__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;
}

.sworgt__primary {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.sworgt__primary:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.kbgifr__second {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.kbgifr__second:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.zbcxtp__footer{
  position: relative;
}
.zbcxtp__footer * {
  z-index: 1;
  position: relative;
}


      .zktwjg__content > .wp-block-image {
        margin: 2rem 0;
        display: block;
      }

      .zktwjg__content > .wp-block-image img {
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        max-width: 100%;
        height: auto;
        display: block;
      }

      .zktwjg__content > .wp-block-image img:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }
    


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

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

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

    .ijdyxp__partners__title {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .zbcxtp__footer {
      position: relative;
      margin-top: 128px;
      padding: 0 24px 50px;
      overflow: hidden;
      background: linear-gradient(to bottom, #46d246 0%, #1e7b1e 40%, #0a290a 60%);
    }

    .zbcxtp__footer::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: linear-gradient(to right, transparent 0%, var(--primary-btn-bg) 50%, transparent 100%);
    }

    .agnrfl__bottom {
      max-width: 1536px;
      margin: 0 auto;
    }

    .nvrwoq__f {
      position: relative;
    }

    .agdlfv__foot {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 32px;
      margin: 0;
      margin-bottom: 50px;
      list-style: none;
      padding: 50px 0 0 0;
    }

    .awsfpx__f {
      color: var(--footer-text-color);
      opacity: 0.6;
      text-decoration: none;
      font-size: 14px;
      letter-spacing: 0.05em;
      transition: color 0.3s ease, opacity 0.3s ease;
    }

    .awsfpx__f:hover {
      color: var(--primary-btn-bg);
      opacity: 1;
    }

    .ywjmcb__footer {
      width: 100%;
      height: 1px;
      margin: 24px 0;
      background: linear-gradient(to right, transparent 0%, var(--primary-btn-bg) 30%, transparent 100%);
    }

    .mtyrbx__bottom {
      text-align: center;
      font-size: 12px;
      color: var(--footer-text-color);
      opacity: 0.3;
      letter-spacing: 0.1em;
      margin: 0;
    }

    @media (max-width: 768px) {
      .zbcxtp__footer {
        margin-top: 80px;
        padding: 0 15px 30px 15px;
      }

      .agdlfv__foot {
        gap: 24px;
      }
    }
    



.agdlfv__foot li:empty {
  display: none;
}

.ydxnbp__main {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.ydxnbp__main {
  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;
}

.ydxnbp__main svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.rvkpfw__main{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.usfzmh__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;
}

.iaytme__table{
  overflow-x: auto;
  width: 100%;
}

.zktwjg__content {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.zktwjg__content p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.zktwjg__content ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.zktwjg__content ul {
  list-style: none;
}

.zktwjg__content ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.zktwjg__content ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .zktwjg__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;
    }

    .zktwjg__content ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .zktwjg__content ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #ff4500 0%, #ff7c4d 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: 1.25rem 0;
        padding: 0.75rem 0;
        font-size: 0.875rem;
        background: rgba(255, 255, 255, 0.02);
        border-radius: 4px;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
      }

      .aioseo-breadcrumb {
        display: inline-block;
      }

      .aioseo-breadcrumb a {
        color: #FF4500;
        text-decoration: none;
        opacity: 0.9;
        transition: opacity 0.2s ease;
        font-weight: 400;
      }

      .aioseo-breadcrumb a:hover {
        opacity: 1;
        text-decoration: underline;
      }

      .aioseo-breadcrumb:not(:has(a)) {
        color: var(--text-color);
        opacity: 0.7;
        font-weight: 500;
      }

      .aioseo-breadcrumb-separator {
        color: var(--text-color);
        opacity: 0.5;
        margin: 0 0.625rem;
        font-weight: 300;
      }
    


      .zktwjg__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 #8600e6;
        overflow: hidden;
      }

      .zktwjg__content table thead {
        background-color: #590099;
      }

      .zktwjg__content table thead tr {
        border-bottom: 1px solid #8600e6;
      }

      .zktwjg__content table th {
        padding: 23px 27px;
        font-weight: bold;
        font-size: 14px;
        color: var(--heading-color);
        letter-spacing: 0.05em;
        border: none;
      }

      .zktwjg__content table tbody tr {
        border-bottom: 1px solid #8600e6;
        transition: background-color 0.2s ease;
      }

      .zktwjg__content table tbody tr:last-child {
        border-bottom: none;
      }

      .zktwjg__content table tbody tr:hover {
        background-color: #53008f;
      }

      .zktwjg__content table td {
        padding: 24px 34px;
        font-size: 14px;
        color: var(--table-text-color);
        border: none;
      }

      .zktwjg__content table td:first-child {
        font-weight: 500;
      }
    

.zktwjg__content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.aeywkx__blog {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.njlvgu__post {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .fjeldu__col {
        display: grid;
        grid-template-columns: 1fr 1.5fr;
        gap: var(--py-2);
        margin: var(--py-2) 0;
        align-items: center;
      }

      .fjeldu__col .gypqco__col:first-child {
        order: 1;
      }

      .fjeldu__col .gypqco__col:last-child {
        order: 2;
      }

      .fjeldu__col h2 {
        margin-top: 0;
      }

      .fjeldu__col figure {
        margin: 0 auto;
        width: max-content;
        position: relative;
      }

      .fjeldu__col 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);
      }

      .fjeldu__col img {
        margin: 0 auto;
        max-height: 320px;
        border-radius: var(--border-radius);
        border: 1px solid var(--table-border-color);
      }

      @media (max-width: 1024px) {
        .fjeldu__col {
          grid-template-columns: 1fr;
        }

        .fjeldu__col .gypqco__col:first-child {
          order: 1;
        }

        .fjeldu__col .gypqco__col:last-child {
          order: 2;
        }
      }
    

.hkolez__tbl {
  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%;
}

.hkolez__tbl p,
.hkolez__tbl h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.hkolez__tbl table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.hkolez__tbl table td,
.hkolez__tbl table th {
  border: 0;
}

.hkolez__tbl table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.hkolez__tbl tr:last-child {
  border-bottom: 0;
}

.hkolez__tbl h2 {
  margin-top: 0;
}

/*
.cmghwl__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);
}
  */

.ghstmu__darked {
  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);
}


    .ghstmu__darked{
      background: linear-gradient(135deg, #ff4500 0%, #ff6f00 50%, #ffee00 100%);
      padding: 57px;
    }
    

.ghstmu__darked h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .rvkpfw__main{
    flex-direction: column;
  }

  .usfzmh__hr {
    width: 100%;
  }

  .hkolez__tbl {
    padding: var(--py);
  }

  .ghstmu__darked {
    padding: var(--py);
  }
}

.pqncbg__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);
}
.pqncbg__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;
}
.pqncbg__sitemappage a:hover {
  color: var(--primary-btn-bg);
}
.pqncbg__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;
}


    .nsaydk__frm {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .lxrmfg__fr {
      display: flex;
      flex-direction: column;
    }

    .otyhgn__frm, .pzahyt__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;
    }

    .otyhgn__frm:focus, .pzahyt__frm:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .pzahyt__frm {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .nsaydk__frm button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .nsaydk__frm button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .nsaydk__frm {
        max-width: 100%;
        gap: 15px;
      }

      .otyhgn__frm, .pzahyt__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)
  }
}


        .ydxnbp__main {
            position: relative;
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            padding: 136px 0 63px;
        }

        .fmsvlo__ban {
            position: absolute;
            inset: 0;
            overflow: hidden;
        }

        .kvejgc__hero {
            position: absolute;
            inset: 0;
            background: linear-gradient(to bottom right, rgba(255, 69, 0, 0.6) 0%, transparent 50%);
            clip-path: polygon(0 0, 55% 0, 45% 100%, 0 100%);
        }

        .wkzosi__b {
            position: absolute;
            inset: 0;
            background: linear-gradient(to bottom left, rgba(50, 205, 50, 0.6) 0%, transparent 50%);
            clip-path: polygon(55% 0, 100% 0, 100% 100%, 45% 100%);
        }

        .tyebmo__ban {
            position: absolute;
            inset: 0;
            background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, transparent 50%, rgba(0,0,0,0.6) 100%);
        }

        .bkagzy__b {
            position: absolute;
            border-radius: 50%;
            animation: float-particle 4s ease-in-out infinite;
        }

        .bkagzy__b:nth-child(1) {
            top: 25%;
            left: 25%;
            width: 10px;
            height: 9px;
            background: #FF4500;
            animation-delay: 0s;
        }

        .bkagzy__b:nth-child(2) {
            top: 33%;
            right: 33%;
            width: 7px;
            height: 6px;
            background: #32CD32;
            animation-delay: 1s;
        }

        .bkagzy__b:nth-child(3) {
            bottom: 33%;
            left: 50%;
            width: 9px;
            height: 10px;
            background: #FF4500;
            opacity: 0.6;
            animation-delay: 2s;
        }

        .bkagzy__b:nth-child(4) {
            top: 50%;
            right: 25%;
            width: 4px;
            height: 6px;
            background: #32CD32;
            opacity: 0.8;
            animation-delay: 0.5s;
        }

        .ynpdkz__hr {
            position: relative;
            z-index: 10;
            max-width: 1147px;
            margin: 0 auto;
            padding: 0 var(--py);
            text-align: center;
        }

        .ybvlus__b {
            font-size: clamp(61px, 8vw, 98px);
            font-weight: bold;
            color: #ffffff;
            margin-bottom: 31px;
            line-height: 0.9;
            letter-spacing: -0.03em;
        }

        .rmljti__hr {
            width: 180px;
            height: 2px;
            background: linear-gradient(to right, transparent, #FF4500, transparent);
            margin: 0 auto 25px;
            transform: rotate(-1deg);
            position: relative;
        }

        .rmljti__hr::after {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(to right, transparent, #FF4500, transparent);
            filter: blur(12px);
            animation: glow-pulse 3s ease-in-out infinite;
        }

        .qmzrjf__ban {
            font-size: 14px;
            color: #ffffff;
            opacity: 0.6;
            max-width: 679px;
            margin: 0 auto 48px;
            line-height: 1.6;
            letter-spacing: 0.05em;
            text-transform: uppercase;
        }

        @keyframes float-particle {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-25px); }
        }

        @keyframes glow-pulse {
            0%, 100% { opacity: 1; }
            50% { opacity: 0.5; }
        }

        @media (max-width: 1024px) {
            .ydxnbp__main {
                padding: 120px 0 44px;
            }

            .ybvlus__b {
                font-size: 52px;
            }

            .qmzrjf__ban {
                font-size: 13px;
            }
        }
        


        .rcukvf__row {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 2rem;
            padding: 2rem 0;
        }

        .cmghwl__rows {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(12px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: var(--border-radius);
            padding: var(--py);
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .cmghwl__rows::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .cmghwl__rows:hover::before {
            opacity: 1;
        }

        .cmghwl__rows:hover {
            transform: translateY(-5px) scale(1.02);
            box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
        }

        .cmghwl__rows h3 {
            color: #FFFFFF;
            position: relative;
            z-index: 1;
        }

        .cmghwl__rows p {
            color: #FFFFFF;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .rcukvf__row {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        