/*!
Theme Name: d3z4v6
Theme URI: #
Version: 10.4.0
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: d3z4v6
*/

:root {
  --text-color: #000000;
  --heading-color: #FF4500;
  --primary-btn-bg: #00BFFF;
  --secondary-btn-bg: #FFD700;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #000000;

  --header-bg-color: #F0F8FF;
  --header-text-color: #FF4500;
  --header-border: 1px solid #00BFFF;

  --footer-bg-color: #C71585;
  --footer-text-color: #FFFFFF;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #BA55D3;
  --table-border-color: #FFFFFF;
  --table-text-color: #000000;

  --body-bg-color: #F0F8FF;
  --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: 77%;
  --banner-padding: 208.8px;
  --banner-border: 2px solid #00BFFF;
  --banner-bg-color: #F0F8FF;
  --banner-text-color: #000000;

  --container-max-width: 1202px;
  --container-padding: 0 15px;
  --border-radius: 23px;
  --py: 25px;
  --py-2: 65px;
  --py-3: 59px;
  --text-align: left;
  --mb: 16px;
  --fz-1: 41.76px;
  --fz-2: 34.8px;
  --fz-3: 29px;
  --logo-width: 184px;
  --menu-margin: 0 auto 0 0;

  --animation-duration: 731ms;
  --animation-type: linear;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #2b2b2b;
  --contrast-text-color: #cccccc;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', 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;
}

