/*!
Theme Name: hopkdy
Theme URI: #
Version: 5.0.0
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hopkdy
*/

:root {
  --text-color: #F5F5F5;
  --heading-color: #DB3D44;
  --primary-btn-bg: #5C6BC0;
  --secondary-btn-bg: #FFB74D;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #263238;
  --header-text-color: #DB3D44;
  --header-border: 1px solid #5C6BC0;

  --footer-bg-color: #37474F;
  --footer-text-color: #FFFFFF;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #455A64;
  --table-border-color: #FFB74D;
  --table-text-color: #ffffff;

  --body-bg-color: #263238;
  --card-bg-color: #4e6773;
  --card-text-color: #F5F5F5;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: left;
  --banner-column: 71%;
  --banner-padding: 172.8px;
  --banner-border: 3px solid #5C6BC0;
  --banner-bg-color: #263238;
  --banner-text-color: #ffffff;

  --container-max-width: 1339px;
  --container-padding: 0 15px;
  --border-radius: 12px;
  --py: 39px;
  --py-2: 55px;
  --py-3: 58px;
  --text-align: center;
  --mb: 25px;
  --fz-1: 34.56px;
  --fz-2: 28.8px;
  --fz-3: 24px;
  --logo-width: 155px;
  --menu-margin: 0 0 0 auto;

  --animation-duration: 881ms;
  --animation-type: ease;
  --animation-effect: fadeIn;

  --contrast-bg-color: #fafafa;
  --contrast-text-color: #292929;
}

* {
  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;
}

