/*!
Theme Name: tl40bk
Theme URI: #
Version: 1.8.3
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tl40bk
*/

:root {
  --text-color: #000000;
  --heading-color: #3D5AFE;
  --primary-btn-bg: #A5D6A7;
  --secondary-btn-bg: #FF6F61;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #ECEFF1;
  --header-text-color: #3D5AFE;
  --header-border: 1px solid #A5D6A7;

  --footer-bg-color: #555555;
  --footer-text-color: #FFFFFF;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #FFFFFF;
  --table-border-color: #3D5AFE;
  --table-text-color: #333333;

  --body-bg-color: #ECEFF1;
  --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: 63%;
  --banner-padding: 180px;
  --banner-border: 3px solid #A5D6A7;
  --banner-bg-color: #ECEFF1;
  --banner-text-color: #333333;

  --container-max-width: 1476px;
  --container-padding: 0 15px;
  --border-radius: 6px;
  --py: 31px;
  --py-2: 59px;
  --py-3: 68px;
  --text-align: left;
  --mb: 18px;
  --fz-1: 36px;
  --fz-2: 30px;
  --fz-3: 25px;
  --logo-width: 112px;
  --menu-margin: 0;

  --animation-duration: 734ms;
  --animation-type: ease;
  --animation-effect: fadeIn;

  --contrast-bg-color: #242424;
  --contrast-text-color: #ffffff;
}

* {
  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;
}

