/*!
Theme Name: do42w6
Theme URI: #
Version: 1.2.1
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: do42w6
*/

:root {
  --text-color: #000000;
  --heading-color: #FF5722;
  --primary-btn-bg: #8BC34A;
  --secondary-btn-bg: #03A9F4;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #4CAF50;
  --header-text-color: #FFFFFF;
  --header-border: {{header-border}};

  --footer-bg-color: #FF9800;
  --footer-text-color: #FFFFFF;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #FFFFFF;
  --table-border-color: #BDBDBD;
  --table-text-color: #333333;

  --body-bg-color: #F0F0F0;
  --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: 79%;
  --banner-padding: 136.8px;
  --banner-border: 0 solid;
  --banner-bg-color: #FFFFFF;
  --banner-text-color: #000000;

  --container-max-width: 1150px;
  --container-padding: 0 15px;
  --border-radius: 14px;
  --py: 35px;
  --py-2: 62px;
  --py-3: 57px;
  --text-align: left;
  --mb: 23px;
  --fz-1: 27.36px;
  --fz-2: 22.8px;
  --fz-3: 19px;
  --logo-width: 124px;
  --menu-margin: 0;

  --animation-duration: 697ms;
  --animation-type: linear;
  --animation-effect: fadeIn;

  --contrast-bg-color: #242424;
  --contrast-text-color: #cccccc;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Rubik', 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;
}

