/*!
Theme Name: zqiuj9
Theme URI: #
Version: 5.1.5
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: zqiuj9
*/

:root {
  --text-color: #222222;
  --heading-color: #FF4500;
  --primary-btn-bg: #FFA500;
  --secondary-btn-bg: #32CD32;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #8A2BE2;
  --header-text-color: #FFFFFF;
  --header-border: {{header-border}};

  --footer-bg-color: #4B0082;
  --footer-text-color: #FFFFFF;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #FFD700;
  --table-border-color: #FF4500;
  --table-text-color: #000000;

  --body-bg-color: #F8F8FF;
  --card-bg-color: #ffffff;
  --card-text-color: #222222;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: left;
  --banner-column: 66%;
  --banner-padding: 136.8px;
  --banner-border: 0 solid;
  --banner-bg-color: #FF4500;
  --banner-text-color: #ededed;

  --container-max-width: 1372px;
  --container-padding: 0 15px;
  --border-radius: 19px;
  --py: 38px;
  --py-2: 69px;
  --py-3: 75px;
  --text-align: center;
  --mb: 15px;
  --fz-1: 27.36px;
  --fz-2: 22.8px;
  --fz-3: 19px;
  --logo-width: 148px;
  --menu-margin: 0 0 0 auto;

  --animation-duration: 872ms;
  --animation-type: ease-in-out;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #303030;
  --contrast-text-color: #ededed;
}

* {
  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;
}

