/*!
Theme Name: hifwbx
Theme URI: #
Version: 8.1.5
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hifwbx
*/

:root {
  --text-color: #FFFFFF;
  --heading-color: #00BFFF;
  --primary-btn-bg: #00CED1;
  --secondary-btn-bg: #FF1493;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #0D0D0D;
  --header-text-color: #00BFFF;
  --header-border: 1px solid #00CED1;

  --footer-bg-color: #000000;
  --footer-text-color: #FFFFFF;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #2E2E2E;
  --table-border-color: #444444;
  --table-text-color: #fafafa;

  --body-bg-color: #0D0D0D;
  --card-bg-color: #404040;
  --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: 80%;
  --banner-padding: 158.4px;
  --banner-border: 4px solid #00CED1;
  --banner-bg-color: #0D0D0D;
  --banner-text-color: #ffffff;

  --container-max-width: 1284px;
  --container-padding: 0 15px;
  --border-radius: 26px;
  --py: 26px;
  --py-2: 42px;
  --py-3: 66px;
  --text-align: center;
  --mb: 22px;
  --fz-1: 31.68px;
  --fz-2: 26.4px;
  --fz-3: 22px;
  --logo-width: 196px;
  --menu-margin: 0 0 0 auto;

  --animation-duration: 450ms;
  --animation-type: linear;
  --animation-effect: fadeIn;

  --contrast-bg-color: #d9d9d9;
  --contrast-text-color: #333333;
}

* {
  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;
}

