/*!
Theme Name: 4txz37
Theme URI: #
Version: 6.1.6
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 4txz37
*/

:root {
  --text-color: #222222;
  --heading-color: #ff6f61;
  --primary-btn-bg: #00bfff;
  --secondary-btn-bg: #ff69b4;
  --primary-btn-color: #ffffff;
  --secondary-btn-color: #ffffff;

  --header-bg-color: #ff1493;
  --header-text-color: #ffffff;
  --header-border: {{header-border}};

  --footer-bg-color: #222222;
  --footer-text-color: #ffffff;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #ffffff;
  --table-border-color: #ccc;
  --table-text-color: #333333;

  --body-bg-color: #fdfdfd;
  --card-bg-color: #ffffff;
  --card-text-color: #222222;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: center;
  --banner-column: 74%;
  --banner-padding: 194.4px;
  --banner-border: 0 solid;
  --banner-bg-color: #ffffff;
  --banner-text-color: #000000;

  --container-max-width: 1366px;
  --container-padding: 0 15px;
  --border-radius: 17px;
  --py: 32px;
  --py-2: 73px;
  --py-3: 74px;
  --text-align: left;
  --mb: 25px;
  --fz-1: 38.88px;
  --fz-2: 32.4px;
  --fz-3: 27px;
  --logo-width: 189px;
  --menu-margin: 0;

  --animation-duration: 919ms;
  --animation-type: ease;
  --animation-effect: fadeIn;

  --contrast-bg-color: #303030;
  --contrast-text-color: #ededed;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Inter', 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;
}

