/*!
Theme Name: y4u7ef
Theme URI: #
Version: 2.6.3
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: y4u7ef
*/

:root {
  --text-color: #000000;
  --heading-color: #FF5733;
  --primary-btn-bg: #28A745;
  --secondary-btn-bg: #FFC107;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #000000;

  --header-bg-color: #007BFF;
  --header-text-color: #FFFFFF;
  --header-border: {{header-border}};

  --footer-bg-color: #343A40;
  --footer-text-color: #FFFFFF;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #F8F9FA;
  --table-border-color: #CED4DA;
  --table-text-color: #262e36;

  --body-bg-color: #F0F0F0;
  --card-bg-color: #ffffff;
  --card-text-color: #000000;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: center;
  --banner-column: 66%;
  --banner-padding: 180px;
  --banner-border: 0 solid;
  --banner-bg-color: #FFFFFF;
  --banner-text-color: #333333;

  --container-max-width: 1117px;
  --container-padding: 0 15px;
  --border-radius: 29px;
  --py: 23px;
  --py-2: 52px;
  --py-3: 61px;
  --text-align: center;
  --mb: 21px;
  --fz-1: 36px;
  --fz-2: 30px;
  --fz-3: 25px;
  --logo-width: 178px;
  --menu-margin: 0;

  --animation-duration: 332ms;
  --animation-type: ease-in-out;
  --animation-effect: fadeIn;

  --contrast-bg-color: #242424;
  --contrast-text-color: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Inter', 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;
}

