/*!
Theme Name: e0nbfs
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: e0nbfs
*/

:root {
  --text-color: #000000;
  --heading-color: #f57f17;
  --primary-btn-bg: #f57f17;
  --secondary-btn-bg: #ff1744;
  --primary-btn-color: #ffffff;
  --secondary-btn-color: #ffffff;

  --header-bg-color: #fff3e0;
  --header-text-color: #f57f17;
  --header-border: 1px solid #f57f17;

  --footer-bg-color: #f57f17;
  --footer-text-color: #ffffff;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #ffffff;
  --table-border-color: #f57f17;
  --table-text-color: #333333;

  --body-bg-color: #fff3e0;
  --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: left;
  --banner-column: 73%;
  --banner-padding: 194.4px;
  --banner-border: 2px solid #f57f17;
  --banner-bg-color: #fff3e0;
  --banner-text-color: #000000;

  --container-max-width: 1300px;
  --container-padding: 0 15px;
  --border-radius: 24px;
  --py: 28px;
  --py-2: 53px;
  --py-3: 73px;
  --text-align: center;
  --mb: 21px;
  --fz-1: 38.88px;
  --fz-2: 32.4px;
  --fz-3: 27px;
  --logo-width: 124px;
  --menu-margin: 0 0 0 auto;

  --animation-duration: 522ms;
  --animation-type: ease-out;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #242424;
  --contrast-text-color: #cccccc;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', 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;
}

