/*!
Theme Name: h3owiz
Theme URI: #
Version: 2.6.5
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: h3owiz
*/

:root {
  --text-color: #FFFFFF;
  --heading-color: #FF69B4;
  --primary-btn-bg: #00CED1;
  --secondary-btn-bg: #FFD700;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #333333;

  --header-bg-color: #3B3B3B;
  --header-text-color: #FF69B4;
  --header-border: 1px solid #00CED1;

  --footer-bg-color: #8B008B;
  --footer-text-color: #FFFFFF;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #FFC0CB;
  --table-border-color: #FF69B4;
  --table-text-color: #290007;

  --body-bg-color: #3B3B3B;
  --card-bg-color: #6e6e6e;
  --card-text-color: #FFFFFF;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: left;
  --banner-column: 80%;
  --banner-padding: 151.2px;
  --banner-border: 4px solid #00CED1;
  --banner-bg-color: #3B3B3B;
  --banner-text-color: #ffffff;

  --container-max-width: 1022px;
  --container-padding: 0 15px;
  --border-radius: 29px;
  --py: 28px;
  --py-2: 47px;
  --py-3: 66px;
  --text-align: center;
  --mb: 23px;
  --fz-1: 30.24px;
  --fz-2: 25.2px;
  --fz-3: 21px;
  --logo-width: 192px;
  --menu-margin: 0;

  --animation-duration: 488ms;
  --animation-type: ease-in;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #ffffff;
  --contrast-text-color: #333333;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Titillium Web', 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;
}