.qgdciz-c {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .xpfaek-header {
        background-color: var(--header-bg-color);
        color: var(--header-text-color);
        padding: var(--py) 0;
        border-bottom: var(--header-border);
      }

      .tipgxw-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .kfmhgu-top {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .nzgmys-head {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .nzgmys-head:hover {
        color: var(--primary-btn-bg);
      }


      .dzqywo-head {
        display: flex;
        gap: 10px;
      }

      .alckvs-top {
        display: none;
      }
    

@media (max-width: 1024px) {
  .kfmhgu-top {
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--header-bg-color);
    z-index: 100;
    padding: var(--py) 15px;
    display: block;
  }

  .nzgmys-head {
    padding: 10px 0;
    display: block;
  }

  .kfmhgu-top.active {
    opacity: 1;
    visibility: visible;
  }

  .alckvs-top {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .alckvs-top span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .alckvs-top.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .alckvs-top.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.dlepko-brand {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.dlepko-brand img {
  max-height: 80px;
}

.ewpjvl-primary,
.xyfqub-alt {
  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;
}

.ewpjvl-primary {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.ewpjvl-primary:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.xyfqub-alt {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.xyfqub-alt:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.wzsicq-bot{
  position: relative;
}
.wzsicq-bot * {
  z-index: 1;
  position: relative;
}


      .yszukg-text > .wp-block-image {
        margin: 2.5rem auto;
        display: block;
        position: relative;
        padding: 10px;
        background: linear-gradient(135deg, #00ced1 0%, #009b9e 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%;
      }

      .yszukg-text > .wp-block-image:hover {
        transform: scale(1.01);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }

      .yszukg-text > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        position: relative;
        z-index: 1;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        margin: 0 auto;
      }
    


    .axobmv-lks {
      margin: 0 auto 0;
      max-width: 100%;
      width: 100%;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 20px 35px;
      background: rgb(from var(--table-bg-color) r g b / 0.5);
      border-radius: var(--border-radius);
      padding: 15px;
      box-sizing: border-box;
      margin-bottom: var(--mb);
    }

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

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

    .sgfeqp-pr__title {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .wzsicq-bot {
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: 48px 24px;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .fqcbpl-footer {
      max-width: 1280px;
      margin: 0 auto;
    }

    .nymxfz-foot {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 32px;
      flex-wrap: wrap;
      margin-bottom: 24px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .bfvlsd-foot {
      color: var(--footer-text-color);
      opacity: 0.6;
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s ease, opacity 0.3s ease;
    }

    .bfvlsd-foot:hover {
      color: var(--primary-btn-bg);
      opacity: 1;
    }

    .omhjae-bottom {
      color: var(--footer-text-color);
      opacity: 0.2;
    }

    .uswrpy-bottom {
      text-align: center;
      font-size: 12px;
      color: var(--footer-text-color);
      opacity: 0.4;
      margin: 15px 0 0 0;
    }

    @media (max-width: 768px) {
      .nymxfz-foot {
        gap: 16px;
      }
    }
    



.nymxfz-foot li:empty {
  display: none;
}

.nkywgz-b {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.nkywgz-b {
  text-align: var(--banner-direction);
  padding: var(--banner-padding) 0;
  background-color: var(--banner-bg-color);
  color: var(--banner-text-color);
  border-bottom: var(--banner-border);
  position: relative;
  overflow: hidden;
}

.nkywgz-b svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.tcpnml-main{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.efsvjt-b {
  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;
}

.qrzvfy-table{
  overflow-x: auto;
  width: 100%;
}

.yszukg-text {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.yszukg-text p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.yszukg-text ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.yszukg-text ul {
  list-style: none;
}

.yszukg-text ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.yszukg-text ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .yszukg-text ol {
      counter-reset: list-counter;
      list-style: none;
      padding-left: 0;
      margin: 3rem 0;
    }

    .yszukg-text ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3.5rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
      border: 1px solid #52fcff;
      border-radius: 6px;
      padding: 1rem 1rem 1rem 3.5rem;
      background: rgba(255, 255, 255, 0.02);
    }

    .yszukg-text ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0.75rem;
      top: 50%;
      transform: translateY(-50%);
      background: transparent;
      color: var(--primary-btn-bg);
      width: 2rem;
      height: 2rem;
      border: 2px solid var(--primary-btn-bg);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 600;
      font-size: 0.875rem;
    }

    .yszukg-text ol li:hover {
      background: rgba(255, 255, 255, 0.05);
      border-color: var(--primary-btn-bg);
    }
    


      .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: #00CED1;
        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;
      }
    


      .qrzvfy-table {
        border: 4px solid var(--table-border-color);
        border-radius: var(--border-radius);
      }

      .yszukg-text table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 0;
        background-color: var(--table-bg-color);
        color: var(--table-text-color);
        border-radius: var(--border-radius);
        overflow: hidden;
      }

      .yszukg-text table thead tr {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      }

      .yszukg-text table th {
        padding: 20px 25px;
        font-weight: normal;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.8);
        letter-spacing: 0.05em;
        border: none;
      }

      .yszukg-text table tbody tr {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        transition: background-color 0.2s ease;
      }

      .yszukg-text table tbody tr:last-child {
        border-bottom: none;
      }

      .yszukg-text table tbody tr:hover {
        background-color: rgba(255, 255, 255, 0.05);
      }

      .yszukg-text table td {
        padding: 23px 26px;
        font-size: 16px;
        color: var(--table-text-color);
        border: none;
      }

      .yszukg-text table td:first-child {
        font-weight: normal;
      }
    

.yszukg-text img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.ilsmqo-article {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.bvnuls-posts {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .hotfsr-cols {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: var(--py-2);
        margin: var(--py-2) 0;
        align-items: center;
      }

      .hotfsr-cols .urxyzo-col:first-child {
        order: 1;
        padding: 20px;
        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);
      }

      .hotfsr-cols .urxyzo-col:last-child {
        order: 2;
      }

      .hotfsr-cols h2 {
        margin-top: 0;
      }

      .hotfsr-cols img,
      .hotfsr-cols figure {
        margin: 0;
        border-radius: var(--border-radius);
      }

      @media (max-width: 1024px) {
        .hotfsr-cols {
          grid-template-columns: 1fr;
        }

        .hotfsr-cols .urxyzo-col:first-child {
          order: 1;
        }

        .hotfsr-cols .urxyzo-col:last-child {
          order: 2;
        }
      }
    

.vbuhnm-tb {
  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%;
}

.vbuhnm-tb p,
.vbuhnm-tb h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.vbuhnm-tb table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.vbuhnm-tb table td,
.vbuhnm-tb table th {
  border: 0;
}

.vbuhnm-tb table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.vbuhnm-tb tr:last-child {
  border-bottom: 0;
}

.vbuhnm-tb h2 {
  margin-top: 0;
}

/*
.vypmjl-rows {
  border: var(--card-border);
  background-color: var(--card-bg-color);
  color: var(--card-text-color);
  box-shadow: var(--card-shadow);
  padding: var(--py);
  border-radius: var(--border-radius);
}
  */

.wtbofa-contrast {
  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);
}


    .wtbofa-contrast{
      background: rgba(0,206,209,0.1);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(0,206,209,0.2);
      color: var(--text-color);
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    }
    

.wtbofa-contrast h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .tcpnml-main{
    flex-direction: column;
  }

  .efsvjt-b {
    width: 100%;
  }

  .vbuhnm-tb {
    padding: var(--py);
  }

  .wtbofa-contrast {
    padding: var(--py);
  }
}

.lxarud-map{
  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);
}
.lxarud-map 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;
}
.lxarud-map a:hover {
  color: var(--primary-btn-bg);
}
.lxarud-map h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .zyhtca-form {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .bwckvo-frm {
      display: flex;
      flex-direction: column;
    }

    .sxapjt-frm, .frhsle-fr {
      padding: 15px 20px;
      border-radius: var(--border-radius);
      border: 2px solid var(--table-border-color);
      background-color: var(--table-bg-color);
      color: var(--text-color);
      font-size: 16px;
      outline: none;
      transition: all 0.3s ease;
    }

    .sxapjt-frm:focus, .frhsle-fr:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .frhsle-fr {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .zyhtca-form button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .zyhtca-form button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .zyhtca-form {
        max-width: 100%;
        gap: 15px;
      }

      .sxapjt-frm, .frhsle-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)
  }
}


        .nkywgz-b {
            position: relative;
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            background: linear-gradient(to bottom right, #0D0D0D, rgba(0, 206, 209, 0.3), rgba(255, 20, 147, 0.3));
        }

        .xscmnw-main {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 651px;
            height: 507px;
            background: rgba(0, 206, 209, 0.3);
            border-radius: 50%;
            filter: blur(108px);
        }

        .tcpnml-main {
            max-width: 1161px;
            margin: 0 auto;
            padding: 0 var(--py);
            position: relative;
            z-index: 10;
            text-align: center;
        }

        .sqrvoz-hero {
            font-size: clamp(55px, 8vw, 107px);
            font-weight: bold;
            color: #ffffff;
            margin-bottom: 26px;
            line-height: 1.1;
            letter-spacing: -0.02em;
        }

        .zpvimc-banner {
            font-size: 19px;
            color: #ffffff;
            opacity: 0.7;
            max-width: 504px;
            margin: 0 auto 40px;
            line-height: 1.6;
        }

        .nkywgz-b::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 131px;
            background: linear-gradient(to top, #0D0D0D, transparent);
        }

        @media (max-width: 1024px) {
            .sqrvoz-hero {
                font-size: 45px;
            }

            .zpvimc-banner {
                font-size: 18px;
            }
        }
        


        .hazrjc-blocks {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            padding: 2rem 0;
        }

        .vypmjl-rows {
            background: linear-gradient(161deg, #00CED1, #FF1493);
            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;
        }

        .vypmjl-rows::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
            transform: translateX(-100%);
            transition: transform 0.6s ease;
        }

        .vypmjl-rows:hover::before {
            transform: translateX(100%);
        }

        .vypmjl-rows:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
        }

        .vypmjl-rows h3 {
            color: #FFFFFF;
            position: relative;
            z-index: 1;
        }

        .vypmjl-rows p {
            color: #FFFFFF;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .hazrjc-blocks {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        