/*!
Theme Name: 7q2v9y
Theme URI: #
Version: 9.7.7
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 7q2v9y
*/

:root {
  --text-color: #2A2A2A;
  --heading-color: #FF5733;
  --primary-btn-bg: #FFC300;
  --secondary-btn-bg: #DAF7A6;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #333333;

  --header-bg-color: #FFCE54;
  --header-text-color: #FFFFFF;
  --header-border: {{header-border}};

  --footer-bg-color: #FF5733;
  --footer-text-color: #FFFFFF;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #FAFAFA;
  --table-border-color: #E0E0E0;
  --table-text-color: #2e2e2e;

  --body-bg-color: #F7F7F7;
  --card-bg-color: #ffffff;
  --card-text-color: #2A2A2A;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: center;
  --banner-column: 74%;
  --banner-padding: 136.8px;
  --banner-border: 0 solid;
  --banner-bg-color: #FFFFFF;
  --banner-text-color: #000000;

  --container-max-width: 1286px;
  --container-padding: 0 15px;
  --border-radius: 17px;
  --py: 34px;
  --py-2: 55px;
  --py-3: 63px;
  --text-align: center;
  --mb: 17px;
  --fz-1: 27.36px;
  --fz-2: 22.8px;
  --fz-3: 19px;
  --logo-width: 105px;
  --menu-margin: 0 0 0 auto;

  --animation-duration: 887ms;
  --animation-type: linear;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #2b2b2b;
  --contrast-text-color: #f5f5f5;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Nata Sans', 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;
}