.fdpbgxmolwrap {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .idthvyzcgtop {
        background-color: var(--header-bg-color);
        color: var(--header-text-color);
        padding: var(--py) 0;
        border-bottom: var(--header-border);
      }

      .lvfhpuocbh {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .kyfhdxtmehead {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .xibdmhesghead {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .xibdmhesghead:hover {
        color: var(--primary-btn-bg);
      }


      .wekamhfgrh {
        display: flex;
        gap: 10px;
      }

      .iofkhdztaheader {
        display: none;
      }
    

@media (max-width: 1024px) {
  .kyfhdxtmehead {
    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;
  }

  .xibdmhesghead {
    padding: 10px 0;
    display: block;
  }

  .kyfhdxtmehead.active {
    opacity: 1;
    visibility: visible;
  }

  .iofkhdztaheader {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .iofkhdztaheader span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .iofkhdztaheader.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .iofkhdztaheader.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.vfiprbkusl {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.vfiprbkusl img {
  max-height: 80px;
}

.heyoklvbdprimary,
.nrpbtgscysecondary {
  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;
}

.heyoklvbdprimary {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.heyoklvbdprimary:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.nrpbtgscysecondary {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.nrpbtgscysecondary:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.sqnmuljiwfoot{
  position: relative;
}
.sqnmuljiwfoot * {
  z-index: 1;
  position: relative;
}


      .xutrfbneqcontent > .wp-block-image {
        margin: 2rem 0;
        display: block;
        padding: 8px;
        border: 2px solid #a7afdd;
        border-radius: var(--border-radius);
        background: rgba(255, 255, 255, 0.02);
        transition: border-color 0.3s ease, background 0.3s ease;
      }

      .xutrfbneqcontent > .wp-block-image:hover {
        border-color: var(--primary-btn-bg);
        background: rgba(255, 255, 255, 0.05);
      }

      .xutrfbneqcontent > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0;
      }
    


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

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

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

    .ipfmoegvqlks {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .sqnmuljiwfoot {
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: var(--py-2) 0;
    }

    .rzugmbljwfooter {
      max-width: var(--container-max-width);
      margin: 0 auto;
      padding: 0 var(--mb);
    }

    .kgnqvhezffoot {
      display: flex;
      justify-content: var(--footer-justify);
      flex-direction: var(--footer-direction);
      gap: var(--mb);
      margin-bottom: var(--mb);
    }

    .lkepfmjsxf {
      display: flex;
      flex-direction: column;
    }

    .lfsvjwqeufoot {
      font-weight: 600;
      font-size: 18px;
      margin-bottom: var(--mb);
      color: var(--footer-text-color);
    }

    .wvnrjcudxfooter {
      display: flex;
      gap: 15px;
      list-style: none;
      flex-direction: column;
      margin: 0;
      padding: 0;
    }

    .minxaowbcfoot {
      color: var(--footer-text-color);
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .minxaowbcfoot:hover {
      color: var(--primary-btn-bg);
    }

    .xdvrkuoamfooter {
      margin: 0 0 15px 0;
      font-size: 14px;
      color: var(--footer-text-color);
      opacity: 0.8;
    }

    .njeqwmgopf {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .uyjtgbmlhfooter {
      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;
    }

    .uyjtgbmlhfooter::placeholder {
      color: var(--footer-text-color);
      opacity: 0.6;
    }

    @media (max-width: 768px) {
      .kgnqvhezffoot {
        flex-direction: column;
      }
    }
    



.wvnrjcudxfooter li:empty {
  display: none;
}

.vtsqmikzahr {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.vtsqmikzahr {
  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;
}

.vtsqmikzahr svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.hvsxopezqbanner{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.sczexibwfb {
  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;
}

.dsivhwauptb{
  overflow-x: auto;
  width: 100%;
}

.xutrfbneqcontent {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.xutrfbneqcontent p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.xutrfbneqcontent ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.xutrfbneqcontent ul {
  list-style: none;
}

.xutrfbneqcontent ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.xutrfbneqcontent ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .xutrfbneqcontent 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;
    }

    .xutrfbneqcontent ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .xutrfbneqcontent ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #5c6bc0 0%, #959ed6 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: 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: #5C6BC0;
        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;
      }
    


      .dsivhwauptb {
        border: 4px solid var(--table-border-color);
        border-radius: var(--border-radius);
      }

      .xutrfbneqcontent table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 0;
        background-color: var(--table-bg-color);
        color: var(--table-text-color);
        border-radius: var(--border-radius);
        overflow: hidden;
      }

      .xutrfbneqcontent table thead tr {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      }

      .xutrfbneqcontent table th {
        padding: 22px 28px;
        font-weight: normal;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.8);
        letter-spacing: 0.05em;
        border: none;
      }

      .xutrfbneqcontent table tbody tr {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        transition: background-color 0.2s ease;
      }

      .xutrfbneqcontent table tbody tr:last-child {
        border-bottom: none;
      }

      .xutrfbneqcontent table tbody tr:hover {
        background-color: rgba(255, 255, 255, 0.05);
      }

      .xutrfbneqcontent table td {
        padding: 21px 32px;
        font-size: 16px;
        color: var(--table-text-color);
        border: none;
      }

      .xutrfbneqcontent table td:first-child {
        font-weight: normal;
      }
    

.xutrfbneqcontent img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.xpcewqtsdposts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.irenuwoptblog {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .autoszcvgcolumn {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: var(--py-2);
        margin: var(--py-2) 0;
        align-items: center;
      }

      .autoszcvgcolumn .tnweqvmrkcol:first-child {
        order: 2;
      }

      .autoszcvgcolumn .tnweqvmrkcol:last-child {
        order: 1;
      }

      .autoszcvgcolumn h2 {
        margin-top: 0;
      }

      @media (max-width: 1024px) {
        .autoszcvgcolumn {
          grid-template-columns: 1fr;
        }

        .autoszcvgcolumn .tnweqvmrkcol:first-child {
          order: 1;
        }

        .autoszcvgcolumn .tnweqvmrkcol:last-child {
          order: 2;
        }
      }
    

.yrxahclsztb {
  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%;
}

.yrxahclsztb p,
.yrxahclsztb h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.yrxahclsztb table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.yrxahclsztb table td,
.yrxahclsztb table th {
  border: 0;
}

.yrxahclsztb table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.yrxahclsztb tr:last-child {
  border-bottom: 0;
}

.yrxahclsztb h2 {
  margin-top: 0;
}

/*
.wpargojcbrow {
  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);
}
  */

.trinbjcydinv {
  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);
}


    .trinbjcydinv{
      background: linear-gradient(135deg, #5c6bc0 0%, #5f5dc0 50%, #905dc0 100%);
      padding: 49px;
    }
    

.trinbjcydinv h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .hvsxopezqbanner{
    flex-direction: column;
  }

  .sczexibwfb {
    width: 100%;
  }

  .yrxahclsztb {
    padding: var(--py);
  }

  .trinbjcydinv {
    padding: var(--py);
  }
}

.iydzevjxbsitemap{
  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);
}
.iydzevjxbsitemap 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;
}
.iydzevjxbsitemap a:hover {
  color: var(--primary-btn-bg);
}
.iydzevjxbsitemap h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .jfyvqodmrfr {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .fpjzmwiynfr {
      display: flex;
      flex-direction: column;
    }

    .fragxhvtqform, .jswdmpztyfrm {
      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;
    }

    .fragxhvtqform:focus, .jswdmpztyfrm:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .jswdmpztyfrm {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .jfyvqodmrfr button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .jfyvqodmrfr button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .jfyvqodmrfr {
        max-width: 100%;
        gap: 15px;
      }

      .fragxhvtqform, .jswdmpztyfrm {
        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)
  }
}


        .idthvyzcgtop {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            background: #fff0;
            z-index: 100;
            border: 0;
        }

        .vtsqmikzahr {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 90vh;
            padding: 150px 15px 50px;
        }

        .sczexibwfb {
            position: relative;
            text-align: center;
            max-width: 60rem;
            margin: 0 auto;
            z-index: 10;
        }

        .ktfxszgoqhr {
            font-size: 62px;
            margin-bottom: var(--mb);
            margin-top: 0;
            line-height: 1.25;
            color: transparent;
            font-weight: 900;
            background-clip: text;
            background-image: linear-gradient(to right in oklab, #DB3D44 0%, #5C6BC0 50%, #FFB74D 100%);
        }

        .ktfxszgoqhr span {
            color: transparent;
            background-clip: text;
            background-image: linear-gradient(to right in oklab, #5C6BC0 0%, #FFB74D 100%);
        }

        .eagthxoylbanner {
            font-size: 18px;
            color: #ffffff;
            max-width: 50rem;
            margin: 0 auto var(--mb);
        }

        .rwnlabgexhr {
            position: absolute;
            inset: 0;
            background-image: linear-gradient(to bottom right,
                    rgba(#5C6BC0, 0.2),
                    rgba(#FFB74D, 0.2),
                    rgba(#5C6BC0, 0.2));
            opacity: 0.5;
        }

        .dpigzwvmtmain {
            position: absolute;
            border-radius: 9999px;
            opacity: 0.3;
        }

        .dpigzwvmtmain:nth-child(1) {
            top: 6rem;
            left: 25%;
            width: 8rem;
            height: 8rem;
            background-image: linear-gradient(to right, #5C6BC0, #FFB74D);
            border-radius: 9999px;
            filter: blur(24px);
            opacity: 0.3;
            animation: pulse 2s infinite;
        }

        .dpigzwvmtmain:nth-child(2) {
            bottom: 5rem;
            right: 69%;
            width: 12rem;
            height: 12rem;
            background-image: linear-gradient(to right, #5C6BC0, #FFB74D);
            border-radius: 9999px;
            filter: blur(40px);
            opacity: 0.2;
            animation: pulse 2s infinite;
            animation-delay: 1s;
        }

        .dpigzwvmtmain:nth-child(3) {
            top: 64%;
            left: 32%;
            width: 8rem;
            height: 6rem;
            background-image: linear-gradient(to right, #FFB74D, #5C6BC0);
            border-radius: 0.5rem;
            filter: blur(16px);
            opacity: 0.25;
            animation: bounce 1s infinite;
        }

        @media (max-width: 1024px) {
            .ktfxszgoqhr {
                font-size: 28px;
                max-width: 100%;
            }

            .vtsqmikzahr {
                padding: 120px 15px 50px;
                min-height: 70vh;
            }

            .eagthxoylbanner {
                max-width: 100%;
            }

            .dpigzwvmtmain:nth-child(1),
            .dpigzwvmtmain:nth-child(2),
            .dpigzwvmtmain:nth-child(3){
                width: 3rem;
                height: 3rem;
            }
        }

        @keyframes pulse {

            0%,
            100% {
                opacity: 1;
            }

            50% {
                opacity: .5;
            }
        }

        @keyframes bounce {

            0%,
            100% {
                transform: translateY(-25%);
                animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
            }

            50% {
                transform: translateY(0);
                animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
            }
        }
        


        .rowqxlgtscards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: var(--py);
            padding: var(--py) 0;
        }

        .wpargojcbrow {
            background: #4e6773;
            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;
        }

        .wpargojcbrow::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #5C6BC0, #FFB74D);
        }

        .wpargojcbrow:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        }

        .wpargojcbrow h3 {
            color: #F5F5F5;
        }

        .wpargojcbrow p {
            color: #F5F5F5;
            margin: 0;
        }

        @media (max-width: 768px) {
            .rowqxlgtscards {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        