.mbkloqrwc__container {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .odrwjukcp__head {
        color: var(--header-text-color);
        padding: 0;
        backdrop-filter: blur(25px);
        background-color: rgba(236,239,241,0.5);
        position: sticky;
        top: 0;
        z-index: 100;
      }

      .ublonxhcw__h {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .iwyzjukfe__header {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .oenlrpcjm__h {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .oenlrpcjm__h:hover {
        color: var(--primary-btn-bg);
      }


      .byqoegmtp__h {
        display: flex;
        gap: 10px;
      }

      .gltxipsjo__head {
        display: none;
      }
    

@media (max-width: 1024px) {
  .iwyzjukfe__header {
    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;
  }

  .oenlrpcjm__h {
    padding: 10px 0;
    display: block;
  }

  .iwyzjukfe__header.active {
    opacity: 1;
    visibility: visible;
  }

  .gltxipsjo__head {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .gltxipsjo__head span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .gltxipsjo__head.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .gltxipsjo__head.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.kqgraemtd__brand {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.kqgraemtd__brand img {
  max-height: 80px;
}

.hdwgurzpl__primary,
.tjylefnhk__secondary {
  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;
}

.hdwgurzpl__primary {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.hdwgurzpl__primary:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.tjylefnhk__secondary {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.tjylefnhk__secondary:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.mslbjypne__f{
  position: relative;
}
.mslbjypne__f * {
  z-index: 1;
  position: relative;
}


      .ibhfgtmxr__content > .wp-block-image {
        margin: 2.5rem auto;
        display: block;
        position: relative;
        padding: 10px;
        background: linear-gradient(135deg, #a5d6a7 0%, #81c583 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%;
      }

      .ibhfgtmxr__content > .wp-block-image:hover {
        transform: scale(1.01);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }

      .ibhfgtmxr__content > .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;
      }
    


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

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

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

    .uamfhlkgs__our__title {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .mslbjypne__f {
      position: relative;
      margin-top: 128px;
      padding: 0 24px 50px;
      overflow: hidden;
      background: linear-gradient(to bottom, #616161 0%, #212121 40%, #000000 60%);
    }

    .mslbjypne__f::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: linear-gradient(to right, transparent 0%, var(--primary-btn-bg) 50%, transparent 100%);
    }

    .sxyzghcjf__bot {
      max-width: 1536px;
      margin: 0 auto;
    }

    .brktvesmi__footer {
      position: relative;
    }

    .fedtlivgn__bottom {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 32px;
      margin: 0;
      margin-bottom: 50px;
      list-style: none;
      padding: 50px 0 0 0;
    }

    .kwambhqln__f {
      color: var(--footer-text-color);
      opacity: 0.6;
      text-decoration: none;
      font-size: 14px;
      letter-spacing: 0.05em;
      transition: color 0.3s ease, opacity 0.3s ease;
    }

    .kwambhqln__f:hover {
      color: var(--primary-btn-bg);
      opacity: 1;
    }

    .rjqulgmio__bot {
      width: 100%;
      height: 1px;
      margin: 24px 0;
      background: linear-gradient(to right, transparent 0%, var(--primary-btn-bg) 30%, transparent 100%);
    }

    .clvonhfxp__bottom {
      text-align: center;
      font-size: 12px;
      color: var(--footer-text-color);
      opacity: 0.3;
      letter-spacing: 0.1em;
      margin: 0;
    }

    @media (max-width: 768px) {
      .mslbjypne__f {
        margin-top: 80px;
        padding: 0 15px 30px 15px;
      }

      .fedtlivgn__bottom {
        gap: 24px;
      }
    }
    


        .mslbjypne__f:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.05;
            z-index: 0;
            
            background-image: linear-gradient(to right, #000000, #000000 13px, #6e6e6e 13px, #6e6e6e );
            background-size: 41px 100%;
            
        }
        

.fedtlivgn__bottom li:empty {
  display: none;
}

.mfibquapt__ban {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.mfibquapt__ban {
  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;
}

.mfibquapt__ban svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.peigsohyx__ban{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.kynfjhsip__hr {
  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;
}

.ytkmcxlfw__tb{
  overflow-x: auto;
  width: 100%;
}

.ibhfgtmxr__content {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.ibhfgtmxr__content p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.ibhfgtmxr__content ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.ibhfgtmxr__content ul {
  list-style: none;
}

.ibhfgtmxr__content ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.ibhfgtmxr__content ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .ibhfgtmxr__content 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;
    }

    .ibhfgtmxr__content ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .ibhfgtmxr__content ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #a5d6a7 0%, #d9edd9 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: 1rem 0;
        padding: 0.5rem 0;
        font-size: 0.875rem;
      }

      .aioseo-breadcrumb {
        display: inline-block;
      }

      .aioseo-breadcrumb a {
        color: #A5D6A7;
        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;
      }
    


      .ibhfgtmxr__content 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, 0, 0, 0.05);
        overflow: hidden;
      }

      .ibhfgtmxr__content table thead tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      }

      .ibhfgtmxr__content table th {
        padding: 16px 26px;
        font-weight: normal;
        font-size: 12px;
        color: rgba(0, 0, 0, 0.4);
        text-transform: uppercase;
        letter-spacing: 0.2em;
        border: none;
      }

      .ibhfgtmxr__content table tbody tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        transition: background-color 0.2s ease;
      }

      .ibhfgtmxr__content table tbody tr:last-child {
        border-bottom: none;
      }

      .ibhfgtmxr__content table tbody tr:hover {
        background-color: rgba(0, 0, 0, 0.02);
      }

      .ibhfgtmxr__content table td {
        padding: 21px 35px;
        font-size: 14px;
        color: var(--table-text-color);
        border: none;
        letter-spacing: 0.025em;
      }

      .ibhfgtmxr__content table td:first-child {
        font-weight: normal;
      }
    

.ibhfgtmxr__content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.jzatdnkif__item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.krphaxnmb__item {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .fcylsiznm__column {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: var(--py-2);
        margin: var(--py-2) 0;
        align-items: center;
      }

      .fcylsiznm__column .hqebclwjg__cols:first-child {
        order: 1;
        padding: 25px;
        border-radius: var(--border-radius);
        box-shadow: 0 16px 35px rgba(0, 0, 0, 0.6);
        background-color: rgb(from var(--table-bg-color) r g b / 0.5);
        border: 1px solid var(--table-border-color);
      }

      .fcylsiznm__column .hqebclwjg__cols:last-child {
        order: 2;
      }

      .fcylsiznm__column h2 {
        margin-top: 0;
      }

      .fcylsiznm__column img,
      .fcylsiznm__column figure {
        margin: 0;
        border-radius: var(--border-radius);
      }

      @media (max-width: 1024px) {
        .fcylsiznm__column {
          grid-template-columns: 1fr;
        }

        .fcylsiznm__column .hqebclwjg__cols:first-child {
          order: 1;
        }

        .fcylsiznm__column .hqebclwjg__cols:last-child {
          order: 2;
        }
      }
    

.tkxedgnwr__tbl {
  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%;
}

.tkxedgnwr__tbl p,
.tkxedgnwr__tbl h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.tkxedgnwr__tbl table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.tkxedgnwr__tbl table td,
.tkxedgnwr__tbl table th {
  border: 0;
}

.tkxedgnwr__tbl table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.tkxedgnwr__tbl tr:last-child {
  border-bottom: 0;
}

.tkxedgnwr__tbl h2 {
  margin-top: 0;
}

/*
.fqoaihrcm__card {
  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);
}
  */

.etuzkgjhv__inv {
  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);
}


    .etuzkgjhv__inv{
      background: rgba(165,214,167,0.1);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(165,214,167,0.2);
      color: var(--text-color);
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    }
    

.etuzkgjhv__inv h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .peigsohyx__ban{
    flex-direction: column;
  }

  .kynfjhsip__hr {
    width: 100%;
  }

  .tkxedgnwr__tbl {
    padding: var(--py);
  }

  .etuzkgjhv__inv {
    padding: var(--py);
  }
}

.larztfnhe__sm{
  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);
}
.larztfnhe__sm 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;
}
.larztfnhe__sm a:hover {
  color: var(--primary-btn-bg);
}
.larztfnhe__sm h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .kvdiujxbn__fr {
      max-width: 1000px;
      margin: var(--mb) auto;
    }

    .awcdqohft__frm {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      align-items: start;
    }

    .tawybrdcv__frm {
      background: var(--card-bg-color);
      padding: 30px;
      border-radius: var(--border-radius);
      box-shadow: var(--card-shadow);
    }

    .tawybrdcv__frm h2 {
      font-size: var(--fz-2);
      color: var(--heading-color);
      margin: 0 0 25px 0;
      font-weight: 600;
    }

    .uzfneklco__fr {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .tlczewmgv__fr {
      display: flex;
      align-items: flex-start;
      gap: 15px;
    }

    .vkieahzxp__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;
    }

    .scwodirhm__frm {
      color: var(--text-color);
      line-height: 1.5;
    }

    .scwodirhm__frm strong {
      color: var(--heading-color);
      font-weight: 600;
    }

    .rgetuvosk__frm {
      background: var(--card-bg-color);
      padding: 30px;
      border-radius: var(--border-radius);
      box-shadow: var(--card-shadow);
    }

    .mgvzrytwx__frm {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .dkfvrsqxo__form {
      display: flex;
      flex-direction: column;
    }

    .vcyakhlro__frm, .judpkqifo__fr {
      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;
    }

    .vcyakhlro__frm:focus, .judpkqifo__fr:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .judpkqifo__fr {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .rgetuvosk__frm button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
    }

    .rgetuvosk__frm button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .awcdqohft__frm {
        grid-template-columns: 1fr;
        gap: 30px;
      }

      .tawybrdcv__frm, .rgetuvosk__frm {
        padding: 20px;
      }

      .mgvzrytwx__frm {
        gap: 15px;
      }

      .vcyakhlro__frm, .judpkqifo__fr {
        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)
  }
}


        .mfibquapt__ban {
            position: relative;
            min-height: 445px;
            background: linear-gradient(10deg, #A5D6A7, #FF6F61);
            display: flex;
            align-items: center;
            overflow: hidden;
        }

        .kynfjhsip__hr {
            display: flex;
            align-items: center;
            justify-content: var(--banner-direction);
        }

        .rznfqjmyv__main {
            position: absolute;
            inset: 0;
        }

        .poifhvxak__b {
            position: absolute;
            background: rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            animation: float-particle 20s infinite linear;
        }

        .poifhvxak__b:nth-child(1) {
            width: 4px;
            height: 4px;
            left: 10%;
            animation-delay: 0s;
            animation-duration: 15s;
        }

        .poifhvxak__b:nth-child(2) {
            width: 6px;
            height: 6px;
            left: 20%;
            animation-delay: 2s;
            animation-duration: 18s;
        }

        .poifhvxak__b:nth-child(3) {
            width: 3px;
            height: 3px;
            left: 30%;
            animation-delay: 4s;
            animation-duration: 12s;
        }

        .poifhvxak__b:nth-child(4) {
            width: 5px;
            height: 5px;
            left: 40%;
            animation-delay: 6s;
            animation-duration: 16s;
        }

        .poifhvxak__b:nth-child(5) {
            width: 4px;
            height: 4px;
            left: 50%;
            animation-delay: 8s;
            animation-duration: 14s;
        }

        .poifhvxak__b:nth-child(6) {
            width: 6px;
            height: 6px;
            left: 60%;
            animation-delay: 10s;
            animation-duration: 17s;
        }

        .poifhvxak__b:nth-child(7) {
            width: 3px;
            height: 3px;
            left: 70%;
            animation-delay: 12s;
            animation-duration: 13s;
        }

        .poifhvxak__b:nth-child(8) {
            width: 5px;
            height: 5px;
            left: 80%;
            animation-delay: 14s;
            animation-duration: 19s;
        }

        .ykadhsvcb__ban {
            position: relative;
            z-index: 10;
            text-align: var(--banner-direction);
            width: 1130px;
            max-width: 100%;
            padding: var(--py);
        }

        .rgmwyijtb__main {
            font-size: clamp(3rem, 8vw, 5rem);
            font-weight: bold;
            color: #FFFFFF;
            margin-bottom: 1rem;
            line-height: 1.2;
        }

        .uydairgvk__main {
            font-size: 19px;
            color: #FFFFFF;
            margin-bottom: 3rem;
            line-height: 1.6;
        }

        @media (max-width: 1024px) {
            .rgmwyijtb__main {
                font-size: 25px;
            }
        }

        @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;
            }
        }
        


        .kzunpfeiv__card {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            padding: 2rem 0;
        }

        .fqoaihrcm__card {
            background: linear-gradient(276deg, #A5D6A7, #FF6F61);
            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;
        }

        .fqoaihrcm__card::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;
        }

        .fqoaihrcm__card:hover::before {
            transform: translateX(100%);
        }

        .fqoaihrcm__card:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
        }

        .fqoaihrcm__card h3 {
            color: #000000;
            position: relative;
            z-index: 1;
        }

        .fqoaihrcm__card p {
            color: #000000;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .kzunpfeiv__card {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        