/*!
Theme Name: d4cjbq
Theme URI: #
Version: 8.8.3
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: d4cjbq
*/

:root {
  --text-color: #654321;
  --heading-color: #f57c00;
  --primary-btn-bg: #c2185b;
  --secondary-btn-bg: #fbc02d;
  --primary-btn-color: #ffffff;
  --secondary-btn-color: #000000;

  --header-bg-color: #4a148c;
  --header-text-color: #ffffff;
  --header-border: {{header-border}};

  --footer-bg-color: #4a148c;
  --footer-text-color: #ffffff;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #fafafa;
  --table-border-color: #eeeeee;
  --table-text-color: #2e2e2e;

  --body-bg-color: #ffffff;
  --card-bg-color: #ffffff;
  --card-text-color: #654321;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: center;
  --banner-column: 60%;
  --banner-padding: 216px;
  --banner-border: 0 solid;
  --banner-bg-color: #f3e5f5;
  --banner-text-color: #000000;

  --container-max-width: 1030px;
  --container-padding: 0 15px;
  --border-radius: 30px;
  --py: 25px;
  --py-2: 47px;
  --py-3: 56px;
  --text-align: left;
  --mb: 17px;
  --fz-1: 43.2px;
  --fz-2: 36px;
  --fz-3: 30px;
  --logo-width: 133px;
  --menu-margin: 0;

  --animation-duration: 336ms;
  --animation-type: ease-out;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #333333;
  --contrast-text-color: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Titillium Web', 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;
}

