/*!
Theme Name: 8qo3bc
Theme URI: #
Version: 8.7.8
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 8qo3bc
*/

:root {
  --text-color: #000000;
  --heading-color: #1ABC9C;
  --primary-btn-bg: #F1C40F;
  --secondary-btn-bg: #E74C3C;
  --primary-btn-color: #000000;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #2980B9;
  --header-text-color: #FFFFFF;
  --header-border: {{header-border}};

  --footer-bg-color: #2C3E50;
  --footer-text-color: #FFFFFF;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #F9E79F;
  --table-border-color: #2980B9;
  --table-text-color: #000000;

  --body-bg-color: #F4F6F7;
  --card-bg-color: #ffffff;
  --card-text-color: #000000;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: center;
  --banner-column: 80%;
  --banner-padding: 180px;
  --banner-border: 0 solid;
  --banner-bg-color: #F7DC6F;
  --banner-text-color: #333333;

  --container-max-width: 1286px;
  --container-padding: 0 15px;
  --border-radius: 25px;
  --py: 16px;
  --py-2: 67px;
  --py-3: 51px;
  --text-align: center;
  --mb: 20px;
  --fz-1: 36px;
  --fz-2: 30px;
  --fz-3: 25px;
  --logo-width: 190px;
  --menu-margin: 0 0 0 auto;

  --animation-duration: 884ms;
  --animation-type: ease-in-out;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #292929;
  --contrast-text-color: #ffffff;
}

* {
  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;
}

