/*!
Theme Name: ijp2fu
Theme URI: #
Version: 8.8.2
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ijp2fu
*/

:root {
  --text-color: #FFFFFF;
  --heading-color: #FF5733;
  --primary-btn-bg: #007BFF;
  --secondary-btn-bg: #FFC107;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #000000;

  --header-bg-color: #1C1C1C;
  --header-text-color: #FF5733;
  --header-border: 1px solid #007BFF;

  --footer-bg-color: #000000;
  --footer-text-color: #FFFFFF;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #555555;
  --table-border-color: #FFFFFF;
  --table-text-color: #ffffff;

  --body-bg-color: #1C1C1C;
  --card-bg-color: #4f4f4f;
  --card-text-color: #FFFFFF;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: center;
  --banner-column: 61%;
  --banner-padding: 144px;
  --banner-border: 4px solid #007BFF;
  --banner-bg-color: #1C1C1C;
  --banner-text-color: #ffffff;

  --container-max-width: 1459px;
  --container-padding: 0 15px;
  --border-radius: 12px;
  --py: 29px;
  --py-2: 61px;
  --py-3: 78px;
  --text-align: left;
  --mb: 17px;
  --fz-1: 28.8px;
  --fz-2: 24px;
  --fz-3: 20px;
  --logo-width: 104px;
  --menu-margin: 0 auto 0 0;

  --animation-duration: 483ms;
  --animation-type: ease-in-out;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #e8e8e8;
  --contrast-text-color: #333333;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Raleway', 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;
}

