/*!
Theme Name: 6hy728
Theme URI: #
Version: 2.8.4
Tested up to: 8.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 6hy728
*/

:root {
  --text-color: #000000;
  --heading-color: #FF1493;
  --primary-btn-bg: #87CEEB;
  --secondary-btn-bg: #32CD32;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #D2691E;
  --header-text-color: #FFFFFF;
  --header-border: {{header-border}};

  --footer-bg-color: #FFF0F5;
  --footer-text-color: #000000;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #FAF0E6;
  --table-border-color: #B22222;
  --table-text-color: #3c240c;

  --body-bg-color: #FFFAF0;
  --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: center;
  --banner-column: 78%;
  --banner-padding: 129.6px;
  --banner-border: 0 solid;
  --banner-bg-color: #F5F5F5;
  --banner-text-color: #000000;

  --container-max-width: 1595px;
  --container-padding: 0 15px;
  --border-radius: 11px;
  --py: 28px;
  --py-2: 61px;
  --py-3: 54px;
  --text-align: left;
  --mb: 24px;
  --fz-1: 25.92px;
  --fz-2: 21.6px;
  --fz-3: 18px;
  --logo-width: 195px;
  --menu-margin: 0 0 0 auto;

  --animation-duration: 424ms;
  --animation-type: ease;
  --animation-effect: fadeIn;

  --contrast-bg-color: #2b2b2b;
  --contrast-text-color: #cccccc;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', 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;
}

.wrapertkcjmwpax {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}

.homkqzhnpv {
  background-color: var(--header-bg-color);
  color: var(--header-text-color);
  padding: var(--py) 0;
  border-bottom: var(--header-border);
}

.toppewgauyci {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--mb);
}

.hyxlpciszw {
  display: flex;
  gap: var(--mb);
  list-style: none;
  margin: var(--menu-margin);
  padding: 0;
}