.gjvbemq--container {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .byhatcf--top {
        background-color: var(--header-bg-color);
        color: var(--header-text-color);
        padding: 0;
        border-bottom: var(--header-border);
      }

      .sfqhdlm--header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .synejxu--head {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .sgtczwd--head {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
        padding: 8px 20px;
        border-radius: var(--border-radius);
        border: 1px solid #fabf8b;
      }

      .sgtczwd--head:hover {
        color: var(--primary-btn-bg);
      }


      .mjntfli--head {
        display: flex;
        gap: 10px;
      }

      .jtihlce--top {
        display: none;
      }
    

@media (max-width: 1024px) {
  .synejxu--head {
    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;
  }

  .sgtczwd--head {
    padding: 10px 0;
    display: block;
  }

  .synejxu--head.active {
    opacity: 1;
    visibility: visible;
  }

  .jtihlce--top {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .jtihlce--top span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .jtihlce--top.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .jtihlce--top.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.tjvkdiw--l {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.tjvkdiw--l img {
  max-height: 80px;
}

.uxszfim--p,
.nvthfyc--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;
}

.uxszfim--p {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.uxszfim--p:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.nvthfyc--second {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.nvthfyc--second:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.weytabv--f{
  position: relative;
}
.weytabv--f * {
  z-index: 1;
  position: relative;
}


      .rvjqxny--txt > .wp-block-image {
        margin: 2rem 0;
        display: block;
        padding: 8px;
        border: 2px solid #f9b67b;
        border-radius: var(--border-radius);
        background: rgba(255, 255, 255, 0.02);
        transition: border-color 0.3s ease, background 0.3s ease;
      }

      .rvjqxny--txt > .wp-block-image:hover {
        border-color: var(--primary-btn-bg);
        background: rgba(255, 255, 255, 0.05);
      }

      .rvjqxny--txt > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0;
      }
    


    .weytabv--f {
      background: linear-gradient(135deg, #f79b4a 0%, #d36709 100%);
      color: var(--footer-text-color);
      padding: var(--py) 0;
    }

    .dpvjxoi--foot {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 var(--mb);
    }

    .gpxvlda--foot {
      display: flex;
      justify-content: var(--footer-justify);
      flex-direction: var(--footer-direction);
      align-items: center;
      margin-bottom: var(--mb);
    }

    .sfiumqe--bot {
      display: flex;
      flex-direction: column;
    }

    .cfvolxa--bot {
      font-weight: 500;
      font-size: 16px;
      margin-bottom: var(--mb);
      color: var(--footer-text-color);
    }

    .hpvclju--f {
      display: flex;
      gap: 20px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .eqnczow--bottom {
      color: var(--footer-text-color);
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s ease;
    }

    .eqnczow--bottom:hover {
      color: var(--primary-btn-bg);
    }

    .knrwdhe--footer {
      margin: 0;
      font-size: 14px;
      color: var(--footer-text-color);
      text-align: var(--text-align);
      opacity: 0.7;
    }

    @media (max-width: 768px) {
      .gpxvlda--foot {
        flex-direction: column;
        gap: 20px;
        text-align: center;
      }

      .hpvclju--f {
        justify-content: center;
        flex-wrap: wrap;
      }
    }
    


        .weytabv--f:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.05;
            z-index: 0;
            
            background-image:  radial-gradient(#401f03 1.3px, transparent 1.3px), radial-gradient(#401f03 1.3px, #f79b4a 1.3px);
            background-size: 192px 192px;
            background-position: 0 0,96px 96px;
            
        }
        

.hpvclju--f li:empty {
  display: none;
}

.ihsabpj--banner {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.ihsabpj--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;
}

.ihsabpj--banner svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.zmyiclg--main{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.jbowpie--b {
  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;
}

.cujrilq--tbl{
  overflow-x: auto;
  width: 100%;
}

.rvjqxny--txt {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.rvjqxny--txt p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.rvjqxny--txt ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.rvjqxny--txt ul {
  list-style: none;
}

.rvjqxny--txt ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.rvjqxny--txt ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .rvjqxny--txt 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;
    }

    .rvjqxny--txt 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;
    }

    .rvjqxny--txt 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, #f57f17 0%, #ba5b08 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: 1rem 0;
        padding: 0.5rem 0;
        font-size: 0.875rem;
      }

      .aioseo-breadcrumb {
        display: inline-block;
      }

      .aioseo-breadcrumb a {
        color: #f57f17;
        text-decoration: none;
        opacity: 0.8;
        transition: opacity 0.2s ease;
      }

      .aioseo-breadcrumb a:hover {
        opacity: 1;
      }

      .aioseo-breadcrumb:not(:has(a)) {
        color: var(--text-color);
        opacity: 0.6;
      }

      .aioseo-breadcrumb-separator {
        color: var(--text-color);
        opacity: 0.4;
        margin: 0 0.5rem;
      }
    


      .rvjqxny--txt 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.05);
        overflow: hidden;
      }

      .rvjqxny--txt table thead tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      }

      .rvjqxny--txt table th {
        padding: 20px 29px;
        font-weight: normal;
        font-size: 12px;
        color: rgba(0, 0, 0, 0.4);
        text-transform: uppercase;
        letter-spacing: 0.2em;
        border: none;
      }

      .rvjqxny--txt table tbody tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        transition: background-color 0.2s ease;
      }

      .rvjqxny--txt table tbody tr:last-child {
        border-bottom: none;
      }

      .rvjqxny--txt table tbody tr:hover {
        background-color: rgba(0, 0, 0, 0.02);
      }

      .rvjqxny--txt table td {
        padding: 15px 28px;
        font-size: 14px;
        color: var(--table-text-color);
        border: none;
        letter-spacing: 0.025em;
      }

      .rvjqxny--txt table td:first-child {
        font-weight: normal;
      }
    

.rvjqxny--txt img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.tphjliw--blog {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.jcmdnwi--articles {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .njycvwz--column {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        margin: var(--py-2) 0;
        align-items: center;
      }

      .njycvwz--column .nxqjati--cols:first-child {
        order: 2;
      }

      .njycvwz--column .nxqjati--cols:last-child {
        order: 1;
        padding-right: 2rem;
      }

      .njycvwz--column h2 {
        margin-top: 0;
        color: var(--primary-btn-bg);
        position: relative;
        padding-bottom: 1rem;
      }

      .njycvwz--column h2::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 3rem;
        height: 3px;
        background: linear-gradient(90deg, #f57f17 0%, #f9b67b 100%);
        border-radius: 2px;
      }

      .njycvwz--column figure {
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
      }

      .njycvwz--column figure img {
        width: 100%;
        height: auto;
        transition: transform 0.3s ease;
        border-radius: var(--border-radius);
      }

      .njycvwz--column figure:hover img {
        transform: scale(1.05);
      }

      @media (max-width: 1024px) {
        .njycvwz--column {
          grid-template-columns: 1fr;
          gap: 2rem;
        }

        .njycvwz--column .nxqjati--cols:first-child {
          order: 1;
        }

        .njycvwz--column .nxqjati--cols:last-child {
          order: 2;
          padding-right: 0;
        }
      }
    

.vgywjes--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%;
}

.vgywjes--table p,
.vgywjes--table h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.vgywjes--table table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.vgywjes--table table td,
.vgywjes--table table th {
  border: 0;
}

.vgywjes--table table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.vgywjes--table tr:last-child {
  border-bottom: 0;
}

.vgywjes--table h2 {
  margin-top: 0;
}

/*
.elzwqfm--rows {
  border: var(--card-border);
  background-color: var(--card-bg-color);
  color: var(--card-text-color);
  box-shadow: var(--card-shadow);
  padding: var(--py);
  border-radius: var(--border-radius);
}
  */

.sbfogmh--contrast {
  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);
}


    .sbfogmh--contrast{
      background: linear-gradient(135deg, #f57f17 0%, #f5a519 50%, #d8f519 100%);
      padding: 41px;
    }
    

.sbfogmh--contrast h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .zmyiclg--main{
    flex-direction: column;
  }

  .jbowpie--b {
    width: 100%;
  }

  .vgywjes--table {
    padding: var(--py);
  }

  .sbfogmh--contrast {
    padding: var(--py);
  }
}

.lmfkzby--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);
}
.lmfkzby--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;
}
.lmfkzby--sitemappage a:hover {
  color: var(--primary-btn-bg);
}
.lmfkzby--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;
}


    .lgxuoct--fr {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .vujcphb--fr {
      display: flex;
      flex-direction: column;
    }

    .lhvuzod--frm, .viudrmj--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;
    }

    .lhvuzod--frm:focus, .viudrmj--form:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .viudrmj--form {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .lgxuoct--fr button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .lgxuoct--fr button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .lgxuoct--fr {
        max-width: 100%;
        gap: 15px;
      }

      .lhvuzod--frm, .viudrmj--form {
        padding: 12px 15px;
        font-size: 14px;
      }
    }
    


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

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

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

