/*!
Theme Name: 8mb13x
Theme URI: #
Version: 5.2.2
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 8mb13x
*/

:root {
  --text-color: #212121;
  --heading-color: #4CAF50;
  --primary-btn-bg: #FFC107;
  --secondary-btn-bg: #2196F3;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #F5F5F5;
  --header-text-color: #4CAF50;
  --header-border: 1px solid #FFC107;

  --footer-bg-color: #212121;
  --footer-text-color: #FFFFFF;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #FAFAFA;
  --table-border-color: #BDBDBD;
  --table-text-color: #2e2e2e;

  --body-bg-color: #F5F5F5;
  --card-bg-color: #ffffff;
  --card-text-color: #212121;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: left;
  --banner-column: 63%;
  --banner-padding: 187.2px;
  --banner-border: 2px solid #FFC107;
  --banner-bg-color: #F5F5F5;
  --banner-text-color: #000000;

  --container-max-width: 1235px;
  --container-padding: 0 15px;
  --border-radius: 7px;
  --py: 37px;
  --py-2: 58px;
  --py-3: 66px;
  --text-align: center;
  --mb: 15px;
  --fz-1: 37.44px;
  --fz-2: 31.2px;
  --fz-3: 26px;
  --logo-width: 183px;
  --menu-margin: 0 auto 0 0;

  --animation-duration: 448ms;
  --animation-type: ease;
  --animation-effect: fadeIn;

  --contrast-bg-color: #292929;
  --contrast-text-color: #ededed;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Raleway', 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;
}

.ejipbqr__wrapper {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}

.azfmygq__header {
  background-color: var(--header-bg-color);
  color: var(--header-text-color);
  padding: var(--py) 0;
  border-bottom: var(--header-border);
}

.ayxmqbf__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--mb);
}

.fbawphq__top {
  display: flex;
  gap: var(--mb);
  list-style: none;
  margin: var(--menu-margin);
  padding: 0;
}