.wr_biyghs {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .h_xhntem {
        color: var(--header-text-color);
        padding: 0;
        backdrop-filter: blur(25px);
        background-color: rgba(255,206,84,0.5);
        position: sticky;
        top: 0;
        z-index: 100;
      }

      .top_emliaf {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .head_ghijkr {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .h_igrfdc {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .h_igrfdc:hover {
        color: var(--primary-btn-bg);
      }


      .top_zfhkpa {
        display: flex;
        gap: 10px;
      }

      .head_sqtopr {
        display: none;
      }
    

@media (max-width: 1024px) {
  .head_ghijkr {
    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;
  }

  .h_igrfdc {
    padding: 10px 0;
    display: block;
  }

  .head_ghijkr.active {
    opacity: 1;
    visibility: visible;
  }

  .head_sqtopr {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .head_sqtopr span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .head_sqtopr.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .head_sqtopr.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.log_pjkmsc {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.log_pjkmsc img {
  max-height: 80px;
}

.p_gtxflm,
.secondary_zuivdg {
  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;
}

.p_gtxflm {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.p_gtxflm:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.secondary_zuivdg {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.secondary_zuivdg:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.f_yntwoc{
  position: relative;
}
.f_yntwoc * {
  z-index: 1;
  position: relative;
}


      .text_efwrbq > .wp-block-image {
        margin: 2rem 0;
        display: block;
        padding: 8px;
        border: 2px solid #ffdb66;
        border-radius: var(--border-radius);
        background: rgba(255, 255, 255, 0.02);
        transition: border-color 0.3s ease, background 0.3s ease;
      }

      .text_efwrbq > .wp-block-image:hover {
        border-color: var(--primary-btn-bg);
        background: rgba(255, 255, 255, 0.05);
      }

      .text_efwrbq > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0;
      }
    


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

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

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

    .pr__title_vgkeoz {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .f_yntwoc {
      background: linear-gradient(135deg, #ff8266 0%, #ff2f00 100%);
      color: var(--footer-text-color);
      padding: var(--py) 0;
    }

    .foot_qgndow {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 var(--mb);
    }

    .foot_czeolp {
      display: flex;
      justify-content: var(--footer-justify);
      flex-direction: var(--footer-direction);
      align-items: center;
      margin-bottom: var(--mb);
    }

    .foot_uelsbp {
      display: flex;
      flex-direction: column;
    }

    .bot_sezrno {
      font-weight: 500;
      font-size: 16px;
      margin-bottom: var(--mb);
      color: var(--footer-text-color);
    }

    .f_shyvuk {
      display: flex;
      gap: 20px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .footer_vujidh {
      color: var(--footer-text-color);
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s ease;
    }

    .footer_vujidh:hover {
      color: var(--primary-btn-bg);
    }

    .bot_lkarts {
      margin: 0;
      font-size: 14px;
      color: var(--footer-text-color);
      text-align: var(--text-align);
      opacity: 0.7;
    }

    @media (max-width: 768px) {
      .foot_czeolp {
        flex-direction: column;
        gap: 20px;
        text-align: center;
      }

      .f_shyvuk {
        justify-content: center;
        flex-wrap: wrap;
      }
    }
    



.f_shyvuk li:empty {
  display: none;
}

.main_kimrys {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.main_kimrys {
  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;
}

.main_kimrys svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.banner_hxdobl{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.b_roqacf {
  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;
}

.tb_adwezh{
  overflow-x: auto;
  width: 100%;
}

.text_efwrbq {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.text_efwrbq p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.text_efwrbq ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.text_efwrbq ul {
  list-style: none;
}

.text_efwrbq ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.text_efwrbq ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .text_efwrbq 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;
    }

    .text_efwrbq ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .text_efwrbq ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #ffc300 0%, #ffd54d 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: #FFC300;
        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;
      }
    


      .text_efwrbq 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);
      }

      .text_efwrbq table th,
      .text_efwrbq table td {
        padding: 10px;
        border: 1px solid var(--table-border-color);
      }
    

.text_efwrbq img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.item_qgjukn {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.item_mdngpt {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .cols_tihoex {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        margin: var(--py-2) 0;
        align-items: center;
      }

      .cols_tihoex .cols_jbilon:first-child {
        order: 2;
      }

      .cols_tihoex .cols_jbilon:last-child {
        order: 1;
        padding-right: 2rem;
      }

      .cols_tihoex h2 {
        margin-top: 0;
        color: var(--primary-btn-bg);
        position: relative;
        padding-bottom: 1rem;
      }

      .cols_tihoex h2::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 3rem;
        height: 3px;
        background: linear-gradient(90deg, #ffc300 0%, #ffdb66 100%);
        border-radius: 2px;
      }

      .cols_tihoex figure {
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
      }

      .cols_tihoex figure img {
        width: 100%;
        height: auto;
        transition: transform 0.3s ease;
        border-radius: var(--border-radius);
      }

      .cols_tihoex figure:hover img {
        transform: scale(1.05);
      }

      @media (max-width: 1024px) {
        .cols_tihoex {
          grid-template-columns: 1fr;
          gap: 2rem;
        }

        .cols_tihoex .cols_jbilon:first-child {
          order: 1;
        }

        .cols_tihoex .cols_jbilon:last-child {
          order: 2;
          padding-right: 0;
        }
      }
    

.table_emfaov {
  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%;
}

.table_emfaov p,
.table_emfaov h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.table_emfaov table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.table_emfaov table td,
.table_emfaov table th {
  border: 0;
}

.table_emfaov table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.table_emfaov tr:last-child {
  border-bottom: 0;
}

.table_emfaov h2 {
  margin-top: 0;
}

/*
.rows_vloekc {
  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);
}
  */

.darked_kifjer {
  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);
}


    .darked_kifjer{
      background: linear-gradient(135deg, #2b2b2b 0%, #454545 100%);
      border-left: 10px solid var(--primary-btn-bg);
    }
    

.darked_kifjer h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .banner_hxdobl{
    flex-direction: column;
  }

  .b_roqacf {
    width: 100%;
  }

  .table_emfaov {
    padding: var(--py);
  }

  .darked_kifjer {
    padding: var(--py);
  }
}

.sitemappage_xtgbhq{
  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);
}
.sitemappage_xtgbhq 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;
}
.sitemappage_xtgbhq a:hover {
  color: var(--primary-btn-bg);
}
.sitemappage_xtgbhq h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .fr_vzkgjx {
      background: var(--card-bg-color);
      border-radius: var(--border-radius);
      padding: 40px;
      box-shadow: var(--card-shadow);
      max-width: 600px;
      margin: var(--mb) auto;
    }

    .fr_fgsyzq {
      display: flex;
      flex-direction: column;
    }

    .frm_scnjxr {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .frm_yzpdqw {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
    }

    .fr_pdviby {
      display: flex;
      flex-direction: column;
    }

    .form_jrbyhu, .fr_rgodsl {
      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;
    }

    .form_jrbyhu:focus, .fr_rgodsl:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .fr_rgodsl {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .fr_fgsyzq button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
    }

    .fr_fgsyzq button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .fr_vzkgjx {
        padding: 30px 20px;
        margin: var(--mb) 15px;
      }

      .frm_yzpdqw {
        grid-template-columns: 1fr;
        gap: 15px;
      }

      .frm_scnjxr {
        gap: 15px;
      }

      .form_jrbyhu, .fr_rgodsl {
        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)
  }
}


        .main_kimrys {
            position: relative;
            min-height: 557px;
            background: #F7F7F7;
            display: flex;
            align-items: center;
        }

        .banner_hxdobl {
            display: flex;
            align-items: center;
            justify-content: var(--banner-direction);
        }

        .b_xhwuce {
            position: absolute;
            inset: 0;
            background-image:
                linear-gradient(rgba(0,0,0,0.02) 1px, transparent 1px),
                linear-gradient(90deg, rgba(0,0,0,0.02) 1px, transparent 1px);
            background-size: 74px 64px;
        }

        .b_kchedw {
            position: relative;
            z-index: 10;
            text-align: var(--banner-direction);
            width: 1078px;
            max-width: 100%;
            padding: var(--py);
        }

        .b_fmejyu {
            display: inline-block;
            width: 117px;
            height: 4px;
            background: linear-gradient(90deg, #FFC300, #DAF7A6);
            border-radius: 2px;
            margin-bottom: 2rem;
        }

        .banner_wlibso {
            font-size: clamp(2rem, 6vw, 3rem);
            font-weight: 300;
            color: #000000;
            margin-bottom: var(--mb);
            letter-spacing: -0.025em;
        }

        .hero_pxsgmd {
            font-size: 19px;
            color: #000000;
            margin-bottom: 2rem;
            line-height: 1.6;
        }

        @media (max-width: 1024px) {
            .banner_wlibso {
                font-size: 30px;
            }

            .b_kchedw {
                width: 100%;
                padding: var(--py) 0;
            }
        }
        


        .row_tuhawx {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: var(--py);
            padding: var(--py) 0;
        }

        .rows_vloekc {
            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;
        }

        .rows_vloekc::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 8px;
            background: linear-gradient(90deg, #FFC300, #DAF7A6);
        }

        .rows_vloekc:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        }

        .rows_vloekc h3 {
            color: #2A2A2A;
        }

        .rows_vloekc p {
            color: #2A2A2A;
            margin: 0;
        }

        @media (max-width: 768px) {
            .row_tuhawx {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        