/*!
Theme Name: pk8f0v
Theme URI: #
Version: 3.0.7
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pk8f0v
*/

:root {
  --text-color: #2E4053;
  --heading-color: #FF6F61;
  --primary-btn-bg: #4A90E2;
  --secondary-btn-bg: #D5DBDB;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #2E4053;

  --header-bg-color: #4A4A4A;
  --header-text-color: #F4F6F7;
  --header-border: {{header-border}};

  --footer-bg-color: #434343;
  --footer-text-color: #F4F6F7;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #FFFFFF;
  --table-border-color: #BDC3C7;
  --table-text-color: #333333;

  --body-bg-color: #FDFEFE;
  --card-bg-color: #ffffff;
  --card-text-color: #2E4053;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: center;
  --banner-column: 70%;
  --banner-padding: 151.2px;
  --banner-border: 0 solid;
  --banner-bg-color: #FFFFFF;
  --banner-text-color: #000000;

  --container-max-width: 1049px;
  --container-padding: 0 15px;
  --border-radius: 28px;
  --py: 25px;
  --py-2: 46px;
  --py-3: 68px;
  --text-align: left;
  --mb: 18px;
  --fz-1: 30.24px;
  --fz-2: 25.2px;
  --fz-3: 21px;
  --logo-width: 105px;
  --menu-margin: 0 0 0 auto;

  --animation-duration: 897ms;
  --animation-type: ease-in;
  --animation-effect: fadeIn;

  --contrast-bg-color: #303030;
  --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;
}

.zrvwxyoi--container {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}

.bprnzlct--header {
  background-color: var(--header-bg-color);
  color: var(--header-text-color);
  padding: var(--py) 0;
  border-bottom: var(--header-border);
}

.iwuogqra--head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--mb);
}

.yibqajgm--h {
  display: flex;
  gap: var(--mb);
  list-style: none;
  margin: var(--menu-margin);
  padding: 0;
}