.bjwdlei-cont {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .mquxhdj-head {
        color: var(--header-text-color);
        padding: 0;
      }

      .mquxhdj-head .bjwdlei-cont {
        border-bottom: 1px solid #e08bad;
      }

      .vrcstfb-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .elnkmsa-head {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .pymuogz-header {
        color: var(--heading-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .pymuogz-header:hover {
        color: var(--primary-btn-bg);
      }


      .xdnulzb-head {
        display: flex;
        gap: 10px;
      }

      .injqtuy-head {
        display: none;
      }

      @media (max-width: 1024px) {
        .pymuogz-header {
          color: var(--header-text-color);
        }
      }
    

@media (max-width: 1024px) {
  .elnkmsa-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;
  }

  .pymuogz-header {
    padding: 10px 0;
    display: block;
  }

  .elnkmsa-head.active {
    opacity: 1;
    visibility: visible;
  }

  .injqtuy-head {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .injqtuy-head span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .injqtuy-head.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .injqtuy-head.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.jtomcqs-log {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.jtomcqs-log img {
  max-height: 80px;
}

.xmrclia-primary,
.corauhe-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;
}

.xmrclia-primary {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.xmrclia-primary:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.corauhe-secondary {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.corauhe-secondary:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.qcugdmb-footer{
  position: relative;
}
.qcugdmb-footer * {
  z-index: 1;
  position: relative;
}


      .gvypike-txt > .wp-block-image {
        margin: 2rem 0;
        display: block;
      }

      .gvypike-txt > .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;
      }

      .gvypike-txt > .wp-block-image img:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }
    


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

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

    .rxibdyl-pr a:hover {
      opacity: .7;
    }

    .wetcbqx-pr {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .qcugdmb-footer {
      position: relative;
      margin-top: 128px;
      padding: 0 24px 50px;
      overflow: hidden;
      background: linear-gradient(to bottom, #5517a1 0%, #1a0731 40%, #000000 60%);
    }

    .qcugdmb-footer::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: linear-gradient(to right, transparent 0%, var(--primary-btn-bg) 50%, transparent 100%);
    }

    .nsiuamr-footer {
      max-width: 1536px;
      margin: 0 auto;
    }

    .jxgdfmq-footer {
      position: relative;
    }

    .uveotfz-footer {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 32px;
      margin: 0;
      margin-bottom: 50px;
      list-style: none;
      padding: 50px 0 0 0;
    }

    .mjgnowp-bot {
      color: var(--footer-text-color);
      opacity: 0.6;
      text-decoration: none;
      font-size: 14px;
      letter-spacing: 0.05em;
      transition: color 0.3s ease, opacity 0.3s ease;
    }

    .mjgnowp-bot:hover {
      color: var(--primary-btn-bg);
      opacity: 1;
    }

    .opdbgqi-foot {
      width: 100%;
      height: 1px;
      margin: 24px 0;
      background: linear-gradient(to right, transparent 0%, var(--primary-btn-bg) 30%, transparent 100%);
    }

    .jeawmif-footer {
      text-align: center;
      font-size: 12px;
      color: var(--footer-text-color);
      opacity: 0.3;
      letter-spacing: 0.1em;
      margin: 0;
    }

    @media (max-width: 768px) {
      .qcugdmb-footer {
        margin-top: 80px;
        padding: 0 15px 30px 15px;
      }

      .uveotfz-footer {
        gap: 24px;
      }
    }
    


        .qcugdmb-footer:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.05;
            z-index: 0;
            
            background-image:  linear-gradient(135deg, #000000 25%, transparent 25%), linear-gradient(225deg, #000000 25%, transparent 25%), linear-gradient(45deg, #000000 25%, transparent 25%), linear-gradient(315deg, #000000 25%, #611ab7 25%);
            background-position:  50px 0, 50px 0, 0 0, 0 0;
            background-size: 50px 50px;
            background-repeat: repeat;
            
        }
        

.uveotfz-footer li:empty {
  display: none;
}

.yckzgxt-hr {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.yckzgxt-hr {
  text-align: var(--banner-direction);
  padding: var(--banner-padding) 0;
  background-color: var(--banner-bg-color);
  color: var(--banner-text-color);
  border-bottom: var(--banner-border);
  position: relative;
  overflow: hidden;
}

.yckzgxt-hr svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.iutyfcp-banner{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.lftjseg-hr {
  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;
}

.gnhoyaj-tbl{
  overflow-x: auto;
  width: 100%;
}

.gvypike-txt {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.gvypike-txt p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.gvypike-txt ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.gvypike-txt ul {
  list-style: none;
}

.gvypike-txt ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.gvypike-txt ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .gvypike-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;
    }

    .gvypike-txt ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .gvypike-txt ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #c2185b 0%, #e74083 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: #c2185b;
        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;
      }
    


      .gvypike-txt table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: var(--mb);
        border: 1px solid var(--table-border-color);
        background-color: var(--table-bg-color);
        color: var(--table-text-color);
      }

      .gvypike-txt table th,
      .gvypike-txt table td {
        padding: 10px;
        border: 1px solid var(--table-border-color);
      }
    

.gvypike-txt img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.wnadtqi-item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.bxqnudr-blog {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .skflvia-texted {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        margin: var(--py-2) 0;
        align-items: center;
      }

      .skflvia-texted .pzwmbvh-cols:first-child {
        order: 1;
      }

      .skflvia-texted .pzwmbvh-cols:last-child {
        order: 2;
        padding-left: 2rem;
      }

      .skflvia-texted h2 {
        margin-top: 0;
        color: var(--primary-btn-bg);
        position: relative;
        padding-bottom: 1rem;
      }

      .skflvia-texted h2::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 3rem;
        height: 3px;
        background: linear-gradient(90deg, #c2185b 0%, #ea5792 100%);
        border-radius: 2px;
      }

      .skflvia-texted figure {
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
      }

      .skflvia-texted figure img {
        width: 100%;
        height: auto;
        transition: transform 0.3s ease;
        border-radius: var(--border-radius);
      }

      .skflvia-texted figure:hover img {
        transform: scale(1.05);
      }

      @media (max-width: 1024px) {
        .skflvia-texted {
          grid-template-columns: 1fr;
          gap: 2rem;
        }

        .skflvia-texted .pzwmbvh-cols:first-child {
          order: 1;
        }

        .skflvia-texted .pzwmbvh-cols:last-child {
          order: 2;
          padding-right: 0;
        }
      }
    

.qpyfmks-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%;
}

.qpyfmks-tbl p,
.qpyfmks-tbl h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.qpyfmks-tbl table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.qpyfmks-tbl table td,
.qpyfmks-tbl table th {
  border: 0;
}

.qpyfmks-tbl table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.qpyfmks-tbl tr:last-child {
  border-bottom: 0;
}

.qpyfmks-tbl h2 {
  margin-top: 0;
}

/*
.icozblk-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);
}
  */

.bhoasvz-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);
}


    .bhoasvz-darked{
      background: rgba(194,24,91,0.1);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(194,24,91,0.2);
      color: var(--text-color);
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    }
    

.bhoasvz-darked h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .iutyfcp-banner{
    flex-direction: column;
  }

  .lftjseg-hr {
    width: 100%;
  }

  .qpyfmks-tbl {
    padding: var(--py);
  }

  .bhoasvz-darked {
    padding: var(--py);
  }
}

.nokwihp-sm{
  display: flex;
  flex-direction: column;
  gap: var(--mb);
  list-style: none;
  margin: 15px 0;
  padding: 15px;
  border-radius: var(--border-radius);
  background: rgb(from var(--table-bg-color) r g b / 0.5);
}
.nokwihp-sm a {
  color: var(--text-color);
  text-decoration: none;
  transition: color 0.3s ease;
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}
.nokwihp-sm a:hover {
  color: var(--primary-btn-bg);
}
.nokwihp-sm h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .irwumfb-form {
      background: var(--card-bg-color);
      border-radius: var(--border-radius);
      padding: 40px;
      box-shadow: var(--card-shadow);
      max-width: 600px;
      margin: var(--mb) auto;
    }

    .jzuxkeh-frm {
      display: flex;
      flex-direction: column;
    }

    .rysebfk-form {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .xyjwgbc-frm {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
    }

    .ufmrsqp-form {
      display: flex;
      flex-direction: column;
    }

    .ekmcigw-frm, .odxqcbt-fr {
      padding: 15px 20px;
      border-radius: var(--border-radius);
      border: 2px solid var(--table-border-color);
      background-color: var(--body-bg-color);
      color: var(--text-color);
      font-size: 16px;
      outline: none;
      transition: all 0.3s ease;
    }

    .ekmcigw-frm:focus, .odxqcbt-fr:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .odxqcbt-fr {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .jzuxkeh-frm button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
    }

    .jzuxkeh-frm button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .irwumfb-form {
        padding: 30px 20px;
        margin: var(--mb) 15px;
      }

      .xyjwgbc-frm {
        grid-template-columns: 1fr;
        gap: 15px;
      }

      .rysebfk-form {
        gap: 15px;
      }

      .ekmcigw-frm, .odxqcbt-fr {
        padding: 12px 15px;
        font-size: 14px;
      }
    }
    

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}


        .yckzgxt-hr {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 38px var(--py) 90px;
            overflow: hidden;
        }

        .kugpics-hero {
            position: absolute;
            inset: 0;
            pointer-events: none;
        }

        .vmuynwk-banner {
            position: absolute;
            border-radius: 50%;
            filter: blur(81px);
        }

        .vmuynwk-banner:nth-child(1) {
            top: 23%;
            left: 20%;
            width: 322px;
            height: 361px;
            background: rgba(194, 24, 91, 0.1);
        }

        .vmuynwk-banner:nth-child(2) {
            top: 31%;
            right: 21%;
            width: 316px;
            height: 309px;
            background: rgba(251, 192, 45, 0.1);
        }

        .vmuynwk-banner:nth-child(3) {
            bottom: 22%;
            left: 46%;
            width: 290px;
            height: 272px;
            background: rgba(194, 24, 91, 0.15);
        }

        .nkxdmlo-hero {
            position: relative;
            width: 100%;
            text-align: center;
            max-width: 1138px;
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(21px);
            border-radius: 35px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            padding: 70px;
            box-shadow: 0 9px 64px rgba(0, 0, 0, 0.3);
        }

        .nkxdmlo-hero::before {
            content: '';
            position: absolute;
            top: -43px;
            right: -50px;
            width: 136px;
            height: 131px;
            background: linear-gradient(to bottom right, rgba(194, 24, 91, 0.2), transparent);
            border-radius: 50%;
            filter: blur(33px);
        }

        .nkxdmlo-hero::after {
            content: '';
            position: absolute;
            bottom: -42px;
            left: -42px;
            width: 103px;
            height: 108px;
            background: linear-gradient(to top left, rgba(251, 192, 45, 0.2), transparent);
            border-radius: 50%;
            filter: blur(37px);
        }

        .rznmjty-b {
            position: absolute;
            border-radius: 50%;
            animation: pulse 2s ease-in-out infinite;
        }

        .rznmjty-b:nth-child(1) {
            top: 21px;
            right: 61px;
            width: 10px;
            height: 9px;
            background: #c2185b;
            animation-delay: 0s;
        }

        .rznmjty-b:nth-child(2) {
            bottom: 45px;
            left: 55px;
            width: 7px;
            height: 8px;
            background: #fbc02d;
            animation-delay: 0.5s;
        }

        .rznmjty-b:nth-child(3) {
            top: 60px;
            left: 72px;
            width: 3px;
            height: 3px;
            background: white;
            animation-delay: 1s;
        }

        .iycvblz-hero {
            font-size: clamp(53px, 8vw, 89px);
            font-weight: bold;
            color: #000000;
            margin-bottom: 28px;
            line-height: 1.1;
            letter-spacing: 0.02em;
            text-align: center;
        }

        .iycvblz-hero .italic {
            font-style: italic;
            color: #c2185b;
            opacity: 0.9;
        }

        .ypgeqza-hr {
            font-size: 16px;
            color: #000000;
            opacity: 0.7;
            max-width: 653px;
            margin: 0 auto 34px;
            line-height: 1.6;
            text-align: center;
        }

        @keyframes pulse {
            0%, 100% { opacity: 1; transform: scale(1); }
            50% { opacity: 0.5; transform: scale(1.1); }
        }

        @media (max-width: 1024px) {
            .nkxdmlo-hero {
                padding: 49px;
            }

            .iycvblz-hero {
                font-size: 41px;
            }

            .ypgeqza-hr {
                font-size: 15px;
            }
        }
        


        .jmaeqvt-cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: var(--py);
            padding: var(--py) 0;
        }

        .icozblk-cards {
            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;
        }

        .icozblk-cards::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 5px;
            background: linear-gradient(90deg, #c2185b, #fbc02d);
        }

        .icozblk-cards:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        }

        .icozblk-cards h3 {
            color: #654321;
        }

        .icozblk-cards p {
            color: #654321;
            margin: 0;
        }

        @media (max-width: 768px) {
            .jmaeqvt-cards {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        