/*!
Theme Name: qb2xou
Theme URI: #
Version: 4.1.2
Tested up to: 8.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: qb2xou
*/

:root {
  --text-color: #333333;
  --heading-color: #FF5733;
  --primary-btn-bg: #FFBD33;
  --secondary-btn-bg: #33FFBD;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #F7F7F7;
  --header-text-color: #FF5733;
  --header-border: 1px solid #FFBD33;

  --footer-bg-color: #FFBD33;
  --footer-text-color: #333333;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #FFFFFF;
  --table-border-color: #FF5733;
  --table-text-color: #333333;

  --body-bg-color: #F7F7F7;
  --card-bg-color: #ffffff;
  --card-text-color: #333333;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: left;
  --banner-column: 80%;
  --banner-padding: 194.4px;
  --banner-border: 2px solid #FFBD33;
  --banner-bg-color: #F7F7F7;
  --banner-text-color: #000000;

  --container-max-width: 1318px;
  --container-padding: 0 15px;
  --border-radius: 4px;
  --py: 28px;
  --py-2: 42px;
  --py-3: 50px;
  --text-align: center;
  --mb: 19px;
  --fz-1: 38.88px;
  --fz-2: 32.4px;
  --fz-3: 27px;
  --logo-width: 152px;
  --menu-margin: 0 0 0 auto;

  --animation-duration: 836ms;
  --animation-type: ease-in;
  --animation-effect: fadeIn;

  --contrast-bg-color: #2b2b2b;
  --contrast-text-color: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Titillium Web', 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;
}

.containerszbyqcj {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}

.topegruolq {
  background-color: var(--header-bg-color);
  color: var(--header-text-color);
  padding: var(--py) 0;
  border-bottom: var(--header-border);
}

.headfyeghzr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--mb);
}

.tophoribfc {
  display: flex;
  gap: var(--mb);
  list-style: none;
  margin: var(--menu-margin);
  padding: 0;
}

