/*!
Theme Name: hgrc2s
Theme URI: #
Version: 6.2.7
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hgrc2s
*/

:root {
  --text-color: #000000;
  --heading-color: #F39C12;
  --primary-btn-bg: #D35400;
  --secondary-btn-bg: #C0392B;
  --primary-btn-color: #FFF;
  --secondary-btn-color: #FFF;

  --header-bg-color: #7D3C98;
  --header-text-color: #FFF;
  --header-border: {{header-border}};

  --footer-bg-color: #512E5F;
  --footer-text-color: #FFF;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #F4F6F7;
  --table-border-color: #BDC3C7;
  --table-text-color: #222b2f;

  --body-bg-color: #E8DAEF;
  --card-bg-color: #ffffff;
  --card-text-color: #000000;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: center;
  --banner-column: 71%;
  --banner-padding: 201.6px;
  --banner-border: 0 solid;
  --banner-bg-color: #FFF;
  --banner-text-color: #333333;

  --container-max-width: 1339px;
  --container-padding: 0 15px;
  --border-radius: 14px;
  --py: 33px;
  --py-2: 63px;
  --py-3: 68px;
  --text-align: center;
  --mb: 20px;
  --fz-1: 40.32px;
  --fz-2: 33.6px;
  --fz-3: 28px;
  --logo-width: 159px;
  --menu-margin: 0 0 0 auto;

  --animation-duration: 994ms;
  --animation-type: ease-in;
  --animation-effect: fadeIn;

  --contrast-bg-color: #1a1a1a;
  --contrast-text-color: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Inter', 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;
}

