/*!
Theme Name: tfh4j5
Theme URI: #
Version: 2.0.9
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tfh4j5
*/

:root {
  --text-color: #212121;
  --heading-color: #FF9800;
  --primary-btn-bg: #8BC34A;
  --secondary-btn-bg: #00BCD4;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #F9FBE7;
  --header-text-color: #FF9800;
  --header-border: 1px solid #8BC34A;

  --footer-bg-color: #FFEB3B;
  --footer-text-color: #F57F17;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #FFFFFF;
  --table-border-color: #BDBDBD;
  --table-text-color: #333333;

  --body-bg-color: #F9FBE7;
  --card-bg-color: #ffffff;
  --card-text-color: #212121;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: center;
  --banner-column: 68%;
  --banner-padding: 201.6px;
  --banner-border: 1px solid #8BC34A;
  --banner-bg-color: #F9FBE7;
  --banner-text-color: #000000;

  --container-max-width: 1071px;
  --container-padding: 0 15px;
  --border-radius: 3px;
  --py: 38px;
  --py-2: 69px;
  --py-3: 64px;
  --text-align: center;
  --mb: 16px;
  --fz-1: 40.32px;
  --fz-2: 33.6px;
  --fz-3: 28px;
  --logo-width: 121px;
  --menu-margin: 0;

  --animation-duration: 856ms;
  --animation-type: ease;
  --animation-effect: fadeIn;

  --contrast-bg-color: #262626;
  --contrast-text-color: #ededed;
}

* {
  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;
}

