/*!
Theme Name: ez8qhi
Theme URI: #
Version: 8.0.3
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ez8qhi
*/

:root {
  --text-color: #4A4A4A;
  --heading-color: #FF9F00;
  --primary-btn-bg: #FFDA79;
  --secondary-btn-bg: #FF3D00;
  --primary-btn-color: #333333;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #F9C7A0;
  --header-text-color: #4A4A4A;
  --header-border: {{header-border}};

  --footer-bg-color: #FF9F00;
  --footer-text-color: #FFFFFF;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #FFFFFF;
  --table-border-color: #FF3D00;
  --table-text-color: #333333;

  --body-bg-color: #FFFAF0;
  --card-bg-color: #ffffff;
  --card-text-color: #4A4A4A;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: center;
  --banner-column: 79%;
  --banner-padding: 216px;
  --banner-border: 0 solid;
  --banner-bg-color: #FFEFDA;
  --banner-text-color: #000000;

  --container-max-width: 1336px;
  --container-padding: 0 15px;
  --border-radius: 17px;
  --py: 24px;
  --py-2: 73px;
  --py-3: 70px;
  --text-align: left;
  --mb: 23px;
  --fz-1: 43.2px;
  --fz-2: 36px;
  --fz-3: 30px;
  --logo-width: 123px;
  --menu-margin: 0 0 0 auto;

  --animation-duration: 773ms;
  --animation-type: linear;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #2b2b2b;
  --contrast-text-color: #ffffff;
}

* {
  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;
}

