/*!
Theme Name: vdo9ke
Theme URI: #
Version: 3.8.5
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vdo9ke
*/

:root {
  --text-color: #333333;
  --heading-color: #F39C12;
  --primary-btn-bg: #FF5733;
  --secondary-btn-bg: #F4D03F;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #333333;

  --header-bg-color: #F39C12;
  --header-text-color: #FFFFFF;
  --header-border: {{header-border}};

  --footer-bg-color: #F39C12;
  --footer-text-color: #333333;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #F7DC6F;
  --table-border-color: #D68910;
  --table-text-color: #000000;

  --body-bg-color: #ECF0F1;
  --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: 78%;
  --banner-padding: 187.2px;
  --banner-border: 0 solid;
  --banner-bg-color: #E67E22;
  --banner-text-color: #000000;

  --container-max-width: 1156px;
  --container-padding: 0 15px;
  --border-radius: 29px;
  --py: 24px;
  --py-2: 49px;
  --py-3: 62px;
  --text-align: left;
  --mb: 20px;
  --fz-1: 37.44px;
  --fz-2: 31.2px;
  --fz-3: 26px;
  --logo-width: 167px;
  --menu-margin: 0 auto 0 0;

  --animation-duration: 790ms;
  --animation-type: ease-in-out;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #242424;
  --contrast-text-color: #ffffff;
}

* {
  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;
}

