/*!
Theme Name: te3h1l
Theme URI: #
Version: 4.3.7
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: te3h1l
*/

:root {
  --text-color: #333333;
  --heading-color: #FF5733;
  --primary-btn-bg: #FF5733;
  --secondary-btn-bg: #C70039;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #FFCE00;
  --header-text-color: #333333;
  --header-border: {{header-border}};

  --footer-bg-color: #900C3F;
  --footer-text-color: #FFFFFF;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #F5B041;
  --table-border-color: #D35400;
  --table-text-color: #000000;

  --body-bg-color: #F9E79F;
  --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: center;
  --banner-column: 60%;
  --banner-padding: 136.8px;
  --banner-border: 0 solid;
  --banner-bg-color: #F4D03F;
  --banner-text-color: #000000;

  --container-max-width: 1119px;
  --container-padding: 0 15px;
  --border-radius: 7px;
  --py: 21px;
  --py-2: 73px;
  --py-3: 53px;
  --text-align: center;
  --mb: 23px;
  --fz-1: 27.36px;
  --fz-2: 22.8px;
  --fz-3: 19px;
  --logo-width: 181px;
  --menu-margin: 0 0 0 auto;

  --animation-duration: 538ms;
  --animation-type: ease-in-out;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #000000;
  --contrast-text-color: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Rubik', 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;
}

.uvykiolg--c {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}

.ldbaitcy--h {
  background-color: var(--header-bg-color);
  color: var(--header-text-color);
  padding: var(--py) 0;
  border-bottom: var(--header-border);
}

.itgfujny--header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--mb);
}

.jgaepcts--header {
  display: flex;
  gap: var(--mb);
  list-style: none;
  margin: var(--menu-margin);
  padding: 0;
}