.our__title {
  font-size: var(--fz-2);
  font-weight: bold;
  color: var(--heading-color);
  margin-bottom: var(--mb);
}

@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)
  }
}


        .ihsabpj--banner {
            position: relative;
            min-height: 448px;
            background: linear-gradient(119deg, #f57f17, #ff1744);
            display: flex;
            align-items: center;
            overflow: hidden;
        }

        .jbowpie--b {
            display: flex;
            align-items: center;
            justify-content: var(--banner-direction);
        }

        .qpzimya--hr {
            position: absolute;
            inset: 0;
        }

        .sbrnvkq--ban {
            position: absolute;
            background: rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            animation: float-particle 20s infinite linear;
        }

        .sbrnvkq--ban:nth-child(1) {
            width: 4px;
            height: 4px;
            left: 10%;
            animation-delay: 0s;
            animation-duration: 15s;
        }

        .sbrnvkq--ban:nth-child(2) {
            width: 6px;
            height: 6px;
            left: 20%;
            animation-delay: 2s;
            animation-duration: 18s;
        }

        .sbrnvkq--ban:nth-child(3) {
            width: 3px;
            height: 3px;
            left: 30%;
            animation-delay: 4s;
            animation-duration: 12s;
        }

        .sbrnvkq--ban:nth-child(4) {
            width: 5px;
            height: 5px;
            left: 40%;
            animation-delay: 6s;
            animation-duration: 16s;
        }

        .sbrnvkq--ban:nth-child(5) {
            width: 4px;
            height: 4px;
            left: 50%;
            animation-delay: 8s;
            animation-duration: 14s;
        }

        .sbrnvkq--ban:nth-child(6) {
            width: 6px;
            height: 6px;
            left: 60%;
            animation-delay: 10s;
            animation-duration: 17s;
        }

        .sbrnvkq--ban:nth-child(7) {
            width: 3px;
            height: 3px;
            left: 70%;
            animation-delay: 12s;
            animation-duration: 13s;
        }

        .sbrnvkq--ban:nth-child(8) {
            width: 5px;
            height: 5px;
            left: 80%;
            animation-delay: 14s;
            animation-duration: 19s;
        }

        .brfkclg--b {
            position: relative;
            z-index: 10;
            text-align: var(--banner-direction);
            width: 1027px;
            max-width: 100%;
            padding: var(--py);
        }

        .ihacfwt--hero {
            font-size: clamp(3rem, 8vw, 5rem);
            font-weight: bold;
            color: #ffffff;
            margin-bottom: 1rem;
            line-height: 1.2;
        }

        .uokibsd--main {
            font-size: 19px;
            color: #ffffff;
            margin-bottom: 2rem;
            line-height: 1.6;
        }

        @media (max-width: 1024px) {
            .ihacfwt--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;
            }
        }
        


        .bikhrdq--cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: var(--py);
            padding: var(--py) 0;
        }

        .elzwqfm--rows {
            background: #ffffff;
            border-radius: var(--border-radius);
            padding: var(--py);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            border: 1px solid rgba(0, 0, 0, 0.05);
            position: relative;
            overflow: hidden;
        }

        .elzwqfm--rows::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #f57f17, #ff1744);
        }

        .elzwqfm--rows:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        }

        .elzwqfm--rows h3 {
            color: #000000;
        }

        .elzwqfm--rows p {
            color: #000000;
            margin: 0;
        }

        @media (max-width: 768px) {
            .bikhrdq--cards {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        