/*!
Theme Name: 0lm9ba
Theme URI: #
Version: 1.6.7
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 0lm9ba
*/

:root {
  --text-color: #0B5345;
  --heading-color: #28B463;
  --primary-btn-bg: #0E6655;
  --secondary-btn-bg: #1ABC9C;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #16A085;
  --header-text-color: #FFFFFF;
  --header-border: {{header-border}};

  --footer-bg-color: #C4E1A5;
  --footer-text-color: #2C3E50;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #D5DBDB;
  --table-border-color: #28B463;
  --table-text-color: #0c0e0e;

  --body-bg-color: #F4F6F6;
  --card-bg-color: #ffffff;
  --card-text-color: #0B5345;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: center;
  --banner-column: 63%;
  --banner-padding: 172.8px;
  --banner-border: 0 solid;
  --banner-bg-color: #FFFFFF;
  --banner-text-color: #000000;

  --container-max-width: 1473px;
  --container-padding: 0 15px;
  --border-radius: 8px;
  --py: 40px;
  --py-2: 61px;
  --py-3: 57px;
  --text-align: center;
  --mb: 19px;
  --fz-1: 34.56px;
  --fz-2: 28.8px;
  --fz-3: 24px;
  --logo-width: 120px;
  --menu-margin: 0 auto 0 0;

  --animation-duration: 943ms;
  --animation-type: linear;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #292929;
  --contrast-text-color: #fafafa;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', 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;
}

