/*!
Theme Name: nhqxgl
Theme URI: #
Version: 8.2.9
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nhqxgl
*/

:root {
  --text-color: #000000;
  --heading-color: #FF6347;
  --primary-btn-bg: #4682B4;
  --secondary-btn-bg: #FFD700;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #000000;

  --header-bg-color: #FF6347;
  --header-text-color: #FFFFFF;
  --header-border: {{header-border}};

  --footer-bg-color: #4682B4;
  --footer-text-color: #FFFFFF;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #FFD700;
  --table-border-color: #FF6347;
  --table-text-color: #000000;

  --body-bg-color: #FAF0E6;
  --card-bg-color: #ffffff;
  --card-text-color: #000000;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: left;
  --banner-column: 72%;
  --banner-padding: 180px;
  --banner-border: 0 solid;
  --banner-bg-color: #FFFFFF;
  --banner-text-color: #000000;

  --container-max-width: 1118px;
  --container-padding: 0 15px;
  --border-radius: 4px;
  --py: 39px;
  --py-2: 53px;
  --py-3: 79px;
  --text-align: left;
  --mb: 18px;
  --fz-1: 36px;
  --fz-2: 30px;
  --fz-3: 25px;
  --logo-width: 138px;
  --menu-margin: 0 auto 0 0;

  --animation-duration: 592ms;
  --animation-type: ease-in;
  --animation-effect: fadeIn;

  --contrast-bg-color: #242424;
  --contrast-text-color: #cccccc;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Nata 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;
}