.kzhecasnm-wr {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .kiqzswrpm-top {
        background-color: var(--header-bg-color);
        color: var(--header-text-color);
        padding: var(--py) 0;
        border-bottom: var(--header-border);
      }

      .cenjhrtvy-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .fclekasud-top {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .lwypojunf-head {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .lwypojunf-head:hover {
        color: var(--primary-btn-bg);
      }


      .nmxktpgce-head {
        display: flex;
        gap: 10px;
      }

      .qbxkcdwtp-h {
        display: none;
      }
    

@media (max-width: 1024px) {
  .fclekasud-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;
  }

  .lwypojunf-head {
    padding: 10px 0;
    display: block;
  }

  .fclekasud-top.active {
    opacity: 1;
    visibility: visible;
  }

  .qbxkcdwtp-h {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .qbxkcdwtp-h span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .qbxkcdwtp-h.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .qbxkcdwtp-h.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.vwpdmkfbo-log {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.vwpdmkfbo-log img {
  max-height: 80px;
}

.onmsidelu-p,
.dfngzuplc-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: none;
  border-radius: var(--border-radius);
  transition: background-color 0.3s ease;
  font-weight: 500;
}

.onmsidelu-p {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.onmsidelu-p:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.dfngzuplc-secondary {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.dfngzuplc-secondary:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.owcvzmfhl-bot{
  position: relative;
}
.owcvzmfhl-bot * {
  z-index: 1;
  position: relative;
}


      .ruidgqmzk-content > .wp-block-image {
        margin: 2rem 0;
        display: block;
        padding: 8px;
        border: 2px solid #ffc966;
        border-radius: var(--border-radius);
        background: rgba(255, 255, 255, 0.02);
        transition: border-color 0.3s ease, background 0.3s ease;
      }

      .ruidgqmzk-content > .wp-block-image:hover {
        border-color: var(--primary-btn-bg);
        background: rgba(255, 255, 255, 0.05);
      }

      .ruidgqmzk-content > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0;
      }
    


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

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

    .kbuvrhzay-or a:hover {
      opacity: .7;
    }

    .ajphxlory-nvs__title {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .owcvzmfhl-bot {
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: 64px 24px;
    }

    .wnbqcugol-f {
      max-width: 1280px;
      margin: 0 auto;
    }

    .ufcnrvwpq-bot {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 24px;
    }

    .ajolnsyui-foot {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 24px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .hijxtpbsk-bottom {
      color: var(--footer-text-color);
      opacity: 0.6;
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s ease, opacity 0.3s ease;
    }

    .hijxtpbsk-bottom:hover {
      color: var(--primary-btn-bg);
      opacity: 1;
    }

    .tebpizcyk-bottom {
      color: var(--footer-text-color);
      opacity: 0.2;
    }

    .rdpsjfqcn-footer {
      text-align: center;
      font-size: 12px;
      color: var(--footer-text-color);
      opacity: 0.6;
      margin: 0;
    }

    @media (max-width: 768px) {
      .owcvzmfhl-bot {
        padding: 48px 16px;
      }

      .ajolnsyui-foot {
        gap: 16px;
      }
    }
    



.ajolnsyui-foot li:empty {
  display: none;
}

.ngjeldoay-banner {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.ngjeldoay-banner {
  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;
}

.ngjeldoay-banner svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.yvpitukea-main{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.rjczsgiha-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;
}

.uiajlkdqw-tb{
  overflow-x: auto;
  width: 100%;
}

.ruidgqmzk-content {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.ruidgqmzk-content p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.ruidgqmzk-content ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.ruidgqmzk-content ul {
  list-style: none;
}

.ruidgqmzk-content ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.ruidgqmzk-content ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .ruidgqmzk-content ol {
      counter-reset: list-counter;
      list-style: none;
      padding-left: 0;
      margin: 1.5rem 0;
      width: max-content;
      max-width: 100%;
      text-align: left;
      display: inline-block;
    }

    .ruidgqmzk-content ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .ruidgqmzk-content ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #ffa500 0%, #ffc14d 100%);
      color: white;
      width: 2rem;
      height: 2rem;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 600;
      font-size: 0.875rem;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
    


      .aioseo-breadcrumbs {
        margin: 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: #FFA500;
        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;
      }
    


      .ruidgqmzk-content table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: var(--mb);
        border: 1px solid var(--table-border-color);
        background-color: var(--table-bg-color);
        color: var(--table-text-color);
      }

      .ruidgqmzk-content table th,
      .ruidgqmzk-content table td {
        padding: 10px;
        border: 1px solid var(--table-border-color);
      }
    

.ruidgqmzk-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.ovxqyhsri-articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.fuqibwpha-item {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .dhjantrfv-col {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        margin: var(--py-2) 0;
        align-items: center;
      }

      .dhjantrfv-col .igesxdvrp-texted:first-child {
        order: 1;
      }

      .dhjantrfv-col .igesxdvrp-texted:last-child {
        order: 2;
        padding-left: 2rem;
      }

      .dhjantrfv-col h2 {
        margin-top: 0;
        color: var(--primary-btn-bg);
        position: relative;
        padding-bottom: 1rem;
      }

      .dhjantrfv-col h2::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 3rem;
        height: 3px;
        background: linear-gradient(90deg, #ffa500 0%, #ffc966 100%);
        border-radius: 2px;
      }

      .dhjantrfv-col figure {
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
      }

      .dhjantrfv-col figure img {
        width: 100%;
        height: auto;
        transition: transform 0.3s ease;
        border-radius: var(--border-radius);
      }

      .dhjantrfv-col figure:hover img {
        transform: scale(1.05);
      }

      @media (max-width: 1024px) {
        .dhjantrfv-col {
          grid-template-columns: 1fr;
          gap: 2rem;
        }

        .dhjantrfv-col .igesxdvrp-texted:first-child {
          order: 1;
        }

        .dhjantrfv-col .igesxdvrp-texted:last-child {
          order: 2;
          padding-right: 0;
        }
      }
    

.vxdbtyrsu-table {
  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%;
}

.vxdbtyrsu-table p,
.vxdbtyrsu-table h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.vxdbtyrsu-table table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.vxdbtyrsu-table table td,
.vxdbtyrsu-table table th {
  border: 0;
}

.vxdbtyrsu-table table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.vxdbtyrsu-table tr:last-child {
  border-bottom: 0;
}

.vxdbtyrsu-table h2 {
  margin-top: 0;
}

/*
.mhvwiuobl-block {
  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);
}
  */

.tkrbjygnm-dark {
  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);
}


    .tkrbjygnm-dark{
      background: linear-gradient(135deg, #303030 0%, #4a4a4a 100%);
      border-left: 7px solid var(--primary-btn-bg);
    }
    

.tkrbjygnm-dark h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .yvpitukea-main{
    flex-direction: column;
  }

  .rjczsgiha-hero {
    width: 100%;
  }

  .vxdbtyrsu-table {
    padding: var(--py);
  }

  .tkrbjygnm-dark {
    padding: var(--py);
  }
}

.kywgsuqmv-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);
}
.kywgsuqmv-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;
}
.kywgsuqmv-sitemap a:hover {
  color: var(--primary-btn-bg);
}
.kywgsuqmv-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;
}


    .soxuwbgqf-frm {
      max-width: 1200px;
      margin: var(--mb) auto;
      padding: 0 20px;
    }

    .ndcsjorbw-frm {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
      align-items: start;
    }

    .bqpfcojrg-fr {
      padding: 40px 0;
    }

    .rvylciomu-fr {
      display: flex;
      flex-direction: column;
      gap: 15px;
    }

    .gfoumpxre-form {
      color: var(--text-color);
      font-size: 16px;
    }

    .gfoumpxre-form strong {
      color: var(--heading-color);
      font-weight: 600;
    }

    .zcwrshkmn-fr {
      background: var(--card-bg-color);
      padding: 40px;
      border-radius: var(--border-radius);
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .psbwmakcz-frm {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .vocpfxtnl-fr {
      display: flex;
      flex-direction: column;
    }

    .zkipcwyle-frm, .ynjacplvd-form {
      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;
    }

    .zkipcwyle-frm:focus, .ynjacplvd-form:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .ynjacplvd-form {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .psbwmakcz-frm button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
    }

    .psbwmakcz-frm button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .ndcsjorbw-frm {
        grid-template-columns: 1fr;
        gap: 40px;
      }

      .zcwrshkmn-fr {
        padding: 30px 20px;
      }

      .bqpfcojrg-fr {
        padding: 20px 0;
      }

      ."form__title" {
        font-size: var(--fz-2);
      }

      ."form__subtitle" {
        font-size: 16px;
      }
    }
    

@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)
  }
}


        .ngjeldoay-banner {
            padding: 95px var(--py);
            background-color: #F8F8FF;
        }

        .yvpitukea-main {
            max-width: 1000px;
            margin: 0 auto;
        }

        .weozagdxk-main {
            background: white;
            border-radius: 39px;
            padding: 66px;
            box-shadow: 0 11px 56px rgba(0, 0, 0, 0.06);
            position: relative;
            overflow: hidden;
        }

        .ozqgmxhdw-hero {
            position: absolute;
            top: 21px;
            right: 21px;
            opacity: 0.1;
            pointer-events: none;
        }

        .tidkspnfj-ban {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 9px 13px;
            background: #FFA500;
            border-radius: 9999px;
            margin-bottom: 28px;
            color: white;
            font-size: 10px;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 0.05em;
        }

        .iurztwahc-main {
            font-size: clamp(48px, 8vw, 82px);
            font-weight: bold;
            color: #000000;
            margin-bottom: 21px;
            line-height: 1.1;
            letter-spacing: -0.03em;
        }

        .byvrgdkwe-ban {
            font-size: 22px;
            color: #000000;
            opacity: 0.6;
            max-width: 669px;
            margin: 0 auto;
            margin-bottom: 42px;
            line-height: 1.6;
        }

        @media (max-width: 1024px) {
            .weozagdxk-main {
                padding: 60px;
            }

            .iurztwahc-main {
                font-size: 43px;
            }

            .byvrgdkwe-ban {
                font-size: 16px;
            }
        }
        


        .htbisadxe-blocks {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 2rem;
            padding: 2rem 0;
        }

        .mhvwiuobl-block {
            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;
        }

        .mhvwiuobl-block::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;
        }

        .mhvwiuobl-block:hover::before {
            opacity: 1;
        }

        .mhvwiuobl-block:hover {
            transform: translateY(-5px) scale(1.02);
            box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
        }

        .mhvwiuobl-block h3 {
            color: #222222;
            position: relative;
            z-index: 1;
        }

        .mhvwiuobl-block p {
            color: #222222;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .htbisadxe-blocks {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        