/*!
Theme Name: qoy968
Theme URI: #
Version: 3.4.4
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: qoy968
*/

:root {
  --text-color: #2F4F4F;
  --heading-color: #00BFFF;
  --primary-btn-bg: #1E90FF;
  --secondary-btn-bg: #FF69B4;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #00BFFF;
  --header-text-color: #FFFFFF;
  --header-border: {{header-border}};

  --footer-bg-color: #FF69B4;
  --footer-text-color: #FFFFFF;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #1E90FF;
  --table-border-color: #00BFFF;
  --table-text-color: #ffffff;

  --body-bg-color: #F0F8FF;
  --card-bg-color: #ffffff;
  --card-text-color: #2F4F4F;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: center;
  --banner-column: 63%;
  --banner-padding: 172.8px;
  --banner-border: 0 solid;
  --banner-bg-color: #E0FFFF;
  --banner-text-color: #000000;

  --container-max-width: 1020px;
  --container-padding: 0 15px;
  --border-radius: 4px;
  --py: 20px;
  --py-2: 54px;
  --py-3: 63px;
  --text-align: center;
  --mb: 25px;
  --fz-1: 34.56px;
  --fz-2: 28.8px;
  --fz-3: 24px;
  --logo-width: 134px;
  --menu-margin: 0 0 0 auto;

  --animation-duration: 563ms;
  --animation-type: ease;
  --animation-effect: fadeIn;

  --contrast-bg-color: #2b2b2b;
  --contrast-text-color: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', 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;
}