.wrap-pygzljikt {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .head-utcyljfzn {
        color: var(--header-text-color);
        padding: 0;
        backdrop-filter: blur(25px);
        background-color: rgba(28,28,28,0.5);
        position: sticky;
        top: 0;
        z-index: 100;
      }

      .top-yifvmxbkn {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .header-yusfgvpht {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .top-hxydknjlo {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .top-hxydknjlo:hover {
        color: var(--primary-btn-bg);
      }


      .head-tvcswdqhe {
        display: flex;
        gap: 10px;
      }

      .top-nfuvxwqjo {
        display: none;
      }
    

@media (max-width: 1024px) {
  .header-yusfgvpht {
    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;
  }

  .top-hxydknjlo {
    padding: 10px 0;
    display: block;
  }

  .header-yusfgvpht.active {
    opacity: 1;
    visibility: visible;
  }

  .top-nfuvxwqjo {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .top-nfuvxwqjo span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .top-nfuvxwqjo.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .top-nfuvxwqjo.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.log-ocvbsmypx {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.log-ocvbsmypx img {
  max-height: 80px;
}

.first-qunfhdajm,
.secondary-xnzjtaoes {
  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;
}

.first-qunfhdajm {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.first-qunfhdajm:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.secondary-xnzjtaoes {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.secondary-xnzjtaoes:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.footer-odjhvmtki{
  position: relative;
}
.footer-odjhvmtki * {
  z-index: 1;
  position: relative;
}


      .txt-ynxsoirvh > .wp-block-image {
        margin: 2.5rem auto;
        display: block;
        position: relative;
        padding: 10px;
        background: linear-gradient(135deg, #007bff 0%, #0063cc 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%;
      }

      .txt-ynxsoirvh > .wp-block-image:hover {
        transform: scale(1.01);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }

      .txt-ynxsoirvh > .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;
      }
    


    .footer-odjhvmtki {
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: 64px 24px;
    }

    .footer-owruhbfnt {
      max-width: 1280px;
      margin: 0 auto;
    }

    .foot-grfkucmxn {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 24px;
    }

    .footer-vzilbrcpx {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 24px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .f-xhiowmbay {
      color: var(--footer-text-color);
      opacity: 0.6;
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s ease, opacity 0.3s ease;
    }

    .f-xhiowmbay:hover {
      color: var(--primary-btn-bg);
      opacity: 1;
    }

    .footer-fenmtwbgq {
      color: var(--footer-text-color);
      opacity: 0.2;
    }

    .bottom-gayqftxzd {
      text-align: center;
      font-size: 12px;
      color: var(--footer-text-color);
      opacity: 0.6;
      margin: 0;
    }

    @media (max-width: 768px) {
      .footer-odjhvmtki {
        padding: 48px 16px;
      }

      .footer-vzilbrcpx {
        gap: 16px;
      }
    }
    



.footer-vzilbrcpx li:empty {
  display: none;
}

.main-jwiexrqps {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.main-jwiexrqps {
  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;
}

.main-jwiexrqps svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.hr-yqxdfawml{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.main-luqxbtovz {
  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;
}

.tb-vdkjmawqo{
  overflow-x: auto;
  width: 100%;
}

.txt-ynxsoirvh {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.txt-ynxsoirvh p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.txt-ynxsoirvh ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.txt-ynxsoirvh ul {
  list-style: none;
}

.txt-ynxsoirvh ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.txt-ynxsoirvh ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .txt-ynxsoirvh 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;
    }

    .txt-ynxsoirvh ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 4rem;
      margin-bottom: var(--mb);
      color: var(--text-color);
      background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.05) 100%);
      padding: 5px 5px 5px 4rem;
      border-radius: 8px;
      border-left: 4px solid transparent;
      background-clip: padding-box;
    }

    .txt-ynxsoirvh ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0.5rem;
      top: 50%;
      transform: translateY(-50%);
      border-left-color: var(--primary-btn-bg);
      background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
      color: white;
      width: 2.5rem;
      height: 2.5rem;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      font-size: 1rem;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }
    


      .aioseo-breadcrumbs {
        margin: 0.75rem 0;
        padding: 0.25rem 0;
        font-size: 0.8rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 0.5rem;
      }

      .aioseo-breadcrumb {
        display: inline-block;
      }

      .aioseo-breadcrumb a {
        color: #007BFF;
        text-decoration: none;
        opacity: 0.7;
        transition: all 0.2s ease;
        padding: 0.125rem 0.25rem;
        border-radius: 3px;
      }

      .aioseo-breadcrumb a:hover {
        opacity: 1;
        background: rgba(255, 255, 255, 0.05);
      }

      .aioseo-breadcrumb:not(:has(a)) {
        color: var(--text-color);
        opacity: 0.5;
        font-weight: 500;
      }

      .aioseo-breadcrumb-separator {
        color: var(--text-color);
        opacity: 0.3;
        margin: 0 0.375rem;
        font-size: 0.75rem;
      }
    


      .txt-ynxsoirvh 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,123,255,0.3);
        overflow: hidden;
      }

      .txt-ynxsoirvh table thead tr {
        border-bottom: 1px solid rgba(0,123,255,0.3);
      }

      .txt-ynxsoirvh table th {
        padding: 18px 28px;
        font-weight: normal;
        font-size: 14px;
        color: #007bff;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        border: none;
      }

      .txt-ynxsoirvh table tbody tr {
        border-bottom: 1px solid rgba(0,123,255,0.1);
        transition: all 0.2s ease;
      }

      .txt-ynxsoirvh table tbody tr:last-child {
        border-bottom: none;
      }

      .txt-ynxsoirvh table tbody tr:hover {
        background-color: rgba(255, 255, 255, 0.05);
      }

      .txt-ynxsoirvh table tbody tr:hover td:first-child {
        color: #007bff;
      }

      .txt-ynxsoirvh table td {
        padding: 19px 28px;
        font-size: 16px;
        color: var(--table-text-color);
        border: none;
        transition: color 0.2s ease;
      }

      .txt-ynxsoirvh table td:first-child {
        font-weight: normal;
      }
    

.txt-ynxsoirvh img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.blog-tvwnhorya {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.post-yvpafmduw {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .col-kbsdzmato {
        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;
      }

      .col-kbsdzmato::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, #66b0ff05 0%, transparent 70%);
        z-index: 0;
      }

      .col-kbsdzmato .texted-drhucpgns {
        position: relative;
        z-index: 1;
      }

      .col-kbsdzmato .texted-drhucpgns:first-child {
        order: 2;
      }

      .col-kbsdzmato .texted-drhucpgns:last-child {
        order: 1;
      }

      .col-kbsdzmato 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;
      }

      .col-kbsdzmato figure:hover {
        transform: perspective(1000px) rotateY(0deg) scale(1.02);
      }

      .col-kbsdzmato figure img {
        width: 100%;
        height: auto;
        transition: transform 0.3s ease;
        border-radius: var(--border-radius);
      }

      .col-kbsdzmato 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%, #007bff 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        position: relative;
      }

      .col-kbsdzmato h2::after {
        content: '';
        position: absolute;
        bottom: -0.75rem;
        left: 0;
        width: 4rem;
        height: 4px;
        background: linear-gradient(90deg, #007bff 0%, #0063cc 100%);
        border-radius: 2px;
        box-shadow: 0 2px 8px #007bff40;
      }

      .col-kbsdzmato p {
        line-height: 1.8;
        margin-bottom: 1.25rem;
        color: var(--text-color);
        opacity: 0.85;
        font-size: 1.1rem;
      }

      @media (max-width: 1024px) {
        .col-kbsdzmato {
          grid-template-columns: 1fr;
          gap: 2rem;
          padding: 1.5rem;
        }

        .col-kbsdzmato .texted-drhucpgns:first-child {
          order: 1;
        }

        .col-kbsdzmato .texted-drhucpgns:last-child {
          order: 2;
        }

        .col-kbsdzmato figure {
          transform: none;
        }

        .col-kbsdzmato figure:hover {
          transform: scale(1.02);
        }

        .col-kbsdzmato h2 {
          font-size: 2rem;
        }
      }
    

.tb-ouqblpxsf {
  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%;
}

.tb-ouqblpxsf p,
.tb-ouqblpxsf h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.tb-ouqblpxsf table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.tb-ouqblpxsf table td,
.tb-ouqblpxsf table th {
  border: 0;
}

.tb-ouqblpxsf table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.tb-ouqblpxsf tr:last-child {
  border-bottom: 0;
}

.tb-ouqblpxsf h2 {
  margin-top: 0;
}

/*
.cards-cbjzyptqx {
  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);
}
  */

.dark-zeqwnxivg {
  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);
}


    .dark-zeqwnxivg{
      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);
    }
    

.dark-zeqwnxivg h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .hr-yqxdfawml{
    flex-direction: column;
  }

  .main-luqxbtovz {
    width: 100%;
  }

  .tb-ouqblpxsf {
    padding: var(--py);
  }

  .dark-zeqwnxivg {
    padding: var(--py);
  }
}

.sm-ejrpiubyt{
  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);
}
.sm-ejrpiubyt 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;
}
.sm-ejrpiubyt a:hover {
  color: var(--primary-btn-bg);
}
.sm-ejrpiubyt h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .fr-vbgtmedcl {
      max-width: 1200px;
      margin: var(--mb) auto;
      padding: 0 20px;
    }

    .fr-axgthfprm {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
      align-items: start;
    }

    .fr-liasmzhfy {
      padding: 40px 0;
    }

    .fr-rcjvatfwk {
      display: flex;
      flex-direction: column;
      gap: 15px;
    }

    .form-nlzkhvdmi {
      color: var(--text-color);
      font-size: 16px;
    }

    .form-nlzkhvdmi strong {
      color: var(--heading-color);
      font-weight: 600;
    }

    .form-ekastudlh {
      background: var(--card-bg-color);
      padding: 40px;
      border-radius: var(--border-radius);
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .frm-efxtynuch {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .fr-djrabfvxi {
      display: flex;
      flex-direction: column;
    }

    .fr-hfqweogaj, .frm-txowsplzr {
      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;
    }

    .fr-hfqweogaj:focus, .frm-txowsplzr:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .frm-txowsplzr {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .frm-efxtynuch button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
    }

    .frm-efxtynuch button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .fr-axgthfprm {
        grid-template-columns: 1fr;
        gap: 40px;
      }

      .form-ekastudlh {
        padding: 30px 20px;
      }

      .fr-liasmzhfy {
        padding: 20px 0;
      }

      ."form__title" {
        font-size: var(--fz-2);
      }

      ."form__subtitle" {
        font-size: 16px;
      }
    }
    


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

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

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

.pr__title {
  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)
  }
}


        .head-utcyljfzn {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            background: #fff0;
            z-index: 100;
            border: 0;
        }

        .main-jwiexrqps {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 90vh;
            padding: 150px 15px 50px;
        }

        .main-luqxbtovz {
            position: relative;
            text-align: center;
            max-width: 63rem;
            margin: 0 auto;
            z-index: 10;
        }

        .hero-pxynguoth {
            font-size: 50px;
            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, #FF5733 0%, #007BFF 50%, #FFC107 100%);
        }

        .hero-pxynguoth span {
            color: transparent;
            background-clip: text;
            background-image: linear-gradient(to right in oklab, #007BFF 0%, #FFC107 100%);
        }

        .hr-etavpsmfl {
            font-size: 19px;
            color: #ffffff;
            max-width: 55rem;
            margin: 0 auto var(--mb);
        }

        .ban-ilnemjrxd {
            position: absolute;
            inset: 0;
            background-image: linear-gradient(to bottom right,
                    rgba(#007BFF, 0.2),
                    rgba(#FFC107, 0.2),
                    rgba(#007BFF, 0.2));
            opacity: 0.5;
        }

        .banner-jxicnarmh {
            position: absolute;
            border-radius: 9999px;
            opacity: 0.3;
        }

        .banner-jxicnarmh:nth-child(1) {
            top: 6rem;
            left: 90%;
            width: 8rem;
            height: 8rem;
            background-image: linear-gradient(to right, #007BFF, #FFC107);
            border-radius: 9999px;
            filter: blur(24px);
            opacity: 0.3;
            animation: pulse 2s infinite;
        }

        .banner-jxicnarmh:nth-child(2) {
            bottom: 4rem;
            right: 27%;
            width: 12rem;
            height: 12rem;
            background-image: linear-gradient(to right, #007BFF, #FFC107);
            border-radius: 9999px;
            filter: blur(40px);
            opacity: 0.2;
            animation: pulse 2s infinite;
            animation-delay: 1s;
        }

        .banner-jxicnarmh:nth-child(3) {
            top: 65%;
            left: 31%;
            width: 8rem;
            height: 6rem;
            background-image: linear-gradient(to right, #FFC107, #007BFF);
            border-radius: 0.5rem;
            filter: blur(16px);
            opacity: 0.25;
            animation: bounce 1s infinite;
        }

        @media (max-width: 1024px) {
            .hero-pxynguoth {
                font-size: 26px;
                max-width: 100%;
            }

            .main-jwiexrqps {
                padding: 120px 15px 50px;
                min-height: 70vh;
            }

            .hr-etavpsmfl {
                max-width: 100%;
            }

            .banner-jxicnarmh:nth-child(1),
            .banner-jxicnarmh:nth-child(2),
            .banner-jxicnarmh: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);
            }
        }
        


        .row-umhobiajg {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: var(--py);
            padding: var(--py) 0;
        }

        .cards-cbjzyptqx {
            background: #4f4f4f;
            border-radius: var(--border-radius);
            padding: var(--py);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            border: 1px solid rgba(0, 0, 0, 0.05);
            position: relative;
            overflow: hidden;
        }

        .cards-cbjzyptqx::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 8px;
            background: linear-gradient(90deg, #007BFF, #FFC107);
        }

        .cards-cbjzyptqx:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        }

        .cards-cbjzyptqx h3 {
            color: #FFFFFF;
        }

        .cards-cbjzyptqx p {
            color: #FFFFFF;
            margin: 0;
        }

        @media (max-width: 768px) {
            .row-umhobiajg {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        