.spqwuaz_cont {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .xiodlwa_top {
        color: var(--header-text-color);
        padding: 0;
        backdrop-filter: blur(25px);
        background-color: rgba(249,251,231,0.5);
        position: sticky;
        top: 0;
        z-index: 100;
      }

      .uzygdmr_top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .whajdgu_top {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .gvkzucd_header {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .gvkzucd_header:hover {
        color: var(--primary-btn-bg);
      }


      .zpgqwms_top {
        display: flex;
        gap: 10px;
      }

      .dehvtmx_head {
        display: none;
      }
    

@media (max-width: 1024px) {
  .whajdgu_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;
  }

  .gvkzucd_header {
    padding: 10px 0;
    display: block;
  }

  .whajdgu_top.active {
    opacity: 1;
    visibility: visible;
  }

  .dehvtmx_head {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .dehvtmx_head span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .dehvtmx_head.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .dehvtmx_head.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.iyzxslc_brand {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.iyzxslc_brand img {
  max-height: 80px;
}

.plfnzke_first,
.daqkyrb_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;
}

.plfnzke_first {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.plfnzke_first:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.daqkyrb_second {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.daqkyrb_second:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.doamqfw_f{
  position: relative;
}
.doamqfw_f * {
  z-index: 1;
  position: relative;
}


      .ahmegyt_txt > .wp-block-image {
        margin: 2rem 0;
        display: block;
        padding: 8px;
        border: 2px solid #bcdd98;
        border-radius: var(--border-radius);
        background: rgba(255, 255, 255, 0.02);
        transition: border-color 0.3s ease, background 0.3s ease;
      }

      .ahmegyt_txt > .wp-block-image:hover {
        border-color: var(--primary-btn-bg);
        background: rgba(255, 255, 255, 0.05);
      }

      .ahmegyt_txt > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0;
      }
    


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

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

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

    .xmvlyke_nvs__title {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .doamqfw_f {
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: var(--py-2) 0;
    }

    .jscpnfq_bottom {
      max-width: var(--container-max-width);
      margin: 0 auto;
      padding: 0 var(--mb);
    }

    .mqdufol_footer {
      display: flex;
      justify-content: var(--footer-justify);
      flex-direction: var(--footer-direction);
      gap: var(--mb);
      margin-bottom: var(--mb);
    }

    .cyqnpiz_footer {
      display: flex;
      flex-direction: column;
    }

    .abnzowd_bot {
      font-weight: 600;
      font-size: 18px;
      margin-bottom: var(--mb);
      color: var(--footer-text-color);
    }

    .tiqornf_foot {
      display: flex;
      gap: 15px;
      list-style: none;
      flex-direction: column;
      margin: 0;
      padding: 0;
    }

    .gwyrcix_foot {
      color: var(--footer-text-color);
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .gwyrcix_foot:hover {
      color: var(--primary-btn-bg);
    }

    .stuxeyc_bottom {
      margin: 0 0 15px 0;
      font-size: 14px;
      color: var(--footer-text-color);
      opacity: 0.8;
    }

    .yczslni_footer {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .rbglwjc_bottom {
      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;
    }

    .rbglwjc_bottom::placeholder {
      color: var(--footer-text-color);
      opacity: 0.6;
    }

    @media (max-width: 768px) {
      .mqdufol_footer {
        flex-direction: column;
      }
    }
    



.tiqornf_foot li:empty {
  display: none;
}

.syeakmo_hr {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.syeakmo_hr {
  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;
}

.syeakmo_hr svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.syrgdpm_banner{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.ephuvws_banner {
  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;
}

.ahositr_tbl{
  overflow-x: auto;
  width: 100%;
}

.ahmegyt_txt {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.ahmegyt_txt p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.ahmegyt_txt ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.ahmegyt_txt ul {
  list-style: none;
}

.ahmegyt_txt ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.ahmegyt_txt ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .ahmegyt_txt ol {
      counter-reset: list-counter;
      list-style: none;
      padding-left: 0;
      margin: 3rem 0;
    }

    .ahmegyt_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 #c9e3ab;
      border-radius: 6px;
      padding: 1rem 1rem 1rem 3.5rem;
      background: rgba(255, 255, 255, 0.02);
    }

    .ahmegyt_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;
    }

    .ahmegyt_txt ol li:hover {
      background: rgba(255, 255, 255, 0.05);
      border-color: var(--primary-btn-bg);
    }
    


      .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: #8BC34A;
        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;
      }
    


      .ahmegyt_txt table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: var(--mb);
        color: var(--table-text-color);
        border-radius: var(--border-radius);
        overflow: hidden;
        margin: 0;
      }

      .wp-block-table {
        border-radius: var(--border-radius);
        border: 1px solid #e6e6e6;
        box-shadow: 0 25px 50px -12px #e6e6e6;
      }

      .ahmegyt_txt table thead {
        background-color: #ffffff;
      }

      .ahmegyt_txt table thead tr {
        border-bottom: 1px solid #e6e6e6;
      }

      .ahmegyt_txt table th {
        padding: 21px 26px;
        font-weight: bold;
        font-size: 18px;
        color: var(--heading-color);
        border: none;
      }

      .ahmegyt_txt table tbody tr {
        border-bottom: 1px solid #e6e6e6;
      }

      .ahmegyt_txt table tbody tr:last-child {
        border-bottom: none;
      }

      .ahmegyt_txt table td {
        padding: 15px 27px;
        font-size: 18px;
        color: var(--table-text-color);
        border: none;
      }

      .ahmegyt_txt table td:first-child {
        font-weight: 500;
      }
    

.ahmegyt_txt img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.poamkge_post {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.xcpygbk_item {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .brxjode_cols {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: var(--py-2);
        margin: var(--py-2) 0;
        align-items: center;
      }

      .brxjode_cols .deghpfb_col:first-child {
        order: 2;
        padding: 18px;
        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);
      }

      .brxjode_cols .deghpfb_col:last-child {
        order: 1;
      }

      .brxjode_cols h2 {
        margin-top: 0;
      }

      .brxjode_cols img,
      .brxjode_cols figure {
        margin: 0;
        border-radius: var(--border-radius);
      }

      @media (max-width: 1024px) {
        .brxjode_cols {
          grid-template-columns: 1fr;
        }

        .brxjode_cols .deghpfb_col:first-child {
          order: 1;
        }

        .brxjode_cols .deghpfb_col:last-child {
          order: 2;
        }
      }
    

.aqxeyfs_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%;
}

.aqxeyfs_table p,
.aqxeyfs_table h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.aqxeyfs_table table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.aqxeyfs_table table td,
.aqxeyfs_table table th {
  border: 0;
}

.aqxeyfs_table table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.aqxeyfs_table tr:last-child {
  border-bottom: 0;
}

.aqxeyfs_table h2 {
  margin-top: 0;
}

/*
.fnbsyjx_blocks {
  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);
}
  */

.hectwya_dark {
  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);
}


    .hectwya_dark{
      background: linear-gradient(135deg, #262626 0%, #404040 100%);
      border-left: 7px solid var(--primary-btn-bg);
    }
    

.hectwya_dark h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .syrgdpm_banner{
    flex-direction: column;
  }

  .ephuvws_banner {
    width: 100%;
  }

  .aqxeyfs_table {
    padding: var(--py);
  }

  .hectwya_dark {
    padding: var(--py);
  }
}

.thaxodg_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);
}
.thaxodg_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;
}
.thaxodg_sm a:hover {
  color: var(--primary-btn-bg);
}
.thaxodg_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;
}


    .cmilynk_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;
    }

    .rpbosan_form {
      display: flex;
      flex-direction: column;
    }

    .swdnexz_fr {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .lmvqgfe_fr {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
    }

    .icmgukb_fr {
      display: flex;
      flex-direction: column;
    }

    .fwqvkgu_frm, .pxnwmel_fr {
      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;
    }

    .fwqvkgu_frm:focus, .pxnwmel_fr:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .pxnwmel_fr {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .rpbosan_form button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
    }

    .rpbosan_form button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .cmilynk_fr {
        padding: 30px 20px;
        margin: var(--mb) 15px;
      }

      .lmvqgfe_fr {
        grid-template-columns: 1fr;
        gap: 15px;
      }

      .swdnexz_fr {
        gap: 15px;
      }

      .fwqvkgu_frm, .pxnwmel_fr {
        padding: 12px 15px;
        font-size: 14px;
      }
    }
    

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}


        .syeakmo_hr {
            position: relative;
            min-height: 471px;
            background: linear-gradient(134deg, #8BC34A, #00BCD4);
            display: flex;
            align-items: center;
            overflow: hidden;
        }

        .ephuvws_banner {
            display: flex;
            align-items: center;
            justify-content: var(--banner-direction);
        }

        .xjynkav_hr {
            position: absolute;
            inset: 0;
        }

        .eclbgwy_main {
            position: absolute;
            background: rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            animation: float-particle 20s infinite linear;
        }

        .eclbgwy_main:nth-child(1) {
            width: 4px;
            height: 4px;
            left: 10%;
            animation-delay: 0s;
            animation-duration: 15s;
        }

        .eclbgwy_main:nth-child(2) {
            width: 6px;
            height: 6px;
            left: 20%;
            animation-delay: 2s;
            animation-duration: 18s;
        }

        .eclbgwy_main:nth-child(3) {
            width: 3px;
            height: 3px;
            left: 30%;
            animation-delay: 4s;
            animation-duration: 12s;
        }

        .eclbgwy_main:nth-child(4) {
            width: 5px;
            height: 5px;
            left: 40%;
            animation-delay: 6s;
            animation-duration: 16s;
        }

        .eclbgwy_main:nth-child(5) {
            width: 4px;
            height: 4px;
            left: 50%;
            animation-delay: 8s;
            animation-duration: 14s;
        }

        .eclbgwy_main:nth-child(6) {
            width: 6px;
            height: 6px;
            left: 60%;
            animation-delay: 10s;
            animation-duration: 17s;
        }

        .eclbgwy_main:nth-child(7) {
            width: 3px;
            height: 3px;
            left: 70%;
            animation-delay: 12s;
            animation-duration: 13s;
        }

        .eclbgwy_main:nth-child(8) {
            width: 5px;
            height: 5px;
            left: 80%;
            animation-delay: 14s;
            animation-duration: 19s;
        }

        .vebpfjy_hr {
            position: relative;
            z-index: 10;
            text-align: var(--banner-direction);
            width: 1023px;
            max-width: 100%;
            padding: var(--py);
        }

        .owsdlhv_hero {
            font-size: clamp(3rem, 8vw, 5rem);
            font-weight: bold;
            color: #FFFFFF;
            margin-bottom: 2rem;
            line-height: 1.2;
        }

        .uiqwzax_hr {
            font-size: 19px;
            color: #FFFFFF;
            margin-bottom: 2rem;
            line-height: 1.6;
        }

        @media (max-width: 1024px) {
            .owsdlhv_hero {
                font-size: 28px;
            }
        }

        @keyframes float-particle {
            0% {
                transform: translateY(100vh) rotate(0deg);
                opacity: 0;
            }
            10% {
                opacity: 1;
            }
            90% {
                opacity: 1;
            }
            100% {
                transform: translateY(-100px) rotate(360deg);
                opacity: 0;
            }
        }
        


        .ncydpho_card {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 2rem;
            padding: 2rem 0;
        }

        .fnbsyjx_blocks {
            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;
        }

        .fnbsyjx_blocks::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;
        }

        .fnbsyjx_blocks:hover::before {
            opacity: 1;
        }

        .fnbsyjx_blocks:hover {
            transform: translateY(-5px) scale(1.02);
            box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
        }

        .fnbsyjx_blocks h3 {
            color: #212121;
            position: relative;
            z-index: 1;
        }

        .fnbsyjx_blocks p {
            color: #212121;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .ncydpho_card {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        