.mngeqlit--top {
  color: var(--header-text-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.mngeqlit--top:hover {
  color: var(--primary-btn-bg);
}


.mfudkjqi--h {
  display: flex;
  gap: 10px;
}

.jrfkeisn--logo {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.jrfkeisn--logo img {
  max-height: 80px;
}

.vogjcqty--primary,
.rdnsjqxa--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;
}

.vogjcqty--primary {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.vogjcqty--primary:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.rdnsjqxa--second {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.rdnsjqxa--second:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.guqzedfh--f{
  position: relative;
}
.guqzedfh--f * {
  z-index: 1;
  position: relative;
}


    .guqzedfh--f {
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: var(--py-2) 0;
    }

    .ejnqxcag--bottom {
      max-width: var(--container-max-width);
      margin: 0 auto;
      padding: 0 var(--mb);
    }

    .gwkotuev--bot {
      display: flex;
      justify-content: var(--footer-justify);
      flex-direction: var(--footer-direction);
      gap: var(--mb);
      margin-bottom: var(--mb);
    }

    .vycjxdpr--f {
      display: flex;
      flex-direction: column;
    }

    .pnugdyfe--foot {
      font-weight: 600;
      font-size: 18px;
      margin-bottom: var(--mb);
      color: var(--footer-text-color);
    }

    .bmnwdgcj--footer {
      display: flex;
      gap: 15px;
      list-style: none;
      flex-direction: column;
      margin: 0;
      padding: 0;
    }

    .kocuzajd--foot {
      color: var(--footer-text-color);
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .kocuzajd--foot:hover {
      color: var(--primary-btn-bg);
    }

    .qhagxspc--f {
      margin: 0 0 15px 0;
      font-size: 14px;
      color: var(--footer-text-color);
      opacity: 0.8;
    }

    .sxbjlquv--foot {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .fmldhuzp--bottom {
      padding: 10px 15px;
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: var(--border-radius);
      background: rgba(255, 255, 255, 0.1);
      color: var(--footer-text-color);
      font-size: 14px;
      outline: none;
    }

    .fmldhuzp--bottom::placeholder {
      color: var(--footer-text-color);
      opacity: 0.6;
    }

    @media (max-width: 768px) {
      .gwkotuev--bot {
        flex-direction: column;
      }
    }
    



.bmnwdgcj--footer li:empty {
  display: none;
}

.jdynhtub--hr {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.jdynhtub--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;
}

.jdynhtub--hr svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.glwmopdh--hr{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.iejozpxh--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;
}

.kmxizoah--tb{
  overflow-x: auto;
  width: 100%;
}

.hgovcibq--content {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.hgovcibq--content p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.hgovcibq--content ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.hgovcibq--content ul {
  list-style: none;
}

.hgovcibq--content ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.hgovcibq--content ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .hgovcibq--content ol {
      counter-reset: list-counter;
      list-style: none;
      padding-left: 0;
      margin: 3rem 0;
    }

    .hgovcibq--content 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 #ffc1b3;
      border-radius: 6px;
      padding: 1rem 1rem 1rem 3.5rem;
      background: rgba(255, 255, 255, 0.02);
    }

    .hgovcibq--content 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;
    }

    .hgovcibq--content 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: #FF5733;
        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;
      }
    

.hgovcibq--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);
}

.hgovcibq--content table th,
.hgovcibq--content table td {
  padding: 10px;
  border: 1px solid var(--table-border-color);
}

.hgovcibq--content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.enhdjpla--post {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.dwxobtyg--post {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .xfuohmbq--texted {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        margin: var(--py-2) 0;
        align-items: center;
      }

      .xfuohmbq--texted .vzxjpqwf--cols:first-child {
        order: 2;
      }

      .xfuohmbq--texted .vzxjpqwf--cols:last-child {
        order: 1;
        padding-right: 2rem;
      }

      .xfuohmbq--texted h2 {
        margin-top: 0;
        color: var(--primary-btn-bg);
        position: relative;
        padding-bottom: 1rem;
      }

      .xfuohmbq--texted h2::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 3rem;
        height: 3px;
        background: linear-gradient(90deg, #ff5733 0%, #ffac99 100%);
        border-radius: 2px;
      }

      .xfuohmbq--texted figure {
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
      }

      .xfuohmbq--texted figure img {
        width: 100%;
        height: auto;
        transition: transform 0.3s ease;
      }

      .xfuohmbq--texted figure:hover img {
        transform: scale(1.05);
      }

      @media (max-width: 1024px) {
        .xfuohmbq--texted {
          grid-template-columns: 1fr;
          gap: 2rem;
        }

        .xfuohmbq--texted .vzxjpqwf--cols:first-child {
          order: 1;
        }

        .xfuohmbq--texted .vzxjpqwf--cols:last-child {
          order: 2;
          padding-right: 0;
        }
      }
    

.wqhumepf--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%;
}

.wqhumepf--tb p,
.wqhumepf--tb h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.wqhumepf--tb table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.wqhumepf--tb table td,
.wqhumepf--tb table th {
  border: 0;
}

.wqhumepf--tb table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.wqhumepf--tb tr:last-child {
  border-bottom: 0;
}

.wqhumepf--tb h2 {
  margin-top: 0;
}

/*
.hrmaubpj--blocks {
  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);
}
  */

.sprzqmvj--d {
  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);
}


    .sprzqmvj--d{
      background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
      border-left: 5px solid var(--primary-btn-bg);
    }
    

.sprzqmvj--d h2 {
  color: inherit;
  margin-top: 0;
}

.tvmbfpdh--top {
  display: none;
}

@media (max-width: 1024px) {
  .jgaepcts--header {
    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;
  }

  .mngeqlit--top {
    padding: 10px 0;
    display: block;
  }

  .jgaepcts--header.active {
    opacity: 1;
    visibility: visible;
  }

  .tvmbfpdh--top {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .tvmbfpdh--top span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .tvmbfpdh--top.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .tvmbfpdh--top.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }

  .glwmopdh--hr{
    flex-direction: column;
  }

  .iejozpxh--banner {
    width: 100%;
  }

  .wqhumepf--tb {
    padding: var(--py);
  }

  .sprzqmvj--d {
    padding: var(--py);
  }
}

.zfuqvwab--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);
}
.zfuqvwab--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;
}
.zfuqvwab--sitemap a:hover {
  color: var(--primary-btn-bg);
}
.zfuqvwab--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;
}


    .psigxfqy--form {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .nasbketq--form {
      display: flex;
      flex-direction: column;
    }

    .rewgocyi--form, .zgjxvoek--form {
      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;
    }

    .rewgocyi--form:focus, .zgjxvoek--form:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .zgjxvoek--form {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .psigxfqy--form button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .psigxfqy--form button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .psigxfqy--form {
        max-width: 100%;
        gap: 15px;
      }

      .rewgocyi--form, .zgjxvoek--form {
        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)
  }
}


        .jdynhtub--hr {
            position: relative;
            overflow: hidden;
            background: linear-gradient(135deg, #FF573315, #C7003915);
            min-height: 511px;
            display: flex;
            align-items: center;
        }

        .yrwpivjg--hr {
            position: absolute;
            inset: 0;
            pointer-events: none;
        }

        .fxseobrn--banner {
            position: absolute;
            animation: float 6s ease-in-out infinite;
        }

        .fxseobrn--banner:nth-child(1) {
            top: 20%;
            right: 10%;
            width: 28px;
            height: 23px;
            background: #FF5733;
            border-radius: 3px;
            transform: rotate(29deg);
            animation-delay: 0s;
        }

        .fxseobrn--banner:nth-child(2) {
            bottom: 42%;
            left: 28%;
            width: 26px;
            height: 26px;
            background: #C70039;
            border-radius: 1px;
            animation-delay: 2s;
        }

        .fxseobrn--banner:nth-child(3) {
            top: 32%;
            left: 29%;
            width: 20px;
            height: 24px;
            background: #FF5733;
            border-radius: 3px;
            transform: rotate(22deg);
            animation-delay: 4s;
        }

        .udxenvoh--main {
            position: relative;
            z-index: 10;
            text-align: center;
            max-width: 1115px;
            margin: 0 auto;
            padding: 0 1rem;
        }

        .jliybhew--hr {
            font-size: clamp(2rem, 8vw, 2rem);
            font-weight: bold;
            background: linear-gradient(45deg, #FF5733, #C70039);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 1rem;
        }

        .mxtghoyr--b {
            font-size: 20px;
            color: #000000;
            margin-bottom: 2rem;
            line-height: 1.6;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-13px); }
        }

        @media (max-width: 1024px) {
            .jliybhew--hr {
                font-size: 27px;
            }
        }
        


        .ruefalsb--cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: var(--py);
            padding: var(--py) 0;
        }

        .hrmaubpj--blocks {
            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;
        }

        .hrmaubpj--blocks::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 2px;
            background: linear-gradient(90deg, #FF5733, #C70039);
        }

        .hrmaubpj--blocks:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        }

        .hrmaubpj--blocks h3 {
            color: #333333;
        }

        .hrmaubpj--blocks p {
            color: #333333;
            margin: 0;
        }

        @media (max-width: 768px) {
            .ruefalsb--cards {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        