/*!
Theme Name: dylufa
Theme URI: #
Version: 2.7.2
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dylufa
*/

:root {
  --text-color: #FFFFFF;
  --heading-color: #FF6F61;
  --primary-btn-bg: #6C63FF;
  --secondary-btn-bg: #FF3D00;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #292b2c;
  --header-text-color: #FFFFFF;
  --header-border: {{header-border}};

  --footer-bg-color: #212529;
  --footer-text-color: #FFFFFF;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #373A40;
  --table-border-color: #6C757D;
  --table-text-color: #ffffff;

  --body-bg-color: #343A40;
  --card-bg-color: #636e79;
  --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: 76%;
  --banner-padding: 172.8px;
  --banner-border: 0 solid;
  --banner-bg-color: #495057;
  --banner-text-color: #ffffff;

  --container-max-width: 1506px;
  --container-padding: 0 15px;
  --border-radius: 16px;
  --py: 28px;
  --py-2: 78px;
  --py-3: 71px;
  --text-align: left;
  --mb: 18px;
  --fz-1: 34.56px;
  --fz-2: 28.8px;
  --fz-3: 24px;
  --logo-width: 189px;
  --menu-margin: 0 auto 0 0;

  --animation-duration: 642ms;
  --animation-type: ease;
  --animation-effect: fadeIn;

  --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;
}

