/*!
Theme Name: jvzd5u
Theme URI: #
Version: 10.5.7
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: jvzd5u
*/

:root {
  --text-color: #FFFFFF;
  --heading-color: #32CD32;
  --primary-btn-bg: #FF6347;
  --secondary-btn-bg: #FFD700;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #191970;
  --header-text-color: #32CD32;
  --header-border: 1px solid #FF6347;

  --footer-bg-color: #4B0082;
  --footer-text-color: #FFFFFF;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #E6E6FA;
  --table-border-color: #32CD32;
  --table-text-color: #0c0c3c;

  --body-bg-color: #191970;
  --card-bg-color: #2b2bc5;
  --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: 73%;
  --banner-padding: 201.6px;
  --banner-border: 4px solid #FF6347;
  --banner-bg-color: #191970;
  --banner-text-color: #ffffff;

  --container-max-width: 1523px;
  --container-padding: 0 15px;
  --border-radius: 27px;
  --py: 20px;
  --py-2: 52px;
  --py-3: 79px;
  --text-align: left;
  --mb: 23px;
  --fz-1: 40.32px;
  --fz-2: 33.6px;
  --fz-3: 28px;
  --logo-width: 101px;
  --menu-margin: 0;

  --animation-duration: 641ms;
  --animation-type: ease-out;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #ffffff;
  --contrast-text-color: #333333;
}

* {
  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;
}

.nmvhtj__wr {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}

.okgnwz__head {
  background-color: var(--header-bg-color);
  color: var(--header-text-color);
  padding: var(--py) 0;
  border-bottom: var(--header-border);
}

.erzugp__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--mb);
}

.raftym__top {
  display: flex;
  gap: var(--mb);
  list-style: none;
  margin: var(--menu-margin);
  padding: 0;
}