.wr__zobhfvp {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .head__xucrizn {
        background-color: var(--header-bg-color);
        color: var(--header-text-color);
        padding: 0;
        border-bottom: var(--header-border);
      }

      .top__ycflhqk {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .header__xikzpeo {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .head__srdnbxk {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
        padding: 8px 20px;
        border-radius: var(--border-radius);
        border: 1px solid #e9a97f;
      }

      .head__srdnbxk:hover {
        color: var(--primary-btn-bg);
      }


      .h__rwltoid {
        display: flex;
        gap: 10px;
      }

      .header__hxyqpri {
        display: none;
      }
    

@media (max-width: 1024px) {
  .header__xikzpeo {
    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;
  }

  .head__srdnbxk {
    padding: 10px 0;
    display: block;
  }

  .header__xikzpeo.active {
    opacity: 1;
    visibility: visible;
  }

  .header__hxyqpri {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .header__hxyqpri span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .header__hxyqpri.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .header__hxyqpri.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.l__yunzwlp {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.l__yunzwlp img {
  max-height: 80px;
}

.p__zockwte,
.alt__wagkpzo {
  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;
}

.p__zockwte {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.p__zockwte:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.alt__wagkpzo {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.alt__wagkpzo:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.foot__gnqzowu{
  position: relative;
}
.foot__gnqzowu * {
  z-index: 1;
  position: relative;
}


      .content__ogpivml > .wp-block-image {
        margin: 2rem 0;
        display: block;
        padding: 8px;
        border: 2px solid #ff8838;
        border-radius: var(--border-radius);
        background: rgba(255, 255, 255, 0.02);
        transition: border-color 0.3s ease, background 0.3s ease;
      }

      .content__ogpivml > .wp-block-image:hover {
        border-color: var(--primary-btn-bg);
        background: rgba(255, 255, 255, 0.05);
      }

      .content__ogpivml > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0;
      }
    


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

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

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

    .lks__nuyqwgh {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .foot__gnqzowu {
      background: linear-gradient(135deg, #613772 0%, #351e3e 50%, #000000 100%);
      color: var(--footer-text-color);
      padding: 64px 24px;
    }

    .bot__dzjtkbh {
      max-width: 1280px;
      margin: 0 auto;
    }

    .foot__cvhilgk {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 32px;
    }

    .bot__gbxlwac {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 32px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .bottom__vqutxjg {
      color: var(--footer-text-color);
      opacity: 0.7;
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s ease, opacity 0.3s ease;
    }

    .bottom__vqutxjg:hover {
      color: var(--footer-text-color);
      opacity: 1;
    }

    .f__optrkuf {
      text-align: center;
      font-size: 14px;
      color: var(--footer-text-color);
      opacity: 0.5;
    }

    @media (max-width: 768px) {
      .foot__gnqzowu {
        padding: 48px 16px;
      }

      .bot__gbxlwac {
        gap: 24px;
      }
    }
    



.bot__gbxlwac li:empty {
  display: none;
}

.hero__kqgaifr {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.hero__kqgaifr {
  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;
}

.hero__kqgaifr svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.hero__yowzmnf{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.main__ijrtcbs {
  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;
}

.tbl__stmkyxc{
  overflow-x: auto;
  width: 100%;
}

.content__ogpivml {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.content__ogpivml p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.content__ogpivml ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.content__ogpivml ul {
  list-style: none;
}

.content__ogpivml ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.content__ogpivml ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .content__ogpivml 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;
    }

    .content__ogpivml 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;
    }

    .content__ogpivml 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, #d35400 0%, #853500 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: 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: #D35400;
        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;
      }
    


      .content__ogpivml 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;
      }

      .content__ogpivml table thead tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      }

      .content__ogpivml table th {
        padding: 17px 34px;
        font-weight: normal;
        font-size: 12px;
        color: rgba(0, 0, 0, 0.4);
        text-transform: uppercase;
        letter-spacing: 0.2em;
        border: none;
      }

      .content__ogpivml table tbody tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        transition: background-color 0.2s ease;
      }

      .content__ogpivml table tbody tr:last-child {
        border-bottom: none;
      }

      .content__ogpivml table tbody tr:hover {
        background-color: rgba(0, 0, 0, 0.02);
      }

      .content__ogpivml table td {
        padding: 23px 33px;
        font-size: 14px;
        color: var(--table-text-color);
        border: none;
        letter-spacing: 0.025em;
      }

      .content__ogpivml table td:first-child {
        font-weight: normal;
      }
    

.content__ogpivml img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.blog__kytqjho {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.blog__dztyobu {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .cols__gboistl {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        margin: var(--py-2) 0;
        align-items: start;
        position: relative;
      }

      .cols__gboistl::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 1px;
        height: 80%;
        background: linear-gradient(180deg, transparent 0%, #ff9752 50%, transparent 100%);
        z-index: 1;
      }

      .cols__gboistl .column__iskcfbw:first-child {
        position: relative;
        z-index: 2;
        order: 2;
      }

      .cols__gboistl .column__iskcfbw:last-child {
        position: relative;
        z-index: 2;
        order: 1;
        padding-right: 2rem;
      }

      .cols__gboistl figure {
        border-radius: 20px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
      }

      .cols__gboistl figure::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, #d3540020 0%, #ff975210 100%);
        z-index: 1;
        opacity: 0;
        transition: opacity 0.3s ease;
      }

      .cols__gboistl figure:hover::before {
        opacity: 1;
      }

      .cols__gboistl figure img {
        width: 100%;
        height: auto;
        position: relative;
        z-index: 0;
        border-radius: var(--border-radius);
      }

      .cols__gboistl h2 {
        margin-top: 0;
        color: var(--text-color);
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.3;
        margin-bottom: 1.5rem;
        position: relative;
      }

      .cols__gboistl h2::after {
        content: '';
        position: absolute;
        bottom: -0.5rem;
        left: 0;
        width: 2rem;
        height: 2px;
        background: #d35400;
        border-radius: 1px;
      }

      .cols__gboistl p {
        line-height: 1.7;
        margin-bottom: 1rem;
        color: var(--text-color);
        opacity: 0.9;
      }

      @media (max-width: 1024px) {
        .cols__gboistl {
          grid-template-columns: 1fr;
          gap: 2rem;
        }

        .cols__gboistl::before {
          display: none;
        }

        .cols__gboistl .column__iskcfbw:first-child {
          order: 1;
        }

        .cols__gboistl .column__iskcfbw:last-child {
          order: 2;
          padding-left: 0;
          padding-right: 0;
        }
      }
    

.tbl__yibxtnl {
  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%;
}

.tbl__yibxtnl p,
.tbl__yibxtnl h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.tbl__yibxtnl table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.tbl__yibxtnl table td,
.tbl__yibxtnl table th {
  border: 0;
}

.tbl__yibxtnl table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.tbl__yibxtnl tr:last-child {
  border-bottom: 0;
}

.tbl__yibxtnl h2 {
  margin-top: 0;
}

/*
.block__jhpidoz {
  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);
}
  */

.darked__cejpsyf {
  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);
}


    .darked__cejpsyf{
      background: linear-gradient(135deg, #d35400 0%, #d17600 50%, #c3d100 100%);
      padding: 47px;
    }
    

.darked__cejpsyf h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .hero__yowzmnf{
    flex-direction: column;
  }

  .main__ijrtcbs {
    width: 100%;
  }

  .tbl__yibxtnl {
    padding: var(--py);
  }

  .darked__cejpsyf {
    padding: var(--py);
  }
}

.map__ufhpjct{
  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);
}
.map__ufhpjct 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;
}
.map__ufhpjct a:hover {
  color: var(--primary-btn-bg);
}
.map__ufhpjct 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__fkvowzx {
      background: var(--card-bg-color);
      border-radius: var(--border-radius);
      padding: 40px;
      box-shadow: var(--card-shadow);
      max-width: 600px;
      margin: var(--mb) auto;
    }

    .fr__yvxonfm {
      display: flex;
      flex-direction: column;
    }

    .fr__kuqfalp {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .frm__sxionwh {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
    }

    .frm__mepigkw {
      display: flex;
      flex-direction: column;
    }

    .frm__npzsrkg, .frm__kfxzpwm {
      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;
    }

    .frm__npzsrkg:focus, .frm__kfxzpwm:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .frm__kfxzpwm {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .fr__yvxonfm button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
    }

    .fr__yvxonfm button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .fr__fkvowzx {
        padding: 30px 20px;
        margin: var(--mb) 15px;
      }

      .frm__sxionwh {
        grid-template-columns: 1fr;
        gap: 15px;
      }

      .fr__kuqfalp {
        gap: 15px;
      }

      .frm__npzsrkg, .frm__kfxzpwm {
        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)
  }
}


        .hero__kqgaifr {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 27px var(--py) 87px;
            overflow: hidden;
        }

        .main__pymdxhb {
            position: absolute;
            inset: 0;
            pointer-events: none;
        }

        .ban__iosycfr {
            position: absolute;
            border-radius: 50%;
            filter: blur(89px);
        }

        .ban__iosycfr:nth-child(1) {
            top: 28%;
            left: 25%;
            width: 333px;
            height: 314px;
            background: rgba(211, 84, 0, 0.1);
        }

        .ban__iosycfr:nth-child(2) {
            top: 31%;
            right: 30%;
            width: 302px;
            height: 311px;
            background: rgba(192, 57, 43, 0.1);
        }

        .ban__iosycfr:nth-child(3) {
            bottom: 28%;
            left: 46%;
            width: 259px;
            height: 250px;
            background: rgba(211, 84, 0, 0.15);
        }

        .hero__ntlrcbx {
            position: relative;
            width: 100%;
            text-align: center;
            max-width: 1173px;
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(24px);
            border-radius: 40px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            padding: 80px;
            box-shadow: 0 11px 50px rgba(0, 0, 0, 0.3);
        }

        .hero__ntlrcbx::before {
            content: '';
            position: absolute;
            top: -45px;
            right: -43px;
            width: 125px;
            height: 125px;
            background: linear-gradient(to bottom right, rgba(211, 84, 0, 0.2), transparent);
            border-radius: 50%;
            filter: blur(35px);
        }

        .hero__ntlrcbx::after {
            content: '';
            position: absolute;
            bottom: -48px;
            left: -49px;
            width: 111px;
            height: 138px;
            background: linear-gradient(to top left, rgba(192, 57, 43, 0.2), transparent);
            border-radius: 50%;
            filter: blur(39px);
        }

        .b__mijrshc {
            position: absolute;
            border-radius: 50%;
            animation: pulse 2s ease-in-out infinite;
        }

        .b__mijrshc:nth-child(1) {
            top: 24px;
            right: 75px;
            width: 6px;
            height: 6px;
            background: #D35400;
            animation-delay: 0s;
        }

        .b__mijrshc:nth-child(2) {
            bottom: 51px;
            left: 54px;
            width: 4px;
            height: 4px;
            background: #C0392B;
            animation-delay: 0.5s;
        }

        .b__mijrshc:nth-child(3) {
            top: 79px;
            left: 67px;
            width: 3px;
            height: 5px;
            background: white;
            animation-delay: 1s;
        }

        .hero__itfoazn {
            font-size: clamp(49px, 8vw, 90px);
            font-weight: bold;
            color: #333333;
            margin-bottom: 25px;
            line-height: 1.1;
            letter-spacing: 0.02em;
            text-align: center;
        }

        .hero__itfoazn .italic {
            font-style: italic;
            color: #D35400;
            opacity: 0.9;
        }

        .main__dmnjupa {
            font-size: 19px;
            color: #333333;
            opacity: 0.7;
            max-width: 553px;
            margin: 0 auto 40px;
            line-height: 1.6;
            text-align: center;
        }

        @keyframes pulse {
            0%, 100% { opacity: 1; transform: scale(1); }
            50% { opacity: 0.5; transform: scale(1.1); }
        }

        @media (max-width: 1024px) {
            .hero__ntlrcbx {
                padding: 54px;
            }

            .hero__itfoazn {
                font-size: 43px;
            }

            .main__dmnjupa {
                font-size: 14px;
            }
        }
        


        .block__moxhrzc {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 1.5rem;
            padding: 2rem 0;
        }

        .block__jhpidoz {
            background: #ffffff;
            border: 2px solid transparent;
            border-radius: var(--border-radius);
            padding: var(--py);
            transition: all 0.3s ease;
            position: relative;
        }

        .block__jhpidoz:hover {
            border-color: #D35400;
            transform: translateY(-4px);
        }

        .block__jhpidoz h3 {
            color: #000000;
        }

        .block__jhpidoz p {
            color: #000000;
            margin: 0;
        }

        @media (max-width: 768px) {
            .block__moxhrzc {
                grid-template-columns: 1fr;
                gap: 1rem;
            }
        }
        