.upfcxbkq--head {
  color: var(--header-text-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.upfcxbkq--head:hover {
  color: var(--primary-btn-bg);
}


.nlzchwep--top {
  display: flex;
  gap: 10px;
}

.erhkdtaf--l {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.erhkdtaf--l img {
  max-height: 80px;
}

.aqvbyghz--p,
.etivlucd--second {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: none;
  border-radius: var(--border-radius);
  transition: background-color 0.3s ease;
  font-weight: 500;
}

.aqvbyghz--p {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.aqvbyghz--p:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.etivlucd--second {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.etivlucd--second:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.qdkpyham--bot{
  position: relative;
}
.qdkpyham--bot * {
  z-index: 1;
  position: relative;
}


    .qdkpyham--bot {
      background: linear-gradient(135deg, #5c5c5c 0%, #292929 100%);
      color: var(--footer-text-color);
      padding: var(--py) 0;
    }

    .fqbkishg--footer {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 var(--mb);
    }

    .uplyrtfk--bottom {
      display: flex;
      justify-content: var(--footer-justify);
      flex-direction: var(--footer-direction);
      align-items: center;
      margin-bottom: var(--mb);
    }

    .sqywkczx--bottom {
      display: flex;
      flex-direction: column;
    }

    .zhyuqivb--f {
      font-weight: 500;
      font-size: 16px;
      margin-bottom: var(--mb);
      color: var(--footer-text-color);
    }

    .jgxdtcqs--f {
      display: flex;
      gap: 20px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .mpcbzhan--bottom {
      color: var(--footer-text-color);
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s ease;
    }

    .mpcbzhan--bottom:hover {
      color: var(--primary-btn-bg);
    }

    .muqjtsxw--bottom {
      margin: 0;
      font-size: 14px;
      color: var(--footer-text-color);
      text-align: var(--text-align);
      opacity: 0.7;
    }

    @media (max-width: 768px) {
      .uplyrtfk--bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
      }

      .jgxdtcqs--f {
        justify-content: center;
        flex-wrap: wrap;
      }
    }
    



.jgxdtcqs--f li:empty {
  display: none;
}

.dekbgpzx--main {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.dekbgpzx--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;
}

.dekbgpzx--main svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.newqvfyh--ban{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.ankixrqs--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;
}

.fzomjucx--tb{
  overflow-x: auto;
  width: 100%;
}

.mfpbrtjk--content {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.mfpbrtjk--content p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.mfpbrtjk--content ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.mfpbrtjk--content ul {
  list-style: none;
}

.mfpbrtjk--content ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.mfpbrtjk--content ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .mfpbrtjk--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;
    }

    .mfpbrtjk--content 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;
    }

    .mfpbrtjk--content 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, #4a90e2 0%, #1f6bc1 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: 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: #4A90E2;
        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;
      }
    

.mfpbrtjk--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);
}

.mfpbrtjk--content table th,
.mfpbrtjk--content table td {
  padding: 10px;
  border: 1px solid var(--table-border-color);
}

.mfpbrtjk--content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.qsntfoyu--item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.qgbkhari--item {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .wymhcuze--cols {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        margin: var(--py-2) 0;
        align-items: center;
      }

      .wymhcuze--cols .kxzutjrp--texted:first-child {
        order: 2;
      }

      .wymhcuze--cols .kxzutjrp--texted:last-child {
        order: 1;
        padding-right: 2rem;
      }

      .wymhcuze--cols h2 {
        margin-top: 0;
        color: var(--primary-btn-bg);
        position: relative;
        padding-bottom: 1rem;
      }

      .wymhcuze--cols h2::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 3rem;
        height: 3px;
        background: linear-gradient(90deg, #4a90e2 0%, #a3c7f0 100%);
        border-radius: 2px;
      }

      .wymhcuze--cols figure {
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
      }

      .wymhcuze--cols figure img {
        width: 100%;
        height: auto;
        transition: transform 0.3s ease;
      }

      .wymhcuze--cols figure:hover img {
        transform: scale(1.05);
      }

      @media (max-width: 1024px) {
        .wymhcuze--cols {
          grid-template-columns: 1fr;
          gap: 2rem;
        }

        .wymhcuze--cols .kxzutjrp--texted:first-child {
          order: 1;
        }

        .wymhcuze--cols .kxzutjrp--texted:last-child {
          order: 2;
          padding-right: 0;
        }
      }
    

.rnjhcxaf--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%;
}

.rnjhcxaf--table p,
.rnjhcxaf--table h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.rnjhcxaf--table table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.rnjhcxaf--table table td,
.rnjhcxaf--table table th {
  border: 0;
}

.rnjhcxaf--table table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.rnjhcxaf--table tr:last-child {
  border-bottom: 0;
}

.rnjhcxaf--table h2 {
  margin-top: 0;
}

/*
.ucriypmt--rows {
  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);
}
  */

.qemutxvw--inv {
  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);
}


    .qemutxvw--inv{
      background: linear-gradient(135deg, #303030 0%, #4a4a4a 100%);
      border-left: 7px solid var(--primary-btn-bg);
    }
    

.qemutxvw--inv h2 {
  color: inherit;
  margin-top: 0;
}

.dcytopub--h {
  display: none;
}

@media (max-width: 1024px) {
  .yibqajgm--h {
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--header-bg-color);
    z-index: 100;
    padding: var(--py) 15px;
    display: block;
  }

  .upfcxbkq--head {
    padding: 10px 0;
    display: block;
  }

  .yibqajgm--h.active {
    opacity: 1;
    visibility: visible;
  }

  .dcytopub--h {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .dcytopub--h span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .dcytopub--h.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .dcytopub--h.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }

  .newqvfyh--ban{
    flex-direction: column;
  }

  .ankixrqs--hero {
    width: 100%;
  }

  .rnjhcxaf--table {
    padding: var(--py);
  }

  .qemutxvw--inv {
    padding: var(--py);
  }
}

.pladvcrk--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);
}
.pladvcrk--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;
}
.pladvcrk--sitemap a:hover {
  color: var(--primary-btn-bg);
}
.pladvcrk--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;
}


    .sadhfwlx--fr {
      max-width: 1000px;
      margin: var(--mb) auto;
    }

    .jxdvkzln--form {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      align-items: start;
    }

    .aquhlrop--frm {
      background: var(--card-bg-color);
      padding: 30px;
      border-radius: var(--border-radius);
      box-shadow: var(--card-shadow);
    }

    .aquhlrop--frm h2 {
      font-size: var(--fz-2);
      color: var(--heading-color);
      margin: 0 0 25px 0;
      font-weight: 600;
    }

    .izoahskj--form {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .cdknelwy--frm {
      display: flex;
      align-items: flex-start;
      gap: 15px;
    }

    .oqmtcpsu--form {
      font-size: 24px;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: var(--primary-btn-bg);
      border-radius: 50%;
      flex-shrink: 0;
    }

    .dfitpznq--fr {
      color: var(--text-color);
      line-height: 1.5;
    }

    .dfitpznq--fr strong {
      color: var(--heading-color);
      font-weight: 600;
    }

    .nywkzvtb--fr {
      background: var(--card-bg-color);
      padding: 30px;
      border-radius: var(--border-radius);
      box-shadow: var(--card-shadow);
    }

    .gzqsfeot--form {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .jdqxlprb--form {
      display: flex;
      flex-direction: column;
    }

    .nedcxvpa--form, .zishjtyg--frm {
      padding: 15px 20px;
      border-radius: var(--border-radius);
      border: 2px solid var(--table-border-color);
      background-color: var(--body-bg-color);
      color: var(--text-color);
      font-size: 16px;
      outline: none;
      transition: all 0.3s ease;
    }

    .nedcxvpa--form:focus, .zishjtyg--frm:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .zishjtyg--frm {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .nywkzvtb--fr button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
    }

    .nywkzvtb--fr button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .jxdvkzln--form {
        grid-template-columns: 1fr;
        gap: 30px;
      }

      .aquhlrop--frm, .nywkzvtb--fr {
        padding: 20px;
      }

      .gzqsfeot--form {
        gap: 15px;
      }

      .nedcxvpa--form, .zishjtyg--frm {
        padding: 12px 15px;
        font-size: 14px;
      }
    }
    


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

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

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

.our__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)
  }
}


        .dekbgpzx--main {
            position: relative;
            min-height: 602px;
            background: linear-gradient(33deg, #FDFEFE, #D5DBDB, #FDFEFE);
            display: flex;
            align-items: center;
        }

        .rhnioybu--b {
            backdrop-filter: blur(10px);
            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 20px 47px rgba(0, 0, 0, 0.25);
            width: 1062px;
            max-width: 100%;
            margin: 0 auto;
            text-align: center;
        }

        .jbidrome--hr {
            font-size: clamp(2rem, 6vw, 3rem);
            font-weight: bold;
            color: white;
            margin-bottom: var(--mb);
        }

        .cnfapujx--banner {
            font-size: 20px;
            color: rgba(255, 255, 255, 0.8);
            margin-bottom: var(--mb);
            line-height: 1.6;
        }

        @media (max-width: 1024px) {
            .jbidrome--hr {
                font-size: 33px;
            }
        }
        


        .peobwmir--cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 2rem;
            padding: 2rem 0;
        }

        .ucriypmt--rows {
            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;
        }

        .ucriypmt--rows::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;
        }

        .ucriypmt--rows:hover::before {
            opacity: 1;
        }

        .ucriypmt--rows:hover {
            transform: translateY(-5px) scale(1.02);
            box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
        }

        .ucriypmt--rows h3 {
            color: #2E4053;
            position: relative;
            z-index: 1;
        }

        .ucriypmt--rows p {
            color: #2E4053;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .peobwmir--cards {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        