.headrbdtocs {
  color: var(--header-text-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.headrbdtocs:hover {
  color: var(--primary-btn-bg);
}


.topurohlkg {
  display: flex;
  gap: 10px;
}

.lseoqbnr {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.lseoqbnr img {
  max-height: 80px;
}

.pxfimeqw,
.secondarysgtqiyd {
  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;
}

.pxfimeqw {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.pxfimeqw:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.secondarysgtqiyd {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.secondarysgtqiyd:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.fentbgsy{
  position: relative;
}
.fentbgsy * {
  z-index: 1;
  position: relative;
}


    .fentbgsy {
      position: relative;
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: var(--py) 0;
    }

    .botimyplnc {
      display: flex;
      justify-content: var(--footer-justify);
      flex-direction: var(--footer-direction);
      gap: var(--mb);
      position: relative;
      z-index: 1;
    }

    .footdzcjwtm {
      display: flex;
      gap: 10px;
      list-style: none;
      flex-direction: column;
      margin: 0;
      padding: 0;
    }

    .fsmrtzuo {
      color: var(--footer-text-color);
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .fsmrtzuo:hover {
      color: var(--primary-btn-bg);
    }

    .bottomtxlwnhr {
      font-weight: 500;
      font-size: 18px;
      margin-bottom: var(--mb);
      color: var(--footer-text-color);
    }

    .fvaltion {
      margin: 0;
      margin-top: var(--mb);
      font-size: 14px;
      color: var(--footer-text-color);
      text-align: var(--text-align);
    }

    @media (max-width: 1024px) {
      .botimyplnc {
        flex-direction: column;
        gap: 20px;
      }
    }
    



.footdzcjwtm li:empty {
  display: none;
}

.hruiptzow {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.hruiptzow {
  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;
}

.hruiptzow svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.bannervtygosi{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.herorysjkme {
  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;
}

.tbsgqldio{
  overflow-x: auto;
  width: 100%;
}

.txtmdlenct {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.txtmdlenct p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.txtmdlenct ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.txtmdlenct ul {
  list-style: none;
}

.txtmdlenct ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.txtmdlenct ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .txtmdlenct ol {
      counter-reset: list-counter;
      list-style: none;
      padding-left: 0;
      margin: 3rem 0;
    }

    .txtmdlenct 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 #ffe7b3;
      border-radius: 6px;
      padding: 1rem 1rem 1rem 3.5rem;
      background: rgba(255, 255, 255, 0.02);
    }

    .txtmdlenct 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;
    }

    .txtmdlenct ol li:hover {
      background: rgba(255, 255, 255, 0.05);
      border-color: var(--primary-btn-bg);
    }
    


      .aioseo-breadcrumbs {
        margin: 1rem 0;
        padding: 0.5rem 0;
        font-size: 0.875rem;
      }

      .aioseo-breadcrumb {
        display: inline-block;
      }

      .aioseo-breadcrumb a {
        color: #FFBD33;
        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;
      }
    

.txtmdlenct 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);
}

.txtmdlenct table th,
.txtmdlenct table td {
  padding: 10px;
  border: 1px solid var(--table-border-color);
}

.txtmdlenct img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.postsrojbepu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.itemnxqafvl {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .colszoliusj {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        margin: var(--py-2) 0;
        align-items: start;
        position: relative;
      }

      .colszoliusj::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 1px;
        height: 80%;
        background: linear-gradient(180deg, transparent 0%, #ffe7b3 50%, transparent 100%);
        z-index: 1;
      }

      .colszoliusj .textedzdotelm:first-child {
        position: relative;
        z-index: 2;
        order: 2;
      }

      .colszoliusj .textedzdotelm:last-child {
        position: relative;
        z-index: 2;
        order: 1;
        padding-right: 2rem;
      }

      .colszoliusj figure {
        border-radius: 20px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
      }

      .colszoliusj figure::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, #ffbd3320 0%, #ffe7b310 100%);
        z-index: 1;
        opacity: 0;
        transition: opacity 0.3s ease;
      }

      .colszoliusj figure:hover::before {
        opacity: 1;
      }

      .colszoliusj figure img {
        width: 100%;
        height: auto;
        position: relative;
        z-index: 0;
      }

      .colszoliusj h2 {
        margin-top: 0;
        color: var(--text-color);
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.3;
        margin-bottom: 1.5rem;
        position: relative;
      }

      .colszoliusj h2::after {
        content: '';
        position: absolute;
        bottom: -0.5rem;
        left: 0;
        width: 2rem;
        height: 2px;
        background: #ffbd33;
        border-radius: 1px;
      }

      .colszoliusj p {
        line-height: 1.7;
        margin-bottom: 1rem;
        color: var(--text-color);
        opacity: 0.9;
      }

      @media (max-width: 1024px) {
        .colszoliusj {
          grid-template-columns: 1fr;
          gap: 2rem;
        }

        .colszoliusj::before {
          display: none;
        }

        .colszoliusj .textedzdotelm:first-child {
          order: 1;
        }

        .colszoliusj .textedzdotelm:last-child {
          order: 2;
          padding-left: 0;
          padding-right: 0;
        }
      }
    

.tblitbmzjy {
  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%;
}

.tblitbmzjy p,
.tblitbmzjy h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.tblitbmzjy table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.tblitbmzjy table td,
.tblitbmzjy table th {
  border: 0;
}

.tblitbmzjy table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.tblitbmzjy tr:last-child {
  border-bottom: 0;
}

.tblitbmzjy h2 {
  margin-top: 0;
}

/*
.blocksyiorsfv {
  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);
}
  */

.inverttdkilrc {
  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);
}


    .inverttdkilrc{
      background: linear-gradient(135deg, #ffbd33 0%, #ffe033 50%, #b8ff33 100%);
      padding: 57px;
    }
    

.inverttdkilrc h2 {
  color: inherit;
  margin-top: 0;
}

.headeroperzyt {
  display: none;
}

@media (max-width: 1024px) {
  .tophoribfc {
    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;
  }

  .headrbdtocs {
    padding: 10px 0;
    display: block;
  }

  .tophoribfc.active {
    opacity: 1;
    visibility: visible;
  }

  .headeroperzyt {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .headeroperzyt span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .headeroperzyt.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .headeroperzyt.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }

  .bannervtygosi{
    flex-direction: column;
  }

  .herorysjkme {
    width: 100%;
  }

  .tblitbmzjy {
    padding: var(--py);
  }

  .inverttdkilrc {
    padding: var(--py);
  }
}

.smepoguzf{
  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);
}
.smepoguzf 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;
}
.smepoguzf a:hover {
  color: var(--primary-btn-bg);
}
.smepoguzf h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .formceqznbf {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .frtnbwuyr {
      display: flex;
      flex-direction: column;
    }

    .frlndfxsv, .formxheftuy {
      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;
    }

    .frlndfxsv:focus, .formxheftuy:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .formxheftuy {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .formceqznbf button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .formceqznbf button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .formceqznbf {
        max-width: 100%;
        gap: 15px;
      }

      .frlndfxsv, .formxheftuy {
        padding: 12px 15px;
        font-size: 14px;
      }
    }
    


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

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

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

.nvs__title_contbshv {
  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)
  }
}


        .hruiptzow {
            position: relative;
            min-height: 562px;
            background: linear-gradient(245deg, #FFBD33, #33FFBD);
            display: flex;
            align-items: center;
            overflow: hidden;
        }

        .herorysjkme {
            display: flex;
            align-items: center;
            justify-content: var(--banner-direction);
        }

        .mainzhmelqo {
            position: absolute;
            inset: 0;
        }

        .mainrodefhk {
            position: absolute;
            background: rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            animation: float-particle 20s infinite linear;
        }

        .mainrodefhk:nth-child(1) {
            width: 4px;
            height: 4px;
            left: 10%;
            animation-delay: 0s;
            animation-duration: 15s;
        }

        .mainrodefhk:nth-child(2) {
            width: 6px;
            height: 6px;
            left: 20%;
            animation-delay: 2s;
            animation-duration: 18s;
        }

        .mainrodefhk:nth-child(3) {
            width: 3px;
            height: 3px;
            left: 30%;
            animation-delay: 4s;
            animation-duration: 12s;
        }

        .mainrodefhk:nth-child(4) {
            width: 5px;
            height: 5px;
            left: 40%;
            animation-delay: 6s;
            animation-duration: 16s;
        }

        .mainrodefhk:nth-child(5) {
            width: 4px;
            height: 4px;
            left: 50%;
            animation-delay: 8s;
            animation-duration: 14s;
        }

        .mainrodefhk:nth-child(6) {
            width: 6px;
            height: 6px;
            left: 60%;
            animation-delay: 10s;
            animation-duration: 17s;
        }

        .mainrodefhk:nth-child(7) {
            width: 3px;
            height: 3px;
            left: 70%;
            animation-delay: 12s;
            animation-duration: 13s;
        }

        .mainrodefhk:nth-child(8) {
            width: 5px;
            height: 5px;
            left: 80%;
            animation-delay: 14s;
            animation-duration: 19s;
        }

        .mainuytmwzk {
            position: relative;
            z-index: 10;
            text-align: var(--banner-direction);
            width: 1046px;
            max-width: 100%;
            padding: var(--py);
        }

        .bzirykbl {
            font-size: clamp(3rem, 8vw, 5rem);
            font-weight: bold;
            color: #FFFFFF;
            margin-bottom: 2rem;
            line-height: 1.2;
        }

        .hrxrcmgup {
            font-size: 18px;
            color: #FFFFFF;
            margin-bottom: 2rem;
            line-height: 1.6;
        }

        @media (max-width: 1024px) {
            .bzirykbl {
                font-size: 28px;
            }
        }

        @keyframes float-particle {
            0% {
                transform: translateY(100vh) rotate(0deg);
                opacity: 0;
            }
            10% {
                opacity: 1;
            }
            90% {
                opacity: 1;
            }
            100% {
                transform: translateY(-100px) rotate(360deg);
                opacity: 0;
            }
        }
        


        .cardzukegtj {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            padding: 2rem 0;
        }

        .blocksyiorsfv {
            background: #ffffff;
            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;
        }

        .blocksyiorsfv::before {
            content: '';
            position: absolute;
            top: 21%;
            left: 85%;
            width: 0;
            height: 0;
            background: radial-gradient(circle, #FFBD3320, transparent);
            border-radius: 50%;
            transform: translate(-50%, -50%);
            transition: all 0.4s ease;
        }

        .blocksyiorsfv:hover::before {
            width: 143px;
            height: 143px;
        }

        .blocksyiorsfv:hover {
            transform: translateY(-5px) scale(1.01);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }

        .blocksyiorsfv h3 {
            color: #333333;
            position: relative;
            z-index: 1;
            transition: color 0.3s ease;
        }

        .blocksyiorsfv:hover h3 {
            color: #FFBD33;
        }

        .blocksyiorsfv p {
            color: #333333;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .cardzukegtj {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        