.xivghmf_wraper {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .ylmupce_head {
        color: var(--header-text-color);
        padding: 0;
        backdrop-filter: blur(25px);
        background-color: rgba(41,128,185,0.5);
        position: sticky;
        top: 0;
        z-index: 100;
      }

      .mylogku_header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .dfnivzp_h {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .rmhlpqo_head {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .rmhlpqo_head:hover {
        color: var(--primary-btn-bg);
      }


      .putfymk_h {
        display: flex;
        gap: 10px;
      }

      .chdqamp_header {
        display: none;
      }
    

@media (max-width: 1024px) {
  .dfnivzp_h {
    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;
  }

  .rmhlpqo_head {
    padding: 10px 0;
    display: block;
  }

  .dfnivzp_h.active {
    opacity: 1;
    visibility: visible;
  }

  .chdqamp_header {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .chdqamp_header span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .chdqamp_header.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .chdqamp_header.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.piaetfj_l {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.piaetfj_l img {
  max-height: 80px;
}

.lkqurbc_prim,
.ljysbrd_secondary {
  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;
}

.lkqurbc_prim {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.lkqurbc_prim:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.ljysbrd_secondary {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.ljysbrd_secondary:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.asxureo_footer{
  position: relative;
}
.asxureo_footer * {
  z-index: 1;
  position: relative;
}


      .jqefhpw_text > .wp-block-image {
        margin: 2rem 0;
        display: block;
      }

      .jqefhpw_text > .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;
      }

      .jqefhpw_text > .wp-block-image img:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }
    


    .hmfjrke_or {
      margin: 0 auto 0;
      max-width: 100%;
      width: 100%;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 20px 35px;
      background: rgb(from var(--table-bg-color) r g b / 0.5);
      border-radius: var(--border-radius);
      padding: 15px;
      box-sizing: border-box;
      margin-bottom: var(--mb);
    }

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

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

    .miexjlo_lks {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .asxureo_footer {
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: 48px 24px;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .kxilhvj_bottom {
      max-width: 1280px;
      margin: 0 auto;
    }

    .mguhejy_bottom {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 32px;
      flex-wrap: wrap;
      margin-bottom: 24px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .inajxkz_f {
      color: var(--footer-text-color);
      opacity: 0.6;
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s ease, opacity 0.3s ease;
    }

    .inajxkz_f:hover {
      color: var(--primary-btn-bg);
      opacity: 1;
    }

    .krqasne_bot {
      color: var(--footer-text-color);
      opacity: 0.2;
    }

    .boahtvg_bot {
      text-align: center;
      font-size: 12px;
      color: var(--footer-text-color);
      opacity: 0.4;
      margin: 15px 0 0 0;
    }

    @media (max-width: 768px) {
      .mguhejy_bottom {
        gap: 16px;
      }
    }
    



.mguhejy_bottom li:empty {
  display: none;
}

.icmlxjv_banner {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.icmlxjv_banner {
  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;
}

.icmlxjv_banner svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.lbjgrvs_banner{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.brsikeq_hero {
  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;
}

.irzmkjl_tbl{
  overflow-x: auto;
  width: 100%;
}

.jqefhpw_text {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.jqefhpw_text p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.jqefhpw_text ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.jqefhpw_text ul {
  list-style: none;
}

.jqefhpw_text ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.jqefhpw_text ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .jqefhpw_text 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;
    }

    .jqefhpw_text ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .jqefhpw_text ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #f1c40f 0%, #f5d556 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: #F1C40F;
        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;
      }
    


      .jqefhpw_text 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;
      }

      .jqefhpw_text table thead tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      }

      .jqefhpw_text table th {
        padding: 15px 15px;
        font-weight: normal;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.5);
        letter-spacing: 0.025em;
        border: none;
      }

      .jqefhpw_text table tbody tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.03);
        transition: background-color 0.2s ease;
      }

      .jqefhpw_text table tbody tr:last-child {
        border-bottom: none;
      }

      .jqefhpw_text table tbody tr:hover {
        background-color: rgba(0, 0, 0, 0.02);
      }

      .jqefhpw_text table td {
        padding: 20px 16px;
        font-size: 16px;
        color: var(--table-text-color);
        border: none;
        letter-spacing: 0.025em;
      }

      .jqefhpw_text table td:first-child {
        font-weight: normal;
      }
    

.jqefhpw_text img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.zwydeau_articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.rsjhymk_articles {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .rpiwoux_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;
      }

      .rpiwoux_texted::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, #f7db6e05 0%, transparent 70%);
        z-index: 0;
      }

      .rpiwoux_texted .pkifgur_texted {
        position: relative;
        z-index: 1;
      }

      .rpiwoux_texted .pkifgur_texted:first-child {
        order: 1;
      }

      .rpiwoux_texted .pkifgur_texted:last-child {
        order: 2;
      }

      .rpiwoux_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;
      }

      .rpiwoux_texted figure:hover {
        transform: perspective(1000px) rotateY(0deg) scale(1.02);
      }

      .rpiwoux_texted figure img {
        width: 100%;
        height: auto;
        transition: transform 0.3s ease;
        border-radius: var(--border-radius);
      }

      .rpiwoux_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%, #f1c40f 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        position: relative;
      }

      .rpiwoux_texted h2::after {
        content: '';
        position: absolute;
        bottom: -0.75rem;
        left: 0;
        width: 4rem;
        height: 4px;
        background: linear-gradient(90deg, #f1c40f 0%, #c19c0b 100%);
        border-radius: 2px;
        box-shadow: 0 2px 8px #f1c40f40;
      }

      .rpiwoux_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) {
        .rpiwoux_texted {
          grid-template-columns: 1fr;
          gap: 2rem;
          padding: 1.5rem;
        }

        .rpiwoux_texted .pkifgur_texted:first-child {
          order: 1;
        }

        .rpiwoux_texted .pkifgur_texted:last-child {
          order: 2;
        }

        .rpiwoux_texted figure {
          transform: none;
        }

        .rpiwoux_texted figure:hover {
          transform: scale(1.02);
        }

        .rpiwoux_texted h2 {
          font-size: 2rem;
        }
      }
    

.rnfchbx_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%;
}

.rnfchbx_tbl p,
.rnfchbx_tbl h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.rnfchbx_tbl table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.rnfchbx_tbl table td,
.rnfchbx_tbl table th {
  border: 0;
}

.rnfchbx_tbl table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.rnfchbx_tbl tr:last-child {
  border-bottom: 0;
}

.rnfchbx_tbl h2 {
  margin-top: 0;
}

/*
.umthflr_cards {
  border: var(--card-border);
  background-color: var(--card-bg-color);
  color: var(--card-text-color);
  box-shadow: var(--card-shadow);
  padding: var(--py);
  border-radius: var(--border-radius);
}
  */

.sczlgmv_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);
}


    .sczlgmv_d{
      border: 2px solid var(--primary-btn-bg);
      color: var(--text-color);
      background-color: var(--body-bg-color);
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    }
    

.sczlgmv_d h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .lbjgrvs_banner{
    flex-direction: column;
  }

  .brsikeq_hero {
    width: 100%;
  }

  .rnfchbx_tbl {
    padding: var(--py);
  }

  .sczlgmv_d {
    padding: var(--py);
  }
}