.contgdjfisq {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .headfjptwbk {
        color: var(--header-text-color);
        padding: 0;
      }

      .headfjptwbk .contgdjfisq {
        border-bottom: 1px solid #7fdfff;
      }

      .headvazqtus {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .headipgwzqs {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .topamtnxql {
        color: var(--heading-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .topamtnxql:hover {
        color: var(--primary-btn-bg);
      }


      .headerfxdztqk {
        display: flex;
        gap: 10px;
      }

      .hdpjwsit {
        display: none;
      }

      @media (max-width: 1024px) {
        .topamtnxql {
          color: var(--header-text-color);
        }
      }
    

@media (max-width: 1024px) {
  .headipgwzqs {
    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;
  }

  .topamtnxql {
    padding: 10px 0;
    display: block;
  }

  .headipgwzqs.active {
    opacity: 1;
    visibility: visible;
  }

  .hdpjwsit {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .hdpjwsit span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .hdpjwsit.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .hdpjwsit.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.logqgjszou {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.logqgjszou img {
  max-height: 80px;
}

.primljnverz,
.secondarykhnapor {
  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;
}

.primljnverz {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.primljnverz:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.secondarykhnapor {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.secondarykhnapor:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.footqnhiecg{
  position: relative;
}
.footqnhiecg * {
  z-index: 1;
  position: relative;
}


      .textumrglpj > .wp-block-image {
        margin: 2rem 0;
        display: block;
      }

      .textumrglpj > .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;
      }

      .textumrglpj > .wp-block-image img:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }
    


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

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

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

    .nvsvuzhpmc {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .footqnhiecg {
      background: linear-gradient(135deg, #3b3b3b 0%, #080808 100%);
      color: var(--footer-text-color);
      padding: 40px 0 20px;
      position: relative;
      overflow: hidden;
    }

    .footqnhiecg::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: linear-gradient(90deg, transparent 0%, var(--primary-btn-bg) 50%, transparent 100%);
    }

    .botqdnsiej {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
    }

    .footerxmpnvaz {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 30px;
    }

    .fozlsyhd {
      width: 100%;
    }

    .footerekjlnyc {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 30px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .footerkcxvaqo {
      color: var(--footer-text-color);
      text-decoration: none;
      font-weight: 500;
      font-size: 16px;
      padding: 8px 16px;
      border-radius: 25px;
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
    }

    .footerkcxvaqo:hover {
      color: var(--primary-btn-text);
      transform: translateY(-2px);
    }

    .bottomekasqli {
      height: 1px;
      background: linear-gradient(90deg, transparent 0%, var(--primary-btn-bg) 20%, var(--primary-btn-bg) 80%, transparent 100%);
      margin: 20px 0;
      opacity: 0.3;
    }

    .botiyubxjf {
      text-align: center;
      padding-top: 20px;
    }

    .botiyubxjf p {
      margin: 0;
      font-size: 14px;
      color: var(--footer-text-color);
      opacity: 0.8;
      font-weight: 400;
    }

    @media (max-width: 768px) {
      .footqnhiecg {
        padding: 30px 0 15px;
      }

      .footerekjlnyc {
        gap: 15px;
        flex-direction: column;
      }

      .footerkcxvaqo {
        font-size: 14px;
        padding: 6px 12px;
      }

      .footerxmpnvaz {
        margin-bottom: 20px;
      }

      .bottomekasqli {
        margin: 15px 0;
      }
    }

    @media (max-width: 480px) {
      .footerekjlnyc {
        gap: 10px;
      }

      .footerkcxvaqo {
        font-size: 13px;
        padding: 5px 10px;
      }
    }
    


        .footqnhiecg:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.05;
            z-index: 0;
            
            background-image:  linear-gradient(30deg, #000000 12%, transparent 12.5%, transparent 87%, #000000 87.5%, #000000), linear-gradient(150deg, #000000 12%, transparent 12.5%, transparent 87%, #000000 87.5%, #000000), linear-gradient(30deg, #000000 12%, transparent 12.5%, transparent 87%, #000000 87.5%, #000000), linear-gradient(150deg, #000000 12%, transparent 12.5%, transparent 87%, #000000 87.5%, #000000), linear-gradient(60deg, #00000077 25%, transparent 25.5%, transparent 75%, #00000077 75%, #00000077), linear-gradient(60deg, #00000077 25%, transparent 25.5%, transparent 75%, #00000077 75%, #00000077);
            background-size: 166px 249px;
            background-position: 0 0, 0 0, 83px 166px, 83px 166px, 0 0, 83px 166px;
            
        }
        

.footerekjlnyc li:empty {
  display: none;
}

.boahsqmy {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.boahsqmy {
  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;
}

.boahsqmy svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.banujiaczh{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.herozkblrdh {
  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;
}

.tbnjybxcr{
  overflow-x: auto;
  width: 100%;
}

.textumrglpj {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.textumrglpj p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.textumrglpj ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.textumrglpj ul {
  list-style: none;
}

.textumrglpj ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.textumrglpj ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .textumrglpj 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;
    }

    .textumrglpj ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .textumrglpj 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;
      }
    


      .textumrglpj 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,191,255,0.3);
        overflow: hidden;
      }

      .textumrglpj table thead tr {
        border-bottom: 1px solid rgba(0,191,255,0.3);
      }

      .textumrglpj table th {
        padding: 20px 35px;
        font-weight: normal;
        font-size: 14px;
        color: #00bfff;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        border: none;
      }

      .textumrglpj table tbody tr {
        border-bottom: 1px solid rgba(0,191,255,0.1);
        transition: all 0.2s ease;
      }

      .textumrglpj table tbody tr:last-child {
        border-bottom: none;
      }

      .textumrglpj table tbody tr:hover {
        background-color: rgba(0, 0, 0, 0.05);
      }

      .textumrglpj table tbody tr:hover td:first-child {
        color: #00bfff;
      }

      .textumrglpj table td {
        padding: 23px 33px;
        font-size: 16px;
        color: var(--table-text-color);
        border: none;
        transition: color 0.2s ease;
      }

      .textumrglpj table td:first-child {
        font-weight: normal;
      }
    

.textumrglpj img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.postdwoprty {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.blogzawmniv {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .textedeqiskmp {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        margin: var(--py-2) 0;
        align-items: start;
        position: relative;
      }

      .textedeqiskmp::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 1px;
        height: 80%;
        background: linear-gradient(180deg, transparent 0%, #80dfff 50%, transparent 100%);
        z-index: 1;
      }

      .textedeqiskmp .colsnuycagv:first-child {
        position: relative;
        z-index: 2;
        order: 1;
      }

      .textedeqiskmp .colsnuycagv:last-child {
        position: relative;
        z-index: 2;
        order: 2;
        padding-left: 2rem;
      }

      .textedeqiskmp figure {
        border-radius: 20px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
      }

      .textedeqiskmp figure::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, #00bfff20 0%, #80dfff10 100%);
        z-index: 1;
        opacity: 0;
        transition: opacity 0.3s ease;
      }

      .textedeqiskmp figure:hover::before {
        opacity: 1;
      }

      .textedeqiskmp figure img {
        width: 100%;
        height: auto;
        position: relative;
        z-index: 0;
        border-radius: var(--border-radius);
      }

      .textedeqiskmp h2 {
        margin-top: 0;
        color: var(--text-color);
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.3;
        margin-bottom: 1.5rem;
        position: relative;
      }

      .textedeqiskmp h2::after {
        content: '';
        position: absolute;
        bottom: -0.5rem;
        left: 0;
        width: 2rem;
        height: 2px;
        background: #00bfff;
        border-radius: 1px;
      }

      .textedeqiskmp p {
        line-height: 1.7;
        margin-bottom: 1rem;
        color: var(--text-color);
        opacity: 0.9;
      }

      @media (max-width: 1024px) {
        .textedeqiskmp {
          grid-template-columns: 1fr;
          gap: 2rem;
        }

        .textedeqiskmp::before {
          display: none;
        }

        .textedeqiskmp .colsnuycagv:first-child {
          order: 1;
        }

        .textedeqiskmp .colsnuycagv:last-child {
          order: 2;
          padding-left: 0;
          padding-right: 0;
        }
      }
    

.tblcsxwqti {
  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%;
}

.tblcsxwqti p,
.tblcsxwqti h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.tblcsxwqti table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.tblcsxwqti table td,
.tblcsxwqti table th {
  border: 0;
}

.tblcsxwqti table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.tblcsxwqti tr:last-child {
  border-bottom: 0;
}

.tblcsxwqti h2 {
  margin-top: 0;
}

/*
.cardcjyuhed {
  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);
}
  */

.invertqwozdym {
  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);
}


    .invertqwozdym{
      background: rgba(0,191,255,0.1);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(0,191,255,0.2);
      color: var(--text-color);
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    }
    

.invertqwozdym h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .banujiaczh{
    flex-direction: column;
  }

  .herozkblrdh {
    width: 100%;
  }

  .tblcsxwqti {
    padding: var(--py);
  }

  .invertqwozdym {
    padding: var(--py);
  }
}

.maptqgnevp{
  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);
}
.maptqgnevp 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;
}
.maptqgnevp a:hover {
  color: var(--primary-btn-bg);
}
.maptqgnevp h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .formmohikjg {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .formiytrzvk {
      display: flex;
      flex-direction: column;
    }

    .formyapwvmo, .formcslbryp {
      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;
    }

    .formyapwvmo:focus, .formcslbryp:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .formcslbryp {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .formmohikjg button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .formmohikjg button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .formmohikjg {
        max-width: 100%;
        gap: 15px;
      }

      .formyapwvmo, .formcslbryp {
        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)
  }
}


            .boahsqmy {
                padding: var(--py);
            }

            .banujiaczh {
                background-color: #e9dddd;
                color: #000000;
                padding: 95px var(--py);
                text-align: center;
                border-radius: var(--border-radius);
            }

            .banujiaczh p {
                font-size: 16px;
                max-width: 67%;
                margin: 0 auto var(--mb);
            }

            .banpnurxck {
                text-align: center;
                font-size: 4rem;
                line-height: 1.25;
            }

            .banpnurxck span {
                color: #005999;
                background: linear-gradient(90deg, #005999, #000d99);
                background-clip: text;
                color: #0000;
            }

            @media (max-width: 1024px) {
                .banpnurxck {
                    font-size: 31px;
                }

                .banujiaczh {
                    padding: 47px var(--py);
                }

                .banujiaczh p {
                    width: 100%;
                }
            }
        


        .rowsavbipcg {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            padding: 2rem 0;
        }

        .cardcjyuhed {
            background: #ffffff;
            border-radius: var(--border-radius);
            padding: var(--py);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            position: relative;
            overflow: hidden;
            cursor: pointer;
        }

        .cardcjyuhed::before {
            content: '';
            position: absolute;
            top: 21%;
            left: 98%;
            width: 0;
            height: 0;
            background: radial-gradient(circle, #00bfff20, transparent);
            border-radius: 50%;
            transform: translate(-50%, -50%);
            transition: all 0.4s ease;
        }

        .cardcjyuhed:hover::before {
            width: 476px;
            height: 476px;
        }

        .cardcjyuhed:hover {
            transform: translateY(-5px) scale(1.01);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }

        .cardcjyuhed h3 {
            color: #222222;
            position: relative;
            z-index: 1;
            transition: color 0.3s ease;
        }

        .cardcjyuhed:hover h3 {
            color: #00bfff;
        }

        .cardcjyuhed p {
            color: #222222;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .rowsavbipcg {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        