.kavdzfew-wraper {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .yzfgqlac-header {
        background-color: var(--header-bg-color);
        color: var(--header-text-color);
        padding: 0;
        border-bottom: var(--header-border);
      }

      .kditafew-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .ugizmtqv-h {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .fmpczjlb-head {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
        padding: 8px 20px;
        border-radius: var(--border-radius);
        border: 1px solid #93d3a2;
      }

      .fmpczjlb-head:hover {
        color: var(--primary-btn-bg);
      }


      .rmfozxta-h {
        display: flex;
        gap: 10px;
      }

      .wrvjoiuc-h {
        display: none;
      }
    

@media (max-width: 1024px) {
  .ugizmtqv-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;
  }

  .fmpczjlb-head {
    padding: 10px 0;
    display: block;
  }

  .ugizmtqv-h.active {
    opacity: 1;
    visibility: visible;
  }

  .wrvjoiuc-h {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .wrvjoiuc-h span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .wrvjoiuc-h.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .wrvjoiuc-h.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.zaixhkjl-l {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.zaixhkjl-l img {
  max-height: 80px;
}

.zdyabhei-prim,
.opnhfrza-secondary {
  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;
}

.zdyabhei-prim {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.zdyabhei-prim:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.opnhfrza-secondary {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.opnhfrza-secondary:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.pmtcqwok-bot{
  position: relative;
}
.pmtcqwok-bot * {
  z-index: 1;
  position: relative;
}


      .kruswxpm-content > .wp-block-image {
        margin: 2rem 0;
        display: block;
        padding: 8px;
        border: 2px solid #5fd87b;
        border-radius: var(--border-radius);
        background: rgba(255, 255, 255, 0.02);
        transition: border-color 0.3s ease, background 0.3s ease;
      }

      .kruswxpm-content > .wp-block-image:hover {
        border-color: var(--primary-btn-bg);
        background: rgba(255, 255, 255, 0.05);
      }

      .kruswxpm-content > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0;
      }
    


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

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

    .kbjcwgzq-ps a:hover {
      opacity: .7;
    }

    .lyxwngji-our__title {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .pmtcqwok-bot {
      position: relative;
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: var(--py) 0;
    }

    .ahsfyion-bot {
      display: flex;
      justify-content: var(--footer-justify);
      flex-direction: var(--footer-direction);
      gap: var(--mb);
      position: relative;
      z-index: 1;
    }

    .igyjxklq-footer {
      display: flex;
      gap: 10px;
      list-style: none;
      flex-direction: column;
      margin: 0;
      padding: 0;
    }

    .qihpolgm-foot {
      color: var(--footer-text-color);
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .qihpolgm-foot:hover {
      color: var(--primary-btn-bg);
    }

    .mghfzken-bot {
      font-weight: 500;
      font-size: 18px;
      margin-bottom: var(--mb);
      color: var(--footer-text-color);
    }

    .dbuqoirj-bottom {
      margin: 0;
      margin-top: var(--mb);
      font-size: 14px;
      color: var(--footer-text-color);
      text-align: var(--text-align);
    }

    @media (max-width: 1024px) {
      .ahsfyion-bot {
        flex-direction: column;
        gap: 20px;
      }
    }
    



.igyjxklq-footer li:empty {
  display: none;
}

.abmjgyqh-main {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.abmjgyqh-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;
}

.abmjgyqh-main svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.ikbsaqht-hr{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.myiwbhjx-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;
}

.fqdmixay-table{
  overflow-x: auto;
  width: 100%;
}

.kruswxpm-content {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.kruswxpm-content p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.kruswxpm-content ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.kruswxpm-content ul {
  list-style: none;
}

.kruswxpm-content ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.kruswxpm-content ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .kruswxpm-content ol {
      counter-reset: list-counter;
      list-style: none;
      padding-left: 0;
      margin: 3rem 0;
    }

    .kruswxpm-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 #73dd8c;
      border-radius: 6px;
      padding: 1rem 1rem 1rem 3.5rem;
      background: rgba(255, 255, 255, 0.02);
    }

    .kruswxpm-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;
    }

    .kruswxpm-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: #28A745;
        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;
      }
    


      .kruswxpm-content table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: var(--mb);
        color: var(--table-text-color);
        border-radius: var(--border-radius);
        overflow: hidden;
        margin: 0;
      }

      .wp-block-table {
        border-radius: var(--border-radius);
        border: 1px solid #dbe0e6;
        box-shadow: 0 25px 50px -12px #dbe0e6;
      }

      .kruswxpm-content table thead {
        background-color: #ffffff;
      }

      .kruswxpm-content table thead tr {
        border-bottom: 1px solid #dbe0e6;
      }

      .kruswxpm-content table th {
        padding: 24px 31px;
        font-weight: bold;
        font-size: 18px;
        color: var(--heading-color);
        border: none;
      }

      .kruswxpm-content table tbody tr {
        border-bottom: 1px solid #dbe0e6;
      }

      .kruswxpm-content table tbody tr:last-child {
        border-bottom: none;
      }

      .kruswxpm-content table td {
        padding: 19px 30px;
        font-size: 18px;
        color: var(--table-text-color);
        border: none;
      }

      .kruswxpm-content table td:first-child {
        font-weight: 500;
      }
    

.kruswxpm-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.zvxsgyjn-articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.gzuqhipn-item {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .gqjyrzki-column {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        margin: var(--py-2) 0;
        align-items: center;
      }

      .gqjyrzki-column .tvfshlcn-column:first-child {
        order: 1;
      }

      .gqjyrzki-column .tvfshlcn-column:last-child {
        order: 2;
        padding-left: 2rem;
      }

      .gqjyrzki-column h2 {
        margin-top: 0;
        color: var(--primary-btn-bg);
        position: relative;
        padding-bottom: 1rem;
      }

      .gqjyrzki-column h2::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 3rem;
        height: 3px;
        background: linear-gradient(90deg, #28a745 0%, #5fd87b 100%);
        border-radius: 2px;
      }

      .gqjyrzki-column figure {
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
      }

      .gqjyrzki-column figure img {
        width: 100%;
        height: auto;
        transition: transform 0.3s ease;
        border-radius: var(--border-radius);
      }

      .gqjyrzki-column figure:hover img {
        transform: scale(1.05);
      }

      @media (max-width: 1024px) {
        .gqjyrzki-column {
          grid-template-columns: 1fr;
          gap: 2rem;
        }

        .gqjyrzki-column .tvfshlcn-column:first-child {
          order: 1;
        }

        .gqjyrzki-column .tvfshlcn-column:last-child {
          order: 2;
          padding-right: 0;
        }
      }
    

.tizqpnaj-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%;
}

.tizqpnaj-table p,
.tizqpnaj-table h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.tizqpnaj-table table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.tizqpnaj-table table td,
.tizqpnaj-table table th {
  border: 0;
}

.tizqpnaj-table table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.tizqpnaj-table tr:last-child {
  border-bottom: 0;
}

.tizqpnaj-table h2 {
  margin-top: 0;
}

/*
.qcntswia-block {
  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);
}
  */

.cortsawk-invert {
  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);
}


    .cortsawk-invert{
      background: linear-gradient(135deg, #242424 0%, #3d3d3d 100%);
      border-left: 10px solid var(--primary-btn-bg);
    }
    

.cortsawk-invert h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .ikbsaqht-hr{
    flex-direction: column;
  }

  .myiwbhjx-hero {
    width: 100%;
  }

  .tizqpnaj-table {
    padding: var(--py);
  }

  .cortsawk-invert {
    padding: var(--py);
  }
}

.buyateko-sm{
  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);
}
.buyateko-sm 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;
}
.buyateko-sm a:hover {
  color: var(--primary-btn-bg);
}
.buyateko-sm h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .pufgtwdb-frm {
      background: var(--card-bg-color);
      border-radius: var(--border-radius);
      padding: 40px;
      box-shadow: var(--card-shadow);
      max-width: 600px;
      margin: var(--mb) auto;
    }

    .yxptmdre-fr {
      display: flex;
      flex-direction: column;
    }

    .jcoegiyb-fr {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .sefjpunh-frm {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
    }

    .rstvhxom-fr {
      display: flex;
      flex-direction: column;
    }

    .nopzexrq-frm, .uqpdtckw-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;
    }

    .nopzexrq-frm:focus, .uqpdtckw-frm:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .uqpdtckw-frm {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .yxptmdre-fr button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
    }

    .yxptmdre-fr button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .pufgtwdb-frm {
        padding: 30px 20px;
        margin: var(--mb) 15px;
      }

      .sefjpunh-frm {
        grid-template-columns: 1fr;
        gap: 15px;
      }

      .jcoegiyb-fr {
        gap: 15px;
      }

      .nopzexrq-frm, .uqpdtckw-frm {
        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)
  }
}


        .abmjgyqh-main {
            position: relative;
            min-height: 557px;
            background: linear-gradient(166deg, #28A745, #FFC107);
            display: flex;
            align-items: center;
            overflow: hidden;
        }

        .myiwbhjx-hero {
            display: flex;
            align-items: center;
            justify-content: var(--banner-direction);
        }

        .abmjgyqh-main::before {
            content: '';
            position: absolute;
            inset: 0;
            background: url('data:image/svg+xml,%3Csvg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg fill="%23ffffff" fill-opacity="0.1"%3E%3Ccircle cx="30" cy="30" r="2"/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
            opacity: 0.3;
        }

        .nsduiqfv-main {
            position: absolute;
            inset: 0;
            background: linear-gradient(45deg, rgba(0,0,0,0.3), rgba(0,0,0,0.1));
        }

        .yxfikmow-ban {
            position: relative;
            z-index: 10;
            text-align: var(--banner-direction);
            width: 1128px;
            max-width: 100%;
            padding: var(--py);
        }

        .osgrwzvu-hero {
            font-size: clamp(3rem, 8vw, 3rem);
            font-weight: bold;
            color: #FFFFFF;
            margin-bottom: 3rem;
            text-shadow: 0 2px 4px rgba(0,0,0,0.3);
        }

        .gytmxnzh-hr {
            font-size: 19px;
            color: #FFFFFF;
            margin-bottom: 4rem;
            line-height: 1.6;
        }

        @media (max-width: 1024px) {
            .osgrwzvu-hero {
                font-size: 28px;
            }
        }
        


        .waqbjost-card {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            padding: 2rem 0;
        }

        .qcntswia-block {
            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;
        }

        .qcntswia-block::before {
            content: '';
            position: absolute;
            top: 65%;
            left: 54%;
            width: 0;
            height: 0;
            background: radial-gradient(circle, #28A74520, transparent);
            border-radius: 50%;
            transform: translate(-50%, -50%);
            transition: all 0.4s ease;
        }

        .qcntswia-block:hover::before {
            width: 153px;
            height: 153px;
        }

        .qcntswia-block:hover {
            transform: translateY(-5px) scale(1.01);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }

        .qcntswia-block h3 {
            color: #000000;
            position: relative;
            z-index: 1;
            transition: color 0.3s ease;
        }

        .qcntswia-block:hover h3 {
            color: #28A745;
        }

        .qcntswia-block p {
            color: #000000;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .waqbjost-card {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        