.cont--spwkgeh {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .top--sqyeocw {
        color: var(--header-text-color);
        padding: 0;
      }

      .top--sqyeocw .cont--spwkgeh {
        border-bottom: 1px solid #8ec7ff;
      }

      .head--onjgtha {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .head--wjdatrb {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .head--syodcuz {
        color: var(--heading-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .head--syodcuz:hover {
        color: var(--primary-btn-bg);
      }


      .top--rhgdvou {
        display: flex;
        gap: 10px;
      }

      .top--vmtnuec {
        display: none;
      }

      @media (max-width: 1024px) {
        .head--syodcuz {
          color: var(--header-text-color);
        }
      }
    

@media (max-width: 1024px) {
  .head--wjdatrb {
    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--syodcuz {
    padding: 10px 0;
    display: block;
  }

  .head--wjdatrb.active {
    opacity: 1;
    visibility: visible;
  }

  .top--vmtnuec {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .top--vmtnuec span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .top--vmtnuec.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .top--vmtnuec.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.brand--hjrydtq {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.brand--hjrydtq img {
  max-height: 80px;
}

.first--dcgsxwh,
.secondary--jdluozn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: none;
  border-radius: var(--border-radius);
  transition: background-color 0.3s ease;
  font-weight: 500;
}

.first--dcgsxwh {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.first--dcgsxwh:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.secondary--jdluozn {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.secondary--jdluozn:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.bot--qmuanrj{
  position: relative;
}
.bot--qmuanrj * {
  z-index: 1;
  position: relative;
}


      .txt--hvkixpz > .wp-block-image {
        margin: 2rem 0;
        display: block;
        padding: 8px;
        border: 2px solid #85c2ff;
        border-radius: var(--border-radius);
        background: rgba(255, 255, 255, 0.02);
        transition: border-color 0.3s ease, background 0.3s ease;
      }

      .txt--hvkixpz > .wp-block-image:hover {
        border-color: var(--primary-btn-bg);
        background: rgba(255, 255, 255, 0.05);
      }

      .txt--hvkixpz > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0;
      }
    


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

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

    .ps--vsmbdcj a:hover {
      opacity: .7;
    }

    .or--gqdbvkm {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .bot--qmuanrj {
      position: relative;
      margin-top: 128px;
      padding: 0 24px 50px;
      overflow: hidden;
      background: linear-gradient(to bottom, #ff85c2 0%, #ff0582 40%, #9e004f 60%);
    }

    .bot--qmuanrj::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: linear-gradient(to right, transparent 0%, var(--primary-btn-bg) 50%, transparent 100%);
    }

    .foot--rpoywiu {
      max-width: 1536px;
      margin: 0 auto;
    }

    .bottom--ovwycsh {
      position: relative;
    }

    .bottom--wlpodiv {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 32px;
      margin: 0;
      margin-bottom: 50px;
      list-style: none;
      padding: 50px 0 0 0;
    }

    .bottom--ubvliqm {
      color: var(--footer-text-color);
      opacity: 0.6;
      text-decoration: none;
      font-size: 14px;
      letter-spacing: 0.05em;
      transition: color 0.3s ease, opacity 0.3s ease;
    }

    .bottom--ubvliqm:hover {
      color: var(--primary-btn-bg);
      opacity: 1;
    }

    .bottom--afsdrzq {
      width: 100%;
      height: 1px;
      margin: 24px 0;
      background: linear-gradient(to right, transparent 0%, var(--primary-btn-bg) 30%, transparent 100%);
    }

    .footer--duiqvop {
      text-align: center;
      font-size: 12px;
      color: var(--footer-text-color);
      opacity: 0.3;
      letter-spacing: 0.1em;
      margin: 0;
    }

    @media (max-width: 768px) {
      .bot--qmuanrj {
        margin-top: 80px;
        padding: 0 15px 30px 15px;
      }

      .bottom--wlpodiv {
        gap: 24px;
      }
    }
    



.bottom--wlpodiv li:empty {
  display: none;
}

.main--jzfrowu {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.main--jzfrowu {
  text-align: var(--banner-direction);
  padding: var(--banner-padding) 0;
  background-color: var(--banner-bg-color);
  color: var(--banner-text-color);
  border-bottom: var(--banner-border);
  position: relative;
  overflow: hidden;
}

.main--jzfrowu svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.b--zvowjap{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.b--yamjwdl {
  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;
}

.table--qhscdiu{
  overflow-x: auto;
  width: 100%;
}

.txt--hvkixpz {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.txt--hvkixpz p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.txt--hvkixpz ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.txt--hvkixpz ul {
  list-style: none;
}

.txt--hvkixpz ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.txt--hvkixpz ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .txt--hvkixpz ol {
      counter-reset: list-counter;
      list-style: none;
      padding-left: 0;
      margin: 1.5rem 0;
      width: max-content;
      max-width: 100%;
      text-align: left;
      display: inline-block;
    }

    .txt--hvkixpz ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 4rem;
      margin-bottom: var(--mb);
      color: var(--text-color);
      background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.05) 100%);
      padding: 5px 5px 5px 4rem;
      border-radius: 8px;
      border-left: 4px solid transparent;
      background-clip: padding-box;
    }

    .txt--hvkixpz 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, #1e90ff 0%, #0069d1 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: 1rem 0;
        padding: 0.5rem 0;
        font-size: 0.875rem;
      }

      .aioseo-breadcrumb {
        display: inline-block;
      }

      .aioseo-breadcrumb a {
        color: #1E90FF;
        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;
      }
    


      .txt--hvkixpz 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 #6bb5ff;
        overflow: hidden;
      }

      .txt--hvkixpz table thead tr {
        border-bottom: 1px solid #6bb5ff;
      }

      .txt--hvkixpz table th {
        padding: 20px 25px;
        font-weight: bold;
        font-size: 12px;
        color: var(--heading-color);
        letter-spacing: 0.05em;
        border: none;
      }

      .txt--hvkixpz table tbody tr {
        border-bottom: 1px solid #47a3ff;
        transition: background-color 0.2s ease;
      }

      .txt--hvkixpz table tbody tr:last-child {
        border-bottom: none;
      }

      .txt--hvkixpz table tbody tr:hover {
        background-color: #2e96ff;
      }

      .txt--hvkixpz table td {
        padding: 20px 24px;
        font-size: 15px;
        color: var(--table-text-color);
        border: none;
      }

      .txt--hvkixpz table td:first-child {
        font-weight: 500;
      }
    

.txt--hvkixpz img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.item--wgrhumi {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.articles--rjongkt {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .texted--bnphjzw {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        margin: var(--py-2) 0;
        align-items: start;
        position: relative;
      }

      .texted--bnphjzw::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 1px;
        height: 80%;
        background: linear-gradient(180deg, transparent 0%, #9ecfff 50%, transparent 100%);
        z-index: 1;
      }

      .texted--bnphjzw .col--ntwfpvi:first-child {
        position: relative;
        z-index: 2;
        order: 2;
      }

      .texted--bnphjzw .col--ntwfpvi:last-child {
        position: relative;
        z-index: 2;
        order: 1;
        padding-right: 2rem;
      }

      .texted--bnphjzw figure {
        border-radius: 20px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
      }

      .texted--bnphjzw figure::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, #1e90ff20 0%, #9ecfff10 100%);
        z-index: 1;
        opacity: 0;
        transition: opacity 0.3s ease;
      }

      .texted--bnphjzw figure:hover::before {
        opacity: 1;
      }

      .texted--bnphjzw figure img {
        width: 100%;
        height: auto;
        position: relative;
        z-index: 0;
        border-radius: var(--border-radius);
      }

      .texted--bnphjzw h2 {
        margin-top: 0;
        color: var(--text-color);
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.3;
        margin-bottom: 1.5rem;
        position: relative;
      }

      .texted--bnphjzw h2::after {
        content: '';
        position: absolute;
        bottom: -0.5rem;
        left: 0;
        width: 2rem;
        height: 2px;
        background: #1e90ff;
        border-radius: 1px;
      }

      .texted--bnphjzw p {
        line-height: 1.7;
        margin-bottom: 1rem;
        color: var(--text-color);
        opacity: 0.9;
      }

      @media (max-width: 1024px) {
        .texted--bnphjzw {
          grid-template-columns: 1fr;
          gap: 2rem;
        }

        .texted--bnphjzw::before {
          display: none;
        }

        .texted--bnphjzw .col--ntwfpvi:first-child {
          order: 1;
        }

        .texted--bnphjzw .col--ntwfpvi:last-child {
          order: 2;
          padding-left: 0;
          padding-right: 0;
        }
      }
    

.table--sgclpwh {
  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%;
}

.table--sgclpwh p,
.table--sgclpwh h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.table--sgclpwh table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.table--sgclpwh table td,
.table--sgclpwh table th {
  border: 0;
}

.table--sgclpwh table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.table--sgclpwh tr:last-child {
  border-bottom: 0;
}

.table--sgclpwh h2 {
  margin-top: 0;
}

/*
.row--ocdhxez {
  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);
}
  */

.inv--sdtenrg {
  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);
}


    .inv--sdtenrg{
      background: linear-gradient(135deg, #2b2b2b 0%, #454545 100%);
      border-left: 9px solid var(--primary-btn-bg);
    }
    

.inv--sdtenrg h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .b--zvowjap{
    flex-direction: column;
  }

  .b--yamjwdl {
    width: 100%;
  }

  .table--sgclpwh {
    padding: var(--py);
  }

  .inv--sdtenrg {
    padding: var(--py);
  }
}

.sitemappage--jgdtraz{
  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);
}
.sitemappage--jgdtraz 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;
}
.sitemappage--jgdtraz a:hover {
  color: var(--primary-btn-bg);
}
.sitemappage--jgdtraz h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .frm--zfditgb {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .fr--wlenhjc {
      display: flex;
      flex-direction: column;
    }

    .frm--gzueajw, .frm--juqxlig {
      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;
    }

    .frm--gzueajw:focus, .frm--juqxlig:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .frm--juqxlig {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .frm--zfditgb button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .frm--zfditgb button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .frm--zfditgb {
        max-width: 100%;
        gap: 15px;
      }

      .frm--gzueajw, .frm--juqxlig {
        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)
  }
}


        .main--jzfrowu {
            position: relative;
            min-height: 434px;
            background: linear-gradient(193deg, #F0F8FF, #FF69B4, #F0F8FF);
            display: flex;
            align-items: center;
        }

        .b--flarzvq {
            backdrop-filter: blur(11px);
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: var(--border-radius);
            padding: var(--py);
            box-shadow: 0 11px 28px rgba(0, 0, 0, 0.25);
            width: 1176px;
            max-width: 100%;
            margin: 0 auto;
            text-align: center;
        }

        .main--fotpigc {
            font-size: clamp(3rem, 6vw, 2rem);
            font-weight: bold;
            color: white;
            margin-bottom: var(--mb);
        }

        .ban--fpkohji {
            font-size: 20px;
            color: rgba(255, 255, 255, 0.8);
            margin-bottom: var(--mb);
            line-height: 1.6;
        }

        @media (max-width: 1024px) {
            .main--fotpigc {
                font-size: 28px;
            }
        }
        


        .blocks--iedvagb {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            padding: 2rem 0;
        }

        .row--ocdhxez {
            background: linear-gradient(207deg, #1E90FF, #FF69B4);
            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;
        }

        .row--ocdhxez::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;
        }

        .row--ocdhxez:hover::before {
            transform: translateX(100%);
        }

        .row--ocdhxez:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
        }

        .row--ocdhxez h3 {
            color: #2F4F4F;
            position: relative;
            z-index: 1;
        }

        .row--ocdhxez p {
            color: #2F4F4F;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .blocks--iedvagb {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        