.mkydvnc_wr {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .lfpsnqy_top {
        padding: var(--py) 0;
      }

      .rdnitsj_head {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: var(--mb);
      }

      .ovwzgyn_h {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: 0;
        padding: 12px 32px;
        border-radius: var(--border-radius);
        border: 1px solid #7fe6e8;
      }

      .algwzme_header {
        color: var(--heading-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .algwzme_header:hover {
        color: var(--primary-btn-bg);
      }


      .fojpist_header {
        display: flex;
        gap: 10px;
      }

      .yxphwaq_top {
        display: none;
      }

      .wkmostz_brand img {
        margin: 0 auto;
        display: block;
      }

      @media (max-width: 1024px) {
        .rdnitsj_head {
          justify-content: space-between;
          flex-direction: row;
        }

        .algwzme_header {
          color: var(--header-text-color);
        }
      }
    

@media (max-width: 1024px) {
  .ovwzgyn_h {
    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;
  }

  .algwzme_header {
    padding: 10px 0;
    display: block;
  }

  .ovwzgyn_h.active {
    opacity: 1;
    visibility: visible;
  }

  .yxphwaq_top {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .yxphwaq_top span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .yxphwaq_top.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .yxphwaq_top.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.wkmostz_brand {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.wkmostz_brand img {
  max-height: 80px;
}

.xgzhpvt_first,
.prnymfa_second {
  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;
}

.xgzhpvt_first {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.xgzhpvt_first:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.prnymfa_second {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.prnymfa_second:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.wxipakj_bot{
  position: relative;
}
.wxipakj_bot * {
  z-index: 1;
  position: relative;
}


      .vqugycn_txt > .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%;
      }

      .vqugycn_txt > .wp-block-image:hover {
        transform: scale(1.01);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }

      .vqugycn_txt > .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;
      }
    


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

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

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

    .ilmrghu_or__title {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .wxipakj_bot {
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: 64px 24px;
    }

    .bauiowr_footer {
      max-width: 1280px;
      margin: 0 auto;
    }

    .ymwtbez_f {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 24px;
    }

    .qjurvyt_foot {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 24px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .jduxmsq_f {
      color: var(--footer-text-color);
      opacity: 0.6;
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s ease, opacity 0.3s ease;
    }

    .jduxmsq_f:hover {
      color: var(--primary-btn-bg);
      opacity: 1;
    }

    .sviuomw_foot {
      color: var(--footer-text-color);
      opacity: 0.2;
    }

    .xuwrzgk_bot {
      text-align: center;
      font-size: 12px;
      color: var(--footer-text-color);
      opacity: 0.6;
      margin: 0;
    }

    @media (max-width: 768px) {
      .wxipakj_bot {
        padding: 48px 16px;
      }

      .qjurvyt_foot {
        gap: 16px;
      }
    }
    



.qjurvyt_foot li:empty {
  display: none;
}

.pxgnmfj_main {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.pxgnmfj_main {
  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;
}

.pxgnmfj_main svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.ydifjln_b{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.nwdtgci_hero {
  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;
}

.dscxzjv_table{
  overflow-x: auto;
  width: 100%;
}

.vqugycn_txt {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.vqugycn_txt p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.vqugycn_txt ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.vqugycn_txt ul {
  list-style: none;
}

.vqugycn_txt ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.vqugycn_txt ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .vqugycn_txt ol {
      counter-reset: list-counter;
      list-style: none;
      padding-left: 0;
      margin: 3rem 0;
    }

    .vqugycn_txt 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);
    }

    .vqugycn_txt 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;
    }

    .vqugycn_txt ol li:hover {
      background: rgba(255, 255, 255, 0.05);
      border-color: var(--primary-btn-bg);
    }
    


      .aioseo-breadcrumbs {
        margin: 1rem 0;
        padding: 0.5rem 0;
        font-size: 0.875rem;
      }

      .aioseo-breadcrumb {
        display: inline-block;
      }

      .aioseo-breadcrumb a {
        color: #00CED1;
        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;
      }
    


      .vqugycn_txt 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;
      }

      .vqugycn_txt table thead tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      }

      .vqugycn_txt table th {
        padding: 20px 29px;
        font-weight: normal;
        font-size: 12px;
        color: rgba(0, 0, 0, 0.4);
        text-transform: uppercase;
        letter-spacing: 0.2em;
        border: none;
      }

      .vqugycn_txt table tbody tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        transition: background-color 0.2s ease;
      }

      .vqugycn_txt table tbody tr:last-child {
        border-bottom: none;
      }

      .vqugycn_txt table tbody tr:hover {
        background-color: rgba(0, 0, 0, 0.02);
      }

      .vqugycn_txt table td {
        padding: 16px 26px;
        font-size: 14px;
        color: var(--table-text-color);
        border: none;
        letter-spacing: 0.025em;
      }

      .vqugycn_txt table td:first-child {
        font-weight: normal;
      }
    

.vqugycn_txt img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.nziautx_article {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.xirjdsv_blog {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .myvoaus_cols {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        margin: var(--py-2) 0;
        align-items: start;
        position: relative;
      }

      .myvoaus_cols::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 1px;
        height: 80%;
        background: linear-gradient(180deg, transparent 0%, #52fcff 50%, transparent 100%);
        z-index: 1;
      }

      .myvoaus_cols .oqrgtmp_column:first-child {
        position: relative;
        z-index: 2;
        order: 1;
      }

      .myvoaus_cols .oqrgtmp_column:last-child {
        position: relative;
        z-index: 2;
        order: 2;
        padding-left: 2rem;
      }

      .myvoaus_cols figure {
        border-radius: 20px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
      }

      .myvoaus_cols figure::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, #00ced120 0%, #52fcff10 100%);
        z-index: 1;
        opacity: 0;
        transition: opacity 0.3s ease;
      }

      .myvoaus_cols figure:hover::before {
        opacity: 1;
      }

      .myvoaus_cols figure img {
        width: 100%;
        height: auto;
        position: relative;
        z-index: 0;
        border-radius: var(--border-radius);
      }

      .myvoaus_cols h2 {
        margin-top: 0;
        color: var(--text-color);
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.3;
        margin-bottom: 1.5rem;
        position: relative;
      }

      .myvoaus_cols h2::after {
        content: '';
        position: absolute;
        bottom: -0.5rem;
        left: 0;
        width: 2rem;
        height: 2px;
        background: #00ced1;
        border-radius: 1px;
      }

      .myvoaus_cols p {
        line-height: 1.7;
        margin-bottom: 1rem;
        color: var(--text-color);
        opacity: 0.9;
      }

      @media (max-width: 1024px) {
        .myvoaus_cols {
          grid-template-columns: 1fr;
          gap: 2rem;
        }

        .myvoaus_cols::before {
          display: none;
        }

        .myvoaus_cols .oqrgtmp_column:first-child {
          order: 1;
        }

        .myvoaus_cols .oqrgtmp_column:last-child {
          order: 2;
          padding-left: 0;
          padding-right: 0;
        }
      }
    

.wolchip_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%;
}

.wolchip_tb p,
.wolchip_tb h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.wolchip_tb table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.wolchip_tb table td,
.wolchip_tb table th {
  border: 0;
}

.wolchip_tb table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.wolchip_tb tr:last-child {
  border-bottom: 0;
}

.wolchip_tb h2 {
  margin-top: 0;
}

/*
.mxjtpos_row {
  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);
}
  */

.xkjtcrq_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);
}


    .xkjtcrq_contrast{
      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);
    }
    

.xkjtcrq_contrast h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .ydifjln_b{
    flex-direction: column;
  }

  .nwdtgci_hero {
    width: 100%;
  }

  .wolchip_tb {
    padding: var(--py);
  }

  .xkjtcrq_contrast {
    padding: var(--py);
  }
}

.yvkqtxm_sitemap{
  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);
}
.yvkqtxm_sitemap 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;
}
.yvkqtxm_sitemap a:hover {
  color: var(--primary-btn-bg);
}
.yvkqtxm_sitemap h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .pqwajyz_form {
      background: var(--card-bg-color);
      border-radius: var(--border-radius);
      padding: 40px;
      box-shadow: var(--card-shadow);
      max-width: 600px;
      margin: var(--mb) auto;
    }

    .gtwdlzj_fr {
      display: flex;
      flex-direction: column;
    }

    .bcpvsmg_frm {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .kwtoxzu_fr {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
    }

    .fbrpqej_frm {
      display: flex;
      flex-direction: column;
    }

    .qxupibm_form, .awiorkf_frm {
      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;
    }

    .qxupibm_form:focus, .awiorkf_frm:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .awiorkf_frm {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .gtwdlzj_fr button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
    }

    .gtwdlzj_fr button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .pqwajyz_form {
        padding: 30px 20px;
        margin: var(--mb) 15px;
      }

      .kwtoxzu_fr {
        grid-template-columns: 1fr;
        gap: 15px;
      }

      .bcpvsmg_frm {
        gap: 15px;
      }

      .qxupibm_form, .awiorkf_frm {
        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)
  }
}


            .pxgnmfj_main {
                padding: var(--py);
            }

            .ydifjln_b {
                background-color: #654343;
                color: #ffffff;
                padding: 91px var(--py);
                text-align: center;
                border-radius: var(--border-radius);
            }

            .ydifjln_b p {
                font-size: 16px;
                max-width: 74%;
                margin: 0 auto var(--mb);
            }

            .dbnremy_ban {
                text-align: center;
                font-size: 3rem;
                line-height: 1.25;
            }

            .dbnremy_ban span {
                color: #00abd1;
                background: linear-gradient(90deg, #00abd1, #0042d1);
                background-clip: text;
                color: #0000;
            }

            @media (max-width: 1024px) {
                .dbnremy_ban {
                    font-size: 33px;
                }

                .ydifjln_b {
                    padding: 46px var(--py);
                }

                .ydifjln_b p {
                    width: 100%;
                }
            }
        


        .cujqwxf_block {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 2rem;
            padding: 2rem 0;
        }

        .mxjtpos_row {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(12px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: var(--border-radius);
            padding: var(--py);
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .mxjtpos_row::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .mxjtpos_row:hover::before {
            opacity: 1;
        }

        .mxjtpos_row:hover {
            transform: translateY(-5px) scale(1.02);
            box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
        }

        .mxjtpos_row h3 {
            color: #FFFFFF;
            position: relative;
            z-index: 1;
        }

        .mxjtpos_row p {
            color: #FFFFFF;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .cujqwxf_block {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        