.ixjqndkm-cont {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .ujsyqfgh-h {
        padding: var(--py) 0;
      }

      .wjxtzdsf-h {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: var(--mb);
      }

      .dcsovgbh-top {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: 0;
        padding: 12px 32px;
        border-radius: var(--border-radius);
        border: 1px solid #ffecbc;
      }

      .gohjtpuv-head {
        color: var(--heading-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .gohjtpuv-head:hover {
        color: var(--primary-btn-bg);
      }


      .opjbhczg-top {
        display: flex;
        gap: 10px;
      }

      .utmdbfoq-h {
        display: none;
      }

      .ksfhupri-log img {
        margin: 0 auto;
        display: block;
      }

      @media (max-width: 1024px) {
        .wjxtzdsf-h {
          justify-content: space-between;
          flex-direction: row;
        }

        .gohjtpuv-head {
          color: var(--header-text-color);
        }
      }
    

@media (max-width: 1024px) {
  .dcsovgbh-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;
  }

  .gohjtpuv-head {
    padding: 10px 0;
    display: block;
  }

  .dcsovgbh-top.active {
    opacity: 1;
    visibility: visible;
  }

  .utmdbfoq-h {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .utmdbfoq-h span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .utmdbfoq-h.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .utmdbfoq-h.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.ksfhupri-log {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.ksfhupri-log img {
  max-height: 80px;
}

.imynebgk-prim,
.vpsoizem-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;
}

.imynebgk-prim {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.imynebgk-prim:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.vpsoizem-secondary {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.vpsoizem-secondary:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.qywvxbnf-f{
  position: relative;
}
.qywvxbnf-f * {
  z-index: 1;
  position: relative;
}


      .mxthlvyw-content > .wp-block-image {
        margin: 2rem 0;
        display: block;
        padding: 8px;
        border: 2px solid #fff6e0;
        border-radius: var(--border-radius);
        background: rgba(255, 255, 255, 0.02);
        transition: border-color 0.3s ease, background 0.3s ease;
      }

      .mxthlvyw-content > .wp-block-image:hover {
        border-color: var(--primary-btn-bg);
        background: rgba(255, 255, 255, 0.05);
      }

      .mxthlvyw-content > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0;
      }
    


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

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

    .gkeqncdx-lks a:hover {
      opacity: .7;
    }

    .cdpuemkb-partners__title {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .qywvxbnf-f {
      background: linear-gradient(135deg, #ffa71a 0%, #cc7e00 50%, #663f00 100%);
      color: var(--footer-text-color);
      padding: 64px 24px;
    }

    .qftyreoz-bot {
      max-width: 1280px;
      margin: 0 auto;
    }

    .fknuqolv-f {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 32px;
    }

    .kdxnteov-footer {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 32px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .pujmilfe-bottom {
      color: var(--footer-text-color);
      opacity: 0.7;
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s ease, opacity 0.3s ease;
    }

    .pujmilfe-bottom:hover {
      color: var(--footer-text-color);
      opacity: 1;
    }

    .wiyqofpz-footer {
      text-align: center;
      font-size: 14px;
      color: var(--footer-text-color);
      opacity: 0.5;
    }

    @media (max-width: 768px) {
      .qywvxbnf-f {
        padding: 48px 16px;
      }

      .kdxnteov-footer {
        gap: 24px;
      }
    }
    


        .qywvxbnf-f:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.05;
            z-index: 0;
            
            background-size: 84px 84px;
            background-image: repeating-linear-gradient(45deg, #331f00 0, #331f00 2.6px, #ffb133 0, #ffb133 50%);
            
        }
        

.kdxnteov-footer li:empty {
  display: none;
}

.wdgerokj-b {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.wdgerokj-b {
  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;
}

.wdgerokj-b svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.ipsewxuz-hr{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.jmkatwib-main {
  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;
}

.kdfpjobx-table{
  overflow-x: auto;
  width: 100%;
}

.mxthlvyw-content {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.mxthlvyw-content p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.mxthlvyw-content ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.mxthlvyw-content ul {
  list-style: none;
}

.mxthlvyw-content ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.mxthlvyw-content ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .mxthlvyw-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;
    }

    .mxthlvyw-content 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;
    }

    .mxthlvyw-content 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, #ffda79 0%, #ffc42e 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: 0.75rem 0;
        padding: 0.25rem 0;
        font-size: 0.8rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 0.5rem;
      }

      .aioseo-breadcrumb {
        display: inline-block;
      }

      .aioseo-breadcrumb a {
        color: #FFDA79;
        text-decoration: none;
        opacity: 0.7;
        transition: all 0.2s ease;
        padding: 0.125rem 0.25rem;
        border-radius: 3px;
      }

      .aioseo-breadcrumb a:hover {
        opacity: 1;
        background: rgba(255, 255, 255, 0.05);
      }

      .aioseo-breadcrumb:not(:has(a)) {
        color: var(--text-color);
        opacity: 0.5;
        font-weight: 500;
      }

      .aioseo-breadcrumb-separator {
        color: var(--text-color);
        opacity: 0.3;
        margin: 0 0.375rem;
        font-size: 0.75rem;
      }
    


      .mxthlvyw-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 #d9d9d9;
        overflow: hidden;
      }

      .mxthlvyw-content table thead {
        background-color: #fafafa;
      }

      .mxthlvyw-content table thead tr {
        border-bottom: 1px solid #d9d9d9;
      }

      .mxthlvyw-content table th {
        padding: 20px 28px;
        font-weight: bold;
        font-size: 14px;
        color: var(--heading-color);
        letter-spacing: 0.05em;
        border: none;
      }

      .mxthlvyw-content table tbody tr {
        border-bottom: 1px solid #d9d9d9;
        transition: background-color 0.2s ease;
      }

      .mxthlvyw-content table tbody tr:last-child {
        border-bottom: none;
      }

      .mxthlvyw-content table tbody tr:hover {
        background-color: #fcfcfc;
      }

      .mxthlvyw-content table td {
        padding: 24px 25px;
        font-size: 14px;
        color: var(--table-text-color);
        border: none;
      }

      .mxthlvyw-content table td:first-child {
        font-weight: 500;
      }
    

.mxthlvyw-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.icdhrgej-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.jxnltbfu-item {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .fuitxedz-column {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: var(--py-2);
        margin: var(--py-2) 0;
        align-items: center;
      }

      .fuitxedz-column .nzbaogtj-column:first-child {
        order: 2;
        padding: 19px;
        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);
      }

      .fuitxedz-column .nzbaogtj-column:last-child {
        order: 1;
      }

      .fuitxedz-column h2 {
        margin-top: 0;
      }

      .fuitxedz-column img,
      .fuitxedz-column figure {
        margin: 0;
        border-radius: var(--border-radius);
      }

      @media (max-width: 1024px) {
        .fuitxedz-column {
          grid-template-columns: 1fr;
        }

        .fuitxedz-column .nzbaogtj-column:first-child {
          order: 1;
        }

        .fuitxedz-column .nzbaogtj-column:last-child {
          order: 2;
        }
      }
    

.mjizrqav-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%;
}

.mjizrqav-table p,
.mjizrqav-table h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.mjizrqav-table table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.mjizrqav-table table td,
.mjizrqav-table table th {
  border: 0;
}

.mjizrqav-table table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.mjizrqav-table tr:last-child {
  border-bottom: 0;
}

.mjizrqav-table h2 {
  margin-top: 0;
}

/*
.ycmbdluv-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);
}
  */

.cjxklivg-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);
}


    .cjxklivg-darked{
      background: linear-gradient(135deg, #2b2b2b 0%, #454545 100%);
      border-left: 10px solid var(--primary-btn-bg);
    }
    

.cjxklivg-darked h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .ipsewxuz-hr{
    flex-direction: column;
  }

  .jmkatwib-main {
    width: 100%;
  }

  .mjizrqav-table {
    padding: var(--py);
  }

  .cjxklivg-darked {
    padding: var(--py);
  }
}

.nmhioywt-sitemap{
  display: flex;
  flex-direction: column;
  gap: var(--mb);
  list-style: none;
  margin: 15px 0;
  padding: 15px;
  border-radius: var(--border-radius);
  background: rgb(from var(--table-bg-color) r g b / 0.5);
}
.nmhioywt-sitemap a {
  color: var(--text-color);
  text-decoration: none;
  transition: color 0.3s ease;
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}
.nmhioywt-sitemap a:hover {
  color: var(--primary-btn-bg);
}
.nmhioywt-sitemap h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .vxnohpuz-form {
      max-width: 1000px;
      margin: var(--mb) auto;
    }

    .kihscreg-form {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      align-items: start;
    }

    .kzxirnlm-fr {
      background: var(--card-bg-color);
      padding: 30px;
      border-radius: var(--border-radius);
      box-shadow: var(--card-shadow);
    }

    .kzxirnlm-fr h2 {
      font-size: var(--fz-2);
      color: var(--heading-color);
      margin: 0 0 25px 0;
      font-weight: 600;
    }

    .jahtwirg-form {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .ipzwynso-fr {
      display: flex;
      align-items: flex-start;
      gap: 15px;
    }

    .zcsprmit-frm {
      font-size: 24px;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: var(--primary-btn-bg);
      border-radius: 50%;
      flex-shrink: 0;
    }

    .leapmkrn-fr {
      color: var(--text-color);
      line-height: 1.5;
    }

    .leapmkrn-fr strong {
      color: var(--heading-color);
      font-weight: 600;
    }

    .jbrzntue-frm {
      background: var(--card-bg-color);
      padding: 30px;
      border-radius: var(--border-radius);
      box-shadow: var(--card-shadow);
    }

    .noesfyhp-frm {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .eajbkioc-form {
      display: flex;
      flex-direction: column;
    }

    .jbevtqml-form, .dnuozgje-frm {
      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;
    }

    .jbevtqml-form:focus, .dnuozgje-frm:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .dnuozgje-frm {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .jbrzntue-frm button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
    }

    .jbrzntue-frm button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .kihscreg-form {
        grid-template-columns: 1fr;
        gap: 30px;
      }

      .kzxirnlm-fr, .jbrzntue-frm {
        padding: 20px;
      }

      .noesfyhp-frm {
        gap: 15px;
      }

      .jbevtqml-form, .dnuozgje-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)
  }
}


        .wdgerokj-b {
            position: relative;
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            padding: 123px 0 75px;
        }

        .qneurils-hr {
            position: absolute;
            inset: 0;
            overflow: hidden;
        }

        .qodsbpkf-main {
            position: absolute;
            inset: 0;
            background: linear-gradient(to bottom right, rgba(255, 218, 121, 0.6) 0%, transparent 50%);
            clip-path: polygon(0 0, 55% 0, 45% 100%, 0 100%);
        }

        .aflegtuh-ban {
            position: absolute;
            inset: 0;
            background: linear-gradient(to bottom left, rgba(255, 61, 0, 0.6) 0%, transparent 50%);
            clip-path: polygon(55% 0, 100% 0, 100% 100%, 45% 100%);
        }

        .raizbnxk-hero {
            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%);
        }

        .tbkpvdir-b {
            position: absolute;
            border-radius: 50%;
            animation: float-particle 4s ease-in-out infinite;
        }

        .tbkpvdir-b:nth-child(1) {
            top: 25%;
            left: 25%;
            width: 8px;
            height: 9px;
            background: #FFDA79;
            animation-delay: 0s;
        }

        .tbkpvdir-b:nth-child(2) {
            top: 33%;
            right: 33%;
            width: 5px;
            height: 8px;
            background: #FF3D00;
            animation-delay: 1s;
        }

        .tbkpvdir-b:nth-child(3) {
            bottom: 33%;
            left: 50%;
            width: 11px;
            height: 9px;
            background: #FFDA79;
            opacity: 0.6;
            animation-delay: 2s;
        }

        .tbkpvdir-b:nth-child(4) {
            top: 50%;
            right: 25%;
            width: 4px;
            height: 6px;
            background: #FF3D00;
            opacity: 0.8;
            animation-delay: 0.5s;
        }

        .bmkqsigc-b {
            position: relative;
            z-index: 10;
            max-width: 1160px;
            margin: 0 auto;
            padding: 0 var(--py);
            text-align: center;
        }

        .yhqdnzax-hero {
            font-size: clamp(64px, 8vw, 122px);
            font-weight: bold;
            color: #000000;
            margin-bottom: 30px;
            line-height: 0.9;
            letter-spacing: -0.03em;
        }

        .hlydvger-b {
            width: 214px;
            height: 2px;
            background: linear-gradient(to right, transparent, #FFDA79, transparent);
            margin: 0 auto 32px;
            transform: rotate(-1deg);
            position: relative;
        }

        .hlydvger-b::after {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(to right, transparent, #FFDA79, transparent);
            filter: blur(9px);
            animation: glow-pulse 3s ease-in-out infinite;
        }

        .fcijmhsg-banner {
            font-size: 17px;
            color: #000000;
            opacity: 0.6;
            max-width: 650px;
            margin: 0 auto 40px;
            line-height: 1.6;
            letter-spacing: 0.05em;
            text-transform: uppercase;
        }

        @keyframes float-particle {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-24px); }
        }

        @keyframes glow-pulse {
            0%, 100% { opacity: 1; }
            50% { opacity: 0.5; }
        }

        @media (max-width: 1024px) {
            .wdgerokj-b {
                padding: 103px 0 45px;
            }

            .yhqdnzax-hero {
                font-size: 40px;
            }

            .fcijmhsg-banner {
                font-size: 15px;
            }
        }
        


        .piavxhws-cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            padding: 2rem 0;
        }

        .ycmbdluv-blocks {
            background: linear-gradient(336deg, #FFDA79, #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;
        }

        .ycmbdluv-blocks::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;
        }

        .ycmbdluv-blocks:hover::before {
            transform: translateX(100%);
        }

        .ycmbdluv-blocks:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
        }

        .ycmbdluv-blocks h3 {
            color: #4A4A4A;
            position: relative;
            z-index: 1;
        }

        .ycmbdluv-blocks p {
            color: #4A4A4A;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .piavxhws-cards {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        