.obwzaepyn--container {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .lzkwjhncv--header {
        background-color: var(--header-bg-color);
        color: var(--header-text-color);
        padding: var(--py) 0;
        border-bottom: var(--header-border);
      }

      .oyhgktqlb--h {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .mhxspizlc--top {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .krhtfqcey--header {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .krhtfqcey--header:hover {
        color: var(--primary-btn-bg);
      }


      .yxurmjcod--top {
        display: flex;
        gap: 10px;
      }

      .ijluvtysn--head {
        display: none;
      }
    

@media (max-width: 1024px) {
  .mhxspizlc--top {
    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;
  }

  .krhtfqcey--header {
    padding: 10px 0;
    display: block;
  }

  .mhxspizlc--top.active {
    opacity: 1;
    visibility: visible;
  }

  .ijluvtysn--head {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .ijluvtysn--head span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .ijluvtysn--head.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .ijluvtysn--head.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.miasjtxef--l {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.miasjtxef--l img {
  max-height: 80px;
}

.nolpcwtda--p,
.hkardongv--sec {
  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;
}

.nolpcwtda--p {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.nolpcwtda--p:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.hkardongv--sec {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.hkardongv--sec:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.nbyrtkczd--footer{
  position: relative;
}
.nbyrtkczd--footer * {
  z-index: 1;
  position: relative;
}


      .eocatbzgu--text > .wp-block-image {
        margin: 2.5rem auto;
        display: block;
        position: relative;
        padding: 10px;
        background: linear-gradient(135deg, #0e6655 0%, #083a30 100%);
        border-radius: var(--border-radius);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        transition: all .3s ease;
        overflow: hidden;
        width: max-content;
        max-width: 100%;
      }

      .eocatbzgu--text > .wp-block-image:hover {
        transform: scale(1.01);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }

      .eocatbzgu--text > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        position: relative;
        z-index: 1;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        margin: 0 auto;
      }
    


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

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

    .xhlujigce--lks a:hover {
      opacity: .7;
    }

    .iexjovabs--our {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .nbyrtkczd--footer {
      background: linear-gradient(135deg, #dcedc9 0%, #aad47d 100%);
      color: var(--footer-text-color);
      padding: var(--py) 0;
    }

    .mewrbpijx--footer {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 var(--mb);
    }

    .lokpyntbz--footer {
      display: flex;
      justify-content: var(--footer-justify);
      flex-direction: var(--footer-direction);
      align-items: center;
      margin-bottom: var(--mb);
    }

    .qgknxdobw--bot {
      display: flex;
      flex-direction: column;
    }

    .bpdicqelj--bottom {
      font-weight: 500;
      font-size: 16px;
      margin-bottom: var(--mb);
      color: var(--footer-text-color);
    }

    .ywuqvnbkz--foot {
      display: flex;
      gap: 20px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .ybgojqvsd--bottom {
      color: var(--footer-text-color);
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s ease;
    }

    .ybgojqvsd--bottom:hover {
      color: var(--primary-btn-bg);
    }

    .jfodrxcim--bottom {
      margin: 0;
      font-size: 14px;
      color: var(--footer-text-color);
      text-align: var(--text-align);
      opacity: 0.7;
    }

    @media (max-width: 768px) {
      .lokpyntbz--footer {
        flex-direction: column;
        gap: 20px;
        text-align: center;
      }

      .ywuqvnbkz--foot {
        justify-content: center;
        flex-wrap: wrap;
      }
    }
    



.ywuqvnbkz--foot li:empty {
  display: none;
}

.cnvbrmqls--b {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.cnvbrmqls--b {
  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;
}

.cnvbrmqls--b svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.czujvfwnd--banner{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.xtyembhkl--main {
  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;
}

.uxwepbako--tb{
  overflow-x: auto;
  width: 100%;
}

.eocatbzgu--text {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.eocatbzgu--text p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.eocatbzgu--text ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.eocatbzgu--text ul {
  list-style: none;
}

.eocatbzgu--text ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.eocatbzgu--text ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .eocatbzgu--text ol {
      counter-reset: list-counter;
      list-style: none;
      padding-left: 0;
      margin: 3rem 0;
    }

    .eocatbzgu--text ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3.5rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
      border: 1px solid #1dd7b2;
      border-radius: 6px;
      padding: 1rem 1rem 1rem 3.5rem;
      background: rgba(255, 255, 255, 0.02);
    }

    .eocatbzgu--text ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0.75rem;
      top: 50%;
      transform: translateY(-50%);
      background: transparent;
      color: var(--primary-btn-bg);
      width: 2rem;
      height: 2rem;
      border: 2px solid var(--primary-btn-bg);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 600;
      font-size: 0.875rem;
    }

    .eocatbzgu--text ol li:hover {
      background: rgba(255, 255, 255, 0.05);
      border-color: var(--primary-btn-bg);
    }
    


      .aioseo-breadcrumbs {
        margin: 1rem 0;
        padding: 0.5rem 0;
        font-size: 0.875rem;
      }

      .aioseo-breadcrumb {
        display: inline-block;
      }

      .aioseo-breadcrumb a {
        color: #0E6655;
        text-decoration: none;
        opacity: 0.8;
        transition: opacity 0.2s ease;
      }

      .aioseo-breadcrumb a:hover {
        opacity: 1;
      }

      .aioseo-breadcrumb:not(:has(a)) {
        color: var(--text-color);
        opacity: 0.6;
      }

      .aioseo-breadcrumb-separator {
        color: var(--text-color);
        opacity: 0.4;
        margin: 0 0.5rem;
      }
    


      .uxwepbako--tb {
        border: 4px solid var(--table-border-color);
        border-radius: var(--border-radius);
      }

      .eocatbzgu--text table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 0;
        background-color: var(--table-bg-color);
        color: var(--table-text-color);
        border-radius: var(--border-radius);
        overflow: hidden;
      }

      .eocatbzgu--text table thead tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      }

      .eocatbzgu--text table th {
        padding: 21px 30px;
        font-weight: normal;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.8);
        letter-spacing: 0.05em;
        border: none;
      }

      .eocatbzgu--text table tbody tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        transition: background-color 0.2s ease;
      }

      .eocatbzgu--text table tbody tr:last-child {
        border-bottom: none;
      }

      .eocatbzgu--text table tbody tr:hover {
        background-color: rgba(0, 0, 0, 0.05);
      }

      .eocatbzgu--text table td {
        padding: 16px 35px;
        font-size: 16px;
        color: var(--table-text-color);
        border: none;
      }

      .eocatbzgu--text table td:first-child {
        font-weight: normal;
      }
    

.eocatbzgu--text img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.mipgjodsb--post {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.pgxkvzirm--blog {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .qdrzfwsni--col {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        margin: var(--py-2) 0;
        align-items: center;
      }

      .qdrzfwsni--col .evoxfkqpu--column:first-child {
        order: 1;
      }

      .qdrzfwsni--col .evoxfkqpu--column:last-child {
        order: 2;
        padding-left: 2rem;
      }

      .qdrzfwsni--col h2 {
        margin-top: 0;
        color: var(--primary-btn-bg);
        position: relative;
        padding-bottom: 1rem;
      }

      .qdrzfwsni--col h2::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 3rem;
        height: 3px;
        background: linear-gradient(90deg, #0e6655 0%, #1ac1a0 100%);
        border-radius: 2px;
      }

      .qdrzfwsni--col figure {
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
      }

      .qdrzfwsni--col figure img {
        width: 100%;
        height: auto;
        transition: transform 0.3s ease;
        border-radius: var(--border-radius);
      }

      .qdrzfwsni--col figure:hover img {
        transform: scale(1.05);
      }

      @media (max-width: 1024px) {
        .qdrzfwsni--col {
          grid-template-columns: 1fr;
          gap: 2rem;
        }

        .qdrzfwsni--col .evoxfkqpu--column:first-child {
          order: 1;
        }

        .qdrzfwsni--col .evoxfkqpu--column:last-child {
          order: 2;
          padding-right: 0;
        }
      }
    

.sxwctyvob--table {
  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%;
}

.sxwctyvob--table p,
.sxwctyvob--table h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.sxwctyvob--table table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.sxwctyvob--table table td,
.sxwctyvob--table table th {
  border: 0;
}

.sxwctyvob--table table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.sxwctyvob--table tr:last-child {
  border-bottom: 0;
}

.sxwctyvob--table h2 {
  margin-top: 0;
}

/*
.hguozkbyj--rows {
  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);
}
  */

.ioktdqhye--dark {
  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);
}


    .ioktdqhye--dark{
      border: 2px solid var(--primary-btn-bg);
      color: var(--text-color);
      background-color: var(--body-bg-color);
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    }
    

.ioktdqhye--dark h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .czujvfwnd--banner{
    flex-direction: column;
  }

  .xtyembhkl--main {
    width: 100%;
  }

  .sxwctyvob--table {
    padding: var(--py);
  }

  .ioktdqhye--dark {
    padding: var(--py);
  }
}

.ycihxtjku--sitemap{
  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);
}
.ycihxtjku--sitemap 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;
}
.ycihxtjku--sitemap a:hover {
  color: var(--primary-btn-bg);
}
.ycihxtjku--sitemap h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .pmuljiafw--form {
      max-width: 1000px;
      margin: var(--mb) auto;
    }

    .oxlhqkruz--form {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      align-items: start;
    }

    .ioqnklrgs--frm {
      background: var(--card-bg-color);
      padding: 30px;
      border-radius: var(--border-radius);
      box-shadow: var(--card-shadow);
    }

    .ioqnklrgs--frm h2 {
      font-size: var(--fz-2);
      color: var(--heading-color);
      margin: 0 0 25px 0;
      font-weight: 600;
    }

    .hoitmedgs--frm {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .gqvtdlwuo--form {
      display: flex;
      align-items: flex-start;
      gap: 15px;
    }

    .foetuadlb--fr {
      font-size: 24px;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: var(--primary-btn-bg);
      border-radius: 50%;
      flex-shrink: 0;
    }

    .zkqxvnode--frm {
      color: var(--text-color);
      line-height: 1.5;
    }

    .zkqxvnode--frm strong {
      color: var(--heading-color);
      font-weight: 600;
    }

    .mcsonyudz--frm {
      background: var(--card-bg-color);
      padding: 30px;
      border-radius: var(--border-radius);
      box-shadow: var(--card-shadow);
    }

    .tadmqrgvx--form {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .tkyphnrcq--form {
      display: flex;
      flex-direction: column;
    }

    .uncwyqglm--form, .ptivglrqe--frm {
      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;
    }

    .uncwyqglm--form:focus, .ptivglrqe--frm:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .ptivglrqe--frm {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .mcsonyudz--frm button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
    }

    .mcsonyudz--frm button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .oxlhqkruz--form {
        grid-template-columns: 1fr;
        gap: 30px;
      }

      .ioqnklrgs--frm, .mcsonyudz--frm {
        padding: 20px;
      }

      .tadmqrgvx--form {
        gap: 15px;
      }

      .uncwyqglm--form, .ptivglrqe--frm {
        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)
  }
}


        .lzkwjhncv--header {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            background: #fff0;
            z-index: 100;
            border: 0;
        }

        .cnvbrmqls--b {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 90vh;
            padding: 150px 15px 50px;
        }

        .xtyembhkl--main {
            position: relative;
            text-align: center;
            max-width: 65rem;
            margin: 0 auto;
            z-index: 10;
        }

        .kcinmzaub--hero {
            font-size: 56px;
            margin-bottom: var(--mb);
            margin-top: 0;
            line-height: 1.25;
            color: transparent;
            font-weight: 900;
            background-clip: text;
            background-image: linear-gradient(to right in oklab, #28B463 0%, #0E6655 50%, #1ABC9C 100%);
        }

        .kcinmzaub--hero span {
            color: transparent;
            background-clip: text;
            background-image: linear-gradient(to right in oklab, #0E6655 0%, #1ABC9C 100%);
        }

        .rbqaxfkzw--hr {
            font-size: 20px;
            color: #000000;
            max-width: 48rem;
            margin: 0 auto var(--mb);
        }

        .nwagtfhsr--main {
            position: absolute;
            inset: 0;
            background-image: linear-gradient(to bottom right,
                    rgba(#0E6655, 0.2),
                    rgba(#1ABC9C, 0.2),
                    rgba(#0E6655, 0.2));
            opacity: 0.5;
        }

        .vbtlmawix--banner {
            position: absolute;
            border-radius: 9999px;
            opacity: 0.3;
        }

        .vbtlmawix--banner:nth-child(1) {
            top: 4rem;
            left: 25%;
            width: 8rem;
            height: 8rem;
            background-image: linear-gradient(to right, #0E6655, #1ABC9C);
            border-radius: 9999px;
            filter: blur(24px);
            opacity: 0.3;
            animation: pulse 2s infinite;
        }

        .vbtlmawix--banner:nth-child(2) {
            bottom: 5rem;
            right: 81%;
            width: 12rem;
            height: 12rem;
            background-image: linear-gradient(to right, #0E6655, #1ABC9C);
            border-radius: 9999px;
            filter: blur(40px);
            opacity: 0.2;
            animation: pulse 2s infinite;
            animation-delay: 1s;
        }

        .vbtlmawix--banner:nth-child(3) {
            top: 63%;
            left: 25%;
            width: 8rem;
            height: 6rem;
            background-image: linear-gradient(to right, #1ABC9C, #0E6655);
            border-radius: 0.5rem;
            filter: blur(16px);
            opacity: 0.25;
            animation: bounce 1s infinite;
        }

        @media (max-width: 1024px) {
            .kcinmzaub--hero {
                font-size: 29px;
                max-width: 100%;
            }

            .cnvbrmqls--b {
                padding: 120px 15px 50px;
                min-height: 70vh;
            }

            .rbqaxfkzw--hr {
                max-width: 100%;
            }

            .vbtlmawix--banner:nth-child(1),
            .vbtlmawix--banner:nth-child(2),
            .vbtlmawix--banner:nth-child(3){
                width: 3rem;
                height: 3rem;
            }
        }

        @keyframes pulse {

            0%,
            100% {
                opacity: 1;
            }

            50% {
                opacity: .5;
            }
        }

        @keyframes bounce {

            0%,
            100% {
                transform: translateY(-25%);
                animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
            }

            50% {
                transform: translateY(0);
                animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
            }
        }
        


        .bawlpjise--row {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            padding: 2rem 0;
        }

        .hguozkbyj--rows {
            background: linear-gradient(301deg, #0E6655, #1ABC9C);
            border-radius: var(--border-radius);
            padding: var(--py);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            color: white;
        }

        .hguozkbyj--rows::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
            transform: translateX(-100%);
            transition: transform 0.6s ease;
        }

        .hguozkbyj--rows:hover::before {
            transform: translateX(100%);
        }

        .hguozkbyj--rows:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
        }

        .hguozkbyj--rows h3 {
            color: #0B5345;
            position: relative;
            z-index: 1;
        }

        .hguozkbyj--rows p {
            color: #0B5345;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .bawlpjise--row {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        