.hesoykg__head {
  color: var(--header-text-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.hesoykg__head:hover {
  color: var(--primary-btn-bg);
}


.rcwigtv__top {
  display: flex;
  gap: 10px;
}

.bamqolr__log {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.bamqolr__log img {
  max-height: 80px;
}

.gkpqwfu__p,
.ebanovj__alt {
  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;
}

.gkpqwfu__p {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.gkpqwfu__p:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.ebanovj__alt {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.ebanovj__alt:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.tgwrczj__bot{
  position: relative;
}
.tgwrczj__bot * {
  z-index: 1;
  position: relative;
}


    .tgwrczj__bot {
      background: linear-gradient(135deg, #3b3b3b 0%, #080808 100%);
      color: var(--footer-text-color);
      padding: var(--py) 0;
    }

    .zgxfluh__bot {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 var(--mb);
    }

    .fmsbygp__bottom {
      display: flex;
      justify-content: var(--footer-justify);
      flex-direction: var(--footer-direction);
      align-items: center;
      margin-bottom: var(--mb);
    }

    .elfciqs__footer {
      display: flex;
      flex-direction: column;
    }

    .chskdei__bot {
      font-weight: 500;
      font-size: 16px;
      margin-bottom: var(--mb);
      color: var(--footer-text-color);
    }

    .hutqmlv__bot {
      display: flex;
      gap: 20px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .ixwatoq__bottom {
      color: var(--footer-text-color);
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s ease;
    }

    .ixwatoq__bottom:hover {
      color: var(--primary-btn-bg);
    }

    .rmhowzx__bottom {
      margin: 0;
      font-size: 14px;
      color: var(--footer-text-color);
      text-align: var(--text-align);
      opacity: 0.7;
    }

    @media (max-width: 768px) {
      .fmsbygp__bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
      }

      .hutqmlv__bot {
        justify-content: center;
        flex-wrap: wrap;
      }
    }
    



.hutqmlv__bot li:empty {
  display: none;
}

.qrdtula__hr {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.qrdtula__hr {
  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;
}

.qrdtula__hr svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.hxtyiwp__b{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.aybuvxt__b {
  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;
}

.gfevshr__tb{
  overflow-x: auto;
  width: 100%;
}

.qlhgsvm__content {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.qlhgsvm__content p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.qlhgsvm__content ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.qlhgsvm__content ul {
  list-style: none;
}

.qlhgsvm__content ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.qlhgsvm__content ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .qlhgsvm__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;
    }

    .qlhgsvm__content ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .qlhgsvm__content ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #ffc107 0%, #ffd452 100%);
      color: white;
      width: 2rem;
      height: 2rem;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 600;
      font-size: 0.875rem;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
    


      .aioseo-breadcrumbs {
        margin: 0.75rem 0;
        padding: 0.25rem 0;
        font-size: 0.8rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 0.5rem;
      }

      .aioseo-breadcrumb {
        display: inline-block;
      }

      .aioseo-breadcrumb a {
        color: #FFC107;
        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;
      }
    

.qlhgsvm__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);
}

.qlhgsvm__content table th,
.qlhgsvm__content table td {
  padding: 10px;
  border: 1px solid var(--table-border-color);
}

.qlhgsvm__content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.xhvelow__post {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.zacojxi__blog {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .bzkuejq__col {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: var(--py-2);
        margin: var(--py-2) 0;
        align-items: center;
      }

      .bzkuejq__col .qwhyzci__cols:first-child {
        order: 1;
      }

      .bzkuejq__col .qwhyzci__cols:last-child {
        order: 2;
      }

      .bzkuejq__col h2 {
        margin-top: 0;
      }

      @media (max-width: 1024px) {
        .bzkuejq__col {
          grid-template-columns: 1fr;
        }

        .bzkuejq__col .qwhyzci__cols:first-child {
          order: 1;
        }

        .bzkuejq__col .qwhyzci__cols:last-child {
          order: 2;
        }
      }
    

.fnwrgoj__tb {
  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%;
}

.fnwrgoj__tb p,
.fnwrgoj__tb h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.fnwrgoj__tb table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.fnwrgoj__tb table td,
.fnwrgoj__tb table th {
  border: 0;
}

.fnwrgoj__tb table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.fnwrgoj__tb tr:last-child {
  border-bottom: 0;
}

.fnwrgoj__tb h2 {
  margin-top: 0;
}

/*
.wconbzq__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);
}
  */

.pwdhkfb__contrast {
  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);
}


    .pwdhkfb__contrast{
      background: linear-gradient(135deg, #292929 0%, #424242 100%);
      border-left: 9px solid var(--primary-btn-bg);
    }
    

.pwdhkfb__contrast h2 {
  color: inherit;
  margin-top: 0;
}

.aiqudpg__h {
  display: none;
}

@media (max-width: 1024px) {
  .fbawphq__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;
  }

  .hesoykg__head {
    padding: 10px 0;
    display: block;
  }

  .fbawphq__top.active {
    opacity: 1;
    visibility: visible;
  }

  .aiqudpg__h {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .aiqudpg__h span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .aiqudpg__h.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .aiqudpg__h.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }

  .hxtyiwp__b{
    flex-direction: column;
  }

  .aybuvxt__b {
    width: 100%;
  }

  .fnwrgoj__tb {
    padding: var(--py);
  }

  .pwdhkfb__contrast {
    padding: var(--py);
  }
}

.exwjdbu__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);
}
.exwjdbu__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;
}
.exwjdbu__map a:hover {
  color: var(--primary-btn-bg);
}
.exwjdbu__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;
}


    .ftvcqpe__form {
      background: var(--card-bg-color);
      border-radius: var(--border-radius);
      box-shadow: var(--card-shadow);
      overflow: hidden;
      max-width: 600px;
      margin: var(--mb) auto;
    }

    .mrpbcvx__fr {
      padding: 30px;
    }

    .xulopiw__frm {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .lzgtmda__form {
      display: flex;
      flex-direction: column;
    }

    .bdyhxma__form {
      font-weight: 600;
      color: var(--heading-color);
      margin-bottom: 8px;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }

    .abhrcsz__form, .ktlwyzr__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;
    }

    .abhrcsz__form:focus, .ktlwyzr__form:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .ktlwyzr__form {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .mrpbcvx__fr button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
      margin-top: 10px;
    }

    .mrpbcvx__fr button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    .umvhtyi__fr {
      text-align: center;
      margin-top: 20px;
    }

    .cgoxwpr__frm {
      color: var(--text-color);
      opacity: 0.7;
      font-size: 12px;
      margin: 0;
    }

    @media (max-width: 768px) {
      .ftvcqpe__form {
        margin: var(--mb) 15px;
      }

      ."form__header" {
        padding: 20px;
      }

      .mrpbcvx__fr {
        padding: 20px;
      }

      .xulopiw__frm {
        gap: 15px;
      }

      .abhrcsz__form, .ktlwyzr__form {
        padding: 12px 15px;
        font-size: 14px;
      }
    }
    


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

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

.pr 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)
  }
}


        .azfmygq__header {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            background: #fff0;
            z-index: 100;
            border: 0;
        }

        .qrdtula__hr {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 90vh;
            padding: 150px 15px 50px;
        }

        .aybuvxt__b {
            position: relative;
            text-align: center;
            max-width: 62rem;
            margin: 0 auto;
            z-index: 10;
        }

        .djaztfl__b {
            font-size: 58px;
            margin-bottom: var(--mb);
            margin-top: 0;
            line-height: 1.25;
            color: transparent;
            font-weight: 900;
            background-clip: text;
            background-image: linear-gradient(to right in oklab, #4CAF50 0%, #FFC107 50%, #2196F3 100%);
        }

        .djaztfl__b span {
            color: transparent;
            background-clip: text;
            background-image: linear-gradient(to right in oklab, #FFC107 0%, #2196F3 100%);
        }

        .isxqcld__ban {
            font-size: 16px;
            color: #000000;
            max-width: 52rem;
            margin: 0 auto var(--mb);
        }

        .seypqku__banner {
            position: absolute;
            inset: 0;
            background-image: linear-gradient(to bottom right,
                    rgba(#FFC107, 0.2),
                    rgba(#2196F3, 0.2),
                    rgba(#FFC107, 0.2));
            opacity: 0.5;
        }

        .anmwoqt__main {
            position: absolute;
            border-radius: 9999px;
            opacity: 0.3;
        }

        .anmwoqt__main:nth-child(1) {
            top: 5rem;
            left: 34%;
            width: 8rem;
            height: 8rem;
            background-image: linear-gradient(to right, #FFC107, #2196F3);
            border-radius: 9999px;
            filter: blur(24px);
            opacity: 0.3;
            animation: pulse 2s infinite;
        }

        .anmwoqt__main:nth-child(2) {
            bottom: 6rem;
            right: 39%;
            width: 12rem;
            height: 12rem;
            background-image: linear-gradient(to right, #FFC107, #2196F3);
            border-radius: 9999px;
            filter: blur(40px);
            opacity: 0.2;
            animation: pulse 2s infinite;
            animation-delay: 1s;
        }

        .anmwoqt__main:nth-child(3) {
            top: 68%;
            left: 26%;
            width: 6rem;
            height: 6rem;
            background-image: linear-gradient(to right, #2196F3, #FFC107);
            border-radius: 0.5rem;
            filter: blur(16px);
            opacity: 0.25;
            animation: bounce 1s infinite;
        }

        @media (max-width: 1024px) {
            .djaztfl__b {
                font-size: 26px;
                max-width: 100%;
            }

            .qrdtula__hr {
                padding: 120px 15px 50px;
                min-height: 70vh;
            }

            .isxqcld__ban {
                max-width: 100%;
            }

            .anmwoqt__main:nth-child(1),
            .anmwoqt__main:nth-child(2),
            .anmwoqt__main:nth-child(3){
                width: 3rem;
                height: 3rem;
            }
        }

        @keyframes pulse {

            0%,
            100% {
                opacity: 1;
            }

            50% {
                opacity: .5;
            }
        }

        @keyframes bounce {

            0%,
            100% {
                transform: translateY(-25%);
                animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
            }

            50% {
                transform: translateY(0);
                animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
            }
        }
        


        .pektrsg__cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            padding: 2rem 0;
        }

        .wconbzq__rows {
            background: linear-gradient(80deg, #FFC107, #2196F3);
            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;
        }

        .wconbzq__rows::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;
        }

        .wconbzq__rows:hover::before {
            transform: translateX(100%);
        }

        .wconbzq__rows:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
        }

        .wconbzq__rows h3 {
            color: #212121;
            position: relative;
            z-index: 1;
        }

        .wconbzq__rows p {
            color: #212121;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .pektrsg__cards {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        