.controlqyzgn {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .tophqvmbwnu {
        padding: var(--py) 0;
      }

      .hcwphxasv {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: var(--mb);
      }

      .toptrpnclzy {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: 0;
        padding: 12px 32px;
        border-radius: var(--border-radius);
        border: 1px solid #a2c0d9;
      }

      .headijkotdnb {
        color: var(--heading-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .headijkotdnb:hover {
        color: var(--primary-btn-bg);
      }


      .toptkeglspm {
        display: flex;
        gap: 10px;
      }

      .hrmsyhtbl {
        display: none;
      }

      .logzvnbhyft img {
        margin: 0 auto;
        display: block;
      }

      @media (max-width: 1024px) {
        .hcwphxasv {
          justify-content: space-between;
          flex-direction: row;
        }

        .headijkotdnb {
          color: var(--header-text-color);
        }
      }
    

@media (max-width: 1024px) {
  .toptrpnclzy {
    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;
  }

  .headijkotdnb {
    padding: 10px 0;
    display: block;
  }

  .toptrpnclzy.active {
    opacity: 1;
    visibility: visible;
  }

  .hrmsyhtbl {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .hrmsyhtbl span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .hrmsyhtbl.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .hrmsyhtbl.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.logzvnbhyft {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.logzvnbhyft img {
  max-height: 80px;
}

.primphmztknb,
.altuqbpafdc {
  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;
}

.primphmztknb {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.primphmztknb:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.altuqbpafdc {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.altuqbpafdc:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.bottomrlquitgn{
  position: relative;
}
.bottomrlquitgn * {
  z-index: 1;
  position: relative;
}


      .textnbqlzrut > .wp-block-image {
        margin: 2.5rem auto;
        display: block;
        position: relative;
        padding: 10px;
        background: linear-gradient(135deg, #4682b4 0%, #38688f 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%;
      }

      .textnbqlzrut > .wp-block-image:hover {
        transform: scale(1.01);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }

      .textnbqlzrut > .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;
      }
    


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

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

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

    .lksfgrcazqp {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .bottomrlquitgn {
      position: relative;
      margin-top: 128px;
      padding: 0 24px 50px;
      overflow: hidden;
      background: linear-gradient(to bottom, #568fbd 0%, #294d6a 40%, #0d1821 60%);
    }

    .bottomrlquitgn::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%);
    }

    .bottomxatpwume {
      max-width: 1536px;
      margin: 0 auto;
    }

    .botwtlcgnmp {
      position: relative;
    }

    .fhqojcbpz {
      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;
    }

    .bottomxyeobkrg {
      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;
    }

    .bottomxyeobkrg:hover {
      color: var(--primary-btn-bg);
      opacity: 1;
    }

    .footreutyspq {
      width: 100%;
      height: 1px;
      margin: 24px 0;
      background: linear-gradient(to right, transparent 0%, var(--primary-btn-bg) 30%, transparent 100%);
    }

    .fnxbjysle {
      text-align: center;
      font-size: 12px;
      color: var(--footer-text-color);
      opacity: 0.3;
      letter-spacing: 0.1em;
      margin: 0;
    }

    @media (max-width: 768px) {
      .bottomrlquitgn {
        margin-top: 80px;
        padding: 0 15px 30px 15px;
      }

      .fhqojcbpz {
        gap: 24px;
      }
    }
    



.fhqojcbpz li:empty {
  display: none;
}

.bannerymucnahk {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.bannerymucnahk {
  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;
}

.bannerymucnahk svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.banneruvbwqhec{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.mainhefkbmsg {
  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;
}

.tbhngqrvkw{
  overflow-x: auto;
  width: 100%;
}

.textnbqlzrut {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.textnbqlzrut p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.textnbqlzrut ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.textnbqlzrut ul {
  list-style: none;
}

.textnbqlzrut ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.textnbqlzrut ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .textnbqlzrut 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;
    }

    .textnbqlzrut ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .textnbqlzrut ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #4682b4 0%, #7ba7cc 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: 1rem 0;
        padding: 0.5rem 0;
        font-size: 0.875rem;
      }

      .aioseo-breadcrumb {
        display: inline-block;
      }

      .aioseo-breadcrumb a {
        color: #4682B4;
        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;
      }
    


      .textnbqlzrut 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 #c2a500;
        overflow: hidden;
      }

      .textnbqlzrut table thead tr {
        border-bottom: 1px solid #c2a500;
      }

      .textnbqlzrut table th {
        padding: 20px 25px;
        font-weight: bold;
        font-size: 12px;
        color: var(--heading-color);
        letter-spacing: 0.05em;
        border: none;
      }

      .textnbqlzrut table tbody tr {
        border-bottom: 1px solid #e6c300;
        transition: background-color 0.2s ease;
      }

      .textnbqlzrut table tbody tr:last-child {
        border-bottom: none;
      }

      .textnbqlzrut table tbody tr:hover {
        background-color: #f5d000;
      }

      .textnbqlzrut table td {
        padding: 20px 24px;
        font-size: 15px;
        color: var(--table-text-color);
        border: none;
      }

      .textnbqlzrut table td:first-child {
        font-weight: 500;
      }
    

.textnbqlzrut img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.postnpvuqxhr {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.postvhjuwsby {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .colskfsbrtia {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        margin: var(--py-2) 0;
        align-items: center;
        position: relative;
        padding: 2rem;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%);
        border-radius: 24px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        overflow: hidden;
      }

      .colskfsbrtia::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, #8db3d305 0%, transparent 70%);
        z-index: 0;
      }

      .colskfsbrtia .columnhazjpbyu {
        position: relative;
        z-index: 1;
      }

      .colskfsbrtia .columnhazjpbyu:first-child {
        order: 2;
      }

      .colskfsbrtia .columnhazjpbyu:last-child {
        order: 1;
      }

      .colskfsbrtia figure {
        border-radius: 16px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
        transform: perspective(1000px) rotateY(-5deg);
        transition: transform 0.3s ease;
      }

      .colskfsbrtia figure:hover {
        transform: perspective(1000px) rotateY(0deg) scale(1.02);
      }

      .colskfsbrtia figure img {
        width: 100%;
        height: auto;
        transition: transform 0.3s ease;
        border-radius: var(--border-radius);
      }

      .colskfsbrtia h2 {
        margin-top: 0;
        color: var(--text-color);
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 1.5rem;
        background: linear-gradient(135deg, var(--text-color) 0%, #4682b4 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        position: relative;
      }

      .colskfsbrtia h2::after {
        content: '';
        position: absolute;
        bottom: -0.75rem;
        left: 0;
        width: 4rem;
        height: 4px;
        background: linear-gradient(90deg, #4682b4 0%, #38688f 100%);
        border-radius: 2px;
        box-shadow: 0 2px 8px #4682b440;
      }

      .colskfsbrtia p {
        line-height: 1.8;
        margin-bottom: 1.25rem;
        color: var(--text-color);
        opacity: 0.85;
        font-size: 1.1rem;
      }

      @media (max-width: 1024px) {
        .colskfsbrtia {
          grid-template-columns: 1fr;
          gap: 2rem;
          padding: 1.5rem;
        }

        .colskfsbrtia .columnhazjpbyu:first-child {
          order: 1;
        }

        .colskfsbrtia .columnhazjpbyu:last-child {
          order: 2;
        }

        .colskfsbrtia figure {
          transform: none;
        }

        .colskfsbrtia figure:hover {
          transform: scale(1.02);
        }

        .colskfsbrtia h2 {
          font-size: 2rem;
        }
      }
    

.tbbetsfhkl {
  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%;
}

.tbbetsfhkl p,
.tbbetsfhkl h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.tbbetsfhkl table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.tbbetsfhkl table td,
.tbbetsfhkl table th {
  border: 0;
}

.tbbetsfhkl table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.tbbetsfhkl tr:last-child {
  border-bottom: 0;
}

.tbbetsfhkl h2 {
  margin-top: 0;
}

/*
.cardslgpecviu {
  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);
}
  */

.dvxiqmbat {
  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);
}


    .dvxiqmbat{
      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);
    }
    

.dvxiqmbat h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .banneruvbwqhec{
    flex-direction: column;
  }

  .mainhefkbmsg {
    width: 100%;
  }

  .tbbetsfhkl {
    padding: var(--py);
  }

  .dvxiqmbat {
    padding: var(--py);
  }
}

.sitemaptefnyvld{
  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);
}
.sitemaptefnyvld 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;
}
.sitemaptefnyvld a:hover {
  color: var(--primary-btn-bg);
}
.sitemaptefnyvld h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .formjpgscibw {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .formbzqfjail {
      display: flex;
      flex-direction: column;
    }

    .frearhsiux, .frmvfyaexo {
      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;
    }

    .frearhsiux:focus, .frmvfyaexo:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .frmvfyaexo {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .formjpgscibw button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .formjpgscibw button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .formjpgscibw {
        max-width: 100%;
        gap: 15px;
      }

      .frearhsiux, .frmvfyaexo {
        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)
  }
}


            .bannerymucnahk {
                padding: var(--py);
            }

            .banneruvbwqhec {
                background-color: #fad5b2;
                color: #000000;
                padding: 90px var(--py);
                text-align: center;
                border-radius: var(--border-radius);
            }

            .banneruvbwqhec p {
                font-size: 18px;
                max-width: 70%;
                margin: 0 auto var(--mb);
            }

            .bannersbrehywd {
                text-align: center;
                font-size: 3rem;
                line-height: 1.25;
            }

            .bannersbrehywd span {
                color: #4670b4;
                background: linear-gradient(90deg, #4670b4, #5346b4);
                background-clip: text;
                color: #0000;
            }

            @media (max-width: 1024px) {
                .bannersbrehywd {
                    font-size: 28px;
                }

                .banneruvbwqhec {
                    padding: 58px var(--py);
                }

                .banneruvbwqhec p {
                    width: 100%;
                }
            }
        


        .rowlovfextp {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: var(--py);
            padding: var(--py) 0;
        }

        .cardslgpecviu {
            background: #ffffff;
            border-radius: var(--border-radius);
            padding: var(--py);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            border: 1px solid rgba(0, 0, 0, 0.05);
            position: relative;
            overflow: hidden;
        }

        .cardslgpecviu::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 1px;
            background: linear-gradient(90deg, #4682B4, #FFD700);
        }

        .cardslgpecviu:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        }

        .cardslgpecviu h3 {
            color: #000000;
        }

        .cardslgpecviu p {
            color: #000000;
            margin: 0;
        }

        @media (max-width: 768px) {
            .rowlovfextp {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        