.headerlshjuwpgb {
  color: var(--header-text-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.headerlshjuwpgb:hover {
  color: var(--primary-btn-bg);
}


.hvduwnfpks {
  display: flex;
  gap: 10px;
}

.logorjlgdemky {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.logorjlgdemky img {
  max-height: 80px;
}

.phdlfnwkso,
.secwfbjgpetc {
  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;
}

.phdlfnwkso {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.phdlfnwkso:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.secwfbjgpetc {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.secwfbjgpetc:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.footerchnjrefig{
  position: relative;
}
.footerchnjrefig * {
  z-index: 1;
  position: relative;
}


    .footerchnjrefig {
      background: linear-gradient(135deg, #ffffff 0%, #ffbdd3 100%);
      color: var(--footer-text-color);
      padding: var(--py) 0;
    }

    .bottomgcqvnuhid {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 var(--mb);
    }

    .footerxfrsvwbto {
      display: flex;
      justify-content: var(--footer-justify);
      flex-direction: var(--footer-direction);
      align-items: center;
      margin-bottom: var(--mb);
    }

    .botseuonxmyk {
      display: flex;
      flex-direction: column;
    }

    .footerjequvfpik {
      font-weight: 500;
      font-size: 16px;
      margin-bottom: var(--mb);
      color: var(--footer-text-color);
    }

    .fulcajbxdk {
      display: flex;
      gap: 20px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .botenzbgxkou {
      color: var(--footer-text-color);
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s ease;
    }

    .botenzbgxkou:hover {
      color: var(--primary-btn-bg);
    }

    .footerdnpfycore {
      margin: 0;
      font-size: 14px;
      color: var(--footer-text-color);
      text-align: var(--text-align);
      opacity: 0.7;
    }

    @media (max-width: 768px) {
      .footerxfrsvwbto {
        flex-direction: column;
        gap: 20px;
        text-align: center;
      }

      .fulcajbxdk {
        justify-content: center;
        flex-wrap: wrap;
      }
    }
    



.fulcajbxdk li:empty {
  display: none;
}

.hrhuzcibgln {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.hrhuzcibgln {
  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;
}

.hrhuzcibgln svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.hrlvtjcsfix{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.banneraudpifwho {
  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;
}

.tbbzijlsrve{
  overflow-x: auto;
  width: 100%;
}

.textbsgfvtolw {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.textbsgfvtolw p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.textbsgfvtolw ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.textbsgfvtolw ul {
  list-style: none;
}

.textbsgfvtolw ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.textbsgfvtolw ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .textbsgfvtolw 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;
    }

    .textbsgfvtolw ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .textbsgfvtolw ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #87ceeb 0%, #cbeaf6 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: #87CEEB;
        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;
      }
    

.textbsgfvtolw 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);
}

.textbsgfvtolw table th,
.textbsgfvtolw table td {
  padding: 10px;
  border: 1px solid var(--table-border-color);
}

.textbsgfvtolw img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.articlesaxptymdes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.blogwngpuqryi {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .colvfnbcwyrs {
        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;
      }

      .colvfnbcwyrs::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, #e0f3fa05 0%, transparent 70%);
        z-index: 0;
      }

      .colvfnbcwyrs .colehldrbjwy {
        position: relative;
        z-index: 1;
      }

      .colvfnbcwyrs .colehldrbjwy:first-child {
        order: 2;
      }

      .colvfnbcwyrs .colehldrbjwy:last-child {
        order: 1;
      }

      .colvfnbcwyrs 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;
      }

      .colvfnbcwyrs figure:hover {
        transform: perspective(1000px) rotateY(0deg) scale(1.02);
      }

      .colvfnbcwyrs figure img {
        width: 100%;
        height: auto;
        transition: transform 0.3s ease;
      }

      .colvfnbcwyrs 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%, #87ceeb 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        position: relative;
      }

      .colvfnbcwyrs h2::after {
        content: '';
        position: absolute;
        bottom: -0.75rem;
        left: 0;
        width: 4rem;
        height: 4px;
        background: linear-gradient(90deg, #87ceeb 0%, #5ebee4 100%);
        border-radius: 2px;
        box-shadow: 0 2px 8px #87ceeb40;
      }

      .colvfnbcwyrs p {
        line-height: 1.8;
        margin-bottom: 1.25rem;
        color: var(--text-color);
        opacity: 0.85;
        font-size: 1.1rem;
      }

      @media (max-width: 1024px) {
        .colvfnbcwyrs {
          grid-template-columns: 1fr;
          gap: 2rem;
          padding: 1.5rem;
        }

        .colvfnbcwyrs .colehldrbjwy:first-child {
          order: 1;
        }

        .colvfnbcwyrs .colehldrbjwy:last-child {
          order: 2;
        }

        .colvfnbcwyrs figure {
          transform: none;
        }

        .colvfnbcwyrs figure:hover {
          transform: scale(1.02);
        }

        .colvfnbcwyrs h2 {
          font-size: 2rem;
        }
      }
    

.tbqfekjocig {
  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%;
}

.tbqfekjocig p,
.tbqfekjocig h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.tbqfekjocig table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.tbqfekjocig table td,
.tbqfekjocig table th {
  border: 0;
}

.tbqfekjocig table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.tbqfekjocig tr:last-child {
  border-bottom: 0;
}

.tbqfekjocig h2 {
  margin-top: 0;
}

/*
.blocksfycjlguns {
  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);
}
  */

.dgdtahjmvu {
  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);
}


    .dgdtahjmvu{
      background: linear-gradient(135deg, #87ceeb 0%, #89bfeb 50%, #898eeb 100%);
      padding: 54px;
    }
    

.dgdtahjmvu h2 {
  color: inherit;
  margin-top: 0;
}

.headermwlzsucij {
  display: none;
}

@media (max-width: 1024px) {
  .hyxlpciszw {
    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;
  }

  .headerlshjuwpgb {
    padding: 10px 0;
    display: block;
  }

  .hyxlpciszw.active {
    opacity: 1;
    visibility: visible;
  }

  .headermwlzsucij {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .headermwlzsucij span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .headermwlzsucij.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .headermwlzsucij.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }

  .hrlvtjcsfix{
    flex-direction: column;
  }

  .banneraudpifwho {
    width: 100%;
  }

  .tbqfekjocig {
    padding: var(--py);
  }

  .dgdtahjmvu {
    padding: var(--py);
  }
}

.mapmflontuac{
  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);
}
.mapmflontuac 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;
}
.mapmflontuac a:hover {
  color: var(--primary-btn-bg);
}
.mapmflontuac h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .formqmifslkeg {
      max-width: 1200px;
      margin: var(--mb) auto;
      padding: 0 20px;
    }

    .formsnktrjuwv {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
      align-items: start;
    }

    .friqprnvbhm {
      padding: 40px 0;
    }

    .frmsqhkxvca {
      display: flex;
      flex-direction: column;
      gap: 15px;
    }

    .formrlifhvkeg {
      color: var(--text-color);
      font-size: 16px;
    }

    .formrlifhvkeg strong {
      color: var(--heading-color);
      font-weight: 600;
    }

    .formbafdezyjg {
      background: var(--card-bg-color);
      padding: 40px;
      border-radius: var(--border-radius);
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .frbhqveptua {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .formqhjfadpkb {
      display: flex;
      flex-direction: column;
    }

    .formnzlabvtyj, .frgqivrhnus {
      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;
    }

    .formnzlabvtyj:focus, .frgqivrhnus:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .frgqivrhnus {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .frbhqveptua button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
    }

    .frbhqveptua button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .formsnktrjuwv {
        grid-template-columns: 1fr;
        gap: 40px;
      }

      .formbafdezyjg {
        padding: 30px 20px;
      }

      .friqprnvbhm {
        padding: 20px 0;
      }

      ."form__title" {
        font-size: var(--fz-2);
      }

      ."form__subtitle" {
        font-size: 16px;
      }
    }
    


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

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

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

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

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}


        .hrhuzcibgln {
            position: relative;
            min-height: 482px;
            background: linear-gradient(181deg, #87CEEB, #32CD32);
            display: flex;
            align-items: center;
            overflow: hidden;
        }

        .banneraudpifwho {
            display: flex;
            align-items: center;
            justify-content: var(--banner-direction);
        }

        .herooezkurmfg {
            position: absolute;
            inset: 0;
        }

        .heroaqgizrtny {
            position: absolute;
            background: rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            animation: float-particle 20s infinite linear;
        }

        .heroaqgizrtny:nth-child(1) {
            width: 4px;
            height: 4px;
            left: 10%;
            animation-delay: 0s;
            animation-duration: 15s;
        }

        .heroaqgizrtny:nth-child(2) {
            width: 6px;
            height: 6px;
            left: 20%;
            animation-delay: 2s;
            animation-duration: 18s;
        }

        .heroaqgizrtny:nth-child(3) {
            width: 3px;
            height: 3px;
            left: 30%;
            animation-delay: 4s;
            animation-duration: 12s;
        }

        .heroaqgizrtny:nth-child(4) {
            width: 5px;
            height: 5px;
            left: 40%;
            animation-delay: 6s;
            animation-duration: 16s;
        }

        .heroaqgizrtny:nth-child(5) {
            width: 4px;
            height: 4px;
            left: 50%;
            animation-delay: 8s;
            animation-duration: 14s;
        }

        .heroaqgizrtny:nth-child(6) {
            width: 6px;
            height: 6px;
            left: 60%;
            animation-delay: 10s;
            animation-duration: 17s;
        }

        .heroaqgizrtny:nth-child(7) {
            width: 3px;
            height: 3px;
            left: 70%;
            animation-delay: 12s;
            animation-duration: 13s;
        }

        .heroaqgizrtny:nth-child(8) {
            width: 5px;
            height: 5px;
            left: 80%;
            animation-delay: 14s;
            animation-duration: 19s;
        }

        .banvsuimyqjf {
            position: relative;
            z-index: 10;
            text-align: var(--banner-direction);
            width: 1052px;
            max-width: 100%;
            padding: var(--py);
        }

        .bannerjgztnyueo {
            font-size: clamp(3rem, 8vw, 5rem);
            font-weight: bold;
            color: #FFFFFF;
            margin-bottom: 2rem;
            line-height: 1.2;
        }

        .brmfhlsbcp {
            font-size: 16px;
            color: #FFFFFF;
            margin-bottom: 2rem;
            line-height: 1.6;
        }

        @media (max-width: 1024px) {
            .bannerjgztnyueo {
                font-size: 32px;
            }
        }

        @keyframes float-particle {
            0% {
                transform: translateY(100vh) rotate(0deg);
                opacity: 0;
            }
            10% {
                opacity: 1;
            }
            90% {
                opacity: 1;
            }
            100% {
                transform: translateY(-100px) rotate(360deg);
                opacity: 0;
            }
        }
        


        .rowstbamqvjus {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            padding: 2rem 0;
        }

        .blocksfycjlguns {
            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;
        }

        .blocksfycjlguns::before {
            content: '';
            position: absolute;
            top: 35%;
            left: 80%;
            width: 0;
            height: 0;
            background: radial-gradient(circle, #87CEEB20, transparent);
            border-radius: 50%;
            transform: translate(-50%, -50%);
            transition: all 0.4s ease;
        }

        .blocksfycjlguns:hover::before {
            width: 267px;
            height: 267px;
        }

        .blocksfycjlguns:hover {
            transform: translateY(-5px) scale(1.01);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }

        .blocksfycjlguns h3 {
            color: #000000;
            position: relative;
            z-index: 1;
            transition: color 0.3s ease;
        }

        .blocksfycjlguns:hover h3 {
            color: #87CEEB;
        }

        .blocksfycjlguns p {
            color: #000000;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .rowstbamqvjus {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        