.azyfgqxsuwr {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .ntdjpkmxltop {
        color: var(--header-text-color);
        padding: 0;
      }

      .ntdjpkmxltop .azyfgqxsuwr {
        border-bottom: 1px solid #b5b1ff;
      }

      .ifkblxqceh {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .vqnhcoyjphead {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .evlmshxqftop {
        color: var(--heading-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .evlmshxqftop:hover {
        color: var(--primary-btn-bg);
      }


      .fwohqkzpyheader {
        display: flex;
        gap: 10px;
      }

      .efluwdthbtop {
        display: none;
      }

      @media (max-width: 1024px) {
        .evlmshxqftop {
          color: var(--header-text-color);
        }
      }
    

@media (max-width: 1024px) {
  .vqnhcoyjphead {
    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;
  }

  .evlmshxqftop {
    padding: 10px 0;
    display: block;
  }

  .vqnhcoyjphead.active {
    opacity: 1;
    visibility: visible;
  }

  .efluwdthbtop {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .efluwdthbtop span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .efluwdthbtop.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .efluwdthbtop.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.qijvmzelybrand {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.qijvmzelybrand img {
  max-height: 80px;
}

.kmnjbearyprimary,
.egrbokiwasec {
  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;
}

.kmnjbearyprimary {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.kmnjbearyprimary:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.egrbokiwasec {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.egrbokiwasec:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.qsxeibokzf{
  position: relative;
}
.qsxeibokzf * {
  z-index: 1;
  position: relative;
}


      .wbilksuqocontent > .wp-block-image {
        margin: 2rem 0;
        display: block;
      }

      .wbilksuqocontent > .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;
      }

      .wbilksuqocontent > .wp-block-image img:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }
    


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

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

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

    .kyzvcwjptlks {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .qsxeibokzf {
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: 64px 24px;
    }

    .gbtkylmjvfoot {
      max-width: 1280px;
      margin: 0 auto;
    }

    .mxilsdkyffooter {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 24px;
    }

    .ylezhbkwif {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 24px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .sqgdknijzfooter {
      color: var(--footer-text-color);
      opacity: 0.6;
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s ease, opacity 0.3s ease;
    }

    .sqgdknijzfooter:hover {
      color: var(--primary-btn-bg);
      opacity: 1;
    }

    .qdruxsinjbot {
      color: var(--footer-text-color);
      opacity: 0.2;
    }

    .hrmnljqozbottom {
      text-align: center;
      font-size: 12px;
      color: var(--footer-text-color);
      opacity: 0.6;
      margin: 0;
    }

    @media (max-width: 768px) {
      .qsxeibokzf {
        padding: 48px 16px;
      }

      .ylezhbkwif {
        gap: 16px;
      }
    }
    



.ylezhbkwif li:empty {
  display: none;
}

.pfzyjrwolhero {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.pfzyjrwolhero {
  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;
}

.pfzyjrwolhero svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.fkisbwmdob{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.soqphtwadhero {
  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;
}

.jlpqtdzohtable{
  overflow-x: auto;
  width: 100%;
}

.wbilksuqocontent {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.wbilksuqocontent p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.wbilksuqocontent ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.wbilksuqocontent ul {
  list-style: none;
}

.wbilksuqocontent ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.wbilksuqocontent ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .wbilksuqocontent 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;
    }

    .wbilksuqocontent 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;
    }

    .wbilksuqocontent 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, #6c63ff 0%, #2014ff 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: 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: #6C63FF;
        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;
      }
    


      .wbilksuqocontent 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 #595e69;
        overflow: hidden;
      }

      .wbilksuqocontent table thead tr {
        border-bottom: 1px solid #595e69;
      }

      .wbilksuqocontent table th {
        padding: 20px 25px;
        font-weight: bold;
        font-size: 12px;
        color: var(--heading-color);
        letter-spacing: 0.05em;
        border: none;
      }

      .wbilksuqocontent table tbody tr {
        border-bottom: 1px solid #494d55;
        transition: background-color 0.2s ease;
      }

      .wbilksuqocontent table tbody tr:last-child {
        border-bottom: none;
      }

      .wbilksuqocontent table tbody tr:hover {
        background-color: #3d4148;
      }

      .wbilksuqocontent table td {
        padding: 20px 24px;
        font-size: 15px;
        color: var(--table-text-color);
        border: none;
      }

      .wbilksuqocontent table td:first-child {
        font-weight: 500;
      }
    

.wbilksuqocontent img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.ncxoirlsmitem {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.bzoxeahwdpost {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .vcxadhluycol {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: var(--py-2);
        margin: var(--py-2) 0;
        align-items: center;
      }

      .vcxadhluycol .tnefcxugwtexted:first-child {
        order: 2;
        padding: 28px;
        border-radius: var(--border-radius);
        box-shadow: 0 16px 35px rgba(0, 0, 0, 0.6);
        background-color: rgb(from var(--table-bg-color) r g b / 0.5);
        border: 1px solid var(--table-border-color);
      }

      .vcxadhluycol .tnefcxugwtexted:last-child {
        order: 1;
      }

      .vcxadhluycol h2 {
        margin-top: 0;
      }

      .vcxadhluycol img,
      .vcxadhluycol figure {
        margin: 0;
        border-radius: var(--border-radius);
      }

      @media (max-width: 1024px) {
        .vcxadhluycol {
          grid-template-columns: 1fr;
        }

        .vcxadhluycol .tnefcxugwtexted:first-child {
          order: 1;
        }

        .vcxadhluycol .tnefcxugwtexted:last-child {
          order: 2;
        }
      }
    

.lmhrvisqttable {
  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%;
}

.lmhrvisqttable p,
.lmhrvisqttable h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.lmhrvisqttable table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.lmhrvisqttable table td,
.lmhrvisqttable table th {
  border: 0;
}

.lmhrvisqttable table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.lmhrvisqttable tr:last-child {
  border-bottom: 0;
}

.lmhrvisqttable h2 {
  margin-top: 0;
}

/*
.stdygzubqblocks {
  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);
}
  */

.galqhbrujd {
  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);
}


    .galqhbrujd{
      background: rgba(108,99,255,0.1);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(108,99,255,0.2);
      color: var(--text-color);
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    }
    

.galqhbrujd h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .fkisbwmdob{
    flex-direction: column;
  }

  .soqphtwadhero {
    width: 100%;
  }

  .lmhrvisqttable {
    padding: var(--py);
  }

  .galqhbrujd {
    padding: var(--py);
  }
}

.laogkeidjsitemappage{
  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);
}
.laogkeidjsitemappage 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;
}
.laogkeidjsitemappage a:hover {
  color: var(--primary-btn-bg);
}
.laogkeidjsitemappage h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .bmstzdkeuform {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .qtvdhgpioform {
      display: flex;
      flex-direction: column;
    }

    .ohjsudgcxfr, .iyhgbmcaoform {
      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;
    }

    .ohjsudgcxfr:focus, .iyhgbmcaoform:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .iyhgbmcaoform {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .bmstzdkeuform button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .bmstzdkeuform button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .bmstzdkeuform {
        max-width: 100%;
        gap: 15px;
      }

      .ohjsudgcxfr, .iyhgbmcaoform {
        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)
  }
}


        .pfzyjrwolhero {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 27px var(--py) 90px;
            overflow: hidden;
        }

        .rvatlepybhero {
            position: absolute;
            inset: 0;
            pointer-events: none;
        }

        .gbslvioeqb {
            position: absolute;
            border-radius: 50%;
            filter: blur(83px);
        }

        .gbslvioeqb:nth-child(1) {
            top: 30%;
            left: 24%;
            width: 381px;
            height: 356px;
            background: rgba(108, 99, 255, 0.1);
        }

        .gbslvioeqb:nth-child(2) {
            top: 35%;
            right: 21%;
            width: 296px;
            height: 335px;
            background: rgba(255, 61, 0, 0.1);
        }

        .gbslvioeqb:nth-child(3) {
            bottom: 26%;
            left: 42%;
            width: 276px;
            height: 295px;
            background: rgba(108, 99, 255, 0.15);
        }

        .krfxlqnodhr {
            position: relative;
            width: 100%;
            text-align: center;
            max-width: 1130px;
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(27px);
            border-radius: 32px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            padding: 71px;
            box-shadow: 0 13px 56px rgba(0, 0, 0, 0.3);
        }

        .krfxlqnodhr::before {
            content: '';
            position: absolute;
            top: -48px;
            right: -43px;
            width: 148px;
            height: 153px;
            background: linear-gradient(to bottom right, rgba(108, 99, 255, 0.2), transparent);
            border-radius: 50%;
            filter: blur(32px);
        }

        .krfxlqnodhr::after {
            content: '';
            position: absolute;
            bottom: -48px;
            left: -45px;
            width: 108px;
            height: 131px;
            background: linear-gradient(to top left, rgba(255, 61, 0, 0.2), transparent);
            border-radius: 50%;
            filter: blur(31px);
        }

        .ksbrvcxlwb {
            position: absolute;
            border-radius: 50%;
            animation: pulse 2s ease-in-out infinite;
        }

        .ksbrvcxlwb:nth-child(1) {
            top: 26px;
            right: 65px;
            width: 10px;
            height: 10px;
            background: #6C63FF;
            animation-delay: 0s;
        }

        .ksbrvcxlwb:nth-child(2) {
            bottom: 57px;
            left: 51px;
            width: 6px;
            height: 7px;
            background: #FF3D00;
            animation-delay: 0.5s;
        }

        .ksbrvcxlwb:nth-child(3) {
            top: 79px;
            left: 64px;
            width: 6px;
            height: 4px;
            background: white;
            animation-delay: 1s;
        }

        .lzndhvatibanner {
            font-size: clamp(54px, 8vw, 91px);
            font-weight: bold;
            color: #ffffff;
            margin-bottom: 24px;
            line-height: 1.1;
            letter-spacing: 0.02em;
            text-align: center;
        }

        .lzndhvatibanner .italic {
            font-style: italic;
            color: #6C63FF;
            opacity: 0.9;
        }

        .ywvonesqgmain {
            font-size: 17px;
            color: #ffffff;
            opacity: 0.7;
            max-width: 568px;
            margin: 0 auto 39px;
            line-height: 1.6;
            text-align: center;
        }

        @keyframes pulse {
            0%, 100% { opacity: 1; transform: scale(1); }
            50% { opacity: 0.5; transform: scale(1.1); }
        }

        @media (max-width: 1024px) {
            .krfxlqnodhr {
                padding: 46px;
            }

            .lzndhvatibanner {
                font-size: 37px;
            }

            .ywvonesqgmain {
                font-size: 17px;
            }
        }
        


        .tzijkphcbcards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            padding: 2rem 0;
        }

        .stdygzubqblocks {
            background: linear-gradient(34deg, #6C63FF, #FF3D00);
            border-radius: var(--border-radius);
            padding: var(--py);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            color: white;
        }

        .stdygzubqblocks::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
            transform: translateX(-100%);
            transition: transform 0.6s ease;
        }

        .stdygzubqblocks:hover::before {
            transform: translateX(100%);
        }

        .stdygzubqblocks:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
        }

        .stdygzubqblocks h3 {
            color: #FFFFFF;
            position: relative;
            z-index: 1;
        }

        .stdygzubqblocks p {
            color: #FFFFFF;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .tzijkphcbcards {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        