.gziajus_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);
}
.gziajus_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;
}
.gziajus_sitemappage a:hover {
  color: var(--primary-btn-bg);
}
.gziajus_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;
}


    .xojfwvz_form {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .vlketdy_form {
      display: flex;
      flex-direction: column;
    }

    .lragesw_form, .hyquvgc_form {
      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;
    }

    .lragesw_form:focus, .hyquvgc_form:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .hyquvgc_form {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .xojfwvz_form button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .xojfwvz_form button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .xojfwvz_form {
        max-width: 100%;
        gap: 15px;
      }

      .lragesw_form, .hyquvgc_form {
        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)
  }
}


        .icmlxjv_banner {
            position: relative;
            min-height: 540px;
            background: linear-gradient(348deg, #F1C40F, #E74C3C);
            display: flex;
            align-items: center;
            overflow: hidden;
        }

        .brsikeq_hero {
            display: flex;
            align-items: center;
            justify-content: var(--banner-direction);
        }

        .anvilyx_ban {
            position: absolute;
            inset: 0;
        }

        .qljxvug_hero {
            position: absolute;
            background: rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            animation: float-particle 20s infinite linear;
        }

        .qljxvug_hero:nth-child(1) {
            width: 4px;
            height: 4px;
            left: 10%;
            animation-delay: 0s;
            animation-duration: 15s;
        }

        .qljxvug_hero:nth-child(2) {
            width: 6px;
            height: 6px;
            left: 20%;
            animation-delay: 2s;
            animation-duration: 18s;
        }

        .qljxvug_hero:nth-child(3) {
            width: 3px;
            height: 3px;
            left: 30%;
            animation-delay: 4s;
            animation-duration: 12s;
        }

        .qljxvug_hero:nth-child(4) {
            width: 5px;
            height: 5px;
            left: 40%;
            animation-delay: 6s;
            animation-duration: 16s;
        }

        .qljxvug_hero:nth-child(5) {
            width: 4px;
            height: 4px;
            left: 50%;
            animation-delay: 8s;
            animation-duration: 14s;
        }

        .qljxvug_hero:nth-child(6) {
            width: 6px;
            height: 6px;
            left: 60%;
            animation-delay: 10s;
            animation-duration: 17s;
        }

        .qljxvug_hero:nth-child(7) {
            width: 3px;
            height: 3px;
            left: 70%;
            animation-delay: 12s;
            animation-duration: 13s;
        }

        .qljxvug_hero:nth-child(8) {
            width: 5px;
            height: 5px;
            left: 80%;
            animation-delay: 14s;
            animation-duration: 19s;
        }

        .fpgjbcm_hr {
            position: relative;
            z-index: 10;
            text-align: var(--banner-direction);
            width: 1085px;
            max-width: 100%;
            padding: var(--py);
        }

        .dcvkqni_hero {
            font-size: clamp(3rem, 8vw, 5rem);
            font-weight: bold;
            color: #000000;
            margin-bottom: 3rem;
            line-height: 1.2;
        }

        .dlxrzkp_main {
            font-size: 17px;
            color: #000000;
            margin-bottom: 2rem;
            line-height: 1.6;
        }

        @media (max-width: 1024px) {
            .dcvkqni_hero {
                font-size: 34px;
            }
        }

        @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;
            }
        }
        


        .qidnxbc_card {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
            padding: 2rem 0;
            max-width: 600px;
            margin: 0 auto;
        }

        .umthflr_cards {
            background: #ffffff;
            border-radius: var(--border-radius);
            padding: var(--py);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            position: relative;
            border-left: 7px solid #F1C40F;
        }

        .umthflr_cards:nth-child(even) {
            border-left-color: #E74C3C;
            margin-left: 20px;
        }

        .umthflr_cards:nth-child(odd) {
            margin-right: 20px;
        }

        .umthflr_cards::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, #F1C40F05, #E74C3C05);
            border-radius: var(--border-radius);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .umthflr_cards:hover::before {
            opacity: 1;
        }

        .umthflr_cards:hover {
            transform: translateX(8px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        }

        .umthflr_cards h3 {
            color: #000000;
            position: relative;
            z-index: 1;
        }

        .umthflr_cards p {
            color: #000000;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .qidnxbc_card {
                max-width: 100%;
            }

            .umthflr_cards:nth-child(even),
            .umthflr_cards:nth-child(odd) {
                margin-left: 0;
                margin-right: 0;
            }
        }
        