.epcojawrapper {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .rdmpilhead {
        color: var(--header-text-color);
        padding: 0;
        backdrop-filter: blur(25px);
        background-color: rgba(240,248,255,0.5);
        position: sticky;
        top: 0;
        z-index: 100;
      }

      .zfkthbtop {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .gyjrxbtop {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .hacnvxhead {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .hacnvxhead:hover {
        color: var(--primary-btn-bg);
      }


      .gcwqhmheader {
        display: flex;
        gap: 10px;
      }

      .xlmevwh {
        display: none;
      }
    

@media (max-width: 1024px) {
  .gyjrxbtop {
    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;
  }

  .hacnvxhead {
    padding: 10px 0;
    display: block;
  }

  .gyjrxbtop.active {
    opacity: 1;
    visibility: visible;
  }

  .xlmevwh {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .xlmevwh span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .xlmevwh.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .xlmevwh.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.vtrkhblog {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.vtrkhblog img {
  max-height: 80px;
}

.hewoftfirst,
.neglwxalt {
  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;
}

.hewoftfirst {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.hewoftfirst:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.neglwxalt {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.neglwxalt:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.uchqvnf{
  position: relative;
}
.uchqvnf * {
  z-index: 1;
  position: relative;
}


      .ashrxgcontent > .wp-block-image {
        margin: 2rem 0;
        display: block;
        padding: 8px;
        border: 2px solid #66d9ff;
        border-radius: var(--border-radius);
        background: rgba(255, 255, 255, 0.02);
        transition: border-color 0.3s ease, background 0.3s ease;
      }

      .ashrxgcontent > .wp-block-image:hover {
        border-color: var(--primary-btn-bg);
        background: rgba(255, 255, 255, 0.05);
      }

      .ashrxgcontent > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0;
      }
    


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

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

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

    .naqhdwnvs__title {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .uchqvnf {
      background: linear-gradient(135deg, #de1795 0%, #981066 50%, #3c0628 100%);
      color: var(--footer-text-color);
      padding: 64px 24px;
    }

    .kdlypffoot {
      max-width: 1280px;
      margin: 0 auto;
    }

    .rbixlfbottom {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 32px;
    }

    .mrlcsif {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 32px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .afqskrf {
      color: var(--footer-text-color);
      opacity: 0.7;
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s ease, opacity 0.3s ease;
    }

    .afqskrf:hover {
      color: var(--footer-text-color);
      opacity: 1;
    }

    .ljcqfdf {
      text-align: center;
      font-size: 14px;
      color: var(--footer-text-color);
      opacity: 0.5;
    }

    @media (max-width: 768px) {
      .uchqvnf {
        padding: 48px 16px;
      }

      .mrlcsif {
        gap: 24px;
      }
    }
    


        .uchqvnf:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.05;
            z-index: 0;
            background: linear-gradient(135deg, #e826a1 25%, transparent 25%) -66px 0/ 132px 132px, linear-gradient(225deg, #0e0109 25%, transparent 25%) -66px 0/ 132px 132px, linear-gradient(315deg, #e826a1 25%, transparent 25%) 0px 0/ 132px 132px, linear-gradient(45deg, #0e0109 25%, #e826a1 25%) 0px 0/ 132px 132px;
        }
        

.mrlcsif li:empty {
  display: none;
}

.bhjfzshr {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.bhjfzshr {
  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;
}

.bhjfzshr svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.aocxvrb{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.zxgwmemain {
  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;
}

.vzmypntable{
  overflow-x: auto;
  width: 100%;
}

.ashrxgcontent {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.ashrxgcontent p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.ashrxgcontent ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.ashrxgcontent ul {
  list-style: none;
}

.ashrxgcontent ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.ashrxgcontent ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .ashrxgcontent 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;
    }

    .ashrxgcontent ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .ashrxgcontent ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #00bfff 0%, #4dd2ff 100%);
      color: white;
      width: 2rem;
      height: 2rem;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 600;
      font-size: 0.875rem;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
    


      .aioseo-breadcrumbs {
        margin: 1.25rem 0;
        padding: 0.75rem 0;
        font-size: 0.875rem;
        background: rgba(255, 255, 255, 0.02);
        border-radius: 4px;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
      }

      .aioseo-breadcrumb {
        display: inline-block;
      }

      .aioseo-breadcrumb a {
        color: #00BFFF;
        text-decoration: none;
        opacity: 0.9;
        transition: opacity 0.2s ease;
        font-weight: 400;
      }

      .aioseo-breadcrumb a:hover {
        opacity: 1;
        text-decoration: underline;
      }

      .aioseo-breadcrumb:not(:has(a)) {
        color: var(--text-color);
        opacity: 0.7;
        font-weight: 500;
      }

      .aioseo-breadcrumb-separator {
        color: var(--text-color);
        opacity: 0.5;
        margin: 0 0.625rem;
        font-weight: 300;
      }
    


      .ashrxgcontent 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 #942dae;
        overflow: hidden;
      }

      .ashrxgcontent table thead {
        background-color: #b74dd1;
      }

      .ashrxgcontent table thead tr {
        border-bottom: 1px solid #942dae;
      }

      .ashrxgcontent table th {
        padding: 23px 34px;
        font-weight: bold;
        font-size: 14px;
        color: var(--heading-color);
        letter-spacing: 0.05em;
        border: none;
      }

      .ashrxgcontent table tbody tr {
        border-bottom: 1px solid #942dae;
        transition: background-color 0.2s ease;
      }

      .ashrxgcontent table tbody tr:last-child {
        border-bottom: none;
      }

      .ashrxgcontent table tbody tr:hover {
        background-color: #b851d2;
      }

      .ashrxgcontent table td {
        padding: 22px 32px;
        font-size: 14px;
        color: var(--table-text-color);
        border: none;
      }

      .ashrxgcontent table td:first-child {
        font-weight: 500;
      }
    

.ashrxgcontent img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.fisrlzitem {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.jnedakitem {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .gywaskcol {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        margin: var(--py-2) 0;
        align-items: center;
        position: relative;
        padding: 2rem;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%);
        border-radius: 24px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        overflow: hidden;
      }

      .gywaskcol::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, #66d9ff05 0%, transparent 70%);
        z-index: 0;
      }

      .gywaskcol .qughmfcol {
        position: relative;
        z-index: 1;
      }

      .gywaskcol .qughmfcol:first-child {
        order: 2;
      }

      .gywaskcol .qughmfcol:last-child {
        order: 1;
      }

      .gywaskcol figure {
        border-radius: 16px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
        transform: perspective(1000px) rotateY(-5deg);
        transition: transform 0.3s ease;
      }

      .gywaskcol figure:hover {
        transform: perspective(1000px) rotateY(0deg) scale(1.02);
      }

      .gywaskcol figure img {
        width: 100%;
        height: auto;
        transition: transform 0.3s ease;
        border-radius: var(--border-radius);
      }

      .gywaskcol h2 {
        margin-top: 0;
        color: var(--text-color);
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 1.5rem;
        background: linear-gradient(135deg, var(--text-color) 0%, #00bfff 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        position: relative;
      }

      .gywaskcol h2::after {
        content: '';
        position: absolute;
        bottom: -0.75rem;
        left: 0;
        width: 4rem;
        height: 4px;
        background: linear-gradient(90deg, #00bfff 0%, #0099cc 100%);
        border-radius: 2px;
        box-shadow: 0 2px 8px #00bfff40;
      }

      .gywaskcol p {
        line-height: 1.8;
        margin-bottom: 1.25rem;
        color: var(--text-color);
        opacity: 0.85;
        font-size: 1.1rem;
      }

      @media (max-width: 1024px) {
        .gywaskcol {
          grid-template-columns: 1fr;
          gap: 2rem;
          padding: 1.5rem;
        }

        .gywaskcol .qughmfcol:first-child {
          order: 1;
        }

        .gywaskcol .qughmfcol:last-child {
          order: 2;
        }

        .gywaskcol figure {
          transform: none;
        }

        .gywaskcol figure:hover {
          transform: scale(1.02);
        }

        .gywaskcol h2 {
          font-size: 2rem;
        }
      }
    

.rewtnztable {
  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%;
}

.rewtnztable p,
.rewtnztable h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.rewtnztable table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.rewtnztable table td,
.rewtnztable table th {
  border: 0;
}

.rewtnztable table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.rewtnztable tr:last-child {
  border-bottom: 0;
}

.rewtnztable h2 {
  margin-top: 0;
}

/*
.plseigcard {
  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);
}
  */

.edkgvlinv {
  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);
}


    .edkgvlinv{
      background: linear-gradient(135deg, #00bfff 0%, #0095ff 50%, #0015ff 100%);
      padding: 44px;
    }
    

.edkgvlinv h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .aocxvrb{
    flex-direction: column;
  }

  .zxgwmemain {
    width: 100%;
  }

  .rewtnztable {
    padding: var(--py);
  }

  .edkgvlinv {
    padding: var(--py);
  }
}

.jieazfsitemappage{
  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);
}
.jieazfsitemappage 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;
}
.jieazfsitemappage a:hover {
  color: var(--primary-btn-bg);
}
.jieazfsitemappage h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .swgxjrfr {
      background: var(--card-bg-color);
      border-radius: var(--border-radius);
      box-shadow: var(--card-shadow);
      overflow: hidden;
      max-width: 600px;
      margin: var(--mb) auto;
    }

    .qmgbtwform {
      padding: 30px;
    }

    .kvguqtform {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .iekdpbfr {
      display: flex;
      flex-direction: column;
    }

    .imoyntform {
      font-weight: 600;
      color: var(--heading-color);
      margin-bottom: 8px;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }

    .mhoifufrm, .fuwleyfrm {
      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;
    }

    .mhoifufrm:focus, .fuwleyfrm:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .fuwleyfrm {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .qmgbtwform button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
      margin-top: 10px;
    }

    .qmgbtwform button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    .rtpzydform {
      text-align: center;
      margin-top: 20px;
    }

    .ghytzifrm {
      color: var(--text-color);
      opacity: 0.7;
      font-size: 12px;
      margin: 0;
    }

    @media (max-width: 768px) {
      .swgxjrfr {
        margin: var(--mb) 15px;
      }

      ."form__header" {
        padding: 20px;
      }

      .qmgbtwform {
        padding: 20px;
      }

      .kvguqtform {
        gap: 15px;
      }

      .mhoifufrm, .fuwleyfrm {
        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)
  }
}


        .bhjfzshr {
            position: relative;
            min-height: 400px;
            background: #F0F8FF;
            display: flex;
            align-items: center;
            overflow: hidden;
        }

        .zxgwmemain {
            display: flex;
            align-items: center;
            justify-content: var(--banner-direction);
        }

        .nmrxhihr {
            position: absolute;
            inset: 0;
            pointer-events: none;
        }

        .cibnymmain {
            position: absolute;
            background: linear-gradient(90deg, transparent, white, transparent);
        }

        .cibnymmain:nth-child(1) {
            top: 0;
            left: 0;
            width: 100%;
            height: 1px;
            animation-delay: 0s;
        }

        .cibnymmain:nth-child(2) {
            bottom: 0;
            right: 0;
            width: 100%;
            height: 1px;
            animation-delay: 1s;
        }

        .cibnymmain:nth-child(3) {
            top: 50%;
            left: 0;
            width: 1px;
            height: 100%;
            background: linear-gradient(180deg, transparent, white, transparent);
            animation-delay: 0.5s;
        }

        .cibnymmain:nth-child(4) {
            top: 50%;
            right: 0;
            width: 1px;
            height: 100%;
            background: linear-gradient(180deg, transparent, white, transparent);
            animation-delay: 1.5s;
        }

        .zortuxhr {
            position: relative;
            z-index: 10;
            text-align: var(--banner-direction);
            width: 1058px;
            max-width: 100%;
            padding: var(--py);
        }

        .eoqkyaban {
            font-size: clamp(2rem, 10vw, 2rem);
            font-weight: 900;
            color: #000000;
            margin-bottom: 4rem;
            letter-spacing: -0.05em;
            line-height: 0.9;
        }

        .jnvlfxb {
            display: block;
        }

        .caylsbb {
            font-size: 17px;
            color: #000000;
            margin-bottom: 3rem;
            line-height: 1.6;
            max-width: 1023px;
        }

        @media (max-width: 1024px) {
            .eoqkyaban {
                font-size: 30px;
            }
        }
        


        .zcxkqpblocks {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
            padding: 2rem 0;
            max-width: 600px;
            margin: 0 auto;
        }

        .plseigcard {
            background: #ffffff;
            border-radius: var(--border-radius);
            padding: var(--py);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            position: relative;
            border-left: 3px solid #00BFFF;
        }

        .plseigcard:nth-child(even) {
            border-left-color: #FFD700;
            margin-left: 14px;
        }

        .plseigcard:nth-child(odd) {
            margin-right: 14px;
        }

        .plseigcard::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, #00BFFF05, #FFD70005);
            border-radius: var(--border-radius);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .plseigcard:hover::before {
            opacity: 1;
        }

        .plseigcard:hover {
            transform: translateX(8px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        }

        .plseigcard h3 {
            color: #000000;
            position: relative;
            z-index: 1;
        }

        .plseigcard p {
            color: #000000;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .zcxkqpblocks {
                max-width: 100%;
            }

            .plseigcard:nth-child(even),
            .plseigcard:nth-child(odd) {
                margin-left: 0;
                margin-right: 0;
            }
        }
        