.xymifg__head {
  color: var(--header-text-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.xymifg__head:hover {
  color: var(--primary-btn-bg);
}


.daqnhp__top {
  display: flex;
  gap: 10px;
}

.jqgexn__logo {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.jqgexn__logo img {
  max-height: 80px;
}

.gzilvb__primary,
.gfumwe__sec {
  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;
}

.gzilvb__primary {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.gzilvb__primary:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.gfumwe__sec {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.gfumwe__sec:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.ijqbhv__f{
  position: relative;
}
.ijqbhv__f * {
  z-index: 1;
  position: relative;
}


    .ijqbhv__f {
      position: relative;
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: var(--py) 0;
    }

    .oklcsv__bot {
      display: flex;
      justify-content: var(--footer-justify);
      flex-direction: var(--footer-direction);
      gap: var(--mb);
      position: relative;
      z-index: 1;
    }

    .wcruvg__bot {
      display: flex;
      gap: 10px;
      list-style: none;
      flex-direction: column;
      margin: 0;
      padding: 0;
    }

    .bkmprf__foot {
      color: var(--footer-text-color);
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .bkmprf__foot:hover {
      color: var(--primary-btn-bg);
    }

    .xrgkhb__footer {
      font-weight: 500;
      font-size: 18px;
      margin-bottom: var(--mb);
      color: var(--footer-text-color);
    }

    .xhcqrb__bottom {
      margin: 0;
      margin-top: var(--mb);
      font-size: 14px;
      color: var(--footer-text-color);
      text-align: var(--text-align);
    }

    @media (max-width: 1024px) {
      .oklcsv__bot {
        flex-direction: column;
        gap: 20px;
      }
    }
    



.wcruvg__bot li:empty {
  display: none;
}

.gnpeyl__main {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.gnpeyl__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;
}

.gnpeyl__main svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.hitgvn__main{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.iobhqr__banner {
  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;
}

.hxksad__table{
  overflow-x: auto;
  width: 100%;
}

.vwztbm__txt {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.vwztbm__txt p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.vwztbm__txt ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.vwztbm__txt ul {
  list-style: none;
}

.vwztbm__txt ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.vwztbm__txt ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .vwztbm__txt ol {
      counter-reset: list-counter;
      list-style: none;
      padding-left: 0;
      margin: 3rem 0;
    }

    .vwztbm__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 #ffcfc7;
      border-radius: 6px;
      padding: 1rem 1rem 1rem 3.5rem;
      background: rgba(255, 255, 255, 0.02);
    }

    .vwztbm__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;
    }

    .vwztbm__txt ol li:hover {
      background: rgba(255, 255, 255, 0.05);
      border-color: var(--primary-btn-bg);
    }
    


      .aioseo-breadcrumbs {
        margin: 1.25rem 0;
        padding: 0.75rem 0;
        font-size: 0.875rem;
        background: rgba(255, 255, 255, 0.02);
        border-radius: 4px;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
      }

      .aioseo-breadcrumb {
        display: inline-block;
      }

      .aioseo-breadcrumb a {
        color: #FF6347;
        text-decoration: none;
        opacity: 0.9;
        transition: opacity 0.2s ease;
        font-weight: 400;
      }

      .aioseo-breadcrumb a:hover {
        opacity: 1;
        text-decoration: underline;
      }

      .aioseo-breadcrumb:not(:has(a)) {
        color: var(--text-color);
        opacity: 0.7;
        font-weight: 500;
      }

      .aioseo-breadcrumb-separator {
        color: var(--text-color);
        opacity: 0.5;
        margin: 0 0.625rem;
        font-weight: 300;
      }
    

.vwztbm__txt 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);
}

.vwztbm__txt table th,
.vwztbm__txt table td {
  padding: 10px;
  border: 1px solid var(--table-border-color);
}

.vwztbm__txt img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.psqhdx__post {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.rbnsoj__posts {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .tixorq__cols {
        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;
      }

      .tixorq__cols::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, #ffbaad05 0%, transparent 70%);
        z-index: 0;
      }

      .tixorq__cols .pvugms__cols {
        position: relative;
        z-index: 1;
      }

      .tixorq__cols .pvugms__cols:first-child {
        order: 1;
      }

      .tixorq__cols .pvugms__cols:last-child {
        order: 2;
      }

      .tixorq__cols 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;
      }

      .tixorq__cols figure:hover {
        transform: perspective(1000px) rotateY(0deg) scale(1.02);
      }

      .tixorq__cols figure img {
        width: 100%;
        height: auto;
        transition: transform 0.3s ease;
      }

      .tixorq__cols 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%, #ff6347 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        position: relative;
      }

      .tixorq__cols h2::after {
        content: '';
        position: absolute;
        bottom: -0.75rem;
        left: 0;
        width: 4rem;
        height: 4px;
        background: linear-gradient(90deg, #ff6347 0%, #ff3814 100%);
        border-radius: 2px;
        box-shadow: 0 2px 8px #ff634740;
      }

      .tixorq__cols p {
        line-height: 1.8;
        margin-bottom: 1.25rem;
        color: var(--text-color);
        opacity: 0.85;
        font-size: 1.1rem;
      }

      @media (max-width: 1024px) {
        .tixorq__cols {
          grid-template-columns: 1fr;
          gap: 2rem;
          padding: 1.5rem;
        }

        .tixorq__cols .pvugms__cols:first-child {
          order: 1;
        }

        .tixorq__cols .pvugms__cols:last-child {
          order: 2;
        }

        .tixorq__cols figure {
          transform: none;
        }

        .tixorq__cols figure:hover {
          transform: scale(1.02);
        }

        .tixorq__cols h2 {
          font-size: 2rem;
        }
      }
    

.siwdxv__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%;
}

.siwdxv__table p,
.siwdxv__table h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.siwdxv__table table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.siwdxv__table table td,
.siwdxv__table table th {
  border: 0;
}

.siwdxv__table table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.siwdxv__table tr:last-child {
  border-bottom: 0;
}

.siwdxv__table h2 {
  margin-top: 0;
}

/*
.rwzfnk__cards {
  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);
}
  */

.ocubwv__darked {
  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);
}


    .ocubwv__darked{
      background: linear-gradient(135deg, #ff6347 0%, #ff8247 50%, #ffdd47 100%);
      padding: 47px;
    }
    

.ocubwv__darked h2 {
  color: inherit;
  margin-top: 0;
}

.nwjkye__head {
  display: none;
}

@media (max-width: 1024px) {
  .raftym__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;
  }

  .xymifg__head {
    padding: 10px 0;
    display: block;
  }

  .raftym__top.active {
    opacity: 1;
    visibility: visible;
  }

  .nwjkye__head {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .nwjkye__head span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .nwjkye__head.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .nwjkye__head.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }

  .hitgvn__main{
    flex-direction: column;
  }

  .iobhqr__banner {
    width: 100%;
  }

  .siwdxv__table {
    padding: var(--py);
  }

  .ocubwv__darked {
    padding: var(--py);
  }
}

.xsvedf__map{
  display: flex;
  flex-direction: column;
  gap: var(--mb);
  list-style: none;
  margin: 15px 0;
  padding: 15px;
  border-radius: var(--border-radius);
  background: rgb(from var(--table-bg-color) r g b / 0.5);
}
.xsvedf__map a {
  color: var(--text-color);
  text-decoration: none;
  transition: color 0.3s ease;
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}
.xsvedf__map a:hover {
  color: var(--primary-btn-bg);
}
.xsvedf__map h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .opbnrf__fr {
      max-width: 1200px;
      margin: var(--mb) auto;
      padding: 0 20px;
    }

    .szdqft__frm {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
      align-items: start;
    }

    .tjxbcv__fr {
      padding: 40px 0;
    }

    .fetcvg__fr {
      display: flex;
      flex-direction: column;
      gap: 15px;
    }

    .hatdlm__fr {
      color: var(--text-color);
      font-size: 16px;
    }

    .hatdlm__fr strong {
      color: var(--heading-color);
      font-weight: 600;
    }

    .nospwh__frm {
      background: var(--card-bg-color);
      padding: 40px;
      border-radius: var(--border-radius);
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .iqdkhu__form {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .bodsna__frm {
      display: flex;
      flex-direction: column;
    }

    .paiyrs__frm, .vincgj__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;
    }

    .paiyrs__frm:focus, .vincgj__form:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .vincgj__form {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .iqdkhu__form button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
    }

    .iqdkhu__form button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .szdqft__frm {
        grid-template-columns: 1fr;
        gap: 40px;
      }

      .nospwh__frm {
        padding: 30px 20px;
      }

      .tjxbcv__fr {
        padding: 20px 0;
      }

      ."form__title" {
        font-size: var(--fz-2);
      }

      ."form__subtitle" {
        font-size: 16px;
      }
    }
    


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

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

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

.nvs__title {
  font-size: var(--fz-2);
  font-weight: bold;
  color: var(--heading-color);
  margin-bottom: var(--mb);
}

@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)
  }
}


        .gnpeyl__main {
            position: relative;
            min-height: 464px;
            background: #191970;
            display: flex;
            align-items: center;
            overflow: hidden;
        }

        .iobhqr__banner {
            display: flex;
            align-items: center;
            justify-content: var(--banner-direction);
        }

        .jxfmuz__main {
            position: absolute;
            inset: 0;
            pointer-events: none;
        }

        .yrzpwx__main {
            position: absolute;
            background: linear-gradient(90deg, transparent, white, transparent);
        }

        .yrzpwx__main:nth-child(1) {
            top: 0;
            left: 0;
            width: 100%;
            height: 1px;
            animation-delay: 0s;
        }

        .yrzpwx__main:nth-child(2) {
            bottom: 0;
            right: 0;
            width: 100%;
            height: 1px;
            animation-delay: 1s;
        }

        .yrzpwx__main:nth-child(3) {
            top: 50%;
            left: 0;
            width: 1px;
            height: 100%;
            background: linear-gradient(180deg, transparent, white, transparent);
            animation-delay: 0.5s;
        }

        .yrzpwx__main:nth-child(4) {
            top: 50%;
            right: 0;
            width: 1px;
            height: 100%;
            background: linear-gradient(180deg, transparent, white, transparent);
            animation-delay: 1.5s;
        }

        .yhiftd__hero {
            position: relative;
            z-index: 10;
            text-align: var(--banner-direction);
            width: 1099px;
            max-width: 100%;
            padding: var(--py);
        }

        .hdgvke__b {
            font-size: clamp(3rem, 10vw, 2rem);
            font-weight: 900;
            color: #ffffff;
            margin-bottom: 3rem;
            letter-spacing: -0.05em;
            line-height: 0.9;
        }

        .soedwf__hero {
            display: block;
        }

        .vstlfq__banner {
            font-size: 20px;
            color: #ffffff;
            margin-bottom: 3rem;
            line-height: 1.6;
            max-width: 1125px;
        }

        @media (max-width: 1024px) {
            .hdgvke__b {
                font-size: 31px;
            }
        }
        


        .iawbxz__row {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            padding: 2rem 0;
        }

        .rwzfnk__cards {
            background: #2b2bc5;
            border-radius: var(--border-radius);
            padding: var(--py);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            position: relative;
            overflow: hidden;
            cursor: pointer;
        }

        .rwzfnk__cards::before {
            content: '';
            position: absolute;
            top: 1%;
            left: 67%;
            width: 0;
            height: 0;
            background: radial-gradient(circle, #FF634720, transparent);
            border-radius: 50%;
            transform: translate(-50%, -50%);
            transition: all 0.4s ease;
        }

        .rwzfnk__cards:hover::before {
            width: 439px;
            height: 439px;
        }

        .rwzfnk__cards:hover {
            transform: translateY(-5px) scale(1.01);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }

        .rwzfnk__cards h3 {
            color: #FFFFFF;
            position: relative;
            z-index: 1;
            transition: color 0.3s ease;
        }

        .rwzfnk__cards:hover h3 {
            color: #FF6347;
        }

        .rwzfnk__cards p {
            color: #FFFFFF;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .iawbxz__row {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        