.c__ajxtdc {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .header__nbwrif {
        background-color: var(--header-bg-color);
        color: var(--header-text-color);
        padding: 0;
        border-bottom: var(--header-border);
      }

      .head__rlofwg {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .h__lqcgnu {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .h__lbtipa {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
        padding: 8px 20px;
        border-radius: var(--border-radius);
        border: 1px solid #ffab99;
      }

      .h__lbtipa:hover {
        color: var(--primary-btn-bg);
      }


      .head__kebtyx {
        display: flex;
        gap: 10px;
      }

      .top__utabpd {
        display: none;
      }
    

@media (max-width: 1024px) {
  .h__lqcgnu {
    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__lbtipa {
    padding: 10px 0;
    display: block;
  }

  .h__lqcgnu.active {
    opacity: 1;
    visibility: visible;
  }

  .top__utabpd {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .top__utabpd span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .top__utabpd.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .top__utabpd.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.l__wfvedt {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.l__wfvedt img {
  max-height: 80px;
}

.first__eswbtq,
.second__zcpbgo {
  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;
}

.first__eswbtq {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.first__eswbtq:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.second__zcpbgo {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.second__zcpbgo:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.foot__rsbedg{
  position: relative;
}
.foot__rsbedg * {
  z-index: 1;
  position: relative;
}


      .txt__lndhcx > .wp-block-image {
        margin: 2rem 0;
        display: block;
      }

      .txt__lndhcx > .wp-block-image img {
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        max-width: 100%;
        height: auto;
        display: block;
      }

      .txt__lndhcx > .wp-block-image img:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }
    


    .our__ulntwy {
      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__ulntwy a {
      color: var(--table-text-color);
      text-decoration: none;
      text-transform: capitalize;
      transition: all .3s ease;
    }

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

    .pr__title__uctfmp {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .foot__rsbedg {
      position: relative;
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: var(--py) 0;
    }

    .footer__icnwpx {
      display: flex;
      justify-content: var(--footer-justify);
      flex-direction: var(--footer-direction);
      gap: var(--mb);
      position: relative;
      z-index: 1;
    }

    .f__bgvzre {
      display: flex;
      gap: 10px;
      list-style: none;
      flex-direction: column;
      margin: 0;
      padding: 0;
    }

    .f__dykmpg {
      color: var(--footer-text-color);
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .f__dykmpg:hover {
      color: var(--primary-btn-bg);
    }

    .bot__uyvgbw {
      font-weight: 500;
      font-size: 18px;
      margin-bottom: var(--mb);
      color: var(--footer-text-color);
    }

    .footer__oyxwza {
      margin: 0;
      margin-top: var(--mb);
      font-size: 14px;
      color: var(--footer-text-color);
      text-align: var(--text-align);
    }

    @media (max-width: 1024px) {
      .footer__icnwpx {
        flex-direction: column;
        gap: 20px;
      }
    }
    


        .foot__rsbedg:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.05;
            z-index: 0;
            
            background-image: radial-gradient(circle at center center, #352203, #f5b042), repeating-radial-gradient(circle at center center, #352203, #352203, 98px, transparent 196px, transparent 98px);
            background-blend-mode: multiply;
            
        }
        

.f__bgvzre li:empty {
  display: none;
}

.main__pbuvis {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.main__pbuvis {
  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__pbuvis svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.hero__zsvrpo{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.hero__slnfmi {
  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;
}

.tbl__uigxbj{
  overflow-x: auto;
  width: 100%;
}

.txt__lndhcx {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.txt__lndhcx p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.txt__lndhcx ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.txt__lndhcx ul {
  list-style: none;
}

.txt__lndhcx ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.txt__lndhcx ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .txt__lndhcx 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;
    }

    .txt__lndhcx ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .txt__lndhcx ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #ff5733 0%, #ff9780 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: #FF5733;
        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;
      }
    


      .txt__lndhcx table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: var(--mb);
        background-color: var(--table-bg-color);
        color: var(--table-text-color);
        border-radius: var(--border-radius);
        border: 1px solid rgba(0, 0, 0, 0.05);
        overflow: hidden;
      }

      .txt__lndhcx table thead tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      }

      .txt__lndhcx table th {
        padding: 21px 30px;
        font-weight: normal;
        font-size: 12px;
        color: rgba(0, 0, 0, 0.4);
        text-transform: uppercase;
        letter-spacing: 0.2em;
        border: none;
      }

      .txt__lndhcx table tbody tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        transition: background-color 0.2s ease;
      }

      .txt__lndhcx table tbody tr:last-child {
        border-bottom: none;
      }

      .txt__lndhcx table tbody tr:hover {
        background-color: rgba(0, 0, 0, 0.02);
      }

      .txt__lndhcx table td {
        padding: 16px 35px;
        font-size: 14px;
        color: var(--table-text-color);
        border: none;
        letter-spacing: 0.025em;
      }

      .txt__lndhcx table td:first-child {
        font-weight: normal;
      }
    

.txt__lndhcx img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.posts__tfiesk {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.article__qthdwu {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .column__olarsy {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: var(--py-2);
        margin: var(--py-2) 0;
        align-items: center;
      }

      .column__olarsy .texted__mfkxnr:first-child {
        order: 2;
      }

      .column__olarsy .texted__mfkxnr:last-child {
        order: 1;
      }

      .column__olarsy h2 {
        margin-top: 0;
      }

      @media (max-width: 1024px) {
        .column__olarsy {
          grid-template-columns: 1fr;
        }

        .column__olarsy .texted__mfkxnr:first-child {
          order: 1;
        }

        .column__olarsy .texted__mfkxnr:last-child {
          order: 2;
        }
      }
    

.tbl__luevhc {
  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%;
}

.tbl__luevhc p,
.tbl__luevhc h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.tbl__luevhc table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.tbl__luevhc table td,
.tbl__luevhc table th {
  border: 0;
}

.tbl__luevhc table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.tbl__luevhc tr:last-child {
  border-bottom: 0;
}

.tbl__luevhc h2 {
  margin-top: 0;
}

/*
.cards__muhigf {
  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);
}
  */

.d__gkiqzv {
  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);
}


    .d__gkiqzv{
      background: linear-gradient(135deg, #ff5733 0%, #ff7a33 50%, #ffe033 100%);
      padding: 58px;
    }
    

.d__gkiqzv h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .hero__zsvrpo{
    flex-direction: column;
  }

  .hero__slnfmi {
    width: 100%;
  }

  .tbl__luevhc {
    padding: var(--py);
  }

  .d__gkiqzv {
    padding: var(--py);
  }
}

.sm__vtnbef{
  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);
}
.sm__vtnbef 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;
}
.sm__vtnbef a:hover {
  color: var(--primary-btn-bg);
}
.sm__vtnbef h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .form__aonhqt {
      max-width: 1200px;
      margin: var(--mb) auto;
      padding: 0 20px;
    }

    .fr__rvmctj {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
      align-items: start;
    }

    .frm__cwhjkf {
      padding: 40px 0;
    }

    .fr__sqrhcl {
      display: flex;
      flex-direction: column;
      gap: 15px;
    }

    .frm__poyqvf {
      color: var(--text-color);
      font-size: 16px;
    }

    .frm__poyqvf strong {
      color: var(--heading-color);
      font-weight: 600;
    }

    .form__nozfjl {
      background: var(--card-bg-color);
      padding: 40px;
      border-radius: var(--border-radius);
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .frm__nlbxfo {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .frm__pbxhku {
      display: flex;
      flex-direction: column;
    }

    .frm__jhzqif, .frm__tmnkhl {
      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;
    }

    .frm__jhzqif:focus, .frm__tmnkhl:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .frm__tmnkhl {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .frm__nlbxfo button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
    }

    .frm__nlbxfo button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .fr__rvmctj {
        grid-template-columns: 1fr;
        gap: 40px;
      }

      .form__nozfjl {
        padding: 30px 20px;
      }

      .frm__cwhjkf {
        padding: 20px 0;
      }

      ."form__title" {
        font-size: var(--fz-2);
      }

      ."form__subtitle" {
        font-size: 16px;
      }
    }
    

@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__pbuvis {
            position: relative;
            padding: 134px var(--py) 168px;
            background-color: #ECF0F1;
            overflow: hidden;
        }

        .banner__vpuskd {
            position: absolute;
            inset: 0;
            pointer-events: none;
        }

        .banner__lizyor {
            position: absolute;
            top: 35%;
            left: 46%;
            width: 658px;
            height: 689px;
            background: radial-gradient(circle, rgba(255, 87, 51, 0.05) 0%, transparent 70%);
            border-radius: 50%;
            filter: blur(70px);
        }

        .banner__lizyor:nth-child(2) {
            top: 35%;
            left: 30%;
            width: 501px;
            height: 492px;
            background: radial-gradient(circle, rgba(244, 208, 63, 0.05) 0%, transparent 70%);
        }

        .hero__zsvrpo {
            max-width: 912px;
            margin: 0 auto;
        }

        .b__mikatg {
            font-size: clamp(49px, 8vw, 95px);
            color: #000000;
            margin-bottom: 32px;
            line-height: 1.1;
            letter-spacing: -0.02em;
            text-align: center;
        }

        .hr__ajoivh {
            font-size: 16px;
            color: #000000;
            opacity: 0.4;
            max-width: 503px;
            margin: 0 auto 39px;
            line-height: 1.6;
            text-align: center;
        }

        .hero__slnfmi {
            text-align: center;
        }

        @media (max-width: 1024px) {
            .main__pbuvis {
                padding: 83px var(--py) 103px;
            }

            .b__mikatg {
                font-size: 45px;
            }

            .hr__ajoivh {
                font-size: 15px;
            }
        }
        


        .blocks__xoqdtw {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: var(--py);
            padding: var(--py) 0;
        }

        .cards__muhigf {
            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;
        }

        .cards__muhigf::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, #FF5733, #F4D03F);
        }

        .cards__muhigf:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        }

        .cards__muhigf h3 {
            color: #333333;
        }

        .cards__muhigf p {
            color: #333333;
            margin: 0;
        }

        @media (max-width: 768px) {
            .blocks__xoqdtw {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        