.wrnlrvdiatp {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .headerudkjsxpzo {
        background-color: var(--header-bg-color);
        color: var(--header-text-color);
        padding: 0;
        border-bottom: var(--header-border);
      }

      .topzxilnwhju {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .hvkbetjzxp {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .topwkbqvuygi {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
        padding: 8px 20px;
        border-radius: var(--border-radius);
        border: 1px solid #c5e1a4;
      }

      .topwkbqvuygi:hover {
        color: var(--primary-btn-bg);
      }


      .headzoabiwdkc {
        display: flex;
        gap: 10px;
      }

      .headerqlosakdwp {
        display: none;
      }
    

@media (max-width: 1024px) {
  .hvkbetjzxp {
    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;
  }

  .topwkbqvuygi {
    padding: 10px 0;
    display: block;
  }

  .hvkbetjzxp.active {
    opacity: 1;
    visibility: visible;
  }

  .headerqlosakdwp {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .headerqlosakdwp span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .headerqlosakdwp.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .headerqlosakdwp.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.brandfzlbyovkw {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.brandfzlbyovkw img {
  max-height: 80px;
}

.primvmdltwxgk,
.secuoaierhqy {
  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;
}

.primvmdltwxgk {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.primvmdltwxgk:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.secuoaierhqy {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.secuoaierhqy:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.bottomgdrwikqjv{
  position: relative;
}
.bottomgdrwikqjv * {
  z-index: 1;
  position: relative;
}


      .textmlqbjayvn > .wp-block-image {
        margin: 2.5rem auto;
        display: block;
        position: relative;
        padding: 10px;
        background: linear-gradient(135deg, #8bc34a 0%, #71a437 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%;
      }

      .textmlqbjayvn > .wp-block-image:hover {
        transform: scale(1.01);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }

      .textmlqbjayvn > .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;
      }
    


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

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

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

    .nvs__titleqohbyxgpl {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .bottomgdrwikqjv {
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: var(--py-2) 0;
    }

    .footptezjigqn {
      max-width: var(--container-max-width);
      margin: 0 auto;
      padding: 0 var(--mb);
    }

    .frhwagtvkm {
      display: flex;
      justify-content: var(--footer-justify);
      flex-direction: var(--footer-direction);
      gap: var(--mb);
      margin-bottom: var(--mb);
    }

    .fmhcqbstzl {
      display: flex;
      flex-direction: column;
    }

    .frkejqhivn {
      font-weight: 600;
      font-size: 18px;
      margin-bottom: var(--mb);
      color: var(--footer-text-color);
    }

    .footfmgeqlvyo {
      display: flex;
      gap: 15px;
      list-style: none;
      flex-direction: column;
      margin: 0;
      padding: 0;
    }

    .footerblrmvxutp {
      color: var(--footer-text-color);
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .footerblrmvxutp:hover {
      color: var(--primary-btn-bg);
    }

    .footwdpzfcymi {
      margin: 0 0 15px 0;
      font-size: 14px;
      color: var(--footer-text-color);
      opacity: 0.8;
    }

    .botohmtiexkd {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .bottomksuxwjrhp {
      padding: 10px 15px;
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: var(--border-radius);
      background: rgba(255, 255, 255, 0.1);
      color: var(--footer-text-color);
      font-size: 14px;
      outline: none;
    }

    .bottomksuxwjrhp::placeholder {
      color: var(--footer-text-color);
      opacity: 0.6;
    }

    @media (max-width: 768px) {
      .frhwagtvkm {
        flex-direction: column;
      }
    }
    



.footfmgeqlvyo li:empty {
  display: none;
}

.bannercyvudgmit {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.bannercyvudgmit {
  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;
}

.bannercyvudgmit svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.mainjtvdyusrw{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.maintehqvpfmj {
  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;
}

.tbwpyivuqbd{
  overflow-x: auto;
  width: 100%;
}

.textmlqbjayvn {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.textmlqbjayvn p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.textmlqbjayvn ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.textmlqbjayvn ul {
  list-style: none;
}

.textmlqbjayvn ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.textmlqbjayvn ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .textmlqbjayvn ol {
      counter-reset: list-counter;
      list-style: none;
      padding-left: 0;
      margin: 3rem 0;
    }

    .textmlqbjayvn 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 #c9e3ab;
      border-radius: 6px;
      padding: 1rem 1rem 1rem 3.5rem;
      background: rgba(255, 255, 255, 0.02);
    }

    .textmlqbjayvn 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;
    }

    .textmlqbjayvn ol li:hover {
      background: rgba(255, 255, 255, 0.05);
      border-color: var(--primary-btn-bg);
    }
    


      .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: #8BC34A;
        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;
      }
    


      .textmlqbjayvn 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 #d9d9d9;
        overflow: hidden;
      }

      .textmlqbjayvn table thead {
        background-color: #fafafa;
      }

      .textmlqbjayvn table thead tr {
        border-bottom: 1px solid #d9d9d9;
      }

      .textmlqbjayvn table th {
        padding: 21px 33px;
        font-weight: bold;
        font-size: 14px;
        color: var(--heading-color);
        letter-spacing: 0.05em;
        border: none;
      }

      .textmlqbjayvn table tbody tr {
        border-bottom: 1px solid #d9d9d9;
        transition: background-color 0.2s ease;
      }

      .textmlqbjayvn table tbody tr:last-child {
        border-bottom: none;
      }

      .textmlqbjayvn table tbody tr:hover {
        background-color: #fcfcfc;
      }

      .textmlqbjayvn table td {
        padding: 18px 33px;
        font-size: 14px;
        color: var(--table-text-color);
        border: none;
      }

      .textmlqbjayvn table td:first-child {
        font-weight: 500;
      }
    

.textmlqbjayvn img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.postihsmtcvaq {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.itemvfdnuxypi {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .colskmjfacyzh {
        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;
      }

      .colskmjfacyzh::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, #bcdd9805 0%, transparent 70%);
        z-index: 0;
      }

      .colskmjfacyzh .columnufnwjscom {
        position: relative;
        z-index: 1;
      }

      .colskmjfacyzh .columnufnwjscom:first-child {
        order: 1;
      }

      .colskmjfacyzh .columnufnwjscom:last-child {
        order: 2;
      }

      .colskmjfacyzh 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;
      }

      .colskmjfacyzh figure:hover {
        transform: perspective(1000px) rotateY(0deg) scale(1.02);
      }

      .colskmjfacyzh figure img {
        width: 100%;
        height: auto;
        transition: transform 0.3s ease;
        border-radius: var(--border-radius);
      }

      .colskmjfacyzh 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%, #8bc34a 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        position: relative;
      }

      .colskmjfacyzh h2::after {
        content: '';
        position: absolute;
        bottom: -0.75rem;
        left: 0;
        width: 4rem;
        height: 4px;
        background: linear-gradient(90deg, #8bc34a 0%, #71a437 100%);
        border-radius: 2px;
        box-shadow: 0 2px 8px #8bc34a40;
      }

      .colskmjfacyzh p {
        line-height: 1.8;
        margin-bottom: 1.25rem;
        color: var(--text-color);
        opacity: 0.85;
        font-size: 1.1rem;
      }

      @media (max-width: 1024px) {
        .colskmjfacyzh {
          grid-template-columns: 1fr;
          gap: 2rem;
          padding: 1.5rem;
        }

        .colskmjfacyzh .columnufnwjscom:first-child {
          order: 1;
        }

        .colskmjfacyzh .columnufnwjscom:last-child {
          order: 2;
        }

        .colskmjfacyzh figure {
          transform: none;
        }

        .colskmjfacyzh figure:hover {
          transform: scale(1.02);
        }

        .colskmjfacyzh h2 {
          font-size: 2rem;
        }
      }
    

.tablelhrdnzwky {
  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%;
}

.tablelhrdnzwky p,
.tablelhrdnzwky h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.tablelhrdnzwky table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.tablelhrdnzwky table td,
.tablelhrdnzwky table th {
  border: 0;
}

.tablelhrdnzwky table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.tablelhrdnzwky tr:last-child {
  border-bottom: 0;
}

.tablelhrdnzwky h2 {
  margin-top: 0;
}

/*
.cardsycxuagmzt {
  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);
}
  */

.contrastoaxbzlwnk {
  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);
}


    .contrastoaxbzlwnk{
      background: rgba(139,195,74,0.1);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(139,195,74,0.2);
      color: var(--text-color);
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    }
    

.contrastoaxbzlwnk h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .mainjtvdyusrw{
    flex-direction: column;
  }

  .maintehqvpfmj {
    width: 100%;
  }

  .tablelhrdnzwky {
    padding: var(--py);
  }

  .contrastoaxbzlwnk {
    padding: var(--py);
  }
}

.sitemapphbymzcnt{
  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);
}
.sitemapphbymzcnt 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;
}
.sitemapphbymzcnt a:hover {
  color: var(--primary-btn-bg);
}
.sitemapphbymzcnt h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .frmobkhudftp {
      background: var(--card-bg-color);
      border-radius: var(--border-radius);
      padding: 40px;
      box-shadow: var(--card-shadow);
      max-width: 600px;
      margin: var(--mb) auto;
    }

    .formzyuopxcrt {
      display: flex;
      flex-direction: column;
    }

    .frayoghrnbe {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .formcetzunspw {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
    }

    .freqtsbijxg {
      display: flex;
      flex-direction: column;
    }

    .formixfjgvmcy, .formuizlgsyqj {
      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;
    }

    .formixfjgvmcy:focus, .formuizlgsyqj:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .formuizlgsyqj {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .formzyuopxcrt button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
    }

    .formzyuopxcrt button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .frmobkhudftp {
        padding: 30px 20px;
        margin: var(--mb) 15px;
      }

      .formcetzunspw {
        grid-template-columns: 1fr;
        gap: 15px;
      }

      .frayoghrnbe {
        gap: 15px;
      }

      .formixfjgvmcy, .formuizlgsyqj {
        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)
  }
}


        .bannercyvudgmit {
            position: relative;
            min-height: 463px;
            background: linear-gradient(166deg, #8BC34A, #03A9F4);
            display: flex;
            align-items: center;
            overflow: hidden;
        }

        .maintehqvpfmj {
            display: flex;
            align-items: center;
            justify-content: var(--banner-direction);
        }

        .bannerkqhfulcjv {
            position: absolute;
            inset: 0;
        }

        .mainwgsrjekcv {
            position: absolute;
            background: rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            animation: float-particle 20s infinite linear;
        }

        .mainwgsrjekcv:nth-child(1) {
            width: 4px;
            height: 4px;
            left: 10%;
            animation-delay: 0s;
            animation-duration: 15s;
        }

        .mainwgsrjekcv:nth-child(2) {
            width: 6px;
            height: 6px;
            left: 20%;
            animation-delay: 2s;
            animation-duration: 18s;
        }

        .mainwgsrjekcv:nth-child(3) {
            width: 3px;
            height: 3px;
            left: 30%;
            animation-delay: 4s;
            animation-duration: 12s;
        }

        .mainwgsrjekcv:nth-child(4) {
            width: 5px;
            height: 5px;
            left: 40%;
            animation-delay: 6s;
            animation-duration: 16s;
        }

        .mainwgsrjekcv:nth-child(5) {
            width: 4px;
            height: 4px;
            left: 50%;
            animation-delay: 8s;
            animation-duration: 14s;
        }

        .mainwgsrjekcv:nth-child(6) {
            width: 6px;
            height: 6px;
            left: 60%;
            animation-delay: 10s;
            animation-duration: 17s;
        }

        .mainwgsrjekcv:nth-child(7) {
            width: 3px;
            height: 3px;
            left: 70%;
            animation-delay: 12s;
            animation-duration: 13s;
        }

        .mainwgsrjekcv:nth-child(8) {
            width: 5px;
            height: 5px;
            left: 80%;
            animation-delay: 14s;
            animation-duration: 19s;
        }

        .hrxnsaobuct {
            position: relative;
            z-index: 10;
            text-align: var(--banner-direction);
            width: 1188px;
            max-width: 100%;
            padding: var(--py);
        }

        .mainjstmrvdhz {
            font-size: clamp(3rem, 8vw, 5rem);
            font-weight: bold;
            color: #FFFFFF;
            margin-bottom: 3rem;
            line-height: 1.2;
        }

        .banneronrpyedtx {
            font-size: 19px;
            color: #FFFFFF;
            margin-bottom: 3rem;
            line-height: 1.6;
        }

        @media (max-width: 1024px) {
            .mainjstmrvdhz {
                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;
            }
        }
        


        .cardfbqnsocvj {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            padding: 2rem 0;
        }

        .cardsycxuagmzt {
            background: linear-gradient(206deg, #8BC34A, #03A9F4);
            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;
        }

        .cardsycxuagmzt::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;
        }

        .cardsycxuagmzt:hover::before {
            transform: translateX(100%);
        }

        .cardsycxuagmzt:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
        }

        .cardsycxuagmzt h3 {
            color: #000000;
            position: relative;
            z-index: 1;
        }

        .cardsycxuagmzt p {
            color